.. |
features.cpp
|
SCI: storing game super class address now inside SciEngine
|
2010-08-23 20:29:13 +00:00 |
features.h
|
SCI: fix lofs autodetection
|
2010-07-31 22:45:38 +00:00 |
gc.cpp
|
SCI: Rename some more stuff
|
2010-07-01 16:05:47 +00:00 |
gc.h
|
SCI: Rename some more stuff
|
2010-07-01 16:05:47 +00:00 |
kernel.cpp
|
SCI: Add kDisplay workarounds for the Hero's Quest demo
|
2010-08-04 17:50:09 +00:00 |
kernel.h
|
SCI: Reimplemented the kShow kernel command, used by the inbuilt SCI debugger. There is no real need to implement kernel debug commands, but since this one maps almost directly to our own "show" debug command, it has been reimplemented (was removed in rev #45310). Normally, there is no real need to implement kernel functions for debug functionality, since there are advanced tools for this purpose nowadays (plus, ScummVM's debugger). Fixes bug #3050616 - "QFG1 EGA: priority/control/view functions crash, debug mode"
|
2010-08-22 16:30:33 +00:00 |
kernel_tables.h
|
SCI: more work on replacing save dialog
|
2010-08-24 14:40:18 +00:00 |
kevent.cpp
|
SCI: Fixed bug #3037874 - "SCI1.1: High cpu usage when a textbox is displayed"
|
2010-08-29 00:58:27 +00:00 |
kfile.cpp
|
SCI: Added proper handling of QFG exported character files.
|
2010-08-29 00:17:56 +00:00 |
kgraphics.cpp
|
SCI: Fixed bug #3048908 - "PQ3EGA: Wrong speech bubble background colors" and added a FIXME inside kGraphDrawLine
|
2010-08-22 23:55:29 +00:00 |
klists.cpp
|
SCI: Fixed bug #3038433 - "HOYLE1: Crashes"
|
2010-08-18 07:14:17 +00:00 |
kmath.cpp
|
SCI: added another comment to kRandom
|
2010-08-20 22:14:48 +00:00 |
kmenu.cpp
|
SCI: fix regression of r50721 - pausing/resuming only on actual menu usage
|
2010-07-06 14:10:09 +00:00 |
kmisc.cpp
|
SCI: kMemory issue in pq3 only for multilingual
|
2010-08-03 16:03:22 +00:00 |
kmovement.cpp
|
SCI: Fixed bug #3039768 - "QFG3: Glitch When Making Thief Sign to Rope Maker", by fixing the implementation of kSetJump, based on Greg's SCI code. kSetJump returned an incorrect result, causing the actor to jump outside the screen
|
2010-08-19 11:41:13 +00:00 |
kparse.cpp
|
SCI: Fix compilation when DEBUG_PARSER is defined
|
2010-07-28 16:00:13 +00:00 |
kpathing.cpp
|
SCI: Fixed potential memory leak in convert_polygon()
|
2010-08-27 17:26:34 +00:00 |
kscripts.cpp
|
SCI: Fix leaks in ResourceManager::listResources caller code.
|
2010-08-02 22:27:26 +00:00 |
ksound.cpp
|
SCI: Silenced some sound related warnings. Added an empty function for kDoSound(Restore), called when restoring games
|
2010-08-02 21:20:43 +00:00 |
kstring.cpp
|
SCI: Silenced warning when exiting in LSL6 (bug report #3035533), and commented out a related unused variable in kSetQuitStr
|
2010-07-29 07:58:48 +00:00 |
kvideo.cpp
|
SCI: Directly use the new Graphics::VMDDecoder class
|
2010-08-08 01:08:48 +00:00 |
message.cpp
|
SCI: Fix memory leak.
|
2010-08-02 22:35:29 +00:00 |
message.h
|
Replaced make_reg(0, -1) with SIGNAL_REG and fixed a warning (MessageRecord is a struct)
|
2009-10-10 10:46:11 +00:00 |
savegame.cpp
|
SCI: now pausing/unpausing music in replaced restore dialog
|
2010-08-24 09:00:53 +00:00 |
savegame.h
|
SCI: Dropped support for the very old savegame versions 12 and 13 (hopefully, the last ones to be dropped)
|
2010-07-23 08:22:13 +00:00 |
script.cpp
|
SCI: Resolved a FIXME concerning scripts with more than one export table (it only makes sense for SCI0-SCI1 games)
|
2010-08-18 00:04:21 +00:00 |
script.h
|
SCI: Split the new script patch code in a separate file
|
2010-08-06 22:36:46 +00:00 |
script_patches.cpp
|
SCI: apply qfg1vga fight patch on weapon master
|
2010-08-25 11:28:27 +00:00 |
scriptdebug.cpp
|
SCI: fix warning and remove duplicate code
|
2010-07-24 11:59:40 +00:00 |
seg_manager.cpp
|
SCI: removing pirated sq4 version from detection
|
2010-08-01 12:38:07 +00:00 |
seg_manager.h
|
SCI: Ignoring non-critical script bug in QFG1VGA, when closing any conversation dialog with esc (doesn't affect gameplay in any manner)
|
2010-08-01 11:10:14 +00:00 |
segment.cpp
|
SCI: fixing another warning
|
2010-08-06 15:30:23 +00:00 |
segment.h
|
SCI: Cleanup
|
2010-08-03 12:41:36 +00:00 |
selector.cpp
|
SCI: Removed a now unused selector from the selector cache
|
2010-08-24 17:12:31 +00:00 |
selector.h
|
SCI: Removed a now unused selector from the selector cache
|
2010-08-24 17:12:31 +00:00 |
state.cpp
|
SCI: storing game super class address now inside SciEngine
|
2010-08-23 20:29:13 +00:00 |
state.h
|
SCI: some work on replacing sierra restore dialog
|
2010-08-23 19:10:06 +00:00 |
static_selectors.cpp
|
SCI: Define xLast/yLast for LB2 floppy (which has no selector
|
2010-08-24 14:54:16 +00:00 |
vm.cpp
|
SCI: Throttle the invocations of Engine::shouldQuit()
|
2010-08-29 00:39:33 +00:00 |
vm.h
|
SCI: Removed the restoring parameter of the run_vm() function
|
2010-07-20 23:15:07 +00:00 |
vm_types.h
|
SCI: Remove reference to common/serializer.h from vm_types.h
|
2010-08-04 08:25:39 +00:00 |
workarounds.cpp
|
SCI: Fixed bug #3051475 - "MOTHERGOOSE CD: Crash after giving the pipe to the king"
|
2010-08-29 02:31:18 +00:00 |
workarounds.h
|
SCI: Fixed one of the bugs in hoyle3, from bug report #3038837 - "HOYLE3: EGA/VGA Crashes" (that report includes more issues)
|
2010-08-19 15:58:39 +00:00 |