.. |
smush
|
Patch #682981: Experimental translation optimisation (version 2), and
|
2003-02-14 16:01:55 +00:00 |
.cvsignore
|
|
|
actor.cpp
|
Patch 671701: SO_TALK_FREQUENCY
|
2003-01-26 10:54:34 +00:00 |
actor.h
|
Patch 671701: SO_TALK_FREQUENCY
|
2003-01-26 10:54:34 +00:00 |
akos.cpp
|
Patch 667613: Extend gfxUsageBits[]
|
2003-01-14 10:06:56 +00:00 |
akos.h
|
more akos/costume merging
|
2003-01-07 17:35:20 +00:00 |
base-costume.h
|
more akos/costume merging
|
2003-01-07 17:35:20 +00:00 |
boxes.cpp
|
fixed COMI actor scaling, again
|
2003-01-13 14:04:41 +00:00 |
boxes.h
|
fix -pedantic warnings
|
2002-12-25 00:36:04 +00:00 |
bundle.cpp
|
fixed compiler warnings
|
2003-01-25 20:07:15 +00:00 |
bundle.h
|
implemented properly comi sound codecs
|
2003-01-25 18:41:32 +00:00 |
charset.cpp
|
made NUT font rendered honor _ignoreCharsetMask
|
2003-01-15 03:10:28 +00:00 |
charset.h
|
there are 5 fonts in CMI
|
2002-12-31 21:41:24 +00:00 |
costume.cpp
|
Patch 667613: Extend gfxUsageBits[]
|
2003-01-14 10:06:56 +00:00 |
costume.h
|
more akos/costume merging
|
2003-01-07 17:35:20 +00:00 |
debug.cpp
|
|
|
debug.h
|
|
|
debugger.cpp
|
LCA03 sync: Modified version of the untrap patch, debugger
|
2003-01-26 06:17:25 +00:00 |
debugger.h
|
add help command to debugger to list commands and vars, we should probably have a help string for each but this is much better than reading the code for now :)
|
2003-01-18 16:04:28 +00:00 |
debugrl.cpp
|
|
|
debugrl.h
|
|
|
dialogs.cpp
|
more access cleanup; also reorderd some method/function declarations in class Scumm
|
2003-02-08 01:27:21 +00:00 |
dialogs.h
|
|
|
gfx.cpp
|
Patch 679354: ComI actor redraw patch
|
2003-02-07 19:24:34 +00:00 |
gfx.h
|
more cleanup
|
2002-12-31 14:59:06 +00:00 |
imuse_digi.cpp
|
applied patch #674141: CMI: Smush sync tuning
|
2003-01-25 12:13:41 +00:00 |
imuse_digi.h
|
Separated IMuseDigital to its own files
|
2002-12-28 14:37:30 +00:00 |
imuse.cpp
|
Separated IMuseDigital into its own files.
|
2002-12-28 14:40:56 +00:00 |
imuse.h
|
Separated IMuseDigital into its own files.
|
2002-12-28 14:40:56 +00:00 |
instrument.cpp
|
Added some more Monkey2 MT-32 custom instruments. It's getting difficult
|
2003-01-16 11:05:53 +00:00 |
instrument.h
|
First-revision SysEx support for -ewindows.
|
2003-01-10 14:40:22 +00:00 |
intern.h
|
add stub for o6_stopTalking
|
2003-02-14 08:12:45 +00:00 |
module.mk
|
Patch 667613: Extend gfxUsageBits[]
|
2003-01-14 10:06:56 +00:00 |
nut_renderer.cpp
|
fixed crash with non-ASCII chars
|
2003-01-30 16:02:20 +00:00 |
nut_renderer.h
|
fixed crash with non-ASCII chars
|
2003-01-30 16:02:20 +00:00 |
object.cpp
|
Patch 671031: Fix for MI1 intro crash + others (move new object
|
2003-01-26 10:57:01 +00:00 |
object.h
|
replace unk1 for numZBuffer in the v8 part of RoomHeader
|
2002-12-24 10:04:38 +00:00 |
resource_v2.cpp
|
added some preliminary V8 work. Nope, it is not useful at all, and it doesn't mean we will have CMI support in this millenium, so don't hold your breath
|
2002-12-22 21:58:16 +00:00 |
resource_v3.cpp
|
added some preliminary V8 work. Nope, it is not useful at all, and it doesn't mean we will have CMI support in this millenium, so don't hold your breath
|
2002-12-22 21:58:16 +00:00 |
resource_v4.cpp
|
added some preliminary V8 work. Nope, it is not useful at all, and it doesn't mean we will have CMI support in this millenium, so don't hold your breath
|
2002-12-22 21:58:16 +00:00 |
resource.cpp
|
LCA03 sync: Modified version of the untrap patch, debugger
|
2003-01-26 06:17:25 +00:00 |
resource.h
|
|
|
saveload.cpp
|
more access cleanup; also reorderd some method/function declarations in class Scumm
|
2003-02-08 01:27:21 +00:00 |
saveload.h
|
Patch 671701: SO_TALK_FREQUENCY
|
2003-01-26 10:54:34 +00:00 |
script_v5.cpp
|
New method of local object management. Buggy, segfaults on the Part 1 screen and I don't know why yet..
|
2003-01-12 07:30:17 +00:00 |
script_v6.cpp
|
add stub for o6_stopTalking
|
2003-02-14 08:12:45 +00:00 |
script_v8.cpp
|
more access cleanup; also reorderd some method/function declarations in class Scumm
|
2003-02-08 01:27:21 +00:00 |
script.cpp
|
removed an obsolete member var, and started to make Scumm member vars protected (had to make some exception; the code which makes these exceptions necessary should be revised)
|
2003-02-06 21:32:20 +00:00 |
scumm.h
|
Patch #682981: Experimental translation optimisation (version 2), and
|
2003-02-14 16:01:55 +00:00 |
scummvm.cpp
|
more access cleanup; also reorderd some method/function declarations in class Scumm
|
2003-02-08 01:27:21 +00:00 |
sound.cpp
|
more stuff made 'protected'
|
2003-02-08 00:38:17 +00:00 |
sound.h
|
added "implementation" of imGetMusicPosition
|
2003-01-26 14:26:03 +00:00 |
string.cpp
|
Patch #682981: Experimental translation optimisation (version 2), and
|
2003-02-14 16:01:55 +00:00 |
usage_bits.cpp
|
fixed testGfxAnyUsageBits
|
2003-01-19 20:31:05 +00:00 |
usage_bits.h
|
Patch 667613: Extend gfxUsageBits[]
|
2003-01-14 10:06:56 +00:00 |
vars.cpp
|
remove outdated comment
|
2003-01-29 12:22:24 +00:00 |
verbs.cpp
|
Remove dodgy fix for verb backgrounds.
|
2003-01-16 08:04:34 +00:00 |
verbs.h
|
verb ids can be > 255 in V8; more V8 verbop corrections
|
2002-12-27 16:49:08 +00:00 |