..
balloons.cpp
Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor of Common::String explicit, to avoid such bugs in the future
2008-09-27 18:34:24 +00:00
callables_br.cpp
Disabled lip syncing code in BRA, since I couldn't find any scripts actually using it. Some warnings have been added as a sentinel.
2008-08-15 03:36:01 +00:00
callables_ns.cpp
Moved save/load code into SaveLoad class.
2008-08-31 06:14:45 +00:00
debug.cpp
Updated layer calculation: animations are now hidden properly by background elements (but not items yet).
2008-08-15 08:44:41 +00:00
debug.h
detection.cpp
Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".
2008-09-11 19:47:45 +00:00
dialogue.cpp
Extended balloon manager to handle color constants and fixed color of text in balloons for BRA.
2008-08-16 13:10:54 +00:00
disk_br.cpp
Renamed FilesystemNode -> FSNode
2008-10-02 16:58:59 +00:00
disk_ns.cpp
Big patch changing semantics of ReadStream::eos():
2008-09-14 22:28:53 +00:00
disk.h
Renamed FilesystemNode -> FSNode
2008-10-02 16:58:59 +00:00
exec_br.cpp
Removed unused code and structures, and a bit of cleanup.
2008-08-21 12:11:24 +00:00
exec_ns.cpp
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit
2008-09-30 12:27:38 +00:00
exec.h
Cleanup.
2008-08-14 10:04:43 +00:00
font.cpp
Set correct font for dialogues in BRA Amiga.
2008-07-31 11:29:37 +00:00
gfxbase.cpp
* Split up blt routine (there is room for a ton of improvements)
2008-08-18 07:12:05 +00:00
graphics.cpp
Engine class changed:
2008-10-02 17:48:01 +00:00
graphics.h
Fixed leak with Input class, introduced in commit 34206.
2008-08-31 10:43:32 +00:00
gui_br.cpp
Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-errors"
2008-09-09 06:47:41 +00:00
gui_ns.cpp
Merging more of the GSoC 2008 RTL branch: PARALLACTION
2008-09-02 01:58:55 +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
Merging more of the GSoC 2008 RTL branch: PARALLACTION
2008-09-02 01:58:55 +00:00
input.h
Moved mouse cursor loading/handling to Input class.
2008-08-30 10:27:20 +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
Cleanup.
2008-08-26 12:15:11 +00:00
objects.h
Cleanup.
2008-08-26 12:15:11 +00:00
parallaction_br.cpp
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit
2008-09-30 12:27:38 +00:00
parallaction_ns.cpp
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit
2008-09-30 12:27:38 +00:00
parallaction.cpp
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit
2008-09-30 12:27:38 +00:00
parallaction.h
Merging more of the GSoC 2008 RTL branch: PARALLACTION
2008-09-02 01:58:55 +00:00
parser_br.cpp
Fixed error in parsing.
2008-08-22 06:32:12 +00:00
parser_ns.cpp
Made coordinates and frame number protected into Zone and Animation, and changed client code to use get/set. This will allow various simplifications (e.g. when calculating Z), and is a step towards correct handling of interactive zones of Zone/Animation in BRA.
2008-08-15 04:30:45 +00:00
parser.cpp
Deleted debug code that slipped in.
2008-08-19 14:36:05 +00:00
parser.h
Big patch changing semantics of ReadStream::eos():
2008-09-14 22:28:53 +00:00
saveload.cpp
fix drawing order in saveload choosers (draw container before contents)
2008-09-20 15:03:37 +00:00
saveload.h
Removed extra semicolon detected by salty-horse pesky compiler.
2008-08-31 08:27:40 +00:00
sound.cpp
Improved GMM sound setting config for Parallaction
2008-07-21 21:11:28 +00:00
sound.h
staticres.cpp
Moved mouse cursor loading/handling to Input class.
2008-08-30 10:27:20 +00:00
walk.cpp
Made coordinates and frame number protected into Zone and Animation, and changed client code to use get/set. This will allow various simplifications (e.g. when calculating Z), and is a step towards correct handling of interactive zones of Zone/Animation in BRA.
2008-08-15 04:30:45 +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