.. |
balloons.cpp
|
Removed debug code I forgot a long time ago ;)
|
2008-08-02 02:26:09 +00:00 |
callables_br.cpp
|
|
|
callables_ns.cpp
|
Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-buffering.
|
2008-07-31 12:26:12 +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
|
Add basic support for running Amiga and PC demos of BRA.
|
2008-07-28 07:20:55 +00:00 |
dialogue.cpp
|
* Fixed positioning of balloons and faces in BRA (dos, at least).
|
2008-07-29 03:14:35 +00:00 |
disk_br.cpp
|
Removed debug code I forgot a long time ago ;)
|
2008-08-02 02:26:09 +00:00 |
disk_ns.cpp
|
Some unneeded references slipped in with the last commit.
|
2008-07-28 05:21:11 +00:00 |
disk.h
|
Disabled masks in BRA Amiga, because the decoding is not known yet.
|
2008-07-31 14:20:51 +00:00 |
exec_br.cpp
|
* Unified implementation of flow control opcodes in NS and BRA
|
2008-07-30 07:58:25 +00:00 |
exec_ns.cpp
|
Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-buffering.
|
2008-07-31 12:26:12 +00:00 |
exec.h
|
* Unified implementation of flow control opcodes in NS and BRA
|
2008-07-30 07:58:25 +00:00 |
font.cpp
|
Set correct font for dialogues in BRA Amiga.
|
2008-07-31 11:29:37 +00:00 |
gfxbase.cpp
|
Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-buffering.
|
2008-07-31 12:26:12 +00:00 |
graphics.cpp
|
Made changing of background more flexible, in that the engine can now configure its BackgroundInfo before passing it to Gfx.
|
2008-07-31 12:50:43 +00:00 |
graphics.h
|
Made changing of background more flexible, in that the engine can now configure its BackgroundInfo before passing it to Gfx.
|
2008-07-31 12:50:43 +00:00 |
gui_br.cpp
|
Made changing of background more flexible, in that the engine can now configure its BackgroundInfo before passing it to Gfx.
|
2008-07-31 12:50:43 +00:00 |
gui_ns.cpp
|
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 |
gui.cpp
|
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 |
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
|
Enforcing use of nullZonePtr only for nulling out pointers, as it is useless for comparisons.
|
2008-07-28 23:21:03 +00:00 |
input.h
|
* Merged old input management flags into a single mouse status variable.
|
2008-07-25 02:37:55 +00:00 |
inventory.cpp
|
* Added flexible verb configuration for both NS and BRA.
|
2008-07-29 10:22:50 +00:00 |
inventory.h
|
* Added flexible verb configuration for both NS and BRA.
|
2008-07-29 10:22:50 +00:00 |
module.mk
|
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 |
objects.cpp
|
Added a post processing step to runScripts, so that Animation can be validated after buggy scripts have been executed.
|
2008-07-28 08:56:37 +00:00 |
objects.h
|
* Added flexible verb configuration for both NS and BRA.
|
2008-07-29 10:22:50 +00:00 |
parallaction_br.cpp
|
* Implemented pause/resume of command execution
|
2008-07-29 12:59:55 +00:00 |
parallaction_ns.cpp
|
Made changing of background more flexible, in that the engine can now configure its BackgroundInfo before passing it to Gfx.
|
2008-07-31 12:50:43 +00:00 |
parallaction.cpp
|
* Removed references to the current _backgroundInfo from parser code.
|
2008-07-31 15:15:42 +00:00 |
parallaction.h
|
Made changing of background more flexible, in that the engine can now configure its BackgroundInfo before passing it to Gfx.
|
2008-07-31 12:50:43 +00:00 |
parser_br.cpp
|
Fixed issues detected by DrMcCoy's obnoxious compiler. ;)
|
2008-08-02 02:43:05 +00:00 |
parser_ns.cpp
|
Tiny readability aid for parser code.
|
2008-07-28 11:47:03 +00:00 |
parser.cpp
|
* Increasing max number of allowed token on one line.
|
2008-08-02 03:19:45 +00:00 |
parser.h
|
* Added a preprocessor to deal with the crappy location scripts in BRA.
|
2008-08-02 02:24:36 +00:00 |
saveload.cpp
|
Replaced custom ManagedList with Common::SharedPtr.
|
2008-04-06 05:40:02 +00:00 |
sound.cpp
|
Fixed leak in sound code by explicitly deleting the midi driver.
|
2008-07-11 12:55:08 +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
|
Enforcing use of nullZonePtr only for nulling out pointers, as it is useless for comparisons.
|
2008-07-28 23:21:03 +00:00 |
walk.h
|
Added rudimental support for location changes when walking through doors. The best part of this commit is that Doug now stops in a normal position.
|
2008-07-27 10:37:54 +00:00 |