| Fixed incompatibility with latest changes to bgrease. |
|
More...
|
over 13 years ago
|
| Removed bGrease, which is in a seperate repository, here: https://github.com/Beliaar/bGrease |
|
More...
|
over 13 years ago
|
| Added help, moveObject, deleteObject, putItemIntoContainer, equipItem, createItemByID and createItemByType functions to the GameEnvironment. |
|
More...
|
over 13 years ago
|
| Fixing an error with the path of the font and window icon. |
|
More...
|
over 13 years ago
|
| Added CodeAction which executes a code inside the GameEnvironment. |
|
More...
|
over 13 years ago
|
| Made "str" available in scripts. |
|
More...
|
over 13 years ago
|
| getGameEnvironment of GameState now returns a locals dictionary that is empty at the beginning of the game and will be saved in save games. The vals and funcs are now both in the globals dictionary. |
|
More...
|
over 13 years ago
|
| Updated .hgsubstate |
|
More...
|
over 13 years ago
|
| Fixed npcs not actually wandering around. |
|
More...
|
over 13 years ago
|
| The getGameEnvironment method of GameState will now return a globals dictionary where __builtins__ is disabled. |
|
More...
|
over 13 years ago
|
| This fixes the director exception when running a command in the console. |
|
More...
|
almost 14 years ago
|
| Made the entities of the current map available in the console. |
|
More...
|
almost 14 years ago
|
| Fixed showing the console. |
|
More...
|
almost 14 years ago
|
| Removed code to initialize pychan from PARPGApplication as that is already done in Application Base. |
|
More...
|
almost 14 years ago
|
| Added command line option to manually set a fife path. |
|
More...
|
almost 14 years ago
|
| Moved the getEnvironment method from the ScriptingSystem to the GameState and renamed it to getGameEnvironment. |
|
More...
|
almost 14 years ago
|
| Added a method to the ScriptingSystem that returns the environment(locals, globals) in which scripts are run. |
|
More...
|
almost 14 years ago
|
| Fixed code that was still using the (removed) parpg settings module. |
|
More...
|
almost 14 years ago
|
| Added math functions to the scripting system functions. |
|
More...
|
almost 14 years ago
|
| Fixed saving and loading that broke with changing of the settings module. |
|
More...
|
almost 14 years ago
|
| Fixes to make PARPG compatible with changes made to fife. |
|
More...
|
almost 14 years ago
|
| Removed left-over debug code that was falsely included in the last commit. |
|
More...
|
almost 14 years ago
|
| Using fife settings module again instead of our own. |
|
More...
|
almost 14 years ago
|
| Added .hgeol file to automatically convert line endings. |
|
More...
|
almost 14 years ago
|
| Added "Say" action. |
|
More...
|
almost 14 years ago
|
| Small fixes. |
|
More...
|
about 14 years ago
|
| Added "None" to the action dict which calls an "no-op" action. |
|
More...
|
about 14 years ago
|
| Added RunScriptAction class. |
|
More...
|
about 14 years ago
|
| Implemented loading scripts from files. |
|
More...
|
about 14 years ago
|
| Further work on the scripting system. |
|
More...
|
about 14 years ago
|