aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure
AgeCommit message (Expand)Author
2019-11-03ENGINES: Change targets to have an 'engine ID'Bastien Bouclet
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-10-23MACVENTURE: Mark all detection entries as ADGF_UNSTABLETarek Soliman
2019-10-04GRAPHICS: MACGUI: Unify MacMenuItem and MacMenuSubItemEugene Sandulenko
2019-10-03MACVENTURE: Add Missing Switch Default CasesD G Turner
2019-10-01MACVENTURE: Fix MSVC WarningsD G Turner
2019-09-29MACVENTURE: Engine doesn't use MIDI, mark games as such.Henrik "Henke37" Andersson
2019-09-29MACVENTURE: Initialize engine variables earlierEugene Sandulenko
2019-05-27MACVENTURE: Fix MSVC warningsFilippos Karapetis
2018-07-21MACVENTURE: Fix warningEugene Sandulenko
2018-06-30ENGINES: Add missing dependencies for several enginesCameron Cawley
2018-04-07ALL: Load savegame thumbnail only when necessaryAdrian Frühwirth
2018-03-28MACVENTURE: Fix meta engine class definitionEugene Sandulenko
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-08-24COMMON: Remove BitStream base class to allow inlining callsWillem Jan Palenstijn
2017-01-15MACVENTURE: Fix Compiler Warning for Uninitialized Variable Usage.D G Turner
2017-01-14GRAPHICS: Renamed Menu to MacMenu to avoid potential name collisionEugene Sandulenko
2017-01-12MACVENTURE: Fix Comparison Always True Compiler Warning.D G Turner
2016-10-06GRAPHICS: Move font-related MacGUI code to MacFontManagerEugene Sandulenko
2016-09-24MACVENTURE: Silence Cppcheck warningTorbjörn Andersson
2016-09-10COMMON: Converted Common::BitStream to use DisposeAfterUsePaul Gilbert
2016-09-05MACVENTURE: Implement opcode $cb (Get Current Day)Torbjörn Andersson
2016-09-05MACVENTURE: Clear the exits window before drawing the buttonsTorbjörn Andersson
2016-09-05MACVENTURE: Make opcode $ca return current time, not played timeTorbjörn Andersson
2016-09-04MACVENTURE: Set background pattern for exits windowTorbjörn Andersson
2016-09-03MACVENTURE: Provide copyright notice for WebVenture by Sean Kasun, and fix GP...Eugene Sandulenko
2016-09-03MACVENTURE: Fix warningEugene Sandulenko
2016-08-26MACVENTURE: Fix window initializationBorja Lorente
2016-08-26MACVENTURE: Fix menu flags and add newgameBorja Lorente
2016-08-24MACVENTURE: Include border bitmaps in ScummVMBorja Lorente
2016-08-21MACVENTURE: Add creation date and playtime to savegamesBorja Lorente
2016-08-21MACVENTURE: Add thumbnail to savegamesBorja Lorente
2016-08-21MACVENTURE: Fix upper limit in savefile namesBorja Lorente
2016-08-19MACVENTURE: Substitute charcodes with char constantsBorja Lorente
2016-08-19MACVENTURE: Add static array for border namesBorja Lorente
2016-08-19MACVENTURE: Fix game file path retrievalBorja Lorente
2016-08-19MACVENTURE: Fix double overflow when blittingBorja Lorente
2016-08-19MACVENTURE: Remove JavaScript constructsBorja Lorente
2016-08-19MACVENTURE: Remove word typedefBorja Lorente
2016-08-19MACVENTURE: Merge detection tables into detection.cppBorja Lorente
2016-08-19MACVENTURE: Remove leftover comments and document magic constantsBorja Lorente
2016-08-19MACVENTURE: Fix formattingBorja Lorente
2016-08-19MACVENTURE: Remove constructors from prebuilt dialogsBorja Lorente
2016-08-19MACVENTURE: Enforce const in prebuilt dialogsBorja Lorente
2016-08-19MACVENTURE: Fix indentationBorja Lorente
2016-08-19MACVENTURE: Remove unnecessary commentBorja Lorente
2016-08-19MACVENTURE: Break up one-line ifs and fix bracesBorja Lorente
2016-08-19MACVENTURE: Fix debug messagesBorja Lorente
2016-08-19MACVENTURE: Implement quit from menuBorja Lorente
2016-08-19MACVENTURE: Extract implementation of ContainerBorja Lorente