Age | Commit message (Expand) | Author |
2010-02-27 | Fix bug #2959947 - SPYFOX1: Saves don't work from menu. | Travis Howell |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-01-05 | Fix broken Scumm dialogs, which is a regression from r46947. (They used a dum... | Johannes Schickel |
2009-08-20 | Switch SCUMM engine to use the SaveLoadChooser from gui/ instead of implement... | Johannes Schickel |
2009-08-16 | Fix F5's save button in DOTT CD for me. Actually I was able to reproduce the ... | Johannes Schickel |
2009-08-16 | Fix bug #2838464 "SCUMM: GUI messages misaligned". | Johannes Schickel |
2009-07-23 | Simplify the code to check whether loading or saving a game is possible. | Travis Howell |
2009-07-22 | Fix bug #1745396: "MI: Saved game from the credits sequence fails to load". | Eugene Sandulenko |
2009-07-16 | This commit is just for DrMcCoy. (forgot to fix two usages of whitespaces ins... | Johannes Schickel |
2009-07-16 | Formatting fixes. | Johannes Schickel |
2009-07-16 | Fixed bug 2820514 ("Help dialog causes crash") | Vicent Marti |
2009-02-23 | Must intialize _keysDialog to NULL | Lars Persson |
2009-02-12 | Fixed working Keys button in in game options dialog | Lars Persson |
2009-01-10 | Fixed uninitialised variables in the SCUMM save/load dialog. The updateInfos() | Torbjörn Andersson |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-27 | GUI: Added Widget::setVisible convenience wrapper | Max Horn |
2008-12-25 | Renamed NewGui to GuiManager | Max Horn |
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI... | Max Horn |
2008-11-12 | GUI: Got rid of the WidgetSize stuff | Max Horn |
2008-11-12 | cleanup | Max Horn |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-20 | fix drawing order in saveload choosers (draw container before contents) | Willem Jan Palenstijn |
2008-09-20 | - Merged the new RTL changes into the branch. | Vicent Marti |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SCUMM | Max Horn |
2008-08-29 | Made out-of-memory error in SCUMM a bit more verbose | Max Horn |
2008-08-16 | Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,... | Vicent Marti |
2008-08-15 | Tons of misc. GFX fixes. | Vicent Marti |
2008-08-15 | Deprecated support for "direction" layout keys. | Vicent Marti |
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti |
2008-08-13 | Finished GUI layout in g1x. | Vicent Marti |
2008-08-10 | Bugfix: Inverse layout reflowing. | Vicent Marti |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-08 | SCUMM save/load dialog. | Vicent Marti |
2008-08-07 | SCUMM general and options dialog. | Vicent Marti |
2008-08-06 | Do not query savestates which obviously do not exist (to shut up bogus consol... | Max Horn |
2008-08-05 | SCUMM: cleanup SaveLoadChooser::updateInfos code | Max Horn |
2008-08-05 | SCUMM: Don't try to load metadata for slot -1 (i.e. don't try to load metadat... | Max Horn |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-14 | remove accidentally committed debugging code; fix shadowing warning | Willem Jan Palenstijn |
2008-07-14 | Don't draw scumm saveload dialog while reflowing layout, as that would use un... | Willem Jan Palenstijn |
2008-07-11 | SCUMM works with new GMM implementation | Christopher Page |
2008-07-07 | Changed the name of the Scumm menu dialog class MainMenuDialog to ScummMenuDi... | Christopher Page |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-04-30 | Fix cycling of speech and subtitle options via Ctrl t. | Travis Howell |
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-12-20 | cleanup due to jvprat | Max Horn |
2007-09-20 | implement o72_debugInput (with some help from Kirben) | Matthew Hoops |