aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Collapse)Author
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
There are plans to add some brains to GameDetector class, which will let us avoid passing detector to init() method. svn-id: r15873
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn
svn-id: r15865
2004-11-20Removing walkthrough stuff again (talked to aquadran about this, he had no ↵Max Horn
objections) svn-id: r15849
2004-11-19added walkthroughPaweł Kołodziejski
svn-id: r15835
2004-11-10when calling SimonEngine::shutdown(), _itemheap_ptr and _tablesheap_ptr ↵Gregory Montoir
don't point to the beginning of the malloc'd buffer anymore. So use the offsets to do the free() call ; maybe it will fix the palmos issue. svn-id: r15780
2004-11-09More PalmOS related cleanupChris Apers
svn-id: r15774
2004-11-09Fixed crashChris Apers
svn-id: r15740
2004-11-09CleanupChris Apers
svn-id: r15739
2004-10-23oopsEugene Sandulenko
svn-id: r15660
2004-10-23Better support of MT-32.Eugene Sandulenko
svn-id: r15659
2004-10-18Free some memory on exitTravis Howell
svn-id: r15606
2004-10-08Prevent double slash in pathChris Apers
svn-id: r15473
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-09-12Fixed russian supportChris Apers
svn-id: r15027
2004-09-08Fingolfin's suggested fix for bug #1004919.Torbjörn Andersson
svn-id: r14959
2004-09-04cleanupMax Horn
svn-id: r14878
2004-08-21TypoTravis Howell
svn-id: r14666
2004-08-21FixTravis Howell
svn-id: r14664
2004-08-21Small correction for filename different on some systemsTravis Howell
svn-id: r14656
2004-08-20UpdateTravis Howell
svn-id: r14651
2004-08-20UpdateTravis Howell
svn-id: r14646
2004-08-16Set _language before checking its valueTravis Howell
svn-id: r14632
2004-08-13Apply Max suggestion :)Nicolas Bacca
svn-id: r14585
2004-08-13Alignment fix for WinCE (fix bug #934343)Nicolas Bacca
svn-id: r14575
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