.. |
features.cpp
|
SCI32: Fix crash starting KQ7 demo
|
2017-11-28 16:47:37 -06:00 |
features.h
|
SCI32: Clean up Plane
|
2017-10-06 22:11:03 -05:00 |
file.cpp
|
SCI32: Remove unnecessary negative assertion check on unsigned integer
|
2017-09-24 22:56:59 -05:00 |
file.h
|
SCI32: Support RAMA's custom save games through kFileIO
|
2017-09-23 20:56:48 -05:00 |
gc.cpp
|
SCI32: Rewrite kArray & kString
|
2016-09-29 19:39:16 -05:00 |
gc.h
|
|
|
guest_additions.cpp
|
SCI32: Fix support for RAMA demo
|
2017-09-30 01:08:12 -05:00 |
guest_additions.h
|
SCI32: Add audio volume sync support for RAMA
|
2017-09-28 14:58:17 -05:00 |
kernel.cpp
|
SCI32: Disable all SCI32 Mac code
|
2017-09-24 22:56:59 -05:00 |
kernel.h
|
SCI32: Clean up unused kBitmap code/subops
|
2017-09-29 19:56:24 -05:00 |
kernel_tables.h
|
SCI32: Fix support for RAMA demo
|
2017-09-30 01:08:12 -05:00 |
kevent.cpp
|
SCI: Add support for keyup events
|
2017-09-27 20:27:34 -05:00 |
kfile.cpp
|
SCI32: Restore gameplay time in RAMA
|
2017-10-03 18:56:35 -05:00 |
kgraphics.cpp
|
JANITORIAL: Silence GCC 7 fallthrough warning
|
2018-03-23 18:38:37 +01:00 |
kgraphics32.cpp
|
SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeight
|
2017-10-06 22:56:26 -05:00 |
klists.cpp
|
SCI32: Fix support for RAMA demo
|
2017-09-30 01:08:12 -05:00 |
kmath.cpp
|
SCI: Clean up kRandom + allow 0 parameters via signatures
|
2017-02-26 00:24:57 +01:00 |
kmenu.cpp
|
|
|
kmisc.cpp
|
SCI32: Disable all SCI32 Mac code
|
2017-09-24 22:56:59 -05:00 |
kmovement.cpp
|
|
|
kparse.cpp
|
SCI: Implement bounds-checked reads of game resources
|
2017-03-27 19:42:31 -05:00 |
kpathing.cpp
|
SCI: Update rad2deg usage
|
2018-05-20 11:21:06 +01:00 |
kscripts.cpp
|
SCI32: Remove never-read default values
|
2017-09-19 19:54:30 -05:00 |
ksound.cpp
|
SCI32: Clean up Audio32
|
2017-10-06 22:10:52 -05:00 |
kstring.cpp
|
SCI32: Remove redundant kStringGetData implementation
|
2017-09-08 21:10:51 -05:00 |
kvideo.cpp
|
SCI: Partially clean up SCI16 video playback code
|
2017-12-01 18:48:35 -06:00 |
message.cpp
|
SCI32: Disable all SCI32 Mac code
|
2017-09-24 22:56:59 -05:00 |
message.h
|
SCI: Fix more unsafe C-string usage
|
2017-02-05 12:38:21 -06:00 |
object.cpp
|
SCI: Stop double-initialization of SCI0/1 objects
|
2017-07-15 20:29:36 -05:00 |
object.h
|
SCI32: Clean up ScreenItem
|
2017-10-06 22:10:50 -05:00 |
savegame.cpp
|
COMMON: Move VER macro for serializer into common code
|
2018-01-31 17:58:01 +01:00 |
savegame.h
|
SCI: Fix generation of save games
|
2017-09-24 11:12:45 -05:00 |
script.cpp
|
SCI32: Fix relocation of locals in SCI3
|
2017-09-23 20:57:03 -05:00 |
script.h
|
SCI32: Fix relocation of locals in SCI3
|
2017-09-23 20:57:03 -05:00 |
script_patches.cpp
|
SCI: Sabotage qfg1vga's speed test
|
2018-02-01 20:08:20 +01:00 |
script_patches.h
|
SCI: Implement bounds-checked reads of game resources
|
2017-03-27 19:42:31 -05:00 |
scriptdebug.cpp
|
SCI: Allow lofsa string printing in disasm for all SCI versions
|
2017-10-21 19:13:38 +02:00 |
scriptdebug.h
|
SCI: Expand kernel breakpoint pattern matching for negative matches
|
2017-06-10 21:32:35 +02:00 |
seg_manager.cpp
|
SCI: Fix UB in SegManager memcpy/strcpy operations
|
2017-10-29 13:18:37 -05:00 |
seg_manager.h
|
SCI: Expose API for retrieving multiple objects with the same name
|
2017-07-30 19:10:50 -05:00 |
segment.cpp
|
SCI: Fix support for 32-bit SCI3 script offsets
|
2017-04-23 13:07:25 -05:00 |
segment.h
|
SCI: Fix shadowing warning
|
2018-06-29 09:14:17 +02:00 |
selector.cpp
|
SCI: Add QfG4 script patch to fix sliding down slope bug #9801
|
2017-10-09 01:58:16 +02:00 |
selector.h
|
SCI: Add QfG4 script patch to fix sliding down slope bug #9801
|
2017-10-09 01:58:16 +02:00 |
state.cpp
|
SCI: Partially clean up SCI16 video playback code
|
2017-12-01 18:48:35 -06:00 |
state.h
|
SCI: Partially clean up SCI16 video playback code
|
2017-12-01 18:48:35 -06:00 |
static_selectors.cpp
|
SCI32: Fix selector search for SCI2/2.1 games with missing vocab.997
|
2017-05-23 22:41:56 -05:00 |
vm.cpp
|
SCI: Remove resolved TODO
|
2017-09-28 14:58:17 -05:00 |
vm.h
|
SCI32: Add audio volume sync support for RAMA
|
2017-09-28 14:58:17 -05:00 |
vm_types.cpp
|
SCI: Deduplicate call origin formatting
|
2016-09-29 19:39:16 -05:00 |
vm_types.h
|
SCI: Accept 32-bit values to reg_t::incOffset
|
2017-04-22 18:53:40 -05:00 |
workarounds.cpp
|
SCI32: Add uninitialized read workaround for LSL6hires
|
2017-12-19 23:49:07 -06:00 |
workarounds.h
|
SCI: Change index inside workaround tables to an index range
|
2017-10-07 22:11:25 +02:00 |