Age | Commit message (Expand) | Author |
2007-04-01 | Reverted my roomoffs changes (broke the Loom intro), and instead added the co... | Max Horn |
2007-03-31 | Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by usi... | Max Horn |
2007-02-13 | Fix warnings | Eugene Sandulenko |
2007-02-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson |
2007-02-11 | Code cleanup: Removing unused code for handling OS/2 (NE header) binaries | Max Horn |
2007-02-11 | Fix for bug #1506591: HE71-73: Fails to load mouse data (Endian issue?) | Max Horn |
2006-10-15 | Moved get_resource_id_quoted around a bit and added another FIXME comment | Max Horn |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
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-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-04-26 | Replace unneeded File::exists calls | Max Horn |
2006-04-23 | Some more cleanup in class Scumm::Sound | Max Horn |
2006-04-23 | Detect (and error out) if readMAXS fails | Max Horn |
2006-04-23 | Fix access to .he3/.he4 files | Max Horn |
2006-04-23 | Move HE specific stuff from class Sound to its new subclass SoundHE | Max Horn |
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-04-12 | Fixing mismatch between format strings and data on some systems | Max Horn |
2006-04-12 | sizeof(void *) != sizeof(int) for a large number of systems. | Jonathan Gray |
2006-04-09 | Fix regression introduced by removing of GF_HE_CURSORLESS feature flag. | Eugene Sandulenko |
2006-03-08 | Fixed tons of format string warnings for debug/error calls (including several... | Max Horn |
2006-03-04 | Renamed SubstResFileNames::winName and macName to almostGameID / expandedName... | Max Horn |
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn |
2006-02-25 | Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa... | Max Horn |
2006-02-25 | Replaced MKID by MID_BE in most places in the SCUMM engine | Max Horn |
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si... | Max Horn |
2006-02-16 | Send sound resource data directly to sound mixer in HE Games.\n Fixes songs i... | Travis Howell |
2006-02-15 | Read correct index by block size in HE games again, to help track down unknow... | Travis Howell |
2006-02-15 | o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp and | Eugene Sandulenko |