scummvm/engines/made
Johannes Schickel 75e8452b6e OPENGL: Merged from trunk, from rev 52105 to 53396.
This includes an rather hacky attempt to merge all the recent gp2x backend
changes into the branch. I suppose the gp2x backend and probably all new
backends, i.e. gph, dingux etc., might not compile anymore.

Since I have no way of testing those it would be nice if porters could look
into getting those up to speed in this branch.

svn-id: r53399
2010-10-13 03:57:44 +00:00
..
database.cpp MADE: fixed bug 3029750 caused by caching from commit 46102. 2010-07-22 11:20:16 +00:00
database.h Optimized object property access speed 2009-11-23 15:31:58 +00:00
detection.cpp Add entries for the DOS, FM-Towns, and PC-98 versions of RTZ (all on the FM-Towns CD). 2010-07-16 20:00:16 +00:00
graphics.cpp
graphics.h
made.cpp OPENGL: Merged from trunk, from rev 52105 to 53396. 2010-10-13 03:57:44 +00:00
made.h - Revised abstract AudioCDManager. 2010-06-09 20:09:57 +00:00
module.mk Change "=" to ":=" in some module.mk files for consistency. 2009-10-24 21:55:53 +00:00
music.cpp MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
music.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
pmvplayer.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
pmvplayer.h Rename QueuedAudioStream to QueuingAudioStream 2010-01-08 22:06:04 +00:00
redreader.cpp Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
redreader.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
resource.cpp Cleanup. 2010-07-16 23:10:41 +00:00
resource.h Applied patch #2872409 "MADE engine fixes" by agent-q, with one small modification (initialized _soundStarted in the ScriptFunctions constructor) 2009-10-04 09:31:37 +00:00
screen.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
screen.h Remove some unused struct members 2009-12-03 19:18:47 +00:00
screenfx.cpp
screenfx.h
script.cpp Check if we should quit on every opcode call instead of after every 500. Fixes bug #2960238. 2010-02-27 18:54:21 +00:00
script.h
scriptfuncs.cpp Merged from trunk, from Rev 50841 to HEAD 2010-07-30 05:28:09 +00:00
scriptfuncs.h Implement PlayNote/StopNote and PlayTele/StopTele for The Manhole. 2010-07-20 16:05:25 +00:00
sound.cpp
sound.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00