- Sep 10, 2010
-
-
dg authored
Added more new world artifacts The portal to Mount Doom in Eruan is one use only git-svn-id: http://svn.net-core.org/repos/t-engine4@1170 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 09, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1169 51575b47-30f0-44d4-a5cc-537603b46e54
-
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@1163 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1160 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 06, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1159 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1157 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
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1152 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1151 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1149 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1148 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 04, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1144 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1143 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1142 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1141 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
Fix fire bolt for the Imp summon git-svn-id: http://svn.net-core.org/repos/t-engine4@1138 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 03, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1135 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1132 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
Added jellies images git-svn-id: http://svn.net-core.org/repos/t-engine4@1131 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
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1121 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
New :cloneFull() method on all objects, this makes a perfect clone of the given object and any subjects recursively without creting duplicates of subobjects. This is nearly instantaneous and thus could be used to create time travel spells and other neat things. Saves can now be made in the background while continuing to play the game. This obviously speeds ups considerably the gameplay since saves now "feel" instant. *WARNING* Module makers: I had to change how savefiles work, there is a few changes needed in your modules for it to work. * In Game.lua: change the Savefile code in saveGame() to be just a call to savefile_pipe:push(game.save_name, "game", game) * In dialogs.Death too * Take a look at either the example module or ToME to see how it works exactly, it's really easy to convert git-svn-id: http://svn.net-core.org/repos/t-engine4@1119 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
T-Engine can now auto-update itself (as long as it is not an update to the exe) (this is disabled for now, will be activated later) git-svn-id: http://svn.net-core.org/repos/t-engine4@1114 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1113 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
All classes now have a cloneFull() method that will clone themselves and all their subobjects without duplication git-svn-id: http://svn.net-core.org/repos/t-engine4@1111 51575b47-30f0-44d4-a5cc-537603b46e54
-
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
-