Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
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. | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2008-11-17 | Hopefully fixed the regression described in bug #2299682 ("FT: Crash in the ↵ | Torbjörn Andersson | |
intro (regression in r34516)"), after discussing with Fingolfin. We didn't use to check the size of the STRK chunk before, and he didn't remember why we do now, so I've removed that test again. svn-id: r35107 | |||
2008-09-13 | SCUMM: Got rid of class Chunk | Max Horn | |
svn-id: r34518 | |||
2008-09-13 | SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunk | Max Horn | |
svn-id: r34516 | |||
2008-05-07 | Proper delete[] formatting (this time all occurences should've been changed...) | Johannes Schickel | |
svn-id: r31929 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
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 | |||
2007-02-28 | cleanup | Max Horn | |
svn-id: r25910 | |||
2006-11-01 | Workaround for bug #1586894 | Max Horn | |
svn-id: r24582 | |||
2006-10-28 | SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclass | Max Horn | |
svn-id: r24546 | |||
2006-10-28 | SCUMM: Changed class Chunk (and subclasses) to inherit from ↵ | Max Horn | |
Common::SeekableReadStream svn-id: r24544 | |||
2006-10-28 | SCUMM: Got rid of smush/chunk_type.h | Max Horn | |
svn-id: r24543 | |||
2006-10-28 | SCUMM: Further SMUSH audio channel cleanup; this time unified some code, and ↵ | Max Horn | |
got rid of one set of memory buffers svn-id: r24542 | |||
2006-10-28 | SCUMM: Changed SaudChannel to return 8bit mono data (the mixer will do any ↵ | Max Horn | |
necessary conversions for us, no need to waste memory like this); fix SmushMixer to not allocate buffers twice as big as necessary svn-id: r24541 | |||
2006-10-27 | SCUMM: Unified some more SMUSH audio channel code | Max Horn | |
svn-id: r24538 | |||
2006-10-27 | SCUMM: Unified some SMUSH audio channel code | Max Horn | |
svn-id: r24536 | |||
2006-10-15 | Replaced Chunk::ChunkString by tag2str | Max Horn | |
svn-id: r24325 | |||
2006-07-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |