Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-17 | This file no longer needs to include <errno.h>, and from what I understand | Torbjörn Andersson | |
we already got the appropriate include for time() through stdafx.h, so we don't need to include <time.h> either. svn-id: r16093 | |||
2004-12-16 | Split simon.cpp more for PalmOS port. | Travis Howell | |
svn-id: r16078 | |||
2004-12-15 | memory leak | Gregory Montoir | |
svn-id: r16063 | |||
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann | |
svn-id: r16002 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
2004-12-02 | Moved MidiDriver creation code into the MidiDriver class (as static ↵ | Max Horn | |
methods), same for some other MIDI related stuff svn-id: r15968 | |||
2004-11-29 | Go on safe side by getting music volume from config manager | Eugene Sandulenko | |
svn-id: r15958 | |||
2004-11-29 | Fix music volume. | Eugene Sandulenko | |
svn-id: r15957 | |||
2004-11-28 | No longer sets pass-through for MT-32 emulator. | Jerome Fisher | |
svn-id: r15953 | |||
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the ↵ | Max Horn | |
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901 | |||
2004-11-24 | Fix 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-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn | |
svn-id: r15865 | |||
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ↵ | Max Horn | |
objections) svn-id: r15849 | |||
2004-11-19 | added walkthrough | Paweł Kołodziejski | |
svn-id: r15835 | |||
2004-11-10 | when 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-09 | More PalmOS related cleanup | Chris Apers | |
svn-id: r15774 | |||
2004-11-09 | Fixed crash | Chris Apers | |
svn-id: r15740 | |||
2004-10-23 | oops | Eugene Sandulenko | |
svn-id: r15660 | |||
2004-10-23 | Better support of MT-32. | Eugene Sandulenko | |
svn-id: r15659 | |||
2004-10-18 | Free some memory on exit | Travis Howell | |
svn-id: r15606 | |||
2004-10-08 | Prevent double slash in path | Chris Apers | |
svn-id: r15473 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-08-21 | Typo | Travis Howell | |
svn-id: r14666 | |||
2004-08-21 | Small correction for filename different on some systems | Travis Howell | |
svn-id: r14656 | |||
2004-08-16 | Set _language before checking its value | Travis Howell | |
svn-id: r14632 | |||
2004-08-02 | Remove pointless delays | Travis Howell | |
svn-id: r14436 | |||
2004-08-02 | Cleanup | Travis Howell | |
svn-id: r14435 | |||
2004-07-31 | Auto convert old Simon 1/2 targets | Travis Howell | |
svn-id: r14392 | |||
2004-07-31 | Add support for Russian Simon1. | Travis Howell | |
svn-id: r14376 | |||
2004-07-31 | Avoid gcc warning | Travis Howell | |
svn-id: r14373 | |||
2004-07-30 | fix subtitle alignment | Oliver Kiehl | |
svn-id: r14371 | |||
2004-07-30 | Switch detect filename back to prevent conflict for now. | Travis Howell | |
svn-id: r14368 | |||
2004-07-30 | Re-use old md5 hack to gather checksums from users. | Travis Howell | |
svn-id: r14366 | |||
2004-07-30 | Add a few more. | Travis Howell | |
svn-id: r14364 | |||
2004-07-30 | Ooops, make sure feature flags are updated. | Travis Howell | |
svn-id: r14362 | |||
2004-07-30 | Reduce simon 1/2 targets | Travis Howell | |
Add auto detection svn-id: r14361 | |||
2004-07-27 | No need to calculate values | Travis Howell | |
svn-id: r14351 | |||
2004-06-28 | Correct default paths | Travis Howell | |
svn-id: r14096 | |||
2004-06-28 | Enhanced default directory support in the File class; now one can specify ↵ | Max Horn | |
arbitrary many default search directories svn-id: r14095 | |||
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few ↵ | Max Horn | |
more getGameDataPath() calls svn-id: r14090 | |||
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn | |
svn-id: r14058 | |||
2004-06-25 | Use auto_ptr to avoid leaks | Max Horn | |
svn-id: r14057 | |||
2004-04-12 | Enable hack for old games too. don't pass larger size on to resfile_read | Oliver Kiehl | |
svn-id: r13558 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-15 | HACK needed for Spanish Simon1 Talkie too. | Travis Howell | |
svn-id: r13307 | |||
2004-03-15 | Should probably be Simon2-only... | Oliver Kiehl | |
svn-id: r13290 | |||
2004-03-15 | Hack to prevent segfaults caused by insufficient allocated memory when | Oliver Kiehl | |
playing the french version of simon2 with subtitles enabled. svn-id: r13287 | |||
2004-03-14 | rewrote talk_with_text from scratch. probably needs some testing | Oliver Kiehl | |
svn-id: r13282 | |||
2004-03-14 | cleanup | Oliver Kiehl | |
svn-id: r13277 | |||
2004-02-28 | renamed 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 |