.. |
balloons.cpp
|
Set the right colors for dialogue text in BRA Amiga.
|
2009-03-21 18:00:41 +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
|
Stop erroring out if mask or shadow files are missing: not all location/objects have them.
|
2009-03-22 23:07:51 +00:00 |
disk_ns.cpp
|
Changed Disk code to provide SeekableReadStream's to sound routines as well.
|
2009-03-22 15:25:55 +00:00 |
disk.h
|
Changed Disk code to provide SeekableReadStream's to sound routines as well.
|
2009-03-22 15:25:55 +00:00 |
exec_br.cpp
|
Fix pallete for label font in the Amiga version of BRA.
|
2009-03-23 12:30:47 +00:00 |
exec_ns.cpp
|
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 |
exec.cpp
|
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 |
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
|
Correct label font used by Amiga version of BRA.
|
2009-03-23 10:07:22 +00:00 |
gfxbase.cpp
|
Fully implemented scrolling.
|
2009-03-23 00:56:05 +00:00 |
graphics.cpp
|
Fix pallete for label font in the Amiga version of BRA.
|
2009-03-23 12:30:47 +00:00 |
graphics.h
|
Fully implemented scrolling.
|
2009-03-23 00:56:05 +00:00 |
gui_br.cpp
|
Correct the fonts used by Amiga version of BRA.
|
2009-03-23 09:16:26 +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
|
Added support for 3 bit deep ILBM images.
|
2009-03-22 23:07:08 +00:00 |
iff.h
|
Added simple IFF type verification to the parser.
|
2009-03-22 15:30:42 +00:00 |
input.cpp
|
Fully implemented scrolling.
|
2009-03-23 00:56:05 +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
|
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 |
objects.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 |
parallaction_br.cpp
|
Fully implemented scrolling.
|
2009-03-23 00:56:05 +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
|
Fully implemented scrolling.
|
2009-03-23 00:56:05 +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
|
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 |
parser_ns.cpp
|
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 |
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
|
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 |
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
|
Changed Disk code to provide SeekableReadStream's to sound routines as well.
|
2009-03-22 15:25:55 +00:00 |
sound_ns.cpp
|
Changed Disk code to provide SeekableReadStream's to sound routines as well.
|
2009-03-22 15:25:55 +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
|
Implemented MOVE script instruction.
|
2009-03-23 08:00:39 +00:00 |
walk.h
|
Whitespace cleanup: Convert space followed by tab to just tab
|
2009-03-07 19:24:31 +00:00 |