Age | Commit message (Expand) | Author |
2010-01-08 | SCI: call gui-init right after loading a saved game, fixes weird gui issue th... | Martin Kiewitz |
2010-01-07 | SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ... | Martin Kiewitz |
2010-01-07 | SCI: fixed save/restorebits within screen class for displayscreen case, fixes... | Martin Kiewitz |
2010-01-07 | SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co... | Martin Kiewitz |
2010-01-06 | SCI: sync displayScreen with framebuffer after successful video playback (fix... | Martin Kiewitz |
2010-01-06 | - Some work on kLocalToGlobal and kGlobalToLocal for SCI2+ | Filippos Karapetis |
2010-01-06 | The error inside execute_method() has been restored, it's only a warning for ... | Filippos Karapetis |
2010-01-06 | SCI: making most of the variables in screen class private (some of it was nee... | Martin Kiewitz |
2010-01-06 | Removed all hardcoded screen sizes | Filippos Karapetis |
2010-01-05 | Changed an error to a warning in execute_method(), so that Torin's Passage sc... | Filippos Karapetis |
2010-01-05 | Zero the array before using it. You can go talk to Grace now, DrMcCoy. | Matthew Hoops |
2010-01-05 | Fix walking in SCI32. Gabriel now will walk and DrMcCoy can now hear his prec... | Matthew Hoops |
2010-01-05 | More renaming | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2010-01-05 | SCI: adjusting cel drawing according to left/top of plane | Martin Kiewitz |
2010-01-04 | SCI: now filtering screenItems against planes | Martin Kiewitz |
2010-01-04 | SCI: fix crash due accessing invalid object (implemented deleteScreenitem) | Martin Kiewitz |
2010-01-04 | SCI: surprise for this DrMcCoy guy | Martin Kiewitz |
2010-01-04 | SCI: Add support for SCI2 to AvoidPath. | Walter van Niftrik |
2010-01-04 | SCI: kPalette / animate adjustments to behave more like sierra sci, also does... | Martin Kiewitz |
2010-01-04 | Updated comment | Filippos Karapetis |
2010-01-04 | SCI/new sound code: update sound cues when kGetEvent() is called, instead of ... | Filippos Karapetis |
2010-01-04 | Fallback detector: | Filippos Karapetis |
2010-01-03 | Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purpose | Filippos Karapetis |
2010-01-03 | sane_nodep() and sane_listp() should not be dummy functions when DISABLE_VALI... | Filippos Karapetis |
2010-01-03 | Fixed compilation with DISABLE_VALIDATIONS, and fixed a bug in kPrevNode | Filippos Karapetis |
2010-01-03 | SCI: Support pointer arithmetics in +ag, +agi, etc. too | Lars Skovlund |
2010-01-03 | The "room" command can now set the current room number, too (more straightfor... | Filippos Karapetis |
2010-01-03 | Implement kInPolygon for SCI32. GK1 now responds when you click on things. | Matthew Hoops |
2010-01-02 | SCI: implemented new console command "listsaves" | Martin Kiewitz |
2010-01-02 | Fix the GK1 CD intro sequence (regression from r46839, which fixed a regressi... | Matthew Hoops |
2010-01-01 | SCI: Fix segfault in dual-language KQ5. | Walter van Niftrik |
2010-01-01 | SCI: kDoAudio now also clips volume and adjusts to mixer volume | Martin Kiewitz |
2010-01-01 | SCI/newmusic: now clips volume against MUSIC_VOLUME_MAX (127) instead of the ... | Martin Kiewitz |
2010-01-01 | SCI: volume for sci0 now set to 127, now using constant instead of value | Martin Kiewitz |
2010-01-01 | SCI: Added TODO within kDoAudio | Martin Kiewitz |
2010-01-01 | SCI: fixing bad sorting of saved games due MMDDYYYY date saving | Martin Kiewitz |
2010-01-01 | SCI/new music code: The MIDI driver is now reset whenever the game's VM respa... | Filippos Karapetis |
2010-01-01 | Fixed KQ5CD (regression from rev. 46656) | Filippos Karapetis |
2010-01-01 | Fixed broken savegames when saving with the new music code | Filippos Karapetis |
2010-01-01 | Added a comment for the reason updateSci0Cues() is called within kAnimate() | Filippos Karapetis |
2010-01-01 | SCI: fixing saved game compatibility | Martin Kiewitz |
2010-01-01 | SCI: implement kFOpen (OPEN_OR_CREATE), makes it possible to save character d... | Martin Kiewitz |
2010-01-01 | SCI/new music code: | Filippos Karapetis |
2009-12-31 | SCI: kFileIO findFirst/findNext returns only game-specific prefixed files | Martin Kiewitz |
2009-12-31 | SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb... | Martin Kiewitz |
2009-12-31 | Changed kValidPath() to always return true, regardless of the value of savePa... | Filippos Karapetis |
2009-12-31 | SCI/new music code: The loop selector for each music score is no longer cache... | Filippos Karapetis |
2009-12-31 | kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal sibling... | Matthew Hoops |