.. |
balloons.cpp
|
Replaced char* with Common::String in balloon code.
|
2011-01-28 13:24:32 +00:00 |
callables_br.cpp
|
The error() and warning() functions add ! and newline automatically. (I didn't
|
2009-05-31 10:02:16 +00:00 |
callables_ns.cpp
|
Guarded the command execution suspension for NS demo (this was due in r38662 - see bug #2619824).
|
2010-06-19 02:51:03 +00:00 |
debug.cpp
|
PARALLACTION: Add debug console command "showmouse".
|
2011-01-14 03:25:39 +00:00 |
debug.h
|
PARALLACTION: Add debug console command "showmouse".
|
2011-01-14 03:25:39 +00:00 |
detection.cpp
|
COMMON: Rename String::printf() to String::format()
|
2010-11-01 16:02:28 +00:00 |
dialogue.cpp
|
PARALLACTION: Cleanup dialogue code.
|
2011-01-29 10:42:40 +00:00 |
disk_br.cpp
|
PARALLACTION: Use a char array for static data instead of String.
|
2010-09-06 21:17:26 +00:00 |
disk_ns.cpp
|
PARALLACTION: Avoid hiding overloaded virtual methods.
|
2011-02-08 01:44:03 +00:00 |
disk.cpp
|
* Moved the updated IFF code from Parallaction to common/
|
2009-06-12 08:51:05 +00:00 |
disk.h
|
PARALLACTION: Avoid hiding overloaded virtual methods.
|
2011-02-08 01:44:03 +00:00 |
exec_br.cpp
|
PARALLACTION: Close Memory Leak in Big Red Adventure Subtitles.
|
2011-01-13 17:26:00 +00:00 |
exec_ns.cpp
|
Merged CommandData into Command.
|
2009-03-29 10:18:09 +00:00 |
exec.cpp
|
Save the context of a suspended list before resuming the execution, so that it can safely be suspended again. Patch 3004652 by fuzzie.
|
2010-06-19 02:50:46 +00:00 |
exec.h
|
Implemented all variants of IF script instruction. Program class has been changed to store an Array of instruction instead of a List, so that references to instructions are integers.
|
2009-03-23 11:38:09 +00:00 |
font.cpp
|
COMMON: Split common/stream.h into several headers
|
2010-11-19 17:03:07 +00:00 |
gfxbase.cpp
|
ALL: Fix indention (whitespaces -> tabs)
|
2010-10-23 15:46:50 +00:00 |
graphics.cpp
|
COMMON: OSystem now has a PaletteManager
|
2011-02-07 17:52:38 +00:00 |
graphics.h
|
Replaced char* with Common::String in balloon code.
|
2011-01-28 13:24:32 +00:00 |
gui_br.cpp
|
ALL: Fix whitespaces / indention
|
2011-02-07 23:01:06 +00:00 |
gui_ns.cpp
|
Initialize variable in NS gui code (was crashing a demo). Patch #3089932 by fuzzie.
|
2010-10-22 14:19:37 +00:00 |
gui.cpp
|
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
|
2010-01-03 19:37:43 +00:00 |
gui.h
|
Converted BRA to work with the new menu approach. It is not yet well plugged-in as in NS, but it suffices for the moment.
|
2008-07-25 06:35:02 +00:00 |
input.cpp
|
PARALLACTION: Use CursorMan to control cursor instead of backend functions.
|
2011-01-29 10:42:56 +00:00 |
input.h
|
Added mouse cursor to BRA Amiga. To be perfected.
|
2009-03-16 00:03:22 +00:00 |
inventory.cpp
|
Fixed bug 2879805. Typo in inventory code made the inventory impossible to cleanup on loadgame.
|
2009-10-16 00:08:18 +00:00 |
inventory.h
|
Simplified inventory handling (too much information hiding will kill you).
|
2009-09-30 13:41:19 +00:00 |
module.mk
|
* Moved the updated IFF code from Parallaction to common/
|
2009-06-12 08:51:05 +00:00 |
objects.cpp
|
PARALLACTION: Cleanup dialogue code.
|
2011-01-29 07:21:48 +00:00 |
objects.h
|
PARALLACTION: Cleanup dialogue code.
|
2011-01-29 07:21:48 +00:00 |
parallaction_br.cpp
|
PARALLACTION: Close Memory Leak in Big Red Adventure Subtitles.
|
2011-01-13 17:26:00 +00:00 |
parallaction_ns.cpp
|
PARALLACTION: keep music playing during the intro (fix bug #2879791).
|
2011-01-07 16:19:13 +00:00 |
parallaction.cpp
|
Replaced char* with Common::String in balloon code.
|
2011-01-28 13:24:32 +00:00 |
parallaction.h
|
COMMON: Split common/stream.h into several headers
|
2010-11-19 17:03:07 +00:00 |
parser_br.cpp
|
PARALLACTION: Fix for DoorData Memory Leak in Big Red Adventure.
|
2011-01-13 21:58:54 +00:00 |
parser_ns.cpp
|
PARALLACTION: parse command lists for kNoneType zones, even if defined after TYPE markers. This fixes bug #3131769.
|
2010-12-12 07:17:13 +00:00 |
parser.cpp
|
COMMON: Split common/stream.h into several headers
|
2010-11-19 17:03:07 +00:00 |
parser.h
|
PARALLACTION: parse command lists for kNoneType zones, even if defined after TYPE markers. This fixes bug #3131769.
|
2010-12-12 07:17:13 +00:00 |
saveload.cpp
|
GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget
|
2011-02-07 22:58:22 +00:00 |
saveload.h
|
PARALLACTION: Removal of unecessary returns and whitespace fixes to saveload.*
|
2011-01-25 01:58:26 +00:00 |
sound_br.cpp
|
JANITORIAL: Remove duplicate #include's
|
2011-02-12 10:00:52 +00:00 |
sound_ns.cpp
|
AUDIO: Rename sound/ dir to audio/
|
2011-02-09 01:09:01 +00:00 |
sound.h
|
AUDIO: Rename sound/ dir to audio/
|
2011-02-09 01:09:01 +00:00 |
staticres.cpp
|
ALL: Fix indention (whitespaces -> tabs)
|
2010-10-23 15:46:50 +00:00 |
walk.cpp
|
PARALLACTION: Minor Whitespace fixup in walk.cpp
|
2011-01-21 20:08:11 +00:00 |
walk.h
|
PARALLACTION: Minor Whitespace and code complexity reduction in walk.*
|
2011-01-17 23:12:59 +00:00 |