Age | Commit message (Expand) | Author |
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 |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2013-04-26 | CRUISE: Plug memory lek. CID 1003917 | Eugene Sandulenko |
2013-04-26 | CRUISE: Plug memory leak. CID 1003918 | Eugene Sandulenko |
2013-02-23 | ALL: Fix typo (existant->existent) | Willem Jan Palenstijn |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel |
2012-12-04 | CRUISE: Correct missing comma and extra value in Spanish font table. | D G Turner |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-07-03 | CRUISE: Slight cleanup in querySaveMetaInfos. | Johannes Schickel |
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel |
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel |
2012-05-14 | CRUISE: Add italian language strings | Fabio Battaglia |
2012-05-14 | CRUISE: Correct Italian detection entry | Fabio Battaglia |
2012-05-14 | CRUISE: Add detection entry for Amiga Italian ver | Fabio Battaglia |
2012-04-21 | CRUISE: Fix update of background animations while waiting for user. | D G Turner |
2012-04-21 | CRUISE: Modification to main loop to update cursor, even in FastMode. | D G Turner |
2012-04-21 | CRUISE: Move cursor update to upper "idle" loop in main function. | D G Turner |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2011-12-27 | CRUISE: Fix cppcheck warning about possible NULL pointer use. | Torbjörn Andersson |
2011-11-21 | CRUISE: Added explicit freeing of thumbnail surface pixels | Paul Gilbert |
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel |
2011-11-14 | CRUISE: Remove unused variables | Eugene Sandulenko |
2011-11-10 | CRUISE: Fix OOM checks | Willem Jan Palenstijn |
2011-11-04 | CRUISE: Removed duplicate variable assignment | Filippos Karapetis |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko |
2011-10-18 | CRUISE: Revert part of mouse movement patch applied from Bug #3423955. | D G Turner |