.. |
game.cpp
|
Cleanup
|
2009-10-25 02:36:51 +00:00 |
gc.cpp
|
Started rewriting the Object struct into a class
|
2009-10-10 15:58:51 +00:00 |
gc.h
|
Patch
|
2009-06-18 22:09:57 +00:00 |
grammar.cpp
|
SCI: Fix for _vocab_free_empty_rule_list
|
2009-10-20 19:10:51 +00:00 |
kernel.cpp
|
- Removed kShow() and the related code it uses - it's a debugging function, and we have the same functionality in the debug console
|
2009-10-21 19:19:03 +00:00 |
kernel.h
|
- Removed kShow() and the related code it uses - it's a debugging function, and we have the same functionality in the debug console
|
2009-10-21 19:19:03 +00:00 |
kernel32.cpp
|
Add the minor differences of SCI3 to the SCI2.1 kernel table.
|
2009-08-27 01:39:30 +00:00 |
kernel_types.h
|
- Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations
|
2009-10-01 10:57:59 +00:00 |
kevent.cpp
|
SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit
|
2009-10-18 19:42:56 +00:00 |
kfile.cpp
|
Fix for bug #2874489 - "SCI: Larry 3 crashes at startup"
|
2009-10-16 17:29:36 +00:00 |
kgraphics.cpp
|
SCI: kAddToPic - removing support for argc==0 case, if this really gets used somewhere, we need to set _picNotValid in that case
|
2009-10-25 18:43:23 +00:00 |
klists.cpp
|
SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit
|
2009-10-18 19:42:56 +00:00 |
kmath.cpp
|
SCI: Fix warning about double being silently converted to int
|
2009-10-20 11:14:04 +00:00 |
kmenu.cpp
|
Fixed a crash when selecting menu items
|
2009-10-22 09:36:46 +00:00 |
kmisc.cpp
|
SCI: kGameIsRestarting - changing speed throttler to 10 msecs, lsl5 is still "somewhat" playable, codename iceman and qfg2 didnt show some animations cause of the higher delay
|
2009-10-25 20:03:10 +00:00 |
kmovement.cpp
|
- Removed kShow() and the related code it uses - it's a debugging function, and we have the same functionality in the debug console
|
2009-10-21 19:19:03 +00:00 |
kpathing.cpp
|
Fixed self-intersecting pathfinding polygons in SQ1, room 66. This addresses the issue where Roger is able to walk anywhere on screen. However, there is still a separate issue in that room, which makes him stay stuck in one direction (like he's "moonwalking") and it only occurs in the new GUI
|
2009-10-21 14:13:08 +00:00 |
kscripts.cpp
|
Started rewriting the Object struct into a class
|
2009-10-10 15:58:51 +00:00 |
ksound.cpp
|
Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD.
|
2009-10-25 03:26:20 +00:00 |
kstring.cpp
|
SCI: Rename game_obj to _gameObj
|
2009-10-18 19:43:27 +00:00 |
message.cpp
|
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used, and removed tools.*. Also, removed all the unused includes to tools.h from several places
|
2009-10-16 23:29:00 +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 |
said.cpp
|
- Moved the list of synonyms and parser nodes inside the vocabulary class
|
2009-09-30 12:17:38 +00:00 |
said.y
|
- Moved the list of synonyms and parser nodes inside the vocabulary class
|
2009-09-30 12:17:38 +00:00 |
savegame.cpp
|
Reset the graphics input after reconstructing game scripts. This fixes savegame loading in KQ4
|
2009-10-23 20:10:51 +00:00 |
savegame.h
|
Implemented some advanced savegame functionality - loading and deleting savegames from the GMM is now possible, and new saved games will also have thumbnails. Saving from the GMM creates corrupted saved games, so it has been disabled for now
|
2009-10-11 15:51:43 +00:00 |
script.cpp
|
Started rewriting the check for the graphics functions type (still not finished)
|
2009-10-08 14:37:55 +00:00 |
script.h
|
SCI: Add lofs detection.
|
2009-08-30 14:53:58 +00:00 |
scriptdebug.cpp
|
SCI: Fixed debugger opcode names.
|
2009-10-16 10:46:09 +00:00 |
seg_manager.cpp
|
- Fixed the pathfinding issue for LSL5 room 640, where Patti walks off-screen (we still need a proper way of detecting this, though...)
|
2009-10-20 10:08:28 +00:00 |
seg_manager.h
|
SCI: Merge SegManager::alloc_Hunk into SegManager::allocateHunkEntry
|
2009-10-13 18:53:50 +00:00 |
segment.cpp
|
- Fixed the pathfinding issue for LSL5 room 640, where Patti walks off-screen (we still need a proper way of detecting this, though...)
|
2009-10-20 10:08:28 +00:00 |
segment.h
|
More work on the Object class
|
2009-10-11 13:46:58 +00:00 |
selector.cpp
|
More work on the Object class
|
2009-10-11 13:46:58 +00:00 |
state.cpp
|
Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD.
|
2009-10-25 03:26:20 +00:00 |
state.h
|
Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD.
|
2009-10-25 03:26:20 +00:00 |
static_selectors.cpp
|
Fixed a bug in the graphics function detection code, and corrected the location of the static "overlay" selector in SCI0 games. Fixes the demo of lsl3
|
2009-10-13 09:33:57 +00:00 |
vm.cpp
|
Cleanup
|
2009-10-22 05:42:14 +00:00 |
vm.h
|
Started rewriting the Object struct into a class
|
2009-10-10 15:58:51 +00:00 |
vm_types.h
|
SCI: Remove PRINT_STK macro; cleanup
|
2009-10-02 12:53:04 +00:00 |