index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
scumm
/
smush
/
imuse_channel.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-13
SCUMM: Resolve some code duplication
Max Horn
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2009-09-11
Remove excess spaces.
Travis Howell
2009-07-03
Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings
Max Horn
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-09-13
SCUMM: Got rid of class Chunk
Max Horn
2008-09-13
SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunk
Max Horn
2008-05-07
Proper delete[] formatting (this time all occurences should've been changed...)
Johannes Schickel
2008-05-07
Changed all delete [] usages to delete[].
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-28
cleanup
Max Horn
2006-10-28
SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclass
Max Horn
2006-10-28
SCUMM: Changed class Chunk (and subclasses) to inherit from Common::SeekableR...
Max Horn
2006-10-28
SCUMM: Got rid of smush/chunk_type.h
Max Horn
2006-10-28
SCUMM: Further SMUSH audio channel cleanup; this time unified some code, and ...
Max Horn
2006-10-27
SCUMM: Unified some more SMUSH audio channel code
Max Horn
2006-10-27
SCUMM: Unified some SMUSH audio channel code
Max Horn
2006-10-15
Replaced Chunk::ChunkString by tag2str
Max Horn
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-02-11
Moved engines to the new engines/ directory
Max Horn