Age | Commit message (Expand) | Author |
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of a... | Max Horn |
2006-10-07 | Renemaed ScummEngine::processKbd to processInput (as it also deals with the m... | Max Horn |
2006-10-07 | some HE related cleanup | Max Horn |
2006-09-17 | renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c... | Max Horn |
2006-09-17 | Moved stored flobjects to class ScummEngine_v70he | Max Horn |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
2006-09-17 | Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e... | Max Horn |
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical order... | Max Horn |
2006-09-09 | Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounter | Max Horn |
2006-09-01 | Add HE72+ specific version of convertMessageToString(), to reduce filtering a... | Travis Howell |
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-07-10 | Fix actor glitches in the stomach location of pajama3 | Travis Howell |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-09 | HE80+ games ignore subtitle speed, due to sound code been used. Fixes glitche... | Travis Howell |
2006-07-08 | Rename VAR_WINDOWS_VERSION to VAR_PLATFORM_VERSION | Travis Howell |
2006-07-06 | Fix off by one, in the stomach of pajama3 | Travis Howell |
2006-06-28 | Remove left over ; | Travis Howell |
2006-06-28 | Add eriktorbjorn's patch for DXA unification, with more changes | Travis Howell |
2006-06-24 | Fix warning | Max Horn |
2006-06-23 | Convert file path, before playing videos in HE games | Travis Howell |
2006-06-21 | Revert back to original method used for scrollEffect(), fixes regressions. | Travis Howell |
2006-06-19 | Fix screen scrolling glitch when looking at the top of closet in parents room... | Travis Howell |
2006-06-18 | Remove debug left over | Travis Howell |
2006-06-18 | Add alternative method to prevent debug code of scripts been triggered in los... | Travis Howell |
2006-06-16 | Fix rects in HE games, when positions are set by scripts | Travis Howell |
2006-06-13 | Since setCursorHotspot() does not update the cursor (should it?), we have to | Torbjörn Andersson |
2006-06-13 | Let the [cursor] palette manager handle disableCursorPalette() too, to avoid | Torbjörn Andersson |
2006-06-09 | Use convertFilePath for HE6x games too, for safety | Travis Howell |
2006-06-09 | Add DOS and Macintosh versions of Putt-Putt & Fatty Bear's Activity Pack | Travis Howell |
2006-06-06 | Minor cleanup | Travis Howell |
2006-05-24 | Downgraded startHETalkSound() error (when the speech file isn't open) to a | Torbjörn Andersson |
2006-05-20 | Pass values by-reference, using C++ references, and not by using pointers | Max Horn |
2006-05-20 | Apparently, passing a file handle directly to a function causes that file | Torbjörn Andersson |
2006-05-20 | After the GUI has finished, restore the old cursor palette (if any). For this | Torbjörn Andersson |
2006-05-08 | Avoid closing a video file in HE games twice | Travis Howell |
2006-05-08 | Fix regression in lost, the middle directories were removed | Travis Howell |
2006-05-08 | Fix off by one in rect when capturing image | Travis Howell |
2006-05-08 | Add initial DXA support for HE games | Travis Howell |
2006-05-02 | Add support for reading/writing config files through saveGameManager and use ... | Travis Howell |
2006-05-01 | Some cleanup, and added a FIXME comment concerning the wrong usage of getSave... | Max Horn |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-04-29 | * Renamed several methods in favor of a somewhat more uniform naming scheme: ... | Max Horn |
2006-04-29 | Make use of the new scummLoop_* functions to move some SCUMM version specific... | Max Horn |
2006-04-26 | Replaced _hFileTable by _hInFileTable/_hOutFileTable | Max Horn |
2006-04-26 | isSoundRunning always returns sound id in HE games | Travis Howell |
2006-04-26 | Replace unneeded File::exists calls | Max Horn |
2006-04-23 | Some more cleanup in class Scumm::Sound | Max Horn |