Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | Added OSystem::beginGFXTransaction / endGFXTransaction (not yet implemented, ↵ | Max Horn | |
though :-) svn-id: r15864 | |||
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ↵ | Max Horn | |
objections) svn-id: r15849 | |||
2004-11-20 | whitespaces | Max Horn | |
svn-id: r15845 | |||
2004-11-19 | added walkthrough | Paweł Kołodziejski | |
svn-id: r15835 | |||
2004-11-15 | Add global extrapath to GUI and to default directories list. | Eugene Sandulenko | |
svn-id: r15816 | |||
2004-11-13 | Add new clearScreen OSystem call. Currently only implemented in SDL backend. ↵ | James Brown | |
This call is currently only used for clearing the launcher screen to remove garbage from the main screen before reentering. svn-id: r15799 | |||
2004-11-11 | Prevent infinite loop by displaying the launcher after a game start FAILURE too. | James Brown | |
svn-id: r15787 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15742 | |||
2004-11-09 | Free more memory on PalmOS | Chris Apers | |
svn-id: r15741 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15739 | |||
2004-11-06 | Major MT-32 emu overhaul based on KingGuppy's code. | Eugene Sandulenko | |
o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715 | |||
2004-10-21 | Patch #1048326 Better MT-32 support | Eugene Sandulenko | |
svn-id: r15635 | |||
2004-10-14 | Documented the --savepath option. | Torbjörn Andersson | |
svn-id: r15546 | |||
2004-10-13 | Remove the "boot_param" and "save_slot" settings from the transient domain | Torbjörn Andersson | |
when returning to the launcher after quitting a game. From what I understand, if they're in the transient domain it means they were set from the command-line. And it's unlikely that we want to re-use the same bootparam or save slot when starting what's likely to be a completely different game than the one we just quit from. svn-id: r15541 | |||
2004-10-13 | Clear g_engine when an Engine is deleted. This avoids a crash in error() | Torbjörn Andersson | |
when quitting Broken Sword II. (I still get the error message, of course, but that's a lot more helpful than an SDL parachute.) svn-id: r15535 | |||
2004-10-10 | Reenable persistant launcher, in order to encourage some debugging ;) | James Brown | |
svn-id: r15510 | |||
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-09-12 | Enable Zodiac driver | Chris Apers | |
svn-id: r15022 | |||
2004-08-29 | Provide unloading of unneeded plugins. | Marcus Comstedt | |
svn-id: r14829 | |||
2004-08-26 | Run the DC launcher from inside the regular main() function. | Marcus Comstedt | |
svn-id: r14787 | |||
2004-08-22 | Support dynamic plugins on Dreamcast. | Marcus Comstedt | |
svn-id: r14688 | |||
2004-08-14 | sync with README | Max Horn | |
svn-id: r14610 | |||
2004-08-05 | Enhanced extrapath support | Max Horn | |
svn-id: r14470 | |||
2004-08-02 | Workaround for bug #999122; this will fix config files which were broken by ↵ | Max Horn | |
the 0.6.1 release svn-id: r14444 | |||
2004-08-01 | Correct default settings used by COMI | Travis Howell | |
Allow object_labels config option in COMI svn-id: r14408 | |||
2004-07-18 | Move g_timer destruction to proper place | Max Horn | |
svn-id: r14262 | |||
2004-07-16 | Applied patch #957544 to make output sample rate configurable at runtime. | Torbjörn Andersson | |
svn-id: r14225 | |||
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-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn | |
svn-id: r14058 | |||
2004-06-23 | Proper fix for detecting --platform command line switch | Eugene Sandulenko | |
svn-id: r14023 | |||
2004-06-20 | now it should be in cvs | Paweł Kołodziejski | |
svn-id: r13982 | |||
2004-05-30 | Remove old savePath handling on WinCE | Nicolas Bacca | |
svn-id: r13900 | |||
2004-05-25 | Not yet supported | Chris Apers | |
svn-id: r13891 | |||
2004-05-09 | removed awe based on Endy statement | Paweł Kołodziejski | |
svn-id: r13809 | |||
2004-05-05 | mention fmtowns platform option in help | Jonathan Gray | |
svn-id: r13784 | |||
2004-05-05 | adding initial code for Another World engine | Paweł Kołodziejski | |
svn-id: r13783 | |||
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ↵ | Max Horn | |
resizable array, not a linked list) svn-id: r13520 | |||
2004-04-09 | Add Kyrandia base | James Brown | |
svn-id: r13516 | |||
2004-04-06 | Changed "voice_volume" to "speech_volume" for consistency with the Broken | Torbjörn Andersson | |
Sword games. (The digial iMUSE code still calls it voice volume, though.) svn-id: r13483 | |||
2004-04-05 | added voice group volume to scumm engine for imuse digital and implemeted ↵ | Paweł Kołodziejski | |
volume groups control svn-id: r13468 | |||
2004-03-31 | be tolerant against abuse of ConfMan.getInt(); add missing default value for ↵ | Max Horn | |
'speech_volume' in bs1 svn-id: r13435 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-23 | With latest dlcompat on OSX, no need anymore to manually prepend an ↵ | Max Horn | |
underscore before symbol names svn-id: r13367 | |||
2004-03-23 | fix dynamic version of LOAD_MODULE macro; fixed typo | Max Horn | |
svn-id: r13366 | |||
2004-03-17 | Bump version | James Brown | |
svn-id: r13327 | |||
2004-03-16 | Patch #917503: Remove stray semicolons | Max Horn | |
svn-id: r13319 | |||
2004-03-14 | Initial SAGA checkin. Disabled by default, enable with --enable-saga | Eugene Sandulenko | |
but don't expect it to work. svn-id: r13280 |