Mercurial > parpg-source
log systems/scriptingsystem.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 |
Fri, 02 Mar 2012 19:42:26 +0100 | Beliar | Moved the getEnvironment method from the ScriptingSystem to the GameState and renamed it to getGameEnvironment. |
Thu, 01 Mar 2012 14:49:09 +0100 | Beliar | Added a method to the ScriptingSystem that returns the environment(locals, globals) in which scripts are run. |
Sun, 26 Feb 2012 01:24:33 +0100 | Beliar | Added math functions to the scripting system functions. |
Sat, 19 Nov 2011 19:28:38 +0100 | KarstenBock | Small fixes. |
Thu, 17 Nov 2011 20:36:08 +0100 | KarstenBock | Implemented loading scripts from files. |