Age | Commit message (Expand) | Author |
2010-05-26 | SCI: fixing kReadNumber to behave like in sierra sci (non standard atoi imple... | Martin Kiewitz |
2010-05-26 | SCI: More const related changes; remove unnecessary casts which hide const is... | Max Horn |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-26 | Fixed compilation | Filippos Karapetis |
2010-05-26 | Made find_unique_script_block() a member of the Script class | Filippos Karapetis |
2010-05-26 | Formatting | Filippos Karapetis |
2010-05-26 | Added more info to the warning thrown when argc > 1 while modifying a variabl... | Filippos Karapetis |
2010-05-26 | After running some tests, it appears that modifying argc inside send_selector... | Filippos Karapetis |
2010-05-26 | Silence a warning inside send_selector(): argc > 0 means "write selector". Ad... | Filippos Karapetis |
2010-05-26 | More work on controlling access to members of the Object class: | Filippos Karapetis |
2010-05-26 | Cleanup | Filippos Karapetis |
2010-05-26 | Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi... | Matthew Hoops |
2010-05-24 | SCI: renaming MacIconBar to GfxMacIconBar | Martin Kiewitz |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |
2010-05-23 | SCI: removed hack for iceman in kDoBresen - fixes all sorts of automatic walk... | Martin Kiewitz |
2010-05-23 | Remove the unused SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE flag | Filippos Karapetis |
2010-05-23 | Made shrink_execution_stack() a member of EngineState | Filippos Karapetis |
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis |
2010-05-21 | Slight cleanup | Filippos Karapetis |
2010-05-19 | Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz) | Filippos Karapetis |
2010-05-19 | Fixed signed/unsigned warning, changed to CamelCase | Filippos Karapetis |
2010-05-19 | Cleaned up script_instantiate_sci0() | Filippos Karapetis |
2010-05-19 | SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priority | Martin Kiewitz |
2010-05-19 | Updated the save game format for the changes in #49093 | Filippos Karapetis |
2010-05-19 | Removed the exportsAreWide variable from the segment manager and save games, ... | Filippos Karapetis |
2010-05-19 | Moved the breakpoint information inside the DebugState struct | Filippos Karapetis |
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 |