.. |
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
|
Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exec.h.
|
2009-02-26 06:16:35 +00:00 |
debug.cpp
|
Reduced code duplication when manipulating Animations, and cleanup.
|
2008-12-17 11:15:47 +00:00 |
debug.h
|
Weeded out some more unused code, and some restructuring.
|
2008-12-15 07:15:29 +00:00 |
detection.cpp
|
Moved AdvancedDetector from common/ to engines/
|
2009-01-29 22:13:01 +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
|
Renamed Archive::openFile to createReadStreamForMember
|
2009-01-23 04:45:44 +00:00 |
disk_ns.cpp
|
Renamed Archive::openFile to createReadStreamForMember
|
2009-01-23 04:45:44 +00:00 |
disk.h
|
Extended PathBuffer to support BRA.
|
2009-01-07 08:16:18 +00:00 |
exec_br.cpp
|
Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exec.h.
|
2009-02-26 06:16:35 +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
|
Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead.
|
2009-02-26 10:44:01 +00:00 |
font.cpp
|
Set correct font for dialogues in BRA Amiga.
|
2008-07-31 11:29:37 +00:00 |
gfxbase.cpp
|
Fixed support for walking zones in BRA:
|
2009-02-03 10:42:27 +00:00 |
graphics.cpp
|
Fixed crashes and leaks when quitting BRA from menu and splash screen.
|
2009-02-26 09:12:29 +00:00 |
graphics.h
|
Fixed support for walking zones in BRA:
|
2009-02-03 10:42:27 +00:00 |
gui_br.cpp
|
Fixed crashes and leaks when quitting BRA from menu and splash screen.
|
2009-02-26 09:12:29 +00:00 |
gui_ns.cpp
|
Fix for bug #1864270. Music now goes on after the the credits have been displayed in the Amiga demo version of Nippon Safes.
|
2009-02-21 05:19:35 +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 null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead.
|
2009-02-26 10:44:01 +00:00 |
input.h
|
Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues in scrollable locations are a bit messed up for the moment.
|
2008-12-06 04:51:04 +00:00 |
inventory.cpp
|
Moved more GfxObj management to Gfx object.
|
2008-12-21 15:42:47 +00:00 |
inventory.h
|
* Added flexible verb configuration for both NS and BRA.
|
2008-07-29 10:22:50 +00:00 |
module.mk
|
Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exec.h.
|
2009-02-26 06:16:35 +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
|
Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead.
|
2009-02-26 10:44:01 +00:00 |
parallaction_br.cpp
|
changeLocation now uses the internal variable _newLocationName instead of an input parameter.
|
2009-02-26 14:42:03 +00:00 |
parallaction_ns.cpp
|
changeLocation now uses the internal variable _newLocationName instead of an input parameter.
|
2009-02-26 14:42:03 +00:00 |
parallaction.cpp
|
changeLocation now uses the internal variable _newLocationName instead of an input parameter.
|
2009-02-26 14:42:03 +00:00 |
parallaction.h
|
changeLocation now uses the internal variable _newLocationName instead of an input parameter.
|
2009-02-26 14:42:03 +00:00 |
parser_br.cpp
|
Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead.
|
2009-02-26 10:44:01 +00:00 |
parser_ns.cpp
|
Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead.
|
2009-02-26 10:44:01 +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
|
Changed interface to walk code, to better handle the differences between games. Moreover:
|
2009-02-24 08:42:46 +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.cpp
|
Implemented pauseEngineIntern, and fixed music volume handling in SoundMan.
|
2009-01-06 16:21:23 +00:00 |
sound.h
|
Implemented pauseEngineIntern, and fixed music volume handling in SoundMan.
|
2009-01-06 16:21:23 +00:00 |
staticres.cpp
|
Moved mouse cursor loading/handling to Input class.
|
2008-08-30 10:27:20 +00:00 |
walk.cpp
|
Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead.
|
2009-02-26 10:44:01 +00:00 |
walk.h
|
Merged walk code for NS, and simplified handling.
|
2009-02-26 09:42:08 +00:00 |