Age | Commit message (Expand) | Author |
2010-05-18 | Added the number of parameters passed in unknown kDoAudio subops | Filippos Karapetis |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-05-18 | - Moved kernel_lookup_text inside the Kernel class | Filippos Karapetis |
2010-05-18 | - Moved determine_reg_type() and kernel_matches_signature() inside the Kernel... | Filippos Karapetis |
2010-05-18 | Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXME | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-17 | SCI: adding speed throttler special case for iceman / submarine control room | Martin Kiewitz |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
2010-05-14 | Made locateVarSelector() a method of the Object class | Filippos Karapetis |
2010-05-12 | ListIndexOf can have a null object reference, so adjust its signature. GK1 no... | Matthew Hoops |
2010-05-11 | SCI: fix crash/heap issue when saving games (change was actually made by walt... | Martin Kiewitz |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-05-03 | SCI: fix possible heap error | Martin Kiewitz |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-04-25 | SCI: replaced value with constant when checking if controls are selected | Martin Kiewitz |
2010-04-24 | SCI: Don't error() out when autodetection fails | Walter van Niftrik |
2010-04-24 | SCI: Fix regression in locals init for re-used segments | Walter van Niftrik |
2010-04-19 | SCI: For Japanese system-font strings, convert half-width characters to | Walter van Niftrik |
2010-04-18 | SCI: Don't add subtitles for monolingual strings. | Walter van Niftrik |
2010-04-17 | SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga... | 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-15 | SCI: split menu/item strings when displaying instead of when initializing - m... | Martin Kiewitz |
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-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-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-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-21 | Added comments on the SCI0-SCI1.1 kernel function table differences | Filippos Karapetis |
2010-02-20 | Removed dead code | Filippos Karapetis |
2010-02-17 | SCI: Reduce header interdependencies | 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 | 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 |
2010-02-13 | SCI: Fix compiling with USE_OLD_MUSIC_FUNCTIONS enabled | Max Horn |
2010-02-13 | SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead | Max Horn |
2010-02-13 | SCI: Move GameFeatures from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
2010-02-13 | SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngine | Max Horn |