Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-04 | SCI/gui: more renaming... | Martin Kiewitz | |
svn-id: r44620 | |||
2009-10-04 | SCI/gui: renaming... | Martin Kiewitz | |
svn-id: r44619 | |||
2009-10-04 | SCI/gui: renaming... | Martin Kiewitz | |
svn-id: r44618 | |||
2009-10-04 | Make "_picRect" local to gui_windowmgr.cpp and mark it as const. | Johannes Schickel | |
svn-id: r44617 | |||
2009-10-04 | Attempt to fix wince compilation. | Johannes Schickel | |
svn-id: r44616 | |||
2009-10-04 | Add missing PACKED_STRUCT attribute to FrameHeader. | Johannes Schickel | |
svn-id: r44614 | |||
2009-10-04 | SCI/newgui: turn sciWnd into subclass of sciPort | Willem Jan Palenstijn | |
svn-id: r44613 | |||
2009-10-04 | SCI/newgui: more descriptive names. | Willem Jan Palenstijn | |
svn-id: r44612 | |||
2009-10-04 | SCI/newgui: getCellRect() getLoopInfo() implemented, cleanup | Martin Kiewitz | |
svn-id: r44611 | |||
2009-10-04 | SCI/newgui: UpdateWindow() -> rect1 instead of rect0 typo | Martin Kiewitz | |
svn-id: r44610 | |||
2009-10-04 | SCI/newgui: windowMgr cleanup, UpdateWindow() ported over | Martin Kiewitz | |
svn-id: r44609 | |||
2009-10-04 | LOL/PC-98: fixed save menu | Florian Kagerer | |
svn-id: r44608 | |||
2009-10-04 | SCI/newgui: accidentally changed Draw_Horiz and Draw_Vert, reverted | Martin Kiewitz | |
svn-id: r44607 | |||
2009-10-04 | SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet ↵ | Martin Kiewitz | |
implemented in newgui svn-id: r44606 | |||
2009-10-04 | Removed unused enum | Filippos Karapetis | |
svn-id: r44605 | |||
2009-10-04 | SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity'; | Max Horn | |
properly init a sciPalette via memset svn-id: r44604 | |||
2009-10-04 | Reduce usage of Common::String::emptyString | Max Horn | |
svn-id: r44603 | |||
2009-10-04 | LOL/PC-98: some more work on sjis font support for the text displayer | Florian Kagerer | |
svn-id: r44602 | |||
2009-10-04 | SCI/newgui: font constructor change (again... what happened here?) | Martin Kiewitz | |
svn-id: r44601 | |||
2009-10-04 | SCI/newgui: restoration of constructor | Martin Kiewitz | |
svn-id: r44600 | |||
2009-10-04 | SCI/newgui: SciGUIfont workaround for lsl1sci | Martin Kiewitz | |
svn-id: r44599 | |||
2009-10-04 | Removed unused references to OSystem | Filippos Karapetis | |
svn-id: r44598 | |||
2009-10-04 | SCI: kReadNumber crash fix for lsl1 | Martin Kiewitz | |
svn-id: r44597 | |||
2009-10-04 | SCI: removing unused variables from onControl | Martin Kiewitz | |
svn-id: r44596 | |||
2009-10-04 | SCI: onControl now uses gui classes | Martin Kiewitz | |
svn-id: r44595 | |||
2009-10-04 | SCI/newgui: onControl implemented | Martin Kiewitz | |
svn-id: r44594 | |||
2009-10-04 | SCI/oldgui: onControl code moved | Martin Kiewitz | |
svn-id: r44593 | |||
2009-10-04 | SCI/newgui: TextColors and TextFonts implemented (for sq5) | Martin Kiewitz | |
svn-id: r44592 | |||
2009-10-04 | Hack Game::_shouldExitLoop. | Robert Špalek | |
Immediate exit needed when loading a savegame hurts waiting in an inner (strange) loop inside a GPL program, because animations don't progress at all. Reverted to the previous behavior and kept the immediate exit as a hack for loading the game. svn-id: r44590 | |||
2009-10-04 | Applied patch #2872409 "MADE engine fixes" by agent-q, with one small ↵ | Filippos Karapetis | |
modification (initialized _soundStarted in the ScriptFunctions constructor) svn-id: r44589 | |||
2009-10-04 | Load inventory items properly after loading the game. | Robert Špalek | |
This solution is quite hacky, but so is the rest of the code, before a future refactoring done one day. svn-id: r44588 | |||
2009-10-04 | SCI: fixed crash in sq5/german (umlauts) | Martin Kiewitz | |
svn-id: r44587 | |||
2009-10-04 | Implemented rudimentary game loading/saving. | Robert Špalek | |
Fixed many bugs in the boilerplate. Saving (only) things that really need to be saved. Loading seems to work modulo dialogs and (possibly) inventory. svn-id: r44586 | |||
2009-10-04 | SCI/newgui: unfinished TextColors/TextFonts support/setting default palette ↵ | Martin Kiewitz | |
mapping for kq5 svn-id: r44585 | |||
2009-10-04 | SCI/newgui: cleanup | Martin Kiewitz | |
svn-id: r44584 | |||
2009-10-04 | Implement all boilerplate concerning Global Main Menu. | Robert Špalek | |
All currently defined featues will be supported. I have implemented everything boilerplatish, except for the actual game saving/loading (which will come in the next commit), getting volumes from the configuration (because we don't play sounds yet), and changing subtitles. svn-id: r44583 | |||
2009-10-04 | LOL: fixed minor bugs in text displayer | Florian Kagerer | |
svn-id: r44582 | |||
2009-10-03 | SCI: Add hack to gui to fix loading | Willem Jan Palenstijn | |
svn-id: r44581 | |||
2009-10-03 | SCI: attempt to fix wii/dc build error | Willem Jan Palenstijn | |
svn-id: r44579 | |||
2009-10-03 | SCI: Fix parse error in parse_reg_t | Willem Jan Palenstijn | |
svn-id: r44578 | |||
2009-10-03 | LOL/PC-98: add keyboard support for menus | Florian Kagerer | |
svn-id: r44577 | |||
2009-10-03 | SCI: Redraw edit controls when they change. | Willem Jan Palenstijn | |
svn-id: r44576 | |||
2009-10-03 | Let Ctrl-Left click behave like Right lick in Dragon History. | Robert Špalek | |
Also, started implementing Advanced Engine Features: - pause support - RTL support svn-id: r44575 | |||
2009-10-03 | SCI/newgui: removed duplicate unused code | Martin Kiewitz | |
svn-id: r44574 | |||
2009-10-03 | SCI/newgui: constant 0xFFFF -> -1 | Martin Kiewitz | |
svn-id: r44573 | |||
2009-10-03 | SCI: Fix sign issue in stringfrags | Willem Jan Palenstijn | |
svn-id: r44572 | |||
2009-10-03 | SCI/newgui: Removed SciGUIpicture::drawPalette11 | Martin Kiewitz | |
svn-id: r44571 | |||
2009-10-03 | SCI/newgui: initializer fixup | Martin Kiewitz | |
svn-id: r44570 | |||
2009-10-03 | SCI/newgui: cellCount changed to uint16 | Martin Kiewitz | |
svn-id: r44569 | |||
2009-10-03 | SCI/newgui: virtual warnings fixed | Martin Kiewitz | |
svn-id: r44568 |