..
database.cpp
Initialize variables that might not be initialized but still used later on line 422 in a debug function call (Fixes MSVC's warnings about 'potentially uninitialized local variable').
2009-01-24 05:02:08 +00:00
database.h
- Added support for The Manhole EGA version
2009-01-22 13:04:29 +00:00
detection.cpp
Added file sizes of the various CD versions of Return to Zork to the detector, as supplied in patch #2629804 . Also, updated the game descriptions to provide more information on the version detected
2009-03-12 17:32:13 +00:00
graphics.cpp
- Added support for The Manhole EGA version
2009-01-22 13:04:29 +00:00
graphics.h
- Added support for The Manhole EGA version
2009-01-22 13:04:29 +00:00
made.cpp
Engines: Fused several init&go methods into a single run method
2009-03-01 04:42:46 +00:00
made.h
Engines: Fused several init&go methods into a single run method
2009-03-01 04:42:46 +00:00
module.mk
music.cpp
- Music now works in LGoP2
2009-01-13 10:11:52 +00:00
music.h
pmvplayer.cpp
PMV player: stop reallocating the frame buffer on every frame, if its size hasn't been changed
2009-03-12 08:14:05 +00:00
pmvplayer.h
- Added support for The Manhole EGA version
2009-01-22 13:04:29 +00:00
redreader.cpp
Whitespace cleanup: Convert space followed by tab to just tab
2009-03-07 19:24:31 +00:00
redreader.h
resource.cpp
- Implemented sound decompression for Manhole EGA
2009-01-25 01:58:16 +00:00
resource.h
- Added support for The Manhole EGA version
2009-01-22 13:04:29 +00:00
screen.cpp
Reduced CPU usage of the MADE engine by about 10% (by profiling the code)
2009-03-14 14:58:19 +00:00
screen.h
- Applied patch #2668849 by sunmax
2009-03-09 18:19:53 +00:00
screenfx.cpp
- Applied patch #2668849 by sunmax
2009-03-09 18:19:53 +00:00
screenfx.h
- Applied patch #2668849 by sunmax
2009-03-09 18:19:53 +00:00
script.cpp
Reduced CPU usage of the MADE engine by about 10% (by profiling the code)
2009-03-14 14:58:19 +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
Reduced CPU usage of the MADE engine by about 10% (by profiling the code)
2009-03-14 14:58:19 +00:00
scriptfuncs.h
Whoa! Removing trailing spaces.
2009-01-01 15:06:43 +00:00
sound.cpp
Whitespace cleanup: Convert space followed by tab to just tab
2009-03-07 19:24:31 +00:00
sound.h
- Implemented sound decompression for Manhole EGA
2009-01-25 01:58:16 +00:00