aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
AgeCommit message (Expand)Author
2014-06-01CRUISE: Start renaming opcodes in the Decompiler, some reworkStrangerke
2014-06-01CRUISE: Fix a CppCheck error in decompilerStrangerke
2014-06-01CRUISE: Fix a bug in the decompilerStrangerke
2014-06-01CRUISE: Reduce the scope of a variable, remove a useless incrementStrangerke
2014-06-01CRUISE: Comment out some useless codeStrangerke
2014-06-01CRUISE: Reduce the scope of some variables in actor and cruise_mainStrangerke
2014-06-01CRUISE: Reduce the scope of variables used in the for loopsStrangerke
2014-06-01CRUISE: error out in some cases where divide by zero is expectedStrangerke
2014-05-31CRUISE: Add a couple of safeguards to avoid potential division by zeroStrangerke
2014-05-31CRUISE: Replace some more strcpyStrangerke
2014-05-31CRUISE: Add some more safeguard in opcode functionsStrangerke
2014-05-31CRUISE: Add safeguards to some more string manipulationsStrangerke
2014-05-31CRUISE: Add safeguards to avoid a buffer overflow in linker and soundStrangerke
2014-05-30CRUISE: Add a safeguard to avoid a buffer overflowStrangerke
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17CRUISE: Indent REGISTER_PLUGIN_* for consistency.Johannes Schickel
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-08-12I18N: Move specification of engine specific files to enginedir/POTFILES.Johannes Schickel
2013-06-18CRUISE: Remove useless fields in CRUISEGameDescriptionStrangerke
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-26CRUISE: Plug memory lek. CID 1003917Eugene Sandulenko
2013-04-26CRUISE: Plug memory leak. CID 1003918Eugene Sandulenko
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2012-12-04CRUISE: Correct missing comma and extra value in Spanish font table.D G Turner
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-07-03CRUISE: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-05-14CRUISE: Add italian language stringsFabio Battaglia
2012-05-14CRUISE: Correct Italian detection entryFabio Battaglia
2012-05-14CRUISE: Add detection entry for Amiga Italian verFabio Battaglia
2012-04-21CRUISE: Fix update of background animations while waiting for user.D G Turner
2012-04-21CRUISE: Modification to main loop to update cursor, even in FastMode.D G Turner
2012-04-21CRUISE: Move cursor update to upper "idle" loop in main function.D G Turner
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-12-27CRUISE: Fix cppcheck warning about possible NULL pointer use.Torbjörn Andersson
2011-11-21CRUISE: Added explicit freeing of thumbnail surface pixelsPaul Gilbert
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-11-14CRUISE: Remove unused variablesEugene Sandulenko