Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-08 | Fix display of verb name text when verb is selected in Simon the Sorcerer 1 ↵ | Travis Howell | |
and enable for all versions of the game. svn-id: r10677 | |||
2003-10-05 | factor out common gfx_mode/fullscreen setup code from the game engines into ↵ | Max Horn | |
the main code (maybe putting this into the Engine constructor would be better, though?) svn-id: r10611 | |||
2003-10-03 | Simon namespace | Max Horn | |
svn-id: r10574 | |||
2003-10-01 | Fix for Bug [812995] MT-32: wrong channel mapping | Jamieson Christian | |
Implemented channel mask for Simon 1/2 when using --native-mt32. svn-id: r10525 | |||
2003-09-29 | Added decruncher for Simon 1 disk version files. | Jamieson Christian | |
Also thanks to Stuart Caie for the C conversion of the decruncher algorithm. svn-id: r10476 | |||
2003-09-29 | First-revision Amiga icon decompressor. | Jamieson Christian | |
Thanks for Stuart Caie for the C conversion that was adapted for this addition. On the Web at http://www.kyz.uklinux.net/ svn-id: r10475 | |||
2003-09-26 | Small correction for simon1/2 Hebrew | Travis Howell | |
svn-id: r10411 | |||
2003-09-25 | Small cleanup to reduce amount of game id checks. | Travis Howell | |
svn-id: r10402 | |||
2003-09-25 | Small cleanup to reduce amount of game id checks. | Travis Howell | |
svn-id: r10401 | |||
2003-09-24 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10390 | |||
2003-09-24 | Add Acorn version of Simon the Sorcerer 1 Talkie | Travis Howell | |
svn-id: r10389 | |||
2003-09-20 | fix bug pointed out by Merlin0fCha0s | Oliver Kiehl | |
svn-id: r10343 | |||
2003-09-20 | fixed AMD64 warning | Max Horn | |
svn-id: r10341 | |||
2003-09-18 | added initial support for building our 4 adventure engines as loadable ↵ | Max Horn | |
modules; right now only work on OS X; once we add more build rules, other systems with dlopen() should work, too (e.g. Linux); Windows support may come later. This is still very much WIP svn-id: r10304 | |||
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there ↵ | Max Horn | |
(this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282 | |||
2003-09-08 | renamed VersionSettings -> TargetSettings and also renamed some of its ↵ | Max Horn | |
members; added GameDetector::findTarget; made launcher use that new method; some initial preparations for Plugin code svn-id: r10092 | |||
2003-08-15 | Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexible | Jamieson Christian | |
list of music types supported. This was done because now PC speaker support must be treated separately, along with Adlib and native (GM/MT32) support. This fixes a problem with games that don't support PC speaker (including V5 games that don't parse SPK resources yet) being run with -epcspk or -epcjr. Those games now properly switch to -enull so that music resources still get parsed and music/script synchronization mechanisms don't break. svn-id: r9703 | |||
2003-08-10 | Replaced use of File with use of SaveFileManager where appropriate. | Marcus Comstedt | |
svn-id: r9627 | |||
2003-08-10 | Add missing code for f10 key, thanks to Jamieson | Travis Howell | |
Stops multiple flashing star occuring on one character/object svn-id: r9625 | |||
2003-08-10 | Fix for f10 key in simon1 | Travis Howell | |
svn-id: r9624 | |||
2003-08-08 | More Simon shutdown cleanup | Jamieson Christian | |
svn-id: r9602 | |||
2003-08-08 | Use shutdown() when quiting via ctrl z | Travis Howell | |
svn-id: r9601 | |||
2003-08-08 | Close music engine on shutdown | Jamieson Christian | |
svn-id: r9599 | |||
2003-08-06 | Reverted too much | Travis Howell | |
Add note about missing code in simon svn-id: r9531 | |||
2003-08-06 | must create adlib driver *after* calling _mixer->bindToSystem | Max Horn | |
svn-id: r9528 | |||
2003-08-05 | getting rid of g_mixer; removing lots of whitespace | Max Horn | |
svn-id: r9527 | |||
2003-08-05 | oops | Travis Howell | |
svn-id: r9508 | |||
2003-08-05 | F10 key works in simon1, although it highlights exits | Travis Howell | |
svn-id: r9506 | |||
2003-08-02 | Make code match | Travis Howell | |
svn-id: r9405 | |||
2003-08-02 | Always check for null string | Travis Howell | |
svn-id: r9404 | |||
2003-08-02 | My last commit caused regression | Travis Howell | |
svn-id: r9402 | |||
2003-08-02 | Add combined speech/subtitles support for simon2 hebrew | Travis Howell | |
svn-id: r9401 | |||
2003-08-02 | Add combined speech/subtitles support for simon2 hebrew | Travis Howell | |
svn-id: r9400 | |||
2003-08-02 | Hebrew support for load/save dialog | Travis Howell | |
svn-id: r9398 | |||
2003-08-02 | Improved hebrew support, thanks to Jamieson | Travis Howell | |
svn-id: r9397 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-07-31 | Small cleanup | Travis Howell | |
svn-id: r9316 | |||
2003-07-30 | typo | Travis Howell | |
svn-id: r9293 | |||
2003-07-30 | Add/remove/update simon comments | Travis Howell | |
svn-id: r9292 | |||
2003-07-30 | Small cleanup | Travis Howell | |
svn-id: r9290 | |||
2003-07-30 | vc_10_no_depack_swap implementation | Jamieson Christian | |
svn-id: r9289 | |||
2003-07-30 | Fix unit'd array and variable in simon | Travis Howell | |
svn-id: r9285 | |||
2003-07-29 | Partial fix for bug #779013. It no longer crashes, but the config file | Torbjörn Andersson | |
setting still overrides the command-line option. svn-id: r9283 | |||
2003-07-27 | Count amount of save files available so load/save dialog works correctly. | Travis Howell | |
svn-id: r9196 | |||
2003-07-25 | Surprised this has not caused major problems | Travis Howell | |
svn-id: r9188 | |||
2003-07-25 | Use correct frame rate value from disasm, fixes minor timing issue in simon 2 in | Travis Howell | |
troduction. Correct default _lock_counter value svn-id: r9186 | |||
2003-07-24 | Ooops | Travis Howell | |
svn-id: r9171 | |||
2003-07-24 | Simon games shold only play one voice at a time. | Travis Howell | |
Fixes many voice overlaps Fixes subtitles been ot of sync with voice, with simon 1 versions that had combi ned speech/subtitles. svn-id: r9167 | |||
2003-07-22 | That last change wasn't quite right | Travis Howell | |
svn-id: r9119 | |||
2003-07-22 | Fix simon1talkie regression | Travis Howell | |
svn-id: r9118 |