Age | Commit message (Expand) | Author |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-06 | SCUMM: Use the new WinCursor code in SCUMM HE | Matthew Hoops |
2011-02-22 | COMMON: Begin to merge some NE/PE code | Matthew Hoops |
2011-02-22 | SCUMM: Use the new PEResources class for HE cursors | Matthew Hoops |
2011-01-25 | SCUMM: Restore the missing copyright for the PE code (wrongfully removed in r... | Matthew Hoops |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-10-23 | SCUMM: Skip endian conversion on little endian systems (instead of assigning ... | Max Horn |
2010-01-11 | Move Mac Binary resource loader to common class. Plug tons of memory leaks al... | Eugene Sandulenko |
2008-09-30 | SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ... | Max Horn |
2008-09-29 | SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename in... | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-12-27 | Enable Windows version of early HE games by default, to match already enabled... | Travis Howell |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-04-09 | silence a compiler symbol redefinition warning | Kostas Nakos |
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo |
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | 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-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-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | 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-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-02-15 | o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp and | Eugene Sandulenko |