.. |
balloons.cpp
|
Fixed crashes and leaks when quitting BRA from menu and splash screen.
|
2009-02-26 09:12:29 +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
|
* Added a generic sound manager that hides engine-specific managers and allows accessing them through a simplified command/parameter interface.
|
2009-03-14 15:09:31 +00:00 |
debug.cpp
|
Whitespace cleanup: Convert space followed by tab to just tab
|
2009-03-07 19:24:31 +00:00 |
debug.h
|
Improved debug output when listing animations.
|
2009-02-28 06:21:24 +00:00 |
detection.cpp
|
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel
|
2009-03-05 12:04:58 +00:00 |
dialogue.cpp
|
Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead.
|
2009-02-26 10:44:01 +00:00 |
disk_br.cpp
|
Fix regression when loading icons in Amiga versions of BRA.
|
2009-03-21 01:08:04 +00:00 |
disk_ns.cpp
|
Changed Nippon Safes to make use of the new ILBMDecoder.
|
2009-03-21 15:00:44 +00:00 |
disk.h
|
Fix regression, caused by my change to adjustForPalette().
|
2009-03-17 05:29:59 +00:00 |
exec_br.cpp
|
Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus they won't be implemented).
|
2009-03-02 15:31:07 +00:00 |
exec_ns.cpp
|
Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exec.h.
|
2009-02-26 06:16:35 +00:00 |
exec.cpp
|
Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead.
|
2009-02-26 10:44:01 +00:00 |
exec.h
|
Whitespace cleanup: Convert space followed by tab to just tab
|
2009-03-07 19:24:31 +00:00 |
font.cpp
|
Set correct font for dialogues in BRA Amiga.
|
2008-07-31 11:29:37 +00:00 |
gfxbase.cpp
|
Fix crash regression in the Amiga BRA demo, by checking if mask buffer exists, before using it.
|
2009-03-15 13:28:20 +00:00 |
graphics.cpp
|
The engine has now to build the drawing list for the graphic department, instead of setting visibility flags; the new field _prog has been added to GfxObj to help sorting the list.
|
2009-02-27 08:56:19 +00:00 |
graphics.h
|
Whitespace cleanup: Convert space followed by tab to just tab
|
2009-03-07 19:24:31 +00:00 |
gui_br.cpp
|
Update main menu items, to match original Amiga version of BRA.
|
2009-03-16 14:38:57 +00:00 |
gui_ns.cpp
|
* Added a generic sound manager that hides engine-specific managers and allows accessing them through a simplified command/parameter interface.
|
2009-03-14 15:09:31 +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 |
iff.cpp
|
Extended the IFF parser to handle 1 and 5 bits deep images.
|
2009-03-21 14:58:36 +00:00 |
iff.h
|
Extended the IFF parser to handle 1 and 5 bits deep images.
|
2009-03-21 14:58:36 +00:00 |
input.cpp
|
Added mouse cursor to BRA Amiga. To be perfected.
|
2009-03-16 00:03:22 +00:00 |
input.h
|
Added mouse cursor to BRA Amiga. To be perfected.
|
2009-03-16 00:03:22 +00:00 |
inventory.cpp
|
Fix loading objects in the Amiga version of BRA.
|
2009-03-15 09:29:25 +00:00 |
inventory.h
|
* Added flexible verb configuration for both NS and BRA.
|
2008-07-29 10:22:50 +00:00 |
module.mk
|
Added more flexible IFF parser and ILBM decoder.
|
2009-03-20 20:37:06 +00:00 |
objects.cpp
|
Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead.
|
2009-02-26 10:44:01 +00:00 |
objects.h
|
Whitespace cleanup: Convert space followed by tab to just tab
|
2009-03-07 19:24:31 +00:00 |
parallaction_br.cpp
|
Fix loading objects in the Amiga version of BRA.
|
2009-03-15 09:29:25 +00:00 |
parallaction_ns.cpp
|
* Added a generic sound manager that hides engine-specific managers and allows accessing them through a simplified command/parameter interface.
|
2009-03-14 15:09:31 +00:00 |
parallaction.cpp
|
Fixing the last commit, by using the right type in the cast.
|
2009-03-17 19:36:38 +00:00 |
parallaction.h
|
Added midi support to BRA. So far music starts, but related script commands haven't been implemented yet.
|
2009-03-14 17:02:28 +00:00 |
parser_br.cpp
|
Postpone loading of mask and path data on BRA. This fixed locations in which mask and path are defined before the screen bitmap.
|
2009-03-18 10:55:05 +00:00 |
parser_ns.cpp
|
Fixed building on 64-bit architectures.
|
2009-03-14 15:34:28 +00:00 |
parser.cpp
|
Dropped the script preprocessor introduced to fix the broken scripts. The parser has evolved in the meantime and can deal with it accordingly.
|
2009-01-03 14:03:12 +00:00 |
parser.h
|
Postpone loading of mask and path data on BRA. This fixed locations in which mask and path are defined before the screen bitmap.
|
2009-03-18 10:55:05 +00:00 |
saveload.cpp
|
GUI: Added Widget::setVisible convenience wrapper
|
2008-12-27 14:36:28 +00:00 |
saveload.h
|
Removed extra semicolon detected by salty-horse pesky compiler.
|
2008-08-31 08:27:40 +00:00 |
sound_br.cpp
|
Sound files don't always exist in the Amiga version of BRA.
|
2009-03-17 04:07:56 +00:00 |
sound_ns.cpp
|
Fixed building on 64-bit architectures.
|
2009-03-14 15:34:28 +00:00 |
sound.h
|
Removed one of the overloads of SoundMan::execute(), to make retarded compiler happy. Added a couple of explicit casts from bool to int, so that other compiler don't complain instead.
|
2009-03-17 19:04:59 +00:00 |
staticres.cpp
|
Fixed most palette issues in BRA Amiga.
|
2009-03-16 09:11:51 +00:00 |
walk.cpp
|
Whitespace cleanup: Convert space followed by tab to just tab
|
2009-03-07 19:24:31 +00:00 |
walk.h
|
Whitespace cleanup: Convert space followed by tab to just tab
|
2009-03-07 19:24:31 +00:00 |