Age | Commit message (Expand) | Author |
2009-09-06 | SCI: cleanup | Max Horn |
2009-09-06 | SCI: cleanup | Max Horn |
2009-09-06 | SCI: Cleanup for some SegManager internals | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-06 | SCI: Change script_lookup_export to use SegManager::validateExportFunc | Max Horn |
2009-09-04 | - Allow SCI games to set the cursor position when it's hidden once again | Filippos Karapetis |
2009-09-04 | - Removed the gfx error defines. When resources are not found, or are corrupt... | Filippos Karapetis |
2009-09-04 | SCI: Reset signal before playing song. | Walter van Niftrik |
2009-09-04 | Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte... | Filippos Karapetis |
2009-09-04 | Fixing signed/unsigned comparison warning | Sven Hesse |
2009-09-04 | Removed the animation_granularity variable from the engine state (it never ch... | Filippos Karapetis |
2009-09-04 | Moved some functions inside the SegManager class, and renamed alloc_clone() t... | Filippos Karapetis |
2009-09-03 | SCI: Relocate export table when restoring SCI1.1 savegames | Walter van Niftrik |
2009-09-02 | Fixed loading again (broken accidentally in rev. 43504 | Filippos Karapetis |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: | Max Horn |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-09-01 | - Reverted the *vga targets back to *sci, and used the extras field again for... | Filippos Karapetis |
2009-09-01 | - Added MD5's for the 5 different Crazy Nick's collections | Filippos Karapetis |
2009-09-01 | SCI: Fix message property of mouse event. This fixes mouse handling in the | Walter van Niftrik |
2009-09-01 | - Moved the Sierra game ID conversion code inside game.cpp, so that any game-... | Filippos Karapetis |
2009-09-01 | Fixed incorrect usage of ARRAYSIZE (thanks fingolfin) | Filippos Karapetis |
2009-09-01 | Changed an error to a warning, as it occurs at the beginning of EcoQuest 1 CD... | Filippos Karapetis |
2009-09-01 | Fixed the crash at the beginning of EcoQuest 1 CD | Filippos Karapetis |
2009-09-01 | SCI: Fix bug in SCI1.1 varselector search. | Walter van Niftrik |
2009-08-31 | Cleanup | Filippos Karapetis |
2009-08-31 | Cleanup | Filippos Karapetis |
2009-08-31 | Rewrote the static selector mapper to use SCI versions instead of game IDs, a... | Filippos Karapetis |
2009-08-31 | - Removed the now-unused "setTarget" selector | Filippos Karapetis |
2009-08-31 | SCI: Add stub for PalVary. | Walter van Niftrik |
2009-08-31 | Removed many bogus return values in the SCI graphics functions - some functio... | Filippos Karapetis |
2009-08-31 | SCI: Fix messages in QFG remake. | Walter van Niftrik |
2009-08-30 | Adding support for AVI in SCI games (such as kq6) and implement kPlatform. | Matthew Hoops |
2009-08-30 | SCI: Fix missing 'else' in r43824. | Walter van Niftrik |
2009-08-30 | Fixed a regression in the sound of the demos of LSL3 and LSL5 | Filippos Karapetis |
2009-08-30 | SCI: Add lofs detection. | Walter van Niftrik |
2009-08-30 | Silence gcc warning. | Matthew Hoops |
2009-08-30 | SCI: Add support for SetCursor with 4 args. | Walter van Niftrik |
2009-08-30 | SCI: Add SetCursor detection. Cleanup. | Walter van Niftrik |
2009-08-29 | Removed the "op_" prefix from opcode names in the script debugger | Filippos Karapetis |
2009-08-29 | Use Common::String::clear instead of assigning "". | Johannes Schickel |
2009-08-29 | - Added static and const to static data. | Johannes Schickel |
2009-08-28 | The first part of the selector table (the first 83 entries) is almost the sam... | Filippos Karapetis |
2009-08-28 | - Removed the unused selectors "prevSignal", "who" and "distance" from the qu... | Filippos Karapetis |
2009-08-28 | Removed the unused selectors (edgeHit, semanticFail and baseSetter) | Filippos Karapetis |
2009-08-27 | Stop loading opcodes from vocab.998. They are the same in all SCI games and a... | Filippos Karapetis |
2009-08-27 | Throw a warning when kGetSaveDir is called with a parameter | Matthew Hoops |
2009-08-27 | Removed the signature check from GetSaveDir in order to let the scripts in GK... | Filippos Karapetis |
2009-08-27 | Add the minor differences of SCI3 to the SCI2.1 kernel table. | Matthew Hoops |