Age | Commit message (Expand) | Author |
2014-06-15 | CRUISE: Add a safeguard to avoid a potential null pointer derefenrece | Strangerke |
2014-06-10 | CRUISE: Remove some useless variables, use a boolean for a variable | Strangerke |
2014-06-09 | CRUISE: Initialize some variables | Strangerke |
2014-06-09 | CRUISE: some more renaming, remove another useless variable | Strangerke |
2014-06-09 | CRUISE: Remove a couple of useless variables | Strangerke |
2014-06-09 | CRUISE: Initialize some variables in the contractor, change some variables to... | Strangerke |
2014-06-08 | CRUISE: Directly use assert. | Johannes Schickel |
2014-06-07 | CRUISE: Add a safeguard, some minor rework in BackgroundIncrust | Strangerke |
2014-06-07 | CRUISE: Add a couple of checks to avoid the use of negative indices in arrays... | Strangerke |
2014-06-07 | CRUISE: Some minor rework in script handler | Strangerke |
2014-06-07 | CRUISE: Add some comments, remove some optional brackets | Strangerke |
2014-06-07 | CRUISE: Fix a null pointer dereference | Strangerke |
2014-06-06 | CRUISE: Fix some more CppCheck warnings | Strangerke |
2014-06-06 | CRUISE: Reduce the scope of some more variables | Strangerke |
2014-06-06 | CRUISE: Fix CppCheck warnings in gfxModule | Strangerke |
2014-06-06 | CRUISE: Reduce the scope of several variables in processActorWalk() | Strangerke |
2014-06-06 | CRUISE: Disable a bit more efficiently some code in Op_Random() and Op_PlayFx() | Strangerke |
2014-06-06 | CRUISE: Reduce the scope of variables in fillpoly() | Strangerke |
2014-06-06 | CRUISE: disable more efficiently some code | Strangerke |
2014-06-06 | CRUISE: Fix a couple of CppCheck warnings in Volume | Strangerke |
2014-06-05 | CRUISE: Remove useless code in addAnimation() | Strangerke |
2014-06-05 | CRUISE: Remove logically dead code in Sound | Strangerke |
2014-06-01 | CRUISE: More rework and renaming on the decompiler | Strangerke |
2014-06-01 | CRUISE: Start renaming opcodes in the Decompiler, some rework | Strangerke |
2014-06-01 | CRUISE: Fix a CppCheck error in decompiler | Strangerke |
2014-06-01 | CRUISE: Fix a bug in the decompiler | Strangerke |
2014-06-01 | CRUISE: Reduce the scope of a variable, remove a useless increment | Strangerke |
2014-06-01 | CRUISE: Comment out some useless code | Strangerke |
2014-06-01 | CRUISE: Reduce the scope of some variables in actor and cruise_main | Strangerke |
2014-06-01 | CRUISE: Reduce the scope of variables used in the for loops | Strangerke |
2014-06-01 | CRUISE: error out in some cases where divide by zero is expected | Strangerke |
2014-05-31 | CRUISE: Add a couple of safeguards to avoid potential division by zero | Strangerke |
2014-05-31 | CRUISE: Replace some more strcpy | Strangerke |
2014-05-31 | CRUISE: Add some more safeguard in opcode functions | Strangerke |
2014-05-31 | CRUISE: Add safeguards to some more string manipulations | Strangerke |
2014-05-31 | CRUISE: Add safeguards to avoid a buffer overflow in linker and sound | Strangerke |
2014-05-30 | CRUISE: Add a safeguard to avoid a buffer overflow | Strangerke |
2014-05-27 | ALL: Make Debugger command function names conform to our guidelines. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2014-03-30 | ALL: Resolve multiple clang warnings | Max Horn |
2014-02-18 | CRUISE: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-17 | CRUISE: Indent REGISTER_PLUGIN_* for consistency. | Johannes Schickel |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner |
2013-11-24 | BUILD: Remove need for engine-plugin.h in engines. | D G Turner |
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner |
2013-11-24 | BUILD: Split engines.mk down to a single file per engine. | D G Turner |
2013-11-24 | BUILD: Split configure.engines down to a single file per engine. | D G Turner |
2013-08-12 | I18N: Move specification of engine specific files to enginedir/POTFILES. | Johannes Schickel |
2013-06-18 | CRUISE: Remove useless fields in CRUISEGameDescription | Strangerke |