3
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed incompatibility with latest changes to bgrease.
Karsten Bock
as Beliar
More... about 12 years ago
Removed bGrease, which is in a seperate repository, here: https://github.com/Beliaar/bGrease
Karsten Bock
as Beliar
More... about 12 years ago
Added help, moveObject, deleteObject, putItemIntoContainer, equipItem, createItemByID and createItemByType functions to the GameEnvironment.
Karsten Bock
as Beliar
More... about 12 years ago
Fixing an error with the path of the font and window icon.
Karsten Bock
as Beliar
More... about 12 years ago
Added CodeAction which executes a code inside the GameEnvironment.
Karsten Bock
as Beliar
More... about 12 years ago
Made "str" available in scripts.
Karsten Bock
as Beliar
More... about 12 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.
Karsten Bock
as Beliar
More... about 12 years ago
Updated .hgsubstate
Karsten Bock
as Beliar
More... about 12 years ago
Fixed npcs not actually wandering around.
Karsten Bock
as Beliar
More... about 12 years ago
The getGameEnvironment method of GameState will now return a globals dictionary where __builtins__ is disabled.
Karsten Bock
as Beliar
More... about 12 years ago
This fixes the director exception when running a command in the console.
Karsten Bock
as Beliar
More... about 12 years ago
Made the entities of the current map available in the console.
Karsten Bock
as Beliar
More... about 12 years ago
Fixed showing the console.
Karsten Bock
as Beliar
More... about 12 years ago
Removed code to initialize pychan from PARPGApplication as that is already done in Application Base.
Karsten Bock
as Beliar
More... about 12 years ago
Added command line option to manually set a fife path.
Karsten Bock
as Beliar
More... about 12 years ago
Moved the getEnvironment method from the ScriptingSystem to the GameState and renamed it to getGameEnvironment.
Karsten Bock
as Beliar
More... about 12 years ago
Added a method to the ScriptingSystem that returns the environment(locals, globals) in which scripts are run.
Karsten Bock
as Beliar
More... about 12 years ago
Fixed code that was still using the (removed) parpg settings module.
Karsten Bock
as Beliar
More... about 12 years ago
Added math functions to the scripting system functions.
Karsten Bock
as Beliar
More... about 12 years ago
Fixed saving and loading that broke with changing of the settings module.
Karsten Bock
as Beliar
More... about 12 years ago
Fixes to make PARPG compatible with changes made to fife.
Karsten Bock
as Beliar
More... about 12 years ago
Removed left-over debug code that was falsely included in the last commit.
Karsten Bock
as Beliar
More... about 12 years ago
Using fife settings module again instead of our own.
Karsten Bock
as Beliar
More... about 12 years ago
Added .hgeol file to automatically convert line endings. More... over 12 years ago
Added "Say" action. More... over 12 years ago
Small fixes. More... over 12 years ago
Added "None" to the action dict which calls an "no-op" action. More... over 12 years ago
Added RunScriptAction class. More... over 12 years ago
Implemented loading scripts from files. More... over 12 years ago
Further work on the scripting system. More... over 12 years ago