log gamemodel.py @ 189:4381be70e1bb tip

age author description
Tue, 27 Mar 2012 13:41:20 +0200 Beliar Removed bGrease, which is in a seperate repository, here: https://github.com/Beliaar/bGrease
Sat, 24 Mar 2012 09:59:46 +0100 Beliar Added help, moveObject, deleteObject, putItemIntoContainer, equipItem, createItemByID and createItemByType functions to the GameEnvironment.
Sat, 25 Feb 2012 22:05:39 +0100 Beliar Fixed saving and loading that broke with changing of the settings module.
Mon, 20 Feb 2012 16:50:10 +0100 Beliar Using fife settings module again instead of our own.
Thu, 17 Nov 2011 20:36:08 +0100 KarstenBock Implemented loading scripts from files.
Sat, 05 Nov 2011 16:08:16 +0100 KarstenBock Activaed loading of character statistic scripts.
Sat, 05 Nov 2011 16:04:59 +0100 KarstenBock Statistics are being saved and loaded.
Sat, 05 Nov 2011 14:53:12 +0100 KarstenBock Moved code from CharacterCreationController to GameModel
Tue, 11 Oct 2011 14:47:37 +0200 KarstenBock PARPG now works with, and needs Fife 0.3.3.
Sun, 09 Oct 2011 14:03:25 +0200 KarstenBock createItem now calls UpdateObjectDB after it created the item.
Sat, 08 Oct 2011 14:18:16 +0200 KarstenBock Split code off from createInventoryItems to createItemByID and createItemByType.
Fri, 07 Oct 2011 18:15:09 +0200 KarstenBock Fixed contents of containers, that are contained in other containers, not correctly restoring.
Fri, 07 Oct 2011 14:36:36 +0200 KarstenBock Fixed that dropped items cannot be picked up.
Fri, 07 Oct 2011 14:15:06 +0200 KarstenBock Fixed that items in the player characters inventory could not be dropped.