Age | Commit message (Expand) | Author |
2010-05-22 | Cleanup | Filippos Karapetis |
2010-05-22 | Rewrote and simplified the game ID detector. It now properly works with SCI0-... | Filippos Karapetis |
2010-05-21 | Slight cleanup | Filippos Karapetis |
2010-05-21 | Removed the reliance on the segment manager from the fallback detector, for S... | Filippos Karapetis |
2010-05-21 | Some further work on the fallback detector, reducing the reliance on the segm... | Filippos Karapetis |
2010-05-20 | SCI: fix regression of r49109 - only queue up midi sounds | Martin Kiewitz |
2010-05-20 | SCI: adding workaround for some underwater rooms in iceman - removing visual&... | Martin Kiewitz |
2010-05-19 | Slight bugfix in the object iteration inside getSierraGameId() | Filippos Karapetis |
2010-05-19 | SCI: sound code now queues up music in sci0, wip-code: not reacting on priori... | Martin Kiewitz |
2010-05-19 | SCI: updated comment on kDoSound(12) | Martin Kiewitz |
2010-05-19 | Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz) | Filippos Karapetis |
2010-05-19 | Added a new method to the resource manager, to help determine if we got a SCI... | Filippos Karapetis |
2010-05-19 | SCI: removed cmdStopAllSounds(), can't be right - added FIXME - fixes iceman ... | Martin Kiewitz |
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 | SCI: changing debugger commands to not require "?"-prefix for objects anymore... | 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 | SCI: set signal on fadeOut and also set signal when fade is requested but sou... | Martin Kiewitz |
2010-05-18 | Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an... | Matthew Hoops |
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 | SCI: fixing crash in pq2 - not sure about this, lskovlun should take a look a... | Martin Kiewitz |
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 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
2010-05-17 | SCI: adding speed throttler special case for iceman / submarine control room | Martin Kiewitz |
2010-05-16 | SCI: fixing possible typo for Shift-F1/F10 keys, fixing submarine controls in... | Martin Kiewitz |
2010-05-15 | SCI: handle TAB like Ctrl-I on menu key checking, sci0 also did it that way -... | Martin Kiewitz |
2010-05-15 | SCI: setting port _menuPort, fixing crash on setFont() | Martin Kiewitz |
2010-05-15 | SCI: removed _mainPort (was unused, is unused) | Martin Kiewitz |
2010-05-15 | SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a... | Martin Kiewitz |
2010-05-15 | SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro... | 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-14 | Silenced some MSVC warnings | Filippos Karapetis |
2010-05-14 | SCI: if no priority is set (=255) and a cel is embedded in picture vector dat... | Martin Kiewitz |
2010-05-13 | SCI: fix window, when its too large for screen (fixes sq3 crash at ending, ac... | Martin Kiewitz |
2010-05-13 | SCI: fix regression of r49026 - line between titlebar and actual window was o... | Martin Kiewitz |
2010-05-13 | SCI: remove hack code for shadows and implement them properly (shadow is actu... | Martin Kiewitz |
2010-05-13 | SCI: don't adjust new windows to _wmgrPort for oldGfxFunctions() games (till ... | Martin Kiewitz |
2010-05-13 | SCI: removing one assert() from view loading, cause view 260 in kq6 really co... | Martin Kiewitz |
2010-05-13 | SCI: adding some more assert()s in view data loading for clone :D | Martin Kiewitz |
2010-05-13 | Remove useless const on a value return type. | Johannes Schickel |
2010-05-13 | SCI: figured out weird special mac sci1.1 view decompression (currently comme... | Martin Kiewitz |