Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Based on a patch by Keith Kaisershot (blitter)
|
|
|
|
|
|
Somehow, I completely missed implementing this function!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to digitall for finding this one
|
|
|
|
|
|
|
|
|
|
|
|
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
|
|
|
|
Only affects loading/saving from the GMM
|
|
|
|
This "fixes" a segmentation fault in our buildbot's toolchain for DC.
The segmentation fault occured while compiling
engines/pegasus/ai/ai_condition.cpp.
Thanks to clone2727 for looking over this and testing it.
|
|
So they can be used by the original interpreter more easily (the type/creator codes still need to be set, though -- pegasus_save_types can handle that)
|
|
Thanks to fuzzie for spotting
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
devtools/credits.pl
gui/credits.h
|
|
Hopefully should improve performance on lower end systems
|
|
This does linear instead of gamma for speed and complexity reasons.
|
|
|
|
|
|
|
|
Now the easter egg key works better and so does striding.
|
|
|
|
|
|
|
|
AI data should now be restored properly after the space chase
|
|
|
|
For better compatibility when loading saves with the original interpreter
|
|
Removes a global construction
|
|
|
|
|