Age | Commit message (Expand) | Author |
2010-05-04 | Fix non-Mac OS X builds | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2009-10-26 | Add patch from Tobias, for masking support in PCE version of Loom, with minor... | Travis Howell |
2009-10-21 | Add patch from Tobias, for graphic support (backgrounds/objects) in PCE versi... | Travis Howell |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-07-27 | Fix format string issues (and compiler warnings). | Willem Jan Palenstijn |
2009-07-20 | Make ScummFile::eos() consistent with Stream::eos(). | Willem Jan Palenstijn |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-07-01 | Fixed some more warnings observed on buildbot | Max Horn |
2009-06-05 | Sound resource 1 is used for queued speech in HE60+ games, and should never b... | Travis Howell |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn |
2008-09-30 | Added multiple new open() methods to Common::File, which make it possible to ... | Max Horn |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
2008-09-06 | ScummFile: Don't use the File::_ioFailed flag, rather track the io status sep... | Max Horn |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SCUMM | Max Horn |
2008-08-29 | Made out-of-memory error in SCUMM a bit more verbose | Max Horn |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-07-11 | SCUMM works with new GMM implementation | Christopher Page |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2007-12-27 | Enable Windows version of early HE games by default, to match already enabled... | Travis Howell |
2007-12-24 | cleanup | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ... | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
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-24 | Removed the (useless, thanks to resTypeFromId) 'name' parameter from readResT... | Max Horn |
2007-02-24 | SCUMM: cleanup (moved small header specific code from ScummEngine::readResTyp... | Max Horn |
2007-02-23 | Modify ScummEngine::getResourceSize to assert if called on a missing resource... | Max Horn |
2007-02-17 | Removed some dead code, updated a warning message | Max Horn |
2006-10-20 | SCUMM: ArrayHeader related cleanup | Max Horn |
2006-09-23 | Removed CHECK_HEAP | 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-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical order... | Max Horn |
2006-09-09 | Moved allocResTypeData from ScummEngine to ResourceManager; removed friend de... | Max Horn |
2006-09-09 | Moved _heV7RoomIntOffsets initialization | Max Horn |
2006-04-23 | Detect (and error out) if readMAXS fails | Max Horn |
2006-04-23 | Added a comment regarding COMI disc changing | Max Horn |
2006-04-23 | Modified openFile and openResourceFile to take a Common::String instead of a ... | Max Horn |
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-04-23 | Replaced _demoMode by GF_DEMO | Max Horn |
2006-04-19 | Added a small comment to ScummEngine::openRoom that explains why we check for... | Max Horn |
2006-04-14 | Yes, it is really necessry to compute a special 'disk number' here (in fbear ... | Max Horn |
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn |
2006-04-11 | Rearranged code in ScummEngine::openRoom a bit, to separate the filename gene... | Max Horn |
2006-04-10 | Removing dummy code from resource.cpp | Max Horn |