aboutsummaryrefslogtreecommitdiff
path: root/simon/res.cpp
AgeCommit message (Collapse)Author
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few ↵Max Horn
more getGameDataPath() calls svn-id: r14090
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-10-03Simon namespaceMax Horn
svn-id: r10574
2003-09-25Small cleanup to reduce amount of game id checks.Travis Howell
svn-id: r10402
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-09-24Add Acorn version of Simon the Sorcerer 1 TalkieTravis Howell
svn-id: r10389
2003-06-15cleanupMax Horn
svn-id: r8509
2003-06-14make file objects stack based where possible, fixes a bunch of leaksJonathan Gray
svn-id: r8476
2003-06-01Rename SimonState to SimonEngineTravis Howell
svn-id: r8228
2003-03-25Bug fix from luddeTravis Howell
svn-id: r6859
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6720
2003-01-14Missed one sectionTravis Howell
svn-id: r6452
2003-01-14Start for Simon 1 amiga cd32 version support, not working right yet.Travis Howell
svn-id: r6450
2003-01-11More simon 2 targets (amiga/mac ports)Travis Howell
svn-id: r6396
2003-01-03Don't crash if sound effect file doesn't existTravis Howell
svn-id: r6327
2003-01-03Improve error message when data files are missingTravis Howell
svn-id: r6324
2002-12-10fixed compile error in VC++Oliver Kiehl
svn-id: r5897
2002-12-08now simon versions with trailing dots after filenames also load correctlyOliver Kiehl
svn-id: r5891
2002-11-10if possible, always #include headers in the source files, not in other headersMax Horn
svn-id: r5495
2002-11-05Add simon1talkie and simon2talkie targetsTravis Howell
svn-id: r5413
2002-10-31some more cleanupMax Horn
svn-id: r5360
2002-10-24Add simon1demoTravis Howell
svn-id: r5300
2002-10-22Remove warningTravis Howell
svn-id: r5246
2002-10-22Minor fixes for simon2dos targetTravis Howell
svn-id: r5227
2002-10-21The terms Word and DWord are somewhat Windows centric; in fact there are ↵Max Horn
systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious svn-id: r5216
2002-10-21use File::size() method were it makes sense; one small change to simon.cpp ↵Max Horn
based on comment on bug #595813 svn-id: r5210
2002-09-16simon also use class FilePaweł Kołodziejski
svn-id: r4948
2002-08-21Initial revisionMax Horn
svn-id: r4785