Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-09 | DIRECTOR: Improve error messages | Eugene Sandulenko | |
2019-12-25 | DIRECTOR: Simplify palette transformations | Eugene Sandulenko | |
2019-12-25 | DIRECTOR: Added palette transformation routine | Eugene Sandulenko | |
2019-12-25 | DIRECTOR: Added test routine for drawing palette | Eugene Sandulenko | |
2019-12-25 | DIRECTOR: Replace palette data with hex numbers | Eugene Sandulenko | |
2019-12-24 | DIRECTOR: Finish work on reducing header dependency | Eugene Sandulenko | |
2019-12-11 | DIRECTOR: Added comments to screen update calls | Eugene Sandulenko | |
2019-12-11 | DIRECTOR: Plug MacWindowManager in | Eugene Sandulenko | |
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. | |||
2017-03-12 | JANITORIAL: Whitespace optimisations | Eugene Sandulenko | |
2017-03-02 | DIRECTOR: Janitorial: Fix code formatting | Eugene Sandulenko | |
2017-02-07 | DIRECTOR: Move graphics-related code to graphics.cpp | Eugene Sandulenko | |
2017-01-13 | DIRECTOR: Fix variable shadowing and array declarations. | stevenhoefel | |
2017-01-13 | DIRECTOR: Implement Shape Patterns and Borders for D3. | stevenhoefel | |