Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-02 | Add better check for HE resource differences. | Travis Howell | |
Move stringLen to HE7. svn-id: r13130 | |||
2004-03-02 | Introduced new platform GF_WINDOWS. Used for HE games. GF_PC is DOS | Eugene Sandulenko | |
svn-id: r13128 | |||
2004-03-02 | Implemented some HE specific opcodes | Eugene Sandulenko | |
Added some HE GIDs svn-id: r13126 | |||
2004-02-24 | Rename a few opcodes | Travis Howell | |
svn-id: r13011 | |||
2004-02-23 | o Add GID_FBEARPACK, previously for target fbpack GID_FBEAR was used, but there | Eugene Sandulenko | |
were fbear-specific modifications which didn't apply to it. Hence another GID. o seekFile and tellFile are enabled svn-id: r13001 | |||
2004-02-22 | Enable and use VAR_VOICE_MODE | Travis Howell | |
svn-id: r12979 | |||
2004-02-20 | Variable should be checked at this point. | Travis Howell | |
svn-id: r12942 | |||
2004-02-18 | INSANE debug output now can be turned ot in debug console | Eugene Sandulenko | |
svn-id: r12926 | |||
2004-02-05 | Fix for bug #882083 (COMI: CD change cancel button) | Max Horn | |
svn-id: r12744 | |||
2004-01-31 | renamed _saveLoadCompatible to _saveTemporaryState; make use of ↵ | Max Horn | |
requestLoad/requestSave svn-id: r12691 | |||
2004-01-25 | get rid of ScummEngine::_insaneState (I think we should eventually stop ↵ | Max Horn | |
calling processKbd() from inside smush and replace it with special code there) svn-id: r12589 | |||
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-19 | moved the sam&max inventory hack into o6_setOwner | Max Horn | |
svn-id: r12520 | |||
2004-01-19 | forgot to remove this :-) | Max Horn | |
svn-id: r12519 | |||
2004-01-19 | moved some V6-only scumm vars to ScummEngine_v6 | Max Horn | |
svn-id: r12517 | |||
2004-01-16 | Only needed for V1 Maniac. | Travis Howell | |
svn-id: r12431 | |||
2004-01-16 | Fix for bug #862263 - Maniac actors never stop talking. I know this could ↵ | James Brown | |
probably be neater :) svn-id: r12430 | |||
2004-01-14 | Remove INSANE define. | Travis Howell | |
svn-id: r12363 | |||
2004-01-11 | changed the name of the former removeObjectFromRoom yet again, to ↵ | Max Horn | |
markObjectRectAsDirty - that describes its functionality more accurately, I hope :-) svn-id: r12326 | |||
2004-01-11 | renamed removeObjectFromRoom to forceObjectRedraw | Max Horn | |
svn-id: r12325 | |||
2004-01-10 | More conversion to debug channels | James Brown | |
svn-id: r12293 | |||
2004-01-10 | Start of debug channel support. TODO: Move this to the common Debugger system? | James Brown | |
svn-id: r12289 | |||
2004-01-09 | added lipSync code | Paweł Kołodziejski | |
svn-id: r12284 | |||
2004-01-08 | move the charset mask to the charset renderer class; some other related changes | Max Horn | |
svn-id: r12263 | |||
2004-01-08 | unify _vm / _scumm usage | Max Horn | |
svn-id: r12262 | |||
2004-01-08 | cleanup | Max Horn | |
svn-id: r12259 | |||
2004-01-08 | cleanup | Max Horn | |
svn-id: r12258 | |||
2004-01-08 | more cleanup | Max Horn | |
svn-id: r12234 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-05 | added Actor::getElevation and Actor::setElevation; cleaned up costume API a ↵ | Max Horn | |
bit; some minor cleanup/tweaks svn-id: r12160 | |||
2004-01-04 | cleanup | Max Horn | |
svn-id: r12139 | |||
2004-01-04 | removed setFeatures (not needed anymore) | Max Horn | |
svn-id: r12132 | |||
2004-01-03 | renamed updateDirtyRect to markRectAsDirty (because that's what it really ↵ | Max Horn | |
does); used virtual screen id constants in more places svn-id: r12122 | |||
2004-01-03 | cleanup | Max Horn | |
svn-id: r12121 | |||
2004-01-03 | removed unused param in initScreens | Max Horn | |
svn-id: r12119 | |||
2003-12-30 | Add correct solution for drawObjectQue[] overflow in lawn mower mini games ↵ | Travis Howell | |
of puttputt svn-id: r12027 | |||
2003-12-30 | Give HE games their own IDs. | Travis Howell | |
Add hack to allow puttputt to work for now. Increase _drawObjectQue[] for law mower mini game in puttputt svn-id: r12026 | |||
2003-12-27 | get rid of _noSubtitles, use ConfigManager directly instead; clean up some ↵ | Max Horn | |
IMuseDigital oddities svn-id: r11966 | |||
2003-12-27 | more robust resource saving; also save resources with idx 0; renamed ↵ | Max Horn | |
Serializer::saveWord/loadWord to saveUint16/loadUint16 svn-id: r11955 | |||
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-25 | Fix pause mode during video/smush playback | Max Horn | |
svn-id: r11899 | |||
2003-12-24 | o Added SoundMixer::isReady() | Max Horn | |
o Removed SoundMixer::bindToSystem() o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady() svn-id: r11893 | |||
2003-12-21 | The rewritten Timer class actually allows us to get rid of several evil ↵ | Max Horn | |
hacks in the SMUSH code (which were previously needed to avoid various race conditions/crashes/hangups) svn-id: r11833 | |||
2003-12-17 | Patch #861716: palManipulateInit for V6 games (I modified the patch a bit) | Max Horn | |
svn-id: r11718 | |||
2003-12-14 | Let's spell it out: c-o-d-e r-e-u-s-e :-) | Max Horn | |
svn-id: r11640 | |||
2003-12-14 | Always confirm restart | Travis Howell | |
svn-id: r11635 | |||
2003-12-11 | Add option to enable copy protection in SCUMM games, which ScummVM disable ↵ | Travis Howell | |
it by default. svn-id: r11571 | |||
2003-12-06 | Preliminary support for FT INSANE is added. To enable the code define | Eugene Sandulenko | |
INSANE in config.h. But only non-interactive parts work and there is no insane scene skip. Only one choice during those scenes is Ctrl+X. svn-id: r11507 | |||
2003-12-05 | Add keyboard support for derby in FT and cannon battle in COMI, patch #853099 | Travis Howell | |
svn-id: r11496 | |||
2003-11-28 | game targets can now have a base filename different from the target name; ↵ | Max Horn | |
misc tweaks svn-id: r11417 |