..
database.cpp
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
2010-01-03 19:37:43 +00:00
database.h
Optimized object property access speed
2009-11-23 15:31:58 +00:00
detection.cpp
Extended advancedDetector with depth parameter.
2010-06-14 14:50:23 +00:00
graphics.cpp
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
graphics.h
- Added support for The Manhole EGA version
2009-01-22 13:04:29 +00:00
made.cpp
Move initGraphics and initCommonGFX from to new header.
2010-05-04 11:58:12 +00:00
made.h
COMMON: Move Common::RandomSource to common/random.*
2010-03-18 15:07:11 +00:00
module.mk
Change "=" to ":=" in some module.mk files for consistency.
2009-10-24 21:55:53 +00:00
music.cpp
- Music now works in LGoP2
2009-01-13 10:11:52 +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
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
2010-01-30 15:26:54 +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
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
screenfx.h
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
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
Pushed up the simple script stack function in the header file (this helps isolate them too, so that script.cpp only contains script command functions now)
2009-03-14 12:23:35 +00:00
scriptfuncs.cpp
AUDIO: Rename Mixer::playInputStream to playStream
2010-04-12 09:14:17 +00:00
scriptfuncs.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
sound.cpp
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
sound.h
COMMON: Move typedef StringList from str.h to new header str-array.h
2010-03-18 15:09:24 +00:00