.. |
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
|
Better cleanup and handling of mouse when changing location in NS.
|
2008-11-09 03:53:06 +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
|
Added new debug command to dump scripts execution status.
|
2008-02-09 22:07:51 +00:00 |
detection.cpp
|
- The GMM save dialog is now working for all engines which support the appropriate features
|
2008-11-09 16:13:34 +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
|
Fixed crash when closing BRA.
|
2008-11-09 05:22:25 +00:00 |
disk_ns.cpp
|
* completed transition to Common::Archive for Nippon Safes.
|
2008-11-07 15:35:18 +00:00 |
disk.h
|
* completed transition to Common::Archive for Nippon Safes.
|
2008-11-07 15:35:18 +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
|
* removed the obsolete _quit flag
|
2008-11-08 14:56:45 +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
|
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
|
2008-11-14 22:08:10 +00:00 |
graphics.h
|
Got rid of the SurfaceToMultiFrames adapter class.
|
2008-11-08 02:32:40 +00:00 |
gui_br.cpp
|
* removed the obsolete _quit flag
|
2008-11-08 14:56:45 +00:00 |
gui_ns.cpp
|
* removed the obsolete _quit flag
|
2008-11-08 14:56:45 +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
|
* removed the obsolete _quit flag
|
2008-11-08 14:56:45 +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
|
Fixed default zone flags, so that labels in BRA are only shown on zones which have one.
|
2008-11-12 07:08:43 +00:00 |
objects.h
|
- Merged the new RTL changes into the branch.
|
2008-09-20 11:21:35 +00:00 |
parallaction_br.cpp
|
Added missing initialization (which caused random crashes).
|
2008-11-16 13:06:40 +00:00 |
parallaction_ns.cpp
|
Better cleanup and handling of mouse when changing location in NS.
|
2008-11-09 03:53:06 +00:00 |
parallaction.cpp
|
Better cleanup and handling of mouse when changing location in NS.
|
2008-11-09 03:53:06 +00:00 |
parallaction.h
|
Better cleanup and handling of mouse when changing location in NS.
|
2008-11-09 03:53:06 +00:00 |
parser_br.cpp
|
* cleanup
|
2008-11-08 15:02:19 +00:00 |
parser_ns.cpp
|
Update to the low level parser:
|
2008-11-13 15:15:54 +00:00 |
parser.cpp
|
Removed unused parameter.
|
2008-11-14 12:13:59 +00:00 |
parser.h
|
Removed unused parameter.
|
2008-11-14 12:13:59 +00:00 |
saveload.cpp
|
Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI::ThemeEngine::TextAlignVertical
|
2008-11-12 14:30:16 +00:00 |
saveload.h
|
Removed extra semicolon detected by salty-horse pesky compiler.
|
2008-08-31 08:27:40 +00:00 |
sound.cpp
|
Fixed leak (unreleased stream of music data).
|
2008-11-04 13:57:29 +00:00 |
sound.h
|
Removed reference to Common::File in music code, and small cleanup.
|
2008-10-29 08:16:13 +00:00 |
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 |