Age | Commit message (Expand) | Author |
2010-04-17 | More const correctness fixes | Max Horn |
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-17 | SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga... | Martin Kiewitz |
2010-04-17 | SCI: change textedit control to cast to unsigned char to fix cursor position ... | Martin Kiewitz |
2010-04-17 | SCI: map keys from 8859-1 to dos codepage, makes special chars like umlauts w... | Martin Kiewitz |
2010-04-17 | SCI: move menu window inside the screen, if parts of it are outside (happens ... | Martin Kiewitz |
2010-04-17 | SCI: implement ability to handle multilingual menu separators (is actually 2 ... | Martin Kiewitz |
2010-04-17 | SCI: changed coordinate adjustment for kanji chars to & 0xFFC | Martin Kiewitz |
2010-04-17 | SCI: Remove subtitles in menu. | Walter van Niftrik |
2010-04-16 | SCI: handle given coordinate to draw() inside SJIS font support as if the hor... | Martin Kiewitz |
2010-04-16 | SCI: support for kanji (sjis), minor centering issue left | Martin Kiewitz |
2010-04-16 | SCI: dont switch to english on kanji text, also cut off text w/o spaces insid... | Martin Kiewitz |
2010-04-16 | Added a sanity check for the current list node inside GfxAnimate::invoke(). T... | Filippos Karapetis |
2010-04-16 | SCI: make pixelation transition work in upscaled hires mode | Martin Kiewitz |
2010-04-16 | SCI: make scroll transitions work in upscaled hires mode | Martin Kiewitz |
2010-04-15 | SCI: split menu/item strings when displaying instead of when initializing - m... | Martin Kiewitz |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-04-04 | SCI: check before writing 0 in SegManager::strncpy, fixes jones/cd crash | Martin Kiewitz |
2010-04-04 | SCI: put an ending NUL in strncpy, fixes castle of brain scrolling problem - ... | Martin Kiewitz |
2010-04-02 | SCI: removing unused variable from palette::set | Martin Kiewitz |
2010-04-02 | SCI: change actual setting of palette, fixes gk1 palette issue when talking t... | Martin Kiewitz |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-16 | SCI: fix assert in sound code when fadeout is done (lsl1 bug #2970301) | Martin Kiewitz |
2010-03-10 | Fix warning | Max Horn |
2010-03-10 | Silenced some harmless cppcheck warnings about unreachable code after a return. | Torbjörn Andersson |
2010-03-08 | SCI: Make EngineState parameter to INV_SEL explicit | Max Horn |
2010-03-08 | SCI: Made some stuff static | Max Horn |
2010-03-05 | SCI: Add detection entry for Space Quest 5 french found in Space Quest Collec... | Fabio Battaglia |
2010-02-28 | Add detection entry for SQ4 Mac. | Matthew Hoops |
2010-02-23 | SCI: Turn kernel_sleep() into SciEvent::sleep() | Max Horn |
2010-02-23 | SCI: Move SciGui::wait to EngineState::wait | Max Horn |
2010-02-23 | SCI: Stop storing EngineState in SciGui32 | Max Horn |
2010-02-23 | SCI: add Gabriel Knight 1 French DOS CD detection entry | Fabio Battaglia |
2010-02-21 | SCI: added warning when getting invalid rect in kCan(t)BeHere | Martin Kiewitz |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-21 | Added comments on the SCI0-SCI1.1 kernel function table differences | Filippos Karapetis |
2010-02-21 | Handle invalid rects in kCanBeHere(). Fixes some odd crashes in Iceman | Filippos Karapetis |
2010-02-20 | Removed dead code | Filippos Karapetis |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-02-17 | SCI: Rename some members of class Resource | Max Horn |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-17 | SCI: Remove hack in convertSierraGameId which caused a memory leak | Max Horn |
2010-02-15 | SCI32 reorders the REF* subops in kMessage; fixes GK1 conversations. | Matthew Hoops |
2010-02-15 | SCI: No need to set _executionStackPosChanged in kDisposeScript, as the callk... | Max Horn |
2010-02-15 | SCI: Remove sound/audio.h include from engine/state.h | Max Horn |
2010-02-14 | Fixed typo | Filippos Karapetis |
2010-02-14 | Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta... | Filippos Karapetis |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |