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
/
imuse_digi
/
dimuse_bndmgr.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
SCUMM: Make GPL headers consistent in themselves.
Johannes Schickel
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-11-23
SCUMM: Replace Common::File uses by SeekableReadStream and SearchMan
Max Horn
2010-03-04
Fix another mismatching new[] call (note that this needs to be replaced by ma...
Johannes Schickel
2009-08-01
Added some more information to the "Compressed sound ... invalid" error. Maybe
Torbjörn Andersson
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2008-01-20
rename to prevent confusion
Paweł Kołodziejski
2008-01-15
Since the mixer uses 'delete' to free memory, we should allocate it with 'new'.
Torbjörn Andersson
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-01
cleanup names
Paweł Kołodziejski
2007-06-01
rename some imuse variables
Paweł Kołodziejski
2007-06-01
rename some imuse variables
Paweł Kołodziejski
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-13
added missing MKID_BE macros
Gregory Montoir
2006-03-03
Moved ScummFile etc. to the new file.cpp / file.h
Max Horn
2006-03-03
Turn _file member of BundleMgr into a pointer
Max Horn
2006-02-16
added more asserts into imuse digi code
Paweł Kołodziejski
2006-02-11
Moved engines to the new engines/ directory
Max Horn