.. |
callables_br.cpp
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
callables_ns.cpp
|
Enabled moving projector in Nippon Safes. This should fix long standing bug #1729309.
|
2008-02-06 15:38:33 +00:00 |
debug.cpp
|
Added experimental debug feature: variables influencing the rendering that can be set via console using the 'set' command. The implementation is still partial. Leveraging on this, the engine can now selectively display the current background mask instead of the background itself.
|
2008-02-06 14:05:08 +00:00 |
debug.h
|
Added experimental debug feature: variables influencing the rendering that can be set via console using the 'set' command. The implementation is still partial. Leveraging on this, the engine can now selectively display the current background mask instead of the background itself.
|
2008-02-06 14:05:08 +00:00 |
defs.h
|
Fixed animation sorting: everything should be drawn like before revision 30673 now. Character may still disappear when changing location because of wrong resource management, though.
|
2008-01-28 16:52:41 +00:00 |
detection.cpp
|
Revised Engine plugin API to only provide a single func which returns a MetaEngine instance. Used this to simplify the rest of the plugin system
|
2008-02-03 18:56:47 +00:00 |
dialogue.cpp
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
disk_br.cpp
|
Correctly implemented little-endian masks in BRA.
|
2008-02-06 13:57:44 +00:00 |
disk_ns.cpp
|
Correctly implemented little-endian masks in BRA.
|
2008-02-06 13:57:44 +00:00 |
disk.h
|
Implemented a couple more opcodes and added capability to load/display static images in BRA.
|
2008-02-03 16:51:38 +00:00 |
exec_br.cpp
|
Implemented some more opcodes in BRA. Animations should now be visible in most locations.
|
2008-02-06 13:44:31 +00:00 |
exec_ns.cpp
|
Programs are now handled in their own list, instead of being accessed via the referring Animation.
|
2008-02-03 14:58:16 +00:00 |
font.cpp
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
gfxbase.cpp
|
Animations are now displayed in the right spots in BRA.
|
2008-02-03 10:53:42 +00:00 |
graphics.cpp
|
Silence MSVC warning about uninitialized variables
|
2008-02-06 18:13:22 +00:00 |
graphics.h
|
Enabled moving projector in Nippon Safes. This should fix long standing bug #1729309.
|
2008-02-06 15:38:33 +00:00 |
gui_br.cpp
|
Changed main loop to allow BRA to return to menu after intro.
|
2008-02-05 10:24:22 +00:00 |
gui_ns.cpp
|
Slightly simplified Archive selection when loading resources.
|
2008-01-31 10:38:15 +00:00 |
inventory.cpp
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
inventory.h
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
module.mk
|
Fix GCC compile.
|
2008-02-02 14:08:13 +00:00 |
objects.cpp
|
Fix system hang under linux.
|
2008-02-06 19:50:45 +00:00 |
objects.h
|
Programs are now handled in their own list, instead of being accessed via the referring Animation.
|
2008-02-03 14:58:16 +00:00 |
parallaction_br.cpp
|
Changed main loop to allow BRA to return to menu after intro.
|
2008-02-05 10:24:22 +00:00 |
parallaction_ns.cpp
|
Changed main loop to allow BRA to return to menu after intro.
|
2008-02-05 10:24:22 +00:00 |
parallaction.cpp
|
Added experimental debug feature: variables influencing the rendering that can be set via console using the 'set' command. The implementation is still partial. Leveraging on this, the engine can now selectively display the current background mask instead of the background itself.
|
2008-02-06 14:05:08 +00:00 |
parallaction.h
|
Changed main loop to allow BRA to return to menu after intro.
|
2008-02-05 10:24:22 +00:00 |
parser_br.cpp
|
Fixes to make BRA introduction run:
|
2008-02-05 09:30:58 +00:00 |
parser_ns.cpp
|
Fixes to make BRA introduction run:
|
2008-02-05 09:30:58 +00:00 |
parser.cpp
|
Enhanced parser to handle multi-line comments in scripts.
|
2008-02-05 09:55:17 +00:00 |
parser.h
|
Fixed maximum token length for the parser.
|
2008-02-03 17:06:45 +00:00 |
saveload.cpp
|
Indent with tabs instead of spaces.
|
2008-01-06 20:42:28 +00:00 |
sound.cpp
|
Indent with tabs instead of spaces.
|
2008-01-06 20:42:28 +00:00 |
sound.h
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
staticres.cpp
|
Made location parser more fault-tolerant, in that it prints out a warning message instead of exiting ScummVM when it encounters an unexpected keywords in the scripts.
|
2007-10-14 20:59:46 +00:00 |
walk.cpp
|
Removed all job routines. Stubs have been left for future reference in the code for BRA.
|
2008-01-28 13:10:49 +00:00 |
walk.h
|
Move low level background management into Gfx.
|
2008-01-28 17:28:16 +00:00 |