Age | Commit message (Expand) | Author |
2010-07-23 | SCI: Dropped support for the very old savegame versions 12 and 13 (hopefully,... | Filippos Karapetis |
2010-07-23 | SCI: some changes to kPalVary saving | Martin Kiewitz |
2010-07-23 | SCI: Now saving the kPalVary state inside savegames | Filippos Karapetis |
2010-07-22 | SCI: Added Workaround for SQ4CD Droid in Supercomputer Maze. | David Turner |
2010-07-22 | SCI: Cleanup leftovers from the FreeSCI sound code | Filippos Karapetis |
2010-07-22 | SCI: kSetCursor works the same in sci16 | Martin Kiewitz |
2010-07-22 | SCI: Some slight work on robot files | Filippos Karapetis |
2010-07-22 | SCI: kSetCursor change for sci32 | Martin Kiewitz |
2010-07-22 | SCI: sci2+ has a different kSetCursor order | Martin Kiewitz |
2010-07-22 | SCI: Add more parser test cases | Willem Jan Palenstijn |
2010-07-22 | SCI: Swap suffix' class_mask result_class | Willem Jan Palenstijn |
2010-07-22 | SCI: fix signature of kStrCpy | Martin Kiewitz |
2010-07-22 | SCI: Hopefully fix compilation when ENABLE_SCI32 is not defined | Matthew Hoops |
2010-07-22 | SCI: fixing mirrored sci32 pictures | Martin Kiewitz |
2010-07-22 | SCI: doing res correction on text as well | Martin Kiewitz |
2010-07-22 | SCI: some changes to kFrameout for sci32 | Martin Kiewitz |
2010-07-22 | SCI: Remove sanity check introduced in rev 51154. When a node is deleted via ... | Filippos Karapetis |
2010-07-22 | SCI: Also allow checkListPointer() to check the result of lookupNode() itself | Filippos Karapetis |
2010-07-22 | SCI: Added a sanity check for rev 51152. If a node has been deleted, it shoul... | Filippos Karapetis |
2010-07-22 | SCI: allow isSaneNodePointer to handle invalid node references itself | Filippos Karapetis |
2010-07-22 | SCI: Fixed the crash in LSL2, room 42 (when arriving at the island). kAnimate... | Filippos Karapetis |
2010-07-22 | SCI: Added remaining workarounds to SQ4 Skate-o-rama area. | David Turner |
2010-07-22 | Extended the "version" console command to also show the game version found in... | Filippos Karapetis |
2010-07-22 | SCI: Added another workaround to SQ4 Skate-o-rama area. | David Turner |
2010-07-22 | SCI: changed the comment about the palette merging (it's not a workaround any... | Filippos Karapetis |
2010-07-22 | When modifying variable selectors with argc > 1, don't throw a warning, but u... | Filippos Karapetis |
2010-07-22 | SCI: Adding workaround for sq4 room 411 | Martin Kiewitz |
2010-07-22 | Use new[]/delete[] instead of malloc/free | Matthew Hoops |
2010-07-22 | Silence gcc warning | Matthew Hoops |
2010-07-22 | SCI: Added workaround for Engine Abort when rummaging in Software Excess barg... | David Turner |
2010-07-22 | SCI: Fixed a bug when loading some saved games (sometimes, the execution stac... | Filippos Karapetis |
2010-07-22 | SCI: some more work on priority sci32 | Martin Kiewitz |
2010-07-22 | SCI: removing priority hack for gk1hires | Martin Kiewitz |
2010-07-22 | SCI: some work on priority in sci32 | Martin Kiewitz |
2010-07-22 | SCI: Remove '#define FAKE', make SCI_WORKAROUNDENTRY_TERMINATOR 'private' | Max Horn |
2010-07-22 | SCI: Moved the actual workaround arrays inside a cpp file | Filippos Karapetis |
2010-07-22 | Silenced a known warning in SQ5, after the intro | Filippos Karapetis |
2010-07-21 | SCI: Fixed signature of kFileIO subop 19 for Torin (full version) | Filippos Karapetis |
2010-07-21 | SCI: Moved all the video related functions in a separate file | Filippos Karapetis |
2010-07-21 | SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp... | Filippos Karapetis |
2010-07-21 | SCI: r51104 adding #ifdef and check for hires | Martin Kiewitz |
2010-07-21 | SCI: halfing kCelWide for sci2.1 | Martin Kiewitz |
2010-07-21 | SCI: terminating at another resource of sq4cd | Martin Kiewitz |
2010-07-21 | SCI: Rewrite said spec handling. | Willem Jan Palenstijn |
2010-07-21 | SCI: fix initializing script 99 of sq3 | Martin Kiewitz |
2010-07-21 | SCI: adding workaround for sq3 | Martin Kiewitz |
2010-07-21 | SCI: More rest of the workaround defs to workarounds.h | Max Horn |
2010-07-21 | SCI: Moved all the static kernel-related tables in a separate file. Also, mov... | Filippos Karapetis |
2010-07-21 | SCI: Moved all the workaround tables in a separate file, to keep them apart f... | Filippos Karapetis |
2010-07-21 | SCI: adding lsl6hires uninit workaround | Martin Kiewitz |