aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-04Removed Ctrl-Left Click treating as a Right ClickRobert Špalek
2009-10-04SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...Max Horn
2009-10-04SCI/newgui: implemented kPalette / set intensityMartin Kiewitz
2009-10-04Replaced DblList with Common::ListFilippos Karapetis
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-04SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c...Max Horn
2009-10-04SCI/newgui: invokeselector implemented into kAnimateMartin Kiewitz
2009-10-04Use spaces instead of tabs for formatting. (Tabs should be used for indentati...Johannes Schickel
2009-10-04Remove obsolete comment.Johannes Schickel
2009-10-04Some fixes to comply with our coding guidelines.Johannes Schickel
2009-10-04LoL PC98: Fix thumbnail creation for quick saves and autosave.Johannes Schickel
2009-10-04LoL PC98: Fix thumbnail generation via ingame menu.Johannes Schickel
2009-10-04SCI/gui: final rename commitMartin Kiewitz
2009-10-04SCI/gui: more renaming...Martin Kiewitz
2009-10-04SCI/gui: renaming...Martin Kiewitz
2009-10-04SCI/gui: renaming...Martin Kiewitz
2009-10-04Make "_picRect" local to gui_windowmgr.cpp and mark it as const.Johannes Schickel
2009-10-04Attempt to fix wince compilation.Johannes Schickel
2009-10-04Add missing PACKED_STRUCT attribute to FrameHeader.Johannes Schickel
2009-10-04SCI/newgui: turn sciWnd into subclass of sciPortWillem Jan Palenstijn
2009-10-04SCI/newgui: more descriptive names.Willem Jan Palenstijn
2009-10-04SCI/newgui: getCellRect() getLoopInfo() implemented, cleanupMartin Kiewitz
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