- Oct 04, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1402 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 28, 2010
-
-
dg authored
Particles can now return one more parameter to tell the engine to never stop emitting them, even when they are all dead git-svn-id: http://svn.net-core.org/repos/t-engine4@1321 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 24, 2010
-
-
dg authored
Invisibility got a fullscreen graphical effect Stealth got a fullscreen graphical effect git-svn-id: http://svn.net-core.org/repos/t-engine4@1307 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 23, 2010
-
-
dg authored
Drakes can now only summon a lesser version of themselves and hatchlinsg comes in summoned packs of 3 not 9 git-svn-id: http://svn.net-core.org/repos/t-engine4@1298 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1297 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 21, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1272 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 20, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1259 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
Right click popup will not allow talents to be used on the world map Static map generator will not clone terrain that does not requests cloning git-svn-id: http://svn.net-core.org/repos/t-engine4@1256 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 16, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1236 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 15, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1225 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
Changed UI to split the various zones visualy and add background images git-svn-id: http://svn.net-core.org/repos/t-engine4@1214 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 14, 2010
-
-
dg authored
Savefiles now write to a temporary file and are then renamed, this prevents savefile corruptions git-svn-id: http://svn.net-core.org/repos/t-engine4@1201 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 12, 2010
-
-
dg authored
fixed vault generation git-svn-id: http://svn.net-core.org/repos/t-engine4@1192 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 11, 2010
-
-
dg authored
Added Packing cunning generic talents, available to archers & slingers at start and unlockable by rogues git-svn-id: http://svn.net-core.org/repos/t-engine4@1185 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 10, 2010
-
-
dg authored
Increased UI display speed. LogFlasher, LogDisplay, HotkeysDisplay, ActorsSeenDisplay, Tooltip and PlayerDisplay classes have changed and are now easier (and faster) to use. Converting is easy: * In your Game:display() change lines like self.log:display():toScreen(self.display_x, self.display_y) * to simply: self.log:toScreen() * To convert your own PlayerDisplay have a look at ToME's one, but basically you just need to create a texture with :glTexture() and then update it at the end of yoru display() and add a new toScreen() method git-svn-id: http://svn.net-core.org/repos/t-engine4@1174 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1173 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 09, 2010
-
-
dg authored
typos git-svn-id: http://svn.net-core.org/repos/t-engine4@1168 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 07, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1160 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 05, 2010
-
-
dg authored
start undead start zone git-svn-id: http://svn.net-core.org/repos/t-engine4@1153 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 01, 2010
-
-
dg authored
Added core.game.setRealtime(freq) function to set the engine into realtime mode, calling tick() at the given frequency Added an example_realtime module that is an exact copy of example module but in realtime (the gameplay sucks it's not adapted) git-svn-id: http://svn.net-core.org/repos/t-engine4@1125 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Aug 31, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1117 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Aug 30, 2010
-
-
dg authored
TE4 can now handle multiple versions of the same engine (or even different ones). Engines are located in game/engines and the default one in game/engines/default Game engines can also come in archived form in a .teae zip file git-svn-id: http://svn.net-core.org/repos/t-engine4@1110 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Aug 28, 2010
-
-
dg authored
Changed lua table.sort() function to accept any index as a second parameter, if not a function it will assume the items to sort are tables and sort them by the given index Improved the integrated lua profiler (only works when luajit is disabled) Greatly improved performance when moving around the map. Map:checkAllEntities() is now much faster, FOV code is also faster git-svn-id: http://svn.net-core.org/repos/t-engine4@1092 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Aug 11, 2010
-
-
dg authored
Added rng.normalFloat() function git-svn-id: http://svn.net-core.org/repos/t-engine4@1011 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1009 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Aug 08, 2010
-
-
dg authored
Phantasmal Shield now does correct damage Quicken Spell has all ranks useful git-svn-id: http://svn.net-core.org/repos/t-engine4@997 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Aug 06, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@988 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Aug 04, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@981 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Aug 03, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@979 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@978 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jul 31, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@963 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@962 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jul 28, 2010
-
-
dg authored
New Entity:getDisplayString() method that returns a string that makes drawColorString* display the entity image inside the text (only works on cards that can do framebuffer objects) Inventory, stores, tooltips, ... now display the image Fixed Sunburst description git-svn-id: http://svn.net-core.org/repos/t-engine4@942 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jul 24, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@935 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jul 14, 2010
-
-
dg authored
Fix unided ego objects Fix character sheet line feeds Fix Shield Pummel shield attack git-svn-id: http://svn.net-core.org/repos/t-engine4@916 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@914 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@913 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jul 12, 2010
-
-
neil authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@906 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jul 08, 2010
-
-
dg authored
Increased exp curve Health talent requires more CON more alchemist git-svn-id: http://svn.net-core.org/repos/t-engine4@889 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jun 30, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@872 51575b47-30f0-44d4-a5cc-537603b46e54
-