Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-04 | Match disasm., applies to The Dig too. | Travis Howell | |
svn-id: r14167 | |||
2004-06-28 | Don't use getGameDataPath() | Max Horn | |
svn-id: r14094 | |||
2004-06-27 | Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary ↵ | Max Horn | |
to pass getGameDataPath() on to File::open() svn-id: r14087 | |||
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-06-21 | Add some missing code | Travis Howell | |
svn-id: r13990 | |||
2004-04-05 | Renamed StringTab::backup to StringTab::_default, as that describes better ↵ | Max Horn | |
what it does svn-id: r13476 | |||
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-04-04 | Implement V8 queryQuit opcode | Max Horn | |
svn-id: r13461 | |||
2004-04-03 | cleanup StringTab stuff | Max Horn | |
svn-id: r13448 | |||
2004-04-02 | Got rid of _transText | Max Horn | |
svn-id: r13442 | |||
2004-04-02 | simplify code by integrating a call to translateText() into ↵ | Max Horn | |
addMessageToStack(); improved translateText() further svn-id: r13438 | |||
2004-04-02 | Shouldn't be necessary to do a second translation run in this place (at ↵ | Max Horn | |
least I couldn't find any place were it is) svn-id: r13437 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-19 | Revamped COMI/DIG speech decoding (this my cause regressions, watch out). ↵ | Max Horn | |
Goal was to streamline code logic, and get rid of a FIXME svn-id: r13347 | |||
2004-03-15 | cleanup | Max Horn | |
svn-id: r13312 | |||
2004-03-15 | refactor use of _messagePtr -> instead of using it as an implicit parameter ↵ | Max Horn | |
for various methods, pass its value explicitly to those methods. Note: this *should* be just a code transformation, with no change to the program logic - unless I messed up once again <sigh> svn-id: r13298 | |||
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but ↵ | Max Horn | |
that'll have to wait till after I slept :-) svn-id: r13295 | |||
2004-02-25 | Fix VAR_VOICE_MODE in COMI | Travis Howell | |
svn-id: r13051 | |||
2004-02-24 | COMI uses VAR_CHARINC in reverse, so adjust readvar. | Travis Howell | |
svn-id: r13025 | |||
2004-02-22 | Original comi doesn't check value at all | Travis Howell | |
svn-id: r12985 | |||
2004-02-21 | Adjust again for comi demo. | Travis Howell | |
svn-id: r12951 | |||
2004-02-21 | COMI needs an adjust for VAR_CHARINC writes. | Travis Howell | |
svn-id: r12950 | |||
2004-02-21 | Use correct method for subtitle speed. | Travis Howell | |
svn-id: r12949 | |||
2004-02-20 | Correct another bad comi var | Travis Howell | |
svn-id: r12944 | |||
2004-02-13 | proper usage actor talkVolume | Paweł Kołodziejski | |
svn-id: r12841 | |||
2004-02-09 | Missed one | Travis Howell | |
svn-id: r12793 | |||
2004-02-09 | added talkVolume, and changed talkPan call method | Paweł Kołodziejski | |
svn-id: r12790 | |||
2004-01-31 | renamed _saveLoadCompatible to _saveTemporaryState; make use of ↵ | Max Horn | |
requestLoad/requestSave svn-id: r12691 | |||
2004-01-19 | fix endian bug when dealing with ArrayHeader's; added a hack to permit save ↵ | Max Horn | |
games broken due to this to still work; moved the whole 'Array' stuff into ScummEngine_v6 svn-id: r12521 | |||
2004-01-16 | Just hide a few noisy warnings. | James Brown | |
svn-id: r12426 | |||
2004-01-15 | use Rect in struct VerbSlot | Max Horn | |
svn-id: r12413 | |||
2004-01-11 | cleanup | Max Horn | |
svn-id: r12327 | |||
2004-01-08 | cleanup (make some more use of class Common::Rect) | Max Horn | |
svn-id: r12232 | |||
2004-01-07 | changed lipsync func param | Paweł Kołodziejski | |
svn-id: r12210 | |||
2004-01-07 | Add missing break | Travis Howell | |
svn-id: r12205 | |||
2004-01-07 | Add missing break | Travis Howell | |
svn-id: r12203 | |||
2004-01-06 | synced imuse digital with local tree | Paweł Kołodziejski | |
svn-id: r12187 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-06 | Made o8_getActorZPlane return the same z value as Actor::drawActorCostume ↵ | Max Horn | |
computes - this *might* cause regressions, or might fix bugs, or might have no visible effect at all :-). Somebody feel free to verify this against assembly svn-id: r12166 | |||
2004-01-05 | more cleanup | Max Horn | |
svn-id: r12161 | |||
2004-01-05 | added Actor::getElevation and Actor::setElevation; cleaned up costume API a ↵ | Max Horn | |
bit; some minor cleanup/tweaks svn-id: r12160 | |||
2003-12-27 | try to make it more obvious how certain timer freqs are derived | Max Horn | |
svn-id: r11974 | |||
2003-12-27 | get rid of _noSubtitles, use ConfigManager directly instead; clean up some ↵ | Max Horn | |
IMuseDigital oddities svn-id: r11966 | |||
2003-12-26 | got rid of those _maxFOO macros, replaced them by access to the equivalent ↵ | Max Horn | |
_numFOO variables svn-id: r11953 | |||
2003-12-26 | when introducing a constant used throughout multiple files, best assign a ↵ | Max Horn | |
*name* to it, else you're digging your own grave on the long run :-) svn-id: r11941 | |||
2003-12-26 | passthrought v7+ sound voices by imuse digital | Paweł Kołodziejski | |
svn-id: r11939 | |||
2003-12-25 | cleanup | Max Horn | |
svn-id: r11923 | |||
2003-12-22 | Moved bundle music code from class Sound to IMuseDigital (seems more ↵ | Max Horn | |
natural; and allows for various cleanup) svn-id: r11846 | |||
2003-12-05 | Add keyboard support for derby in FT and cannon battle in COMI, patch #853099 | Travis Howell | |
svn-id: r11496 |