.. |
he
|
SCUMM HE: Constify string parameter
|
2016-09-03 11:45:43 +03:00 |
imuse
|
|
|
imuse_digi
|
JANITORIAL: Reduce audio header dependencies
|
2016-04-14 16:10:21 +03:00 |
insane
|
JANITORIAL: Fix clang printf warnings
|
2016-01-07 14:55:32 +02:00 |
players
|
JANITORIAL: Fix include statements
|
2016-09-03 15:19:37 +02:00 |
smush
|
SCUMM: Reduce audio header dependencies
|
2016-05-21 13:55:38 +03:00 |
actor_he.h
|
|
|
actor.cpp
|
SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine occasionally ran at less than 60Hz). Fix call to 'getClosestPtOnBox', whcih was being passed X * V12_X_MULTIPLIER and Y * V12_Y_MULTIPLIER, but the box coordinates, where not
|
2016-07-19 20:39:58 +10:00 |
actor.h
|
SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine occasionally ran at less than 60Hz). Fix call to 'getClosestPtOnBox', whcih was being passed X * V12_X_MULTIPLIER and Y * V12_Y_MULTIPLIER, but the box coordinates, where not
|
2016-07-19 20:39:58 +10:00 |
akos.cpp
|
|
|
akos.h
|
|
|
base-costume.cpp
|
|
|
base-costume.h
|
|
|
bomp.cpp
|
|
|
bomp.h
|
|
|
boxes.cpp
|
SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine occasionally ran at less than 60Hz). Fix call to 'getClosestPtOnBox', whcih was being passed X * V12_X_MULTIPLIER and Y * V12_Y_MULTIPLIER, but the box coordinates, where not
|
2016-07-19 20:39:58 +10:00 |
boxes.h
|
|
|
camera.cpp
|
|
|
cdda.cpp
|
|
|
cdda.h
|
JANITORIAL: Make GPL headers uniform
|
2016-09-03 12:46:38 +02:00 |
charset-fontdata.cpp
|
SCUMM: Fix bugs #7070, #7071.
|
2016-03-09 01:22:12 +01:00 |
charset.cpp
|
|
|
charset.h
|
|
|
configure.engine
|
CONFIGURE: Introduced new engine dependency: highres
|
2016-03-05 14:25:56 +01:00 |
costume.cpp
|
|
|
costume.h
|
|
|
cursor.cpp
|
|
|
debugger.cpp
|
SCUMM: Add actor/object names to debug output
|
2016-07-02 12:22:50 +03:00 |
debugger.h
|
|
|
detection_tables.h
|
SCUMM: Add detection for Monkey Island 2 Unofficial SE Talkie
|
2016-04-30 16:31:49 +02:00 |
detection.cpp
|
ALL: Make simpleSaveNames() a MetaEngineFeature
|
2016-08-24 16:07:55 +06:00 |
detection.h
|
|
|
dialogs.cpp
|
SCUMM: Use exact strings in stringtable, fixes bug #6886
|
2016-07-01 07:33:36 +02:00 |
dialogs.h
|
JANITORIAL: Reduce GUI header dependencies
|
2016-04-14 13:30:14 +03:00 |
file_nes.cpp
|
|
|
file_nes.h
|
|
|
file.cpp
|
|
|
file.h
|
|
|
gfx_towns.cpp
|
|
|
gfx.cpp
|
SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine occasionally ran at less than 60Hz). Fix call to 'getClosestPtOnBox', whcih was being passed X * V12_X_MULTIPLIER and Y * V12_Y_MULTIPLIER, but the box coordinates, where not
|
2016-07-19 20:39:58 +10:00 |
gfx.h
|
SCUMM: Maniac V0: Clear the text area of the screen on fade out
|
2016-07-17 16:40:49 +10:00 |
gfxARM.s
|
|
|
help.cpp
|
|
|
help.h
|
|
|
input.cpp
|
SCUMM: Reduce audio header dependencies
|
2016-05-21 13:55:38 +03:00 |
midiparser_ro.cpp
|
JANITORIAL: Reduce audio header dependencies
|
2016-04-14 16:10:21 +03:00 |
module.mk
|
HE: Add Moonbase Net dummy
|
2016-08-30 23:26:29 +02:00 |
music.h
|
|
|
nut_renderer.cpp
|
|
|
nut_renderer.h
|
|
|
object.cpp
|
SCUMM: Ignore SetOwnerOf call in specific case, fixes bug #6802
|
2016-08-30 09:06:43 +02:00 |
object.h
|
|
|
palette.cpp
|
|
|
POTFILES
|
SCUMM: Expose COMI's object_labels setting as an extra GUI option
|
2016-04-01 21:38:50 +03:00 |
proc3ARM.s
|
|
|
resource_v2.cpp
|
|
|
resource_v3.cpp
|
|
|
resource_v4.cpp
|
|
|
resource.cpp
|
JANITORIAL: Fix clang printf warnings
|
2016-01-07 14:55:32 +02:00 |
resource.h
|
|
|
room.cpp
|
|
|
saveload.cpp
|
SCUMM: reset ShakePos on loading, fixes one part of bug #7141
|
2016-07-01 08:25:28 +02:00 |
saveload.h
|
SCUMM: Maniac V0: Implement original walkbox queue, Cleanup actor walk code
|
2016-07-19 18:54:14 +10:00 |
script_v0.cpp
|
|
|
script_v2.cpp
|
SCUMM: Add support for Russian MM
|
2016-01-10 09:21:03 +01:00 |
script_v3.cpp
|
|
|
script_v4.cpp
|
|
|
script_v5.cpp
|
|
|
script_v6.cpp
|
SCUMM: Correct the raft position for PUTTZOO, fixes bug #6097
|
2016-08-30 09:07:30 +02:00 |
script_v8.cpp
|
|
|
script.cpp
|
|
|
script.h
|
|
|
scumm_v0.h
|
SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine occasionally ran at less than 60Hz). Fix call to 'getClosestPtOnBox', whcih was being passed X * V12_X_MULTIPLIER and Y * V12_Y_MULTIPLIER, but the box coordinates, where not
|
2016-07-19 20:39:58 +10:00 |
scumm_v2.h
|
SCUMM HE: Moved remnants of Moonabse to HE100
|
2016-05-26 21:53:23 +02:00 |
scumm_v3.h
|
|
|
scumm_v4.h
|
JANITORIAL: Typos detected with lintian & grep
|
2016-02-15 18:27:02 +01:00 |
scumm_v5.h
|
|
|
scumm_v6.h
|
SCUMM HE: Moved Moonbase stuff to v90he
|
2016-05-22 00:45:04 +02:00 |
scumm_v7.h
|
|
|
scumm_v8.h
|
|
|
scumm-md5.h
|
SCUMM: Add dutch airport demo
|
2016-08-09 10:08:55 +02:00 |
scumm.cpp
|
SCUMM HE: Compensate timers for pauses, fixes bug #6352
|
2016-08-30 09:09:21 +02:00 |
scumm.h
|
SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine occasionally ran at less than 60Hz). Fix call to 'getClosestPtOnBox', whcih was being passed X * V12_X_MULTIPLIER and Y * V12_Y_MULTIPLIER, but the box coordinates, where not
|
2016-07-19 20:39:58 +10:00 |
sound.cpp
|
SCUMM HE: Update sound flags and queue, for new settings.
|
2016-06-22 11:45:44 +10:00 |
sound.h
|
SCUMM HE: Update sound flags and queue, for new settings.
|
2016-06-22 11:45:44 +10:00 |
string.cpp
|
SCUMM: Reduce audio header dependencies
|
2016-05-21 13:55:38 +03:00 |
usage_bits.cpp
|
|
|
usage_bits.h
|
|
|
util.cpp
|
|
|
util.h
|
|
|
vars.cpp
|
SCUMM HE: Moved remnants of Moonabse to HE100
|
2016-05-26 21:53:23 +02:00 |
verbs.cpp
|
|
|
verbs.h
|
|
|