aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/linker.cpp
AgeCommit message (Collapse)Author
2019-10-19CRUISE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2014-06-06CRUISE: Reduce the scope of some more variablesStrangerke
2014-06-01CRUISE: Reduce the scope of variables used in the for loopsStrangerke
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-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
Found by GCC 4.6's -Wunused-but-set-variable
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-07-25fix another aligned writeJoost Peters
svn-id: r42753
2009-07-25fix unaligned writesJoost Peters
svn-id: r42747
2009-06-01Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to ↵Joost Peters
clarify that flipping only occurs on LE systems + some related cleanup. svn-id: r41107
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
svn-id: r35870
2007-11-10Fix relocation of objects relationsVincent Hamm
svn-id: r29472
2007-11-10-Cleanup stringsVincent Hamm
-Fix load saves from original interpreter -Add all background merge functions svn-id: r29467
2007-10-28Early implementation of object menuVincent Hamm
svn-id: r29296
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-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
svn-id: r26631
2007-04-27Fixing lots of warningsMax Horn
svn-id: r26617
2007-04-27Add cruise source code for scummvmVincent Hamm
svn-id: r26605