aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.cpp
AgeCommit message (Expand)Author
2019-10-03MACVENTURE: Add Missing Switch Default CasesD G Turner
2019-09-29MACVENTURE: Initialize engine variables earlierEugene Sandulenko
2019-05-27MACVENTURE: Fix MSVC warningsFilippos Karapetis
2018-07-21MACVENTURE: Fix warningEugene Sandulenko
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2016-09-03MACVENTURE: Provide copyright notice for WebVenture by Sean Kasun, and fix GP...Eugene Sandulenko
2016-08-19MACVENTURE: Fix game file path retrievalBorja Lorente
2016-08-19MACVENTURE: Remove JavaScript constructsBorja Lorente
2016-08-19MACVENTURE: Remove leftover comments and document magic constantsBorja Lorente
2016-08-19MACVENTURE: Fix formattingBorja Lorente
2016-08-19MACVENTURE: Break up one-line ifs and fix bracesBorja Lorente
2016-08-19MACVENTURE: Fix debug messagesBorja Lorente
2016-08-19MACVENTURE: Add prefixes to error messagesBorja Lorente
2016-08-19MACVENTURE: Fix some compiler warningsBorja Lorente
2016-08-19MACVENTURE: Fix indentation and bracesBorja Lorente
2016-08-19MACVENTURE: Fix operate commandBorja Lorente
2016-08-19MACVENTURE: Fix mismatched new and delete[]Borja Lorente
2016-08-19MACVENTURE: Add wrapper class for global settingsBorja Lorente
2016-08-19MACVENTURE: Fix minor memory leaksBorja Lorente
2016-08-19MACVENTURE: Implement gui reloadingBorja Lorente
2016-08-19MACVENTURE: Delete unnecessary attributeBorja Lorente
2016-08-19MACVENTURE: Delete duplicate codeBorja Lorente
2016-08-19MACVENTURE: Some more refactoringBorja Lorente
2016-08-19MACVENTURE: Minor refactoringsBorja Lorente
2016-08-19MACVENTURE: Add lose game dialogBorja Lorente
2016-08-19MACVENTURE: Add 'new game' functionalityBorja Lorente
2016-08-19MACVENTURE: Refactor world to extract new game methodBorja Lorente
2016-08-19MACVENTURE: Fix engine mause in dialogBorja Lorente
2016-08-19MACVENTURE: Add win game dialogBorja Lorente
2016-08-19MACVENTURE: Fix double free on soundBorja Lorente
2016-08-19MACVENTURE: Fix small ifBorja Lorente
2016-08-19MACVENTURE: Add conditionals to engine destructorsBorja Lorente
2016-08-14MACVENTURE: Add debug channelsBorja Lorente
2016-08-14MACVENTURE: Clean up updateState functionBorja Lorente
2016-08-14MACVENTURE: Fix exit highlightingBorja Lorente
2016-08-14MACVENTURE: Implement loading borders from zipBorja Lorente
2016-08-14MACVENTURE: Fix startup loading bugBorja Lorente
2016-08-14MACVENTURE: Add metadata to savegamesBorja Lorente
2016-08-14MACVENTURE: Add basic audio playbackBorja Lorente
2016-08-14MACVENTURE: Add infrastructure to support sound systemBorja Lorente
2016-08-14MACVENTURE: Deja Vu playableBorja Lorente
2016-08-14MACVENTURE: Add scroll to console windowBorja Lorente
2016-08-14MACVENTURE: Implement in-engine window closingBorja Lorente
2016-08-14MACVENTURE: Refactor dialogs and controlsBorja Lorente
2016-08-14MACVENTURE: Fix exits loading from savegameBorja Lorente
2016-08-14MACVENTURE: Add basic game save/load featureBorja Lorente
2016-08-14MACVENTURE: Add text input dialogBorja Lorente
2016-08-14MACVENTURE: Add text input logicBorja Lorente
2016-08-14MACVENTURE: Fix torch drawing problemBorja Lorente
2016-08-14MACVENTURE: Fix exits drawingBorja Lorente