-
- Downloads
New :cloneFull() method on all objects, this makes a perfect clone of the...
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
Showing
- game/engines/default/engine/Savefile.lua 56 additions, 13 deletionsgame/engines/default/engine/Savefile.lua
- game/engines/default/engine/SavefilePipe.lua 132 additions, 0 deletionsgame/engines/default/engine/SavefilePipe.lua
- game/engines/default/engine/Zone.lua 17 additions, 12 deletionsgame/engines/default/engine/Zone.lua
- game/engines/default/engine/init.lua 4 additions, 0 deletionsgame/engines/default/engine/init.lua
- game/engines/default/engine/utils.lua 3 additions, 0 deletionsgame/engines/default/engine/utils.lua
- game/modules/tome/class/Game.lua 4 additions, 5 deletionsgame/modules/tome/class/Game.lua
- game/modules/tome/class/PlayerDisplay.lua 1 addition, 1 deletiongame/modules/tome/class/PlayerDisplay.lua
- game/modules/tome/class/World.lua 2 additions, 4 deletionsgame/modules/tome/class/World.lua
- game/modules/tome/dialogs/Quit.lua 2 additions, 3 deletionsgame/modules/tome/dialogs/Quit.lua
Loading
Please register or sign in to comment