Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover | |
This flag is removed for a few reasons: * Engines universally set this flag to true for widths > 320, which made it redundant everywhere; * This flag functioned primarily as a "force 1x scaler" flag, since its behaviour was almost completely undocumented and users would need to figure out that they'd need an explicit non-default scaler set to get a scaler to operate at widths > 320; * (Most importantly) engines should not be in the business of deciding how the backend may choose to render its virtual screen. The choice of rendering behaviour belongs to the user, and the backend, in that order. A nearby future commit restores the default1x scaler behaviour in the SDL backend code for the moment, but in the future it is my hope that there will be a better configuration UI to allow users to specify how they want scaling to work for high resolutions. | |||
2016-09-03 | MACVENTURE: Provide copyright notice for WebVenture by Sean Kasun, and fix ↵ | Eugene Sandulenko | |
GPL headers | |||
2016-08-19 | MACVENTURE: Fix game file path retrieval | Borja Lorente | |
2016-08-19 | MACVENTURE: Remove JavaScript constructs | Borja Lorente | |
2016-08-19 | MACVENTURE: Remove leftover comments and document magic constants | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix formatting | Borja Lorente | |
2016-08-19 | MACVENTURE: Break up one-line ifs and fix braces | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix debug messages | Borja Lorente | |
2016-08-19 | MACVENTURE: Add prefixes to error messages | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix some compiler warnings | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix indentation and braces | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix operate command | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix mismatched new and delete[] | Borja Lorente | |
2016-08-19 | MACVENTURE: Add wrapper class for global settings | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix minor memory leaks | Borja Lorente | |
2016-08-19 | MACVENTURE: Implement gui reloading | Borja Lorente | |
2016-08-19 | MACVENTURE: Delete unnecessary attribute | Borja Lorente | |
2016-08-19 | MACVENTURE: Delete duplicate code | Borja Lorente | |
2016-08-19 | MACVENTURE: Some more refactoring | Borja Lorente | |
2016-08-19 | MACVENTURE: Minor refactorings | Borja Lorente | |
2016-08-19 | MACVENTURE: Add lose game dialog | Borja Lorente | |
2016-08-19 | MACVENTURE: Add 'new game' functionality | Borja Lorente | |
2016-08-19 | MACVENTURE: Refactor world to extract new game method | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix engine mause in dialog | Borja Lorente | |
2016-08-19 | MACVENTURE: Add win game dialog | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix double free on sound | Borja Lorente | |
2016-08-19 | MACVENTURE: Fix small if | Borja Lorente | |
2016-08-19 | MACVENTURE: Add conditionals to engine destructors | Borja Lorente | |
2016-08-14 | MACVENTURE: Add debug channels | Borja Lorente | |
2016-08-14 | MACVENTURE: Clean up updateState function | Borja Lorente | |
2016-08-14 | MACVENTURE: Fix exit highlighting | Borja Lorente | |
2016-08-14 | MACVENTURE: Implement loading borders from zip | Borja Lorente | |
2016-08-14 | MACVENTURE: Fix startup loading bug | Borja Lorente | |
2016-08-14 | MACVENTURE: Add metadata to savegames | Borja Lorente | |
2016-08-14 | MACVENTURE: Add basic audio playback | Borja Lorente | |
2016-08-14 | MACVENTURE: Add infrastructure to support sound system | Borja Lorente | |
2016-08-14 | MACVENTURE: Deja Vu playable | Borja Lorente | |
2016-08-14 | MACVENTURE: Add scroll to console window | Borja Lorente | |
2016-08-14 | MACVENTURE: Implement in-engine window closing | Borja Lorente | |
2016-08-14 | MACVENTURE: Refactor dialogs and controls | Borja Lorente | |
2016-08-14 | MACVENTURE: Fix exits loading from savegame | Borja Lorente | |
2016-08-14 | MACVENTURE: Add basic game save/load feature | Borja Lorente | |
2016-08-14 | MACVENTURE: Add text input dialog | Borja Lorente | |
2016-08-14 | MACVENTURE: Add text input logic | Borja Lorente | |
2016-08-14 | MACVENTURE: Fix torch drawing problem | Borja Lorente | |
2016-08-14 | MACVENTURE: Fix exits drawing | Borja Lorente | |
2016-08-14 | MACVENTURE: Fix temporal window reallocation | Borja Lorente | |
2016-08-14 | MACVENTURE: Fix inventory | Borja Lorente | |
2016-08-14 | MACVENTURE: First version of working drag | Borja Lorente | |
2016-08-14 | MACVENTURE: Tidy up Inventory window system | Borja Lorente | |