aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-31WAGE: Fallback to built-in bordersBorja Lorente
2016-07-31GRAPHICS: First approximation to custom border offsetsBorja Lorente
2016-07-31WAGE: Remove custom bordersBorja Lorente
2016-07-31WAGE: Change GUI Scene to load BMP bordersBorja Lorente
2016-07-31GRAPHICS: Refactor MacWindow to accept MacWindowBorderBorja Lorente
2016-07-31WAGE: Implement active/inactive bordersBorja Lorente
2016-07-31GRAPHICS: Add active/inactive borders to MacWindowBordersBorja Lorente
2016-07-31GRAPHICS: Add MacWindowBorder to abstract bordersBorja Lorente
2016-07-31GRAPHICS: Fix border loadingBorja Lorente
2016-07-31WAGE: Fix border loadingBorja Lorente
2016-07-31GRAPHICS: Fix segfault in macwindowBorja Lorente
2016-07-31WAGE: Begin adding borders to the windowsBorja Lorente
2016-07-31WAGE: Remove superfluous commentBorja Lorente
2016-07-31GRAPHICS: Include border loading codeBorja Lorente
2016-07-31WAGE: Add basic border loading codeBorja Lorente
2016-07-31WAGE: Remove unnecessary border codeBorja Lorente
2016-07-31GRAPHICS: Introduce NinePatchBitmap to MacWindowBorja Lorente
2016-07-31WAGE: Fix style issuesBorja Lorente
2016-07-31GRAPHICS: Fix style issuesBorja Lorente
2016-07-31WAGE: Adapt to namespace changeBorja Lorente
2016-07-31GRAPHICS: Clean up namespacesBorja 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-30GRAPHICS: Change namespace of MacMenuBorja 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-29MADS: Fix warningEugene Sandulenko
2016-07-29FULLPIPE: Fix crash in MGM::movementis2 clearingEugene Sandulenko
2016-07-28Merge pull request #794 from bgK/fix-tests-event-recorderEugene Sandulenko
COMMON: Fix tests when building with the event recorder
2016-07-28BUILD: Don't disable the event recorder for TravisCIBastien Bouclet
Tests now build fine with the event recorder enabled
2016-07-28Revert "BUILD: Fix test compilation with event recorder enabled"Bastien Bouclet
This reverts commit 1f8667c5d949070035390531e4f10c0f945d7352.
2016-07-28COMMON: Remove the EventRecorder dependency from OSystemBastien Bouclet
EventRecorder is in the gui lib which is not linked in the cxxtest suite.
2016-07-28WAGE: Refresh menus on loadAlexander Tkachev
2016-07-28BUILD: Use parallel build on travis (#792)Michał Janiszewski
2016-07-28WAGE: Fix weapons menu sizeEugene Sandulenko
2016-07-28WAGE: Refine loadGame()Alexander Tkachev
It now actually does the loading.
2016-07-28TINSEL: Move debug channel registration to the very top of the engine ↵Eugene Sandulenko
constructor
2016-07-28SHERLOCK: Fix debug channel initializationEugene Sandulenko
2016-07-28MORTEVIELLE: Fix debug channel initializationEugene Sandulenko
2016-07-28MADS: Fix debug channel initializationEugene Sandulenko
2016-07-28GROOVIE: Move debug channel registration to the top of the engine constructorEugene Sandulenko
2016-07-28GOB: Move debug channel registration to the top of the engine constructorEugene Sandulenko