aboutsummaryrefslogtreecommitdiff
path: root/engines/wage
AgeCommit message (Collapse)Author
2016-12-14WAGE: Update games statusEugene Sandulenko
2016-11-26WAGE: Add POTFILESrootfather
2016-10-07GRAPHICS: Search for font substitution for MacFontsEugene Sandulenko
2016-10-06GRAPHICS: Move font-related MacGUI code to MacFontManagerEugene Sandulenko
2016-09-05WAGE: Fix warningEugene Sandulenko
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-08-30Merge pull request #788 from Tkachov/cloudEugene Sandulenko
ALL: Add Cloud storage support
2016-08-24WAGE: Fix think line drawing, as pointed by md5Eugene Sandulenko
2016-08-24ALL: Make simpleSaveNames() a MetaEngineFeatureAlexander Tkachev
Added it into hasFeature() of all engines which returned `true` in simpleSaveNames() before. As mentioned in #788, SCI is not always using simple names, so it doesn't have such feature now.
2016-08-24ALL: Add MetaEngine::simpleSaveNames()Alexander Tkachev
Engines with "simple" savenames would support "Run in background" in save/load dialog and gradual save slots unlocking. Other engines save/load feature would be locked until save sync is over.
2016-08-20WAGE: Fix warningsEugene Sandulenko
2016-08-05WAGE: Fix crash in Brownie's DreamAlexander Tkachev
I guess it would crash everywhere else as well, if console window would be placed the same way. The problem is that console window goes off screen a little in that game, but copyRectToScreen arguments are not adjusted to stay within screen area. This commit adds some checks and adjusts these arguments.
2016-08-05WAGE: Fix cursorAlexander Tkachev
It's now being clipped within window borders.
2016-08-04WAGE: Update saves formatAlexander Tkachev
Offset is added in the end of the file, so ScummVM would know where to look for description, version, thumbnail information.
2016-08-03GRAPHICS/WAGE: Made MacWindowManager font maping requiring font sizeEugene Sandulenko
2016-08-03WAGE/GRAPHICS: Move standard Mac font mapping to gui/Eugene Sandulenko
2016-08-02WAGE: Revert indentationBorja Lorente
2016-08-02WAGE: Remove leftover filesBorja Lorente
2016-07-31WAGE: Fallback to built-in bordersBorja Lorente
2016-07-31WAGE: Remove custom bordersBorja Lorente
2016-07-31WAGE: Change GUI Scene to load BMP bordersBorja Lorente
2016-07-31WAGE: Implement active/inactive bordersBorja Lorente
2016-07-31WAGE: Fix border loadingBorja Lorente
2016-07-31WAGE: Begin adding borders to the windowsBorja Lorente
2016-07-31WAGE: Remove superfluous commentBorja Lorente
2016-07-31WAGE: Add basic border loading codeBorja Lorente
2016-07-31WAGE: Remove unnecessary border codeBorja Lorente
2016-07-31WAGE: Fix style issuesBorja Lorente
2016-07-31WAGE: Adapt to namespace changeBorja Lorente
2016-07-31GRAPHICS: Move MacMenu constantsBorja Lorente
2016-07-31GRAPHICS: Create wrapper namespace for MacWindowManager constantsBorja Lorente
2016-07-31GRAPHICS: Create wrapper namespace for MacWindow constantsBorja Lorente
2016-07-31GRAPHICS: Create wrapper namespace for MacMenu constantsBorja Lorente
2016-07-31WAGE: Extract MacMenuBorja Lorente
2016-07-30WAGE: Adapt to MacMenu namespace changeBorja Lorente
2016-07-30WAGE: Extract MacWindowBorja Lorente
2016-07-30WAGE: Change namespace of MacWindowBorja Lorente
2016-07-30WAGE: Extract MacWindowManagerBorja Lorente
2016-07-29WAGE: Make menu items show Save/Load dialogAlexander Tkachev
Default ScummVM Save/Load dialog shows up on click.
2016-07-29Merge pull request #793 from Tkachov/wageEugene Sandulenko
WAGE: Add save/load code
2016-07-29WAGE: Fix Chr::ChrArmorType unknown identifierAlexander Tkachev
It should've been `Chr` instead.
2016-07-28WAGE: Refresh menus on loadAlexander Tkachev
2016-07-28WAGE: Fix weapons menu sizeEugene Sandulenko
2016-07-28WAGE: Refine loadGame()Alexander Tkachev
It now actually does the loading.
2016-07-27WAGE: Add loadGame() sketchAlexander Tkachev
2016-07-27WAGE: Move some code in saveGame()Alexander Tkachev
Now flags, version, description and thumbnail are added in the end of the file, thus making saves compatible with original ones.
2016-07-27WAGE: Refine saveGame() once moreAlexander Tkachev
_resourceId is added to entities, so saveGame() can access these ids and save them.
2016-07-27WAGE: Add World's _signatureAlexander Tkachev
2016-07-27WAGE: Refine saveGame()Alexander Tkachev
Base/Current stats fix + loopNum, aim, opponentAim saving.
2016-07-27WAGE: Refine WageEngine::saveGame()Alexander Tkachev
More values are saved now, yet some are still not found.