Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-02-26 | Fix crashes in French version of Simon2 | Travis Howell | |
svn-id: r13062 | |||
2004-02-24 | the 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-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn | |
svn-id: r12984 | |||
2004-02-13 | Switch warnings to debug. | Travis Howell | |
Remove old commented out Simon code. svn-id: r12845 | |||
2004-02-12 | Check sfx/music status before pause. | Travis Howell | |
svn-id: r12828 | |||
2004-02-09 | Switch method used for combined speech and subtitles in Simon2 (Non - Hebrew ↵ | Travis Howell | |
versions) again. svn-id: r12782 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-02-02 | Remove md5 checksum, too many conflicting checksums. | Travis Howell | |
svn-id: r12714 | |||
2004-01-30 | Add better work around for inventory arrows issue in some Simon1 versions. | Travis Howell | |
Remove seom debugging output. svn-id: r12673 | |||
2004-01-27 | add in-game debugger | Oliver Kiehl | |
svn-id: r12634 | |||
2004-01-27 | Avoid glitch if Simon1 introduction is skipped when showing Simon' room segment. | Travis Howell | |
svn-id: r12633 | |||
2004-01-26 | One forgotten PROP_TOGGLE_VIRTUAL_KEYBOARD | Nicolas Bacca | |
svn-id: r12609 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-04 | renamed global var _debugLevel to g_debugLevel; let Engine constructor init ↵ | Max Horn | |
it (this way all engines get it for free, allows further cleanup); removed some useless/duplicate member vars in SwordEngine svn-id: r12134 | |||
2004-01-03 | renamed SimonSound class back to just Sound (now that we use namespaces that ↵ | Max Horn | |
is just fine) svn-id: r12098 | |||
2004-01-01 | Add work around for bug in French version of Simon the Sorcerer 1 | Travis Howell | |
svn-id: r12068 | |||
2004-01-01 | Reduce some buffers to more reasonable sizes. | Travis Howell | |
svn-id: r12067 |