.. |
animation.cpp
|
- Added parser strings for Big Red Adventure
|
2007-07-29 16:29:41 +00:00 |
callables_ns.cpp
|
Cleanup.
|
2007-07-29 17:06:23 +00:00 |
commands.cpp
|
Removed direct references to callable functions (opcodes). They are now only available via a virtual member function in the engine.
|
2007-07-29 15:21:33 +00:00 |
commands.h
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
debug.cpp
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
debug.h
|
|
|
defs.h
|
Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies.
|
2007-07-07 19:42:06 +00:00 |
detection.cpp
|
Added Italian language flag to Big Red Adventure detection structs.
|
2007-07-27 23:42:59 +00:00 |
dialogue.cpp
|
Changed inventory graphics update from synchronous to lazy.
|
2007-07-08 20:15:43 +00:00 |
disk_br.cpp
|
Add support for multi-tune Protracker modules used in the Amiga version of Waxworks.
|
2007-07-28 07:52:24 +00:00 |
disk_ns.cpp
|
Remove debug code.
|
2007-07-28 14:10:25 +00:00 |
disk.h
|
Add support for multi-tune Protracker modules used in the Amiga version of Waxworks.
|
2007-07-28 07:52:24 +00:00 |
font.cpp
|
- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns suffix to classes and member functions.
|
2007-07-27 19:02:19 +00:00 |
graphics.cpp
|
Made screen size parameters properties of engine instead of compile-time constants.
|
2007-07-26 18:30:27 +00:00 |
graphics.h
|
Made screen size parameters properties of engine instead of compile-time constants.
|
2007-07-26 18:30:27 +00:00 |
inventory.cpp
|
Made screen size parameters properties of engine instead of compile-time constants.
|
2007-07-26 18:30:27 +00:00 |
inventory.h
|
Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.
|
2007-07-09 19:19:56 +00:00 |
location.cpp
|
Full screen updates aren't automatic after palette changes anymore now. Traded some code pollution with SPEED!
|
2007-07-13 20:50:57 +00:00 |
menu.cpp
|
Refactored selectCharacter so that menu code doesn't need auxiliary buffer kBit2 anymore.
|
2007-07-15 16:04:34 +00:00 |
menu.h
|
Refactored selectCharacter so that menu code doesn't need auxiliary buffer kBit2 anymore.
|
2007-07-15 16:04:34 +00:00 |
module.mk
|
Made current callable routines members of Parallaction_ns, and moved them to callables_ns.cpp.
|
2007-07-29 17:02:08 +00:00 |
parallaction_br.cpp
|
- Added parser strings for Big Red Adventure
|
2007-07-29 16:29:41 +00:00 |
parallaction_ns.cpp
|
Removed debug code.
|
2007-07-29 18:46:29 +00:00 |
parallaction.cpp
|
- Added parser strings for Big Red Adventure
|
2007-07-29 16:29:41 +00:00 |
parallaction.h
|
Made current callable routines members of Parallaction_ns, and moved them to callables_ns.cpp.
|
2007-07-29 17:02:08 +00:00 |
parser.cpp
|
Yet another fix for broken parsing/displaying of strings. Now quotes are properly considered when they are needed, and ignored when they aren't.
|
2007-07-08 13:39:23 +00:00 |
parser.h
|
Yet another fix for broken parsing/displaying of strings. Now quotes are properly considered when they are needed, and ignored when they aren't.
|
2007-07-08 13:39:23 +00:00 |
saveload.cpp
|
Changed inventory graphics update from synchronous to lazy.
|
2007-07-08 20:15:43 +00:00 |
sound.cpp
|
Add support for multi-tune Protracker modules used in the Amiga version of Waxworks.
|
2007-07-28 07:52:24 +00:00 |
sound.h
|
Added dummy SoundMan to help with integration of Big Red Adventure.
|
2007-07-29 14:23:26 +00:00 |
staticres.cpp
|
Made current callable routines members of Parallaction_ns, and moved them to callables_ns.cpp.
|
2007-07-29 17:02:08 +00:00 |
walk.cpp
|
- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns suffix to classes and member functions.
|
2007-07-27 19:02:19 +00:00 |
walk.h
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
zone.cpp
|
Should fix bug #1762614. There is a chance some regression glitches appear in locations where animations are displayed together with character comments.
|
2007-07-28 15:15:23 +00:00 |
zone.h
|
Changed Dialogue from a typedef for an implicit n-tree of Questions to a plain-vanilla array. This greatly simplify management and doesn't require obscure flagging of tree leaves.
|
2007-07-03 19:44:31 +00:00 |