Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-05-14 | GRAPHICS: Hide the WinCursor implementation | Matthew Hoops | |
2011-08-28 | SCUMM: Add basic support for setOffHeap resource flag in HE90+ games. | Travis Howell | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn | |
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its ↵ | Max Horn | |
_resource member | |||
2011-05-13 | SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ↵ | Max Horn | |
both | |||
2011-05-13 | SCUMM: Add a Resource class, refactor res code around it | Max Horn | |
2011-05-13 | SCUMM: Refactor how resource (types) are srepresented | Max Horn | |
Previously, we had a couple of arrays of size N (where N = number of resource types), one for each attribute of a resource type (such as as the number of resources of that type. Now, we have one array of size N, whose elements are a record aggregating all the attributes of each resource type. | |||
2011-05-13 | SCUMM: Unify & extend index block related debug messages | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-05 | SCUMM: Use new MacCursor code instead of convertCrsrCursor() | Matthew Hoops | |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2011-03-06 | SCUMM: Use the new WinCursor code in SCUMM HE | Matthew Hoops | |
Also, updated the MacResManager cursor code to reflect the SCUMM resource extractor code changes | |||
2011-02-22 | SCUMM: Use the new PEResources class for HE cursors | Matthew Hoops | |
Putt-Putt Saves the Zoo HE72 still works fine for me | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
2011-01-25 | SCUMM: Restore the missing copyright for the PE code (wrongfully removed in ↵ | Matthew Hoops | |
r27024) svn-id: r55532 | |||
2010-11-23 | SCUMM: Use explicit XOR decoding code in BaseScummFile subclasses | Max Horn | |
This made it possible to turn some MemoryReadStream pointers into plain SeekableReadStream pointers. svn-id: r54435 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-11-01 | ENGINES: Replace many printfs by warning/debug/debugN | Max Horn | |
svn-id: r54031 | |||
2010-10-23 | SCUMM: Skip endian conversion on little endian systems (instead of assigning ↵ | Max Horn | |
values back to themselves) svn-id: r53739 | |||
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn | |
svn-id: r53738 | |||
2010-10-18 | SCUMM: Silence MSVC 2010 code analysis warning | Max Horn | |
svn-id: r53582 | |||
2010-10-18 | SCUMM: Fix parts of bug #3087898 (SCUMM: Code analysis warnings) | Max Horn | |
svn-id: r53567 | |||
2010-05-29 | Fixed potential memory leak found by cppcheck. Though I'm guessing that if this | Torbjörn Andersson | |
case happens, we may have bigger problems... svn-id: r49307 | |||
2010-05-09 | Patch #2901515: HE: Resource Forks on Mac OS X | Eugene Sandulenko | |
svn-id: r48984 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-11 | Move Mac Binary resource loader to common class. Plug tons of memory leaks ↵ | Eugene Sandulenko | |
along the way. svn-id: r47258 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2009-07-04 | Fix mismatching format arguments. | Johannes Schickel | |
svn-id: r42105 | |||
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn | |
svn-id: r42054 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-09 | Correct sound priority and SBNG offsets, in later HE games. | Travis Howell | |
svn-id: r35795 | |||
2009-01-05 | Add support for RIFF sound format in createSound(). | Travis Howell | |
svn-id: r35736 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-27 | Add more stubs for MBC. | Travis Howell | |
svn-id: r35570 | |||
2008-10-23 | Pushed down some header deps | Max Horn | |
svn-id: r34845 | |||
2008-10-13 | Fix for bug #2162342: FREDDI1: Game does not start | Max Horn | |
svn-id: r34793 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-30 | SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ↵ | Max Horn | |
(didn't cover all instances, though) svn-id: r34694 | |||
2008-09-29 | SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename ↵ | Max Horn | |
instead of File::name svn-id: r34683 | |||
2008-07-10 | Fixed a few warnings | Bertrand Augereau | |
svn-id: r32994 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Really fix bug #1846886: "PUTTZOO: Windows version cursor/pointer drawn wrong". | Eugene Sandulenko | |
Also replace default HE cursor (used in Lost) with correct one. svn-id: r30650 | |||
2008-01-02 | Fix bug #1846886: "PUTTZOO: Windows version cursor/pointer drawn wrong" | Eugene Sandulenko | |
svn-id: r30154 | |||
2007-12-27 | Enable Windows version of early HE games by default, to match already ↵ | Travis Howell | |
enabled 3DO/DOS/Macintosh versions of early HE games. Adding only the minimum code required for HE70 games. svn-id: r30011 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 |