aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/script.cpp
AgeCommit message (Expand)Author
2014-06-08CRUISE: Directly use assert.Johannes Schickel
2014-06-07CRUISE: Some minor rework in script handlerStrangerke
2014-06-07CRUISE: Add some comments, remove some optional bracketsStrangerke
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-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-06-30JANITORIAL: Silence a couple of "variable set but not used" warnings.eriktorbjorn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-22CRUISE: Reinstate Copy Protection errorneously disabled in r51834.D G Turner
2010-11-07LURE: Convert printf to debug/warningMax Horn
2010-10-15CRUISE: Fix some code analysis warnings (bug #3087829)Eugene Sandulenko
2010-08-07LOL: added english floppy versionFlorian Kagerer
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-09Fixed all memory leaks as far as the initial title screenPaul Gilbert
2009-09-24CRUISE: Fixed some warnings about unreachable codeFilippos Karapetis
2009-07-26Added a debug line to allow tracking of script executionPaul Gilbert
2009-06-01Disabled an old script interpreter hackPaul Gilbert
2009-06-01Replaced loadShort/saveShort functions with applicable endian macrosPaul Gilbert
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-17Properly named the script structure offset field, and fixed an endian bugPaul Gilbert
2009-05-15Converted various printf statements to use debug, warning, and error.Paul Gilbert
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
2007-12-25Fix blinking characterVincent Hamm
2007-12-20Fix title screen line drawing codeVincent Hamm
2007-12-20Fix compiler warningsMax Horn
2007-12-20Multiple fix/cleanupVincent Hamm
2007-12-18Fix loading savegame from original interpreterVincent Hamm
2007-12-17Fix dangling pointerVincent Hamm
2007-11-10Fix relocation of objects relationsVincent Hamm
2007-11-08Cleanup load savegame from original interpreterVincent Hamm
2007-11-04Some more script functionsVincent Hamm
2007-11-04Fix a few script issuesVincent Hamm
2007-10-29Add more object menu controlsVincent Hamm
2007-09-10Lots of source code formatting correctionsMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-16Figured out the bug that was causing the animations to glitchVincent Hamm
2007-04-28More cleanupVincent Hamm
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
2007-04-27Fixed loads of warnings with MSVC and gccFilippos Karapetis
2007-04-27Add cruise source code for scummvmVincent Hamm