.. |
callables_br.cpp
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
callables_ns.cpp
|
* Cleanup of input code.
|
2008-05-15 01:18:26 +00:00 |
debug.cpp
|
Extracted script parsing code to its own class.
|
2008-05-10 11:11:03 +00:00 |
debug.h
|
Added new debug command to dump scripts execution status.
|
2008-02-09 22:07:51 +00:00 |
detection.cpp
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
dialogue.cpp
|
- Moved input code to its own class.
|
2008-05-14 14:34:01 +00:00 |
disk_br.cpp
|
* Implemented character change opcodes in BRA
|
2008-06-04 09:07:55 +00:00 |
disk_ns.cpp
|
cleanup
|
2008-03-28 08:30:42 +00:00 |
disk.h
|
* Implemented character change opcodes in BRA
|
2008-06-04 09:07:55 +00:00 |
exec_br.cpp
|
* Implemented character change opcodes in BRA
|
2008-06-04 09:07:55 +00:00 |
exec_ns.cpp
|
Got rid of the static arrays for initialization of parsers and exec opcodes, to make returning to launcher easier. The code has been borrowed by Kyra, after suggestion by LordHoto.
|
2008-06-01 14:05:39 +00:00 |
font.cpp
|
Add very basic support for Amiga version of BRA.
|
2008-04-06 07:05:56 +00:00 |
gfxbase.cpp
|
Implemented scroll command and added a couple more debug variables.
|
2008-02-07 12:49:46 +00:00 |
graphics.cpp
|
Return to menu after introduction has played (with glitches).
|
2008-06-04 01:04:26 +00:00 |
graphics.h
|
Return to menu after introduction has played (with glitches).
|
2008-06-04 01:04:26 +00:00 |
gui_br.cpp
|
- Moved input code to its own class.
|
2008-05-14 14:34:01 +00:00 |
gui_ns.cpp
|
* Cleanup of input code.
|
2008-05-15 01:18:26 +00:00 |
input.cpp
|
* Cleanup of input code.
|
2008-05-15 01:18:26 +00:00 |
input.h
|
* Cleanup of input code.
|
2008-05-15 01:18:26 +00:00 |
inventory.cpp
|
- Moved input code to its own class.
|
2008-05-14 14:34:01 +00:00 |
inventory.h
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
module.mk
|
Oops. Forgot to update module.mk.
|
2008-05-14 14:34:42 +00:00 |
objects.cpp
|
Tiny cleanup to ease extraction of the program parser code.
|
2008-05-09 01:42:25 +00:00 |
objects.h
|
Tiny cleanup to ease extraction of the program parser code.
|
2008-05-09 01:42:25 +00:00 |
parallaction_br.cpp
|
oops. Changed stricmp to scumm_stricmp from last commit.
|
2008-06-04 09:39:38 +00:00 |
parallaction_ns.cpp
|
Fixed initialization of parsers, necessary after the latest removal of static arrays.
|
2008-06-03 00:49:27 +00:00 |
parallaction.cpp
|
* Cleanup of input code.
|
2008-05-15 01:18:26 +00:00 |
parallaction.h
|
* Implemented character change opcodes in BRA
|
2008-06-04 09:07:55 +00:00 |
parser_br.cpp
|
* Implemented character change opcodes in BRA
|
2008-06-04 09:07:55 +00:00 |
parser_ns.cpp
|
Script instructions referencing unexisting animations are now skipped, instead of crashing the engine.
|
2008-06-04 01:27:55 +00:00 |
parser.cpp
|
Cleanup of parsing code.
|
2008-05-11 08:55:16 +00:00 |
parser.h
|
* Implemented character change opcodes in BRA
|
2008-06-04 09:07:55 +00:00 |
saveload.cpp
|
Replaced custom ManagedList with Common::SharedPtr.
|
2008-04-06 05:40:02 +00:00 |
sound.cpp
|
Indent with tabs instead of spaces.
|
2008-01-06 20:42:28 +00:00 |
sound.h
|
Replaced custom ManagedList with Common::SharedPtr.
|
2008-04-06 05:40:02 +00:00 |
staticres.cpp
|
Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the fly. This saves a headache on re-entry.
|
2008-06-02 13:12:07 +00:00 |
walk.cpp
|
- Moved some members from the engine class to Location, since they belong there.
|
2008-05-05 11:02:40 +00:00 |
walk.h
|
Fixed usage of SharedPtr, so that reference counting is proper and there are no more objects that need constructors at global level (helps PalmOS).
|
2008-04-17 09:32:57 +00:00 |