.. |
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
|
Added comment for fix for bug #2001193.
|
2008-06-28 13:31:58 +00:00 |
debug.cpp
|
Small cleanup/shuffling of Gfx code.
|
2008-06-30 01:36:50 +00:00 |
debug.h
|
Added new debug command to dump scripts execution status.
|
2008-02-09 22:07:51 +00:00 |
detection.cpp
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
dialogue.cpp
|
Changed all remaining code to use the GfxObj class to keep frames data. This allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA.
|
2008-06-29 09:30:32 +00:00 |
disk.h
|
Changed all remaining code to use the GfxObj class to keep frames data. This allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA.
|
2008-06-29 09:30:32 +00:00 |
disk_br.cpp
|
Changed all remaining code to use the GfxObj class to keep frames data. This allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA.
|
2008-06-29 09:30:32 +00:00 |
disk_ns.cpp
|
Changed all remaining code to use the GfxObj class to keep frames data. This allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA.
|
2008-06-29 09:30:32 +00:00 |
exec_br.cpp
|
* Implemented character change opcodes in BRA
|
2008-06-04 09:07:55 +00:00 |
exec_ns.cpp
|
Merged revisions 32348-32349,32351-32356,32358-32411,32413-32441,32443-32445,32449,32453-32454,32456-32457,32459-32462,32464-32465,32467-32492,32494-32503 via svnmerge from
|
2008-06-02 21:36:45 +00:00 |
font.cpp
|
Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array
|
2008-06-09 17:50:52 +00:00 |
gfxbase.cpp
|
Small cleanup/shuffling of Gfx code.
|
2008-06-30 01:36:50 +00:00 |
graphics.cpp
|
Small cleanup/shuffling of Gfx code.
|
2008-06-30 01:36:50 +00:00 |
graphics.h
|
Small cleanup/shuffling of Gfx code.
|
2008-06-30 01:36:50 +00:00 |
gui_br.cpp
|
Changed all remaining code to use the GfxObj class to keep frames data. This allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA.
|
2008-06-29 09:30:32 +00:00 |
gui_ns.cpp
|
Fix for bug #2001193. Character confirmation screen didn't appear and game crashed because too many strings were added to the draw list.
|
2008-06-24 13:21:22 +00:00 |
input.cpp
|
PARA: Got rid of calls to system->quit() so that the Parallaction engine can return to the launcher. Also fixed a couple of memory leaks.
|
2008-06-02 21:08:49 +00:00 |
input.h
|
* Cleanup of input code.
|
2008-05-15 01:18:26 +00:00 |
inventory.cpp
|
- Moved input code to its own class.
|
2008-05-14 14:34:01 +00:00 |
inventory.h
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
module.mk
|
Oops. Forgot to update module.mk.
|
2008-05-14 14:34:42 +00:00 |
objects.cpp
|
Added constructor and destructor to Dialogue, thus fixing a long standing leak.
|
2008-06-22 14:46:08 +00:00 |
objects.h
|
Changed all remaining code to use the GfxObj class to keep frames data. This allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA.
|
2008-06-29 09:30:32 +00:00 |
parallaction.cpp
|
Circular references between Zone/Animation and Command are now manually removed, to allow the objects - which are stored into SharedPtr's - to be deallocated.
|
2008-06-22 05:42:22 +00:00 |
parallaction.h
|
Changed all remaining code to use the GfxObj class to keep frames data. This allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA.
|
2008-06-29 09:30:32 +00:00 |
parallaction_br.cpp
|
Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,32550-32562 via svnmerge from
|
2008-06-05 21:20:35 +00:00 |
parallaction_ns.cpp
|
Fix for bug #2001193. Character confirmation screen didn't appear and game crashed because too many strings were added to the draw list.
|
2008-06-24 13:21:22 +00:00 |
parser.cpp
|
PARA: Fixed some memory leaks
|
2008-06-03 18:24:54 +00:00 |
parser.h
|
Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,32550-32562 via svnmerge from
|
2008-06-05 21:20:35 +00:00 |
parser_br.cpp
|
* Implemented character change opcodes in BRA
|
2008-06-04 09:07:55 +00:00 |
parser_ns.cpp
|
Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,32550-32562 via svnmerge from
|
2008-06-05 21:20:35 +00:00 |
saveload.cpp
|
Replaced custom ManagedList with Common::SharedPtr.
|
2008-04-06 05:40:02 +00:00 |
sound.cpp
|
Indent with tabs instead of spaces.
|
2008-01-06 20:42:28 +00:00 |
sound.h
|
Replaced custom ManagedList with Common::SharedPtr.
|
2008-04-06 05:40:02 +00:00 |
staticres.cpp
|
Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the fly. This saves a headache on re-entry.
|
2008-06-02 13:12:07 +00:00 |
walk.cpp
|
- Moved some members from the engine class to Location, since they belong there.
|
2008-05-05 11:02:40 +00:00 |
walk.h
|
Fixed usage of SharedPtr, so that reference counting is proper and there are no more objects that need constructors at global level (helps PalmOS).
|
2008-04-17 09:32:57 +00:00 |