Age | Commit message (Expand) | Author |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
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 | 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 | SCI: figured out weird special mac sci1.1 view decompression (currently comme... | Martin Kiewitz |
2010-05-12 | SCI: header size within sci1.1+ views doesn't include the actual header size ... | Martin Kiewitz |
2010-05-12 | SCI: changed behaviour for kDisplay change (r49012) to use oldGfxFunctions (.... | Martin Kiewitz |
2010-05-12 | SCI: tracked down the kDisplay change, added comment about that | Martin Kiewitz |
2010-05-12 | SCI: fix code that was commented out (wasn't meant to get commited that way) ... | Martin Kiewitz |
2010-05-12 | SCI: added comments about r49012, change actually happened during sci0late | Martin Kiewitz |
2010-05-12 | SCI: dont restore port settings for SCI0 games (fixes sq3 wrong font used whe... | Martin Kiewitz |
2010-05-11 | SCI: init _sysPaletteChanged | Martin Kiewitz |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | SCI: kPortrait - correctly jump over offset table to land on raw lipsync data... | Martin Kiewitz |
2010-04-30 | SCI: animate cleanup | Martin Kiewitz |
2010-04-26 | SCI: fix regression from r48720, upscaled games that use view cursors crashed | Martin Kiewitz |
2010-04-26 | SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) ... | Martin Kiewitz |
2010-04-25 | SCI: green buttons for sci0early implemented | Martin Kiewitz |
2010-04-25 | SCI: draw a black line between titlebar and actual window content for SCI0, a... | Martin Kiewitz |
2010-04-25 | SCI: changing setFont() call logic inside textedit controls to save 2 setFont... | Martin Kiewitz |
2010-04-25 | SCI: we check for enough space, before adding pressed characters in textedit ... | Martin Kiewitz |
2010-04-25 | SCI: replaced value with constant when checking if controls are selected | Martin Kiewitz |
2010-04-25 | SCI: reset cursor state when kDrawControl gets called on textedit controls, f... | Martin Kiewitz |
2010-04-25 | SCI: fix regression of r48659 - now calculating menu width and splitting text... | Martin Kiewitz |
2010-04-24 | SCI: reverting r48787 port updates were actually introduced (heard that befor... | Martin Kiewitz |
2010-04-24 | SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas... | Martin Kiewitz |
2010-04-24 | SCI: beginUpdate()/endUpdate() of ports were introduced inside kAnimate() in ... | Martin Kiewitz |
2010-04-24 | SCI: added special comments about r48784 | Martin Kiewitz |
2010-04-24 | SCI: changing GetLongest() on kanji (again) hopefully it's now working as in ... | Martin Kiewitz |
2010-04-24 | SCI: document skipping over breaking spaces done in r48781 | Martin Kiewitz |
2010-04-24 | SCI: change the way we handle breaking spaces based on how sierra sci does it... | Martin Kiewitz |
2010-04-23 | SCI: fix for regression of r48778: do add spaces to width, if we are at endin... | Martin Kiewitz |
2010-04-23 | SCI: text16 ::Width() doesn't add ending spaces to the width anymore, sierra ... | Martin Kiewitz |
2010-04-23 | SCI: pc98 sierra interpreter had special code, that circumvents having a japa... | Martin Kiewitz |
2010-04-22 | SCI: added additional comment for setOrigin() commit (from waltervn), after d... | Martin Kiewitz |
2010-04-22 | SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega char... | Martin Kiewitz |
2010-04-22 | SCI: SCI1LATE+ checks for STYLE_USER, versions before check for STYLE_USER|ST... | Martin Kiewitz |
2010-04-20 | SCI: get color white instead of hardcoded 255 inside openPort(), fixes not wo... | Martin Kiewitz |