Age | Commit message (Expand) | Author |
2010-01-28 | SCI: Add debug opcodes | Walter van Niftrik |
2010-01-28 | Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the k... | Matthew Hoops |
2010-01-28 | SCI: process robot files again (i need those for REing) | Martin Kiewitz |
2010-01-28 | Handle calls to NewNode() with just one parameter. | Lars Skovlund |
2010-01-28 | Changed run_vm() to use the sci_opcodes enum, and fixed several wrong opcodes... | Filippos Karapetis |
2010-01-28 | Added support for the SCI2.1 resource patches (resmap.pat and ressci.pat). GK... | Filippos Karapetis |
2010-01-28 | Removed a hack for the demo version of Torin's passage. It errors out because... | Filippos Karapetis |
2010-01-28 | Don't attempt to pause/resume sounds when the debug console opens if the soun... | Filippos Karapetis |
2010-01-28 | Since we fix the list problems inside isSaneNodePointer(), don't abort proces... | Filippos Karapetis |
2010-01-28 | - The list checks now throw more verbose warnings | Filippos Karapetis |
2010-01-28 | Always try and load the associated digital track if the requested MIDI track ... | Filippos Karapetis |
2010-01-28 | Improved the diskdump command so that it also writes the resource header, if ... | Filippos Karapetis |
2010-01-28 | Fixed the demos of LSL1 and LSL5 | Filippos Karapetis |
2010-01-28 | Improved kSetCursor() semantics detection | Filippos Karapetis |
2010-01-28 | Introduced a new console command, diskdump, which is able to dump files from ... | Filippos Karapetis |
2010-01-27 | Corrected assert inside load_script. Fixes loading in SQ4CD | Filippos Karapetis |
2010-01-27 | Made the code inside SciGui::display() a bit more readable | Filippos Karapetis |
2010-01-27 | SCI: fix view detection for sci1.1 pq4demo | Martin Kiewitz |
2010-01-27 | SCI: fix for clipping code inside kGraph | Martin Kiewitz |
2010-01-27 | SearchMan.listMatchingMembers does not return files in alphabetical order, so... | Matthew Hoops |
2010-01-27 | SCI: added workaround for laura bow 2 game menu (same issue as in pharkas)...... | Martin Kiewitz |
2010-01-27 | Fixed the demo version of Longbow - speech was not played at all with the new... | Filippos Karapetis |
2010-01-27 | Removing obsolete comment | Filippos Karapetis |
2010-01-27 | SCI: also change exit to quit in help | Martin Kiewitz |
2010-01-27 | SCI: renamed exit console command to quit, so that systemwide "exit" works (e... | Martin Kiewitz |
2010-01-27 | SCI: changed the pharkas workaround to also cover pharkas-floppy demo | Martin Kiewitz |
2010-01-27 | SCI: removing duplicate comment line that isnt right there (it documents the ... | Martin Kiewitz |
2010-01-27 | Do not try and patch files for resource types greater or equal to audio36 (i.... | Filippos Karapetis |
2010-01-27 | Don't patch audio36 resources, when the associated patches are for audio reso... | Filippos Karapetis |
2010-01-27 | Only reshow the cursor after playing a video if it was originally showing bef... | Matthew Hoops |
2010-01-27 | The two unknown fields point to the beginning and end of the sound sample | Filippos Karapetis |
2010-01-27 | Turned the asserts about the unknown sound field into a warning | Filippos Karapetis |
2010-01-27 | Oops.... actually close the defgroup :) | Filippos Karapetis |
2010-01-27 | Fixed comment about vocabulary, so that it doesn't refer to the line below it | Filippos Karapetis |
2010-01-27 | SCI: Experimental fix for Longbow outlook crash. | Walter van Niftrik |
2010-01-27 | Added support of the subtraction of two pointers, when they got the same segm... | Filippos Karapetis |
2010-01-27 | SCI: scaling for non-regular cels, scaling for reanimate (fixes pharkas demo,... | Martin Kiewitz |
2010-01-27 | SCI2.1 and onwards uses the 'new' DPCM8 which differs only by order. This fix... | Matthew Hoops |
2010-01-27 | Downgrade the 'attempt to use invalid/unused file handle' error to a warning.... | Matthew Hoops |
2010-01-27 | Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ... | Matthew Hoops |
2010-01-27 | SCI: Restore pointer checks removed in r47585. | Walter van Niftrik |
2010-01-27 | SCI: Add pointer comparison support to signed comparison operators. | Walter van Niftrik |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz |
2010-01-26 | SCI: force palette merging for kq6 hires portraits (cause its needed on those) | Martin Kiewitz |
2010-01-26 | Fixed loading of old saved games | Filippos Karapetis |
2010-01-26 | Fixed reading of options file (game.opt) for Hoyle 3 | Filippos Karapetis |
2010-01-26 | SCI: dont do real merging of palettes for sci1.1+, fixes sq5 wilco face, wilc... | Martin Kiewitz |
2010-01-26 | Added information about all the vocabularies used in SCI | Filippos Karapetis |
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik |