Age | Commit message (Expand) | Author |
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 |
2010-04-20 | SCI: replaced values with constant | Martin Kiewitz |
2010-04-20 | SCI: the pc98 rom has to display kanji directly, because of the bad behaviour... | Martin Kiewitz |
2010-04-20 | SCI: menu - handle right aligned "=" as actual text not as tag marker, also h... | Martin Kiewitz |
2010-04-20 | SCI: remove lone spaces at the end of right aligned menu items. fixes "wrongl... | Martin Kiewitz |
2010-04-20 | SCI: sq4/japanese uses sjis 0x9781 for line breaks as well | Martin Kiewitz |
2010-04-19 | SCI: removed bad comment | Martin Kiewitz |
2010-04-19 | SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if ... | Martin Kiewitz |
2010-04-19 | SCI: added comments about sierra not upscaling cursors for shape and view cur... | Martin Kiewitz |
2010-04-19 | SCI: added upscaling for shape cursors in upscaled hires games (will make the... | Martin Kiewitz |
2010-04-19 | SCI: added even more comments about the 0xD 0xA inside GetLongest() | Martin Kiewitz |
2010-04-19 | SCI: added more comments for 0xD 0xA cases inside GetLongest() | Martin Kiewitz |
2010-04-19 | SCI: Fix yet another (new) const correctness violation. | Max Horn |
2010-04-18 | SCI: removing single byte chars from double byte check in sjis class (damn wi... | Martin Kiewitz |
2010-04-18 | SCI: sierra sci reacts on 0xD and 0xA to end a line. We only reacted on 0xA a... | Martin Kiewitz |
2010-04-18 | SCI: fix regression from r48685 - english got always used for menu entries | Martin Kiewitz |
2010-04-17 | More const correctness fixes | Max Horn |
2010-04-17 | SCI: change textedit control to cast to unsigned char to fix cursor position ... | Martin Kiewitz |
2010-04-17 | SCI: move menu window inside the screen, if parts of it are outside (happens ... | Martin Kiewitz |