Age | Commit message (Expand) | Author |
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 |
2010-04-17 | SCI: implement ability to handle multilingual menu separators (is actually 2 ... | Martin Kiewitz |
2010-04-17 | SCI: changed coordinate adjustment for kanji chars to & 0xFFC | Martin Kiewitz |
2010-04-17 | SCI: Remove subtitles in menu. | Walter van Niftrik |
2010-04-16 | SCI: handle given coordinate to draw() inside SJIS font support as if the hor... | Martin Kiewitz |
2010-04-16 | SCI: support for kanji (sjis), minor centering issue left | 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-16 | Added a sanity check for the current list node inside GfxAnimate::invoke(). T... | Filippos Karapetis |
2010-04-16 | SCI: make pixelation transition work in upscaled hires mode | Martin Kiewitz |
2010-04-16 | SCI: make scroll transitions work in upscaled hires mode | Martin Kiewitz |
2010-04-15 | SCI: split menu/item strings when displaying instead of when initializing - m... | Martin Kiewitz |
2010-04-02 | SCI: removing unused variable from palette::set | Martin Kiewitz |
2010-04-02 | SCI: change actual setting of palette, fixes gk1 palette issue when talking t... | Martin Kiewitz |
2010-03-22 | Patch #2973290: Semicolon cleanup | 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 | SCI: added warning when getting invalid rect in kCan(t)BeHere | Martin Kiewitz |
2010-02-21 | Handle invalid rects in kCanBeHere(). Fixes some odd crashes in Iceman | Filippos Karapetis |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead | 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 |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-09 | SCI: also reset some variables inside reset(), so we dont error() out in lsl2... | Martin Kiewitz |
2010-02-07 | SCI: GfxPalette::setFromResource() now actually passes force further down the... | Martin Kiewitz |
2010-02-07 | SCI: set screen palette only when it got changed during merge (performance on... | Martin Kiewitz |
2010-02-07 | SCI: dont set palette on kernelDrawCel() call | Martin Kiewitz |
2010-02-07 | SCI: added dummy assertpalette to GfxPalette, setting destination palette imm... | Martin Kiewitz |
2010-02-06 | Removed unnecessary semi-colons to keep GCC happy. | Torbjörn Andersson |
2010-02-06 | SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ... | Martin Kiewitz |