aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Collapse)Author
2004-08-02Remove pointless delaysTravis Howell
svn-id: r14436
2004-08-02CleanupTravis Howell
svn-id: r14435
2004-07-31Auto convert old Simon 1/2 targetsTravis Howell
svn-id: r14392
2004-07-31changed loadVOCFile to work on a generic ReadStream instead of a File, and ↵Max Horn
renamed it to loadVOCFromStream; removed readVOCFromMemory as it isn't used anymore, and in the future, a MemoryReadstream plus loadVOCFromStream can achieve the same effect svn-id: r14383
2004-07-31UpdateTravis Howell
svn-id: r14377
2004-07-31Add support for Russian Simon1.Travis Howell
svn-id: r14376
2004-07-31Avoid gcc warningTravis Howell
svn-id: r14373
2004-07-31UpdateTravis Howell
svn-id: r14372
2004-07-30fix subtitle alignmentOliver Kiehl
svn-id: r14371
2004-07-30Add two moreTravis Howell
Leave out Acorn details for now svn-id: r14369
2004-07-30Switch detect filename back to prevent conflict for now.Travis Howell
svn-id: r14368
2004-07-30Add a few moreTravis Howell
svn-id: r14367
2004-07-30Re-use old md5 hack to gather checksums from users.Travis Howell
svn-id: r14366
2004-07-30Add a few more.Travis Howell
svn-id: r14364
2004-07-30CorrecxtionTravis Howell
svn-id: r14363
2004-07-30Ooops, make sure feature flags are updated.Travis Howell
svn-id: r14362
2004-07-30Reduce simon 1/2 targetsTravis Howell
Add auto detection svn-id: r14361
2004-07-27No need to calculate valuesTravis Howell
svn-id: r14351
2004-06-28Correct default pathsTravis Howell
svn-id: r14096
2004-06-28Enhanced default directory support in the File class; now one can specify ↵Max Horn
arbitrary many default search directories svn-id: r14095
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-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
svn-id: r14058
2004-06-25Use auto_ptr to avoid leaksMax Horn
svn-id: r14057
2004-04-12Enable hack for old games too. don't pass larger size on to resfile_readOliver Kiehl
svn-id: r13558
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-15HACK needed for Spanish Simon1 Talkie too.Travis Howell
svn-id: r13307
2004-03-15Should probably be Simon2-only...Oliver Kiehl
svn-id: r13290
2004-03-15Hack to prevent segfaults caused by insufficient allocated memory whenOliver Kiehl
playing the french version of simon2 with subtitles enabled. svn-id: r13287
2004-03-14rewrote talk_with_text from scratch. probably needs some testingOliver Kiehl
svn-id: r13282
2004-03-14remove ugly gotoOliver Kiehl
svn-id: r13278
2004-03-14cleanupOliver Kiehl
svn-id: r13277
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed ↵Max Horn
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087
2004-02-26Fix crashes in French version of Simon2Travis Howell
svn-id: r13062
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
svn-id: r12984
2004-02-13Switch warnings to debug.Travis Howell
Remove old commented out Simon code. svn-id: r12845
2004-02-13Remove delayTravis Howell
svn-id: r12840
2004-02-12Check sfx/music status before pause.Travis Howell
svn-id: r12828
2004-02-09Switch method used for combined speech and subtitles in Simon2 (Non - Hebrew ↵Travis Howell
versions) again. svn-id: r12782
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
svn-id: r12722
2004-02-02Remove md5 checksum, too many conflicting checksums.Travis Howell
svn-id: r12714
2004-01-30Various changes to the build system which allow building ScummVM in an ↵Max Horn
external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress svn-id: r12680
2004-01-30Add better work around for inventory arrows issue in some Simon1 versions.Travis Howell
Remove seom debugging output. svn-id: r12673
2004-01-29fixed warningPaweł Kołodziejski
svn-id: r12666
2004-01-28Another safety check.Travis Howell
svn-id: r12652
2004-01-28music works on Simon2Travis Howell
svn-id: r12651
2004-01-28OoopsTravis Howell
svn-id: r12650
2004-01-28Use a few form scummTravis Howell
svn-id: r12649
2004-01-28Add some more commands to debugger.Travis Howell
svn-id: r12648
2004-01-28Add some feedback.Travis Howell
svn-id: r12646