Age | Commit message (Expand) | Author |
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 |
2009-12-31 | Overload the = operator for SciArray which fixes the setType errors in GK1. S... | Matthew Hoops |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-12-30 | SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t... | Filippos Karapetis |
2009-12-30 | SCI32: | Matthew Hoops |
2009-12-30 | Formatting. | Johannes Schickel |
2009-12-30 | Fixed warnings | Filippos Karapetis |
2009-12-30 | Initial implementation of the SCI21 kList kernel function (which calls all th... | Filippos Karapetis |
2009-12-30 | SCI32: Moved all the list related kernel functions inside klists.cpp, and imp... | Filippos Karapetis |
2009-12-30 | Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons can... | Filippos Karapetis |
2009-12-30 | SCI32: added handling of variable selectors in kListEachElementDo() and silen... | Filippos Karapetis |
2009-12-30 | SCI32: added some of clone2727's changes to kArray and kString, and implement... | Filippos Karapetis |
2009-12-30 | The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game... | Filippos Karapetis |
2009-12-29 | SCI: returning back raw == 0, when script trying to access invalid memory | Martin Kiewitz |
2009-12-29 | SCI: dont crash when scripts are trying to access invalid memory (fixes intro... | Martin Kiewitz |
2009-12-29 | Removed leftover debug output | Filippos Karapetis |
2009-12-28 | SCI: Start objectifying MusicEntry | Max Horn |
2009-12-28 | SCI/new sound code: | Filippos Karapetis |
2009-12-28 | Moved the OLD_PATHFINDING define inside sci.h, together with the others | Filippos Karapetis |
2009-12-28 | Added a workaround for an off-by-one invalid species access bug in the LSL2 d... | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | Implement kPlatform subfunctions 0 and 2, and stub 1 and 3 (CD speed and CD c... | Matthew Hoops |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-12-27 | Really fixed compilation | Filippos Karapetis |
2009-12-27 | Hopefully fixed compilation | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | SCI32: Partially implemented kOnMe. Now the main menu in GK1 works | Filippos Karapetis |
2009-12-27 | Turned some unimplemented debug related kernel functions into dummy functions | Filippos Karapetis |
2009-12-27 | Now using m_kiewitz's picture code to show pictures in SCI32. Also took some ... | Filippos Karapetis |
2009-12-26 | Throw a warning when we're trying to invoke a variable selector, instead of s... | Filippos Karapetis |
2009-12-26 | SCI2: Figured out the screen coordinates of views. Now, part of the interface... | Filippos Karapetis |
2009-12-26 | SCI2: Implemented kListEachElementDo (a more advanced version of SciGuiAnimat... | Filippos Karapetis |
2009-12-26 | Removed the file and line parameters from the selector handling functions | Filippos Karapetis |
2009-12-26 | Kernel function 0x26 is empty in SCI1.1 games, and it has been set to kPortra... | Filippos Karapetis |
2009-12-26 | Case kSciAudioLanguage in kDoAudio always checks for audio capability in SCI1... | Filippos Karapetis |
2009-12-26 | Fixed graphics functions detection in an old version of SQ3 - my initial thou... | Filippos Karapetis |
2009-12-26 | Hopefully fixed the freezes/deadlocks in the new music code (e.g. in LSL5 and... | Filippos Karapetis |
2009-12-26 | - Made the music playlist private | Filippos Karapetis |
2009-12-26 | Some more work on the new music code | Filippos Karapetis |
2009-12-26 | SCI/new music code: Fixed a bug where music was stopped when saving. Some cle... | Filippos Karapetis |
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
2009-12-25 | - Introduced a new version in the sound version detection routine, as SCI0 ea... | Filippos Karapetis |
2009-12-25 | Fixed variable capitalization | Filippos Karapetis |