aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/script.cpp
AgeCommit message (Collapse)Author
2014-06-08CRUISE: Directly use assert.Johannes Schickel
This fixes an ASSERT macro redefinition when compiling the Symbian port. See bug #6622 "SYMBIAN: CRUISE: warning: `ASSERT' redefined".
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
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h)
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
Some backends may break as I only compiled SDL
2011-02-22CRUISE: Reinstate Copy Protection errorneously disabled in r51834.D G Turner
r51834 (f4d38ccd407f2a007050d69e4841ba7fc53cd401) was a commit to add English Floppy version of LoL to Kyra, but a file was accidently committed to Cruise as a sideffect.
2010-11-07LURE: Convert printf to debug/warningMax Horn
Exception: The "decompiler" code still uses fopen/fprintf etc. but it is disabled by default, hence I am ignoring it for now. svn-id: r54108
2010-10-15CRUISE: Fix some code analysis warnings (bug #3087829)Eugene Sandulenko
svn-id: r53472
2010-08-07LOL: added english floppy versionFlorian Kagerer
svn-id: r51834
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-10-09Fixed all memory leaks as far as the initial title screenPaul Gilbert
svn-id: r44814
2009-09-24CRUISE: Fixed some warnings about unreachable codeFilippos Karapetis
svn-id: r44293
2009-07-26Added a debug line to allow tracking of script executionPaul Gilbert
svn-id: r42799
2009-06-01Disabled an old script interpreter hackPaul Gilbert
svn-id: r41099
2009-06-01Replaced loadShort/saveShort functions with applicable endian macrosPaul Gilbert
svn-id: r41097
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-17Properly named the script structure offset field, and fixed an endian bugPaul Gilbert
svn-id: r40634
2009-05-15Converted various printf statements to use debug, warning, and error.Paul Gilbert
svn-id: r40588
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
svn-id: r35870
2007-12-25Fix blinking characterVincent Hamm
svn-id: r29987
2007-12-20Fix title screen line drawing codeVincent Hamm
svn-id: r29925
2007-12-20Fix compiler warningsMax Horn
svn-id: r29922
2007-12-20Multiple fix/cleanupVincent Hamm
One bug remains before the game is completable without hack svn-id: r29920
2007-12-18Fix loading savegame from original interpreterVincent Hamm
svn-id: r29901
2007-12-17Fix dangling pointerVincent Hamm
Fix low color background Fix input svn-id: r29897
2007-11-10Fix relocation of objects relationsVincent Hamm
svn-id: r29472
2007-11-08Cleanup load savegame from original interpreterVincent Hamm
svn-id: r29453
2007-11-04Some more script functionsVincent Hamm
svn-id: r29408
2007-11-04Fix a few script issuesVincent Hamm
svn-id: r29397
2007-10-29Add more object menu controlsVincent Hamm
svn-id: r29312
2007-09-10Lots of source code formatting correctionsMax Horn
svn-id: r28887
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-16Figured out the bug that was causing the animations to glitchVincent Hamm
svn-id: r26856
2007-04-28More cleanupVincent Hamm
Few bug fix svn-id: r26666
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
svn-id: r26631
2007-04-27Fixed loads of warnings with MSVC and gccFilippos Karapetis
svn-id: r26615
2007-04-27Add cruise source code for scummvmVincent Hamm
svn-id: r26605