aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-10-04SCI/newgui: UpdateWindow() -> rect1 instead of rect0 typoMartin Kiewitz
2009-10-04SCI/newgui: windowMgr cleanup, UpdateWindow() ported overMartin Kiewitz
2009-10-04LOL/PC-98: fixed save menuFlorian Kagerer
2009-10-04SCI/newgui: accidentally changed Draw_Horiz and Draw_Vert, revertedMartin Kiewitz
2009-10-04SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp...Martin Kiewitz
2009-10-04Removed unused enumFilippos Karapetis
2009-10-04SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';Max Horn
2009-10-04Reduce usage of Common::String::emptyStringMax Horn
2009-10-04LOL/PC-98: some more work on sjis font support for the text displayerFlorian Kagerer
2009-10-04SCI/newgui: font constructor change (again... what happened here?)Martin Kiewitz
2009-10-04SCI/newgui: restoration of constructorMartin Kiewitz
2009-10-04SCI/newgui: SciGUIfont workaround for lsl1sciMartin Kiewitz
2009-10-04Removed unused references to OSystemFilippos Karapetis
2009-10-04SCI: kReadNumber crash fix for lsl1Martin Kiewitz
2009-10-04SCI: removing unused variables from onControlMartin Kiewitz
2009-10-04SCI: onControl now uses gui classesMartin Kiewitz
2009-10-04SCI/newgui: onControl implementedMartin Kiewitz
2009-10-04SCI/oldgui: onControl code movedMartin Kiewitz
2009-10-04SCI/newgui: TextColors and TextFonts implemented (for sq5)Martin Kiewitz
2009-10-04Hack Game::_shouldExitLoop.Robert Špalek
2009-10-04Applied patch #2872409 "MADE engine fixes" by agent-q, with one small modific...Filippos Karapetis
2009-10-04Load inventory items properly after loading the game.Robert Špalek
2009-10-04SCI: fixed crash in sq5/german (umlauts)Martin Kiewitz
2009-10-04Implemented rudimentary game loading/saving.Robert Špalek
2009-10-04SCI/newgui: unfinished TextColors/TextFonts support/setting default palette m...Martin Kiewitz
2009-10-04SCI/newgui: cleanupMartin Kiewitz
2009-10-04Implement all boilerplate concerning Global Main Menu.Robert Špalek
2009-10-04LOL: fixed minor bugs in text displayerFlorian Kagerer
2009-10-03SCI: Add hack to gui to fix loadingWillem Jan Palenstijn
2009-10-03SCI: attempt to fix wii/dc build errorWillem Jan Palenstijn
2009-10-03SCI: Fix parse error in parse_reg_tWillem Jan Palenstijn
2009-10-03LOL/PC-98: add keyboard support for menusFlorian Kagerer
2009-10-03SCI: Redraw edit controls when they change.Willem Jan Palenstijn
2009-10-03Let Ctrl-Left click behave like Right lick in Dragon History.Robert Špalek
2009-10-03SCI/newgui: removed duplicate unused codeMartin Kiewitz
2009-10-03SCI/newgui: constant 0xFFFF -> -1Martin Kiewitz
2009-10-03SCI: Fix sign issue in stringfragsWillem Jan Palenstijn
2009-10-03SCI/newgui: Removed SciGUIpicture::drawPalette11Martin Kiewitz
2009-10-03SCI/newgui: initializer fixupMartin Kiewitz
2009-10-03SCI/newgui: cellCount changed to uint16Martin Kiewitz
2009-10-03SCI/newgui: virtual warnings fixedMartin Kiewitz
2009-10-03SCI/newgui: set title on newWindowMartin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn
2009-10-03LOL/PC-98: add keyboard supportFlorian Kagerer
2009-10-03fixed addMenu isspace() issue on umlautsMartin Kiewitz
2009-10-03SCI: Fix typoWillem Jan Palenstijn
2009-10-03If make*Stream failed, the file needs to be closed to prevent an assert on a ...Andre Heider
2009-10-03LOL/PC-98: fixed automapFlorian Kagerer
2009-10-03revert r44542: the fix reopens another previous bug Arnaud Boutonné
2009-10-03Added a +1 for dirty rectangle calculation so final column of changed area is...Paul Gilbert