aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_v2a.cpp
AgeCommit message (Collapse)Author
2010-04-28Fix for bug #2824840: ZAK: Crash when using the yellow crystal (Amiga version)Max Horn
The problem was a double free that could occur in two places. Also added some missing whitespaces. svn-id: r48832
2009-11-26Add patch #2839048 - MM C64 sound/music player, with minor changes.Travis Howell
svn-id: r46143
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-26Turned some static tables into static const tables; added some FIXME ↵Max Horn
comments to global static vars that should be removed (many more exist in SCI, Tinsel, and some other engines) svn-id: r40908
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-02-19Add patch from Quietust - Update asserts and comments in sound code for ↵Travis Howell
Amiga SCUMM V2 games. svn-id: r30908
2008-02-16Add patch #1894778 - ZAK: Add remaining Amiga sounds.Travis Howell
svn-id: r30876
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-10Lots of source code formatting correctionsMax Horn
svn-id: r28887
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
svn-id: r28803
2007-05-30Updated 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-04-25Removing lots of superfluous semicola (see mail by David Weinehall on ↵Max Horn
scummvm-devel) svn-id: r26594
2006-10-21cleanupMax Horn
svn-id: r24407
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582