Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-10 | ALL: Fix misuse of comma operator | Colin Snover | |
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-01-31 | DM: Fix GCC warnings | Strangerke | |
2016-10-11 | DM: Handle demo dungeon file | Strangerke | |
2016-09-24 | DM: Fix style | Strangerke | |
2016-09-21 | DM: Rename GraphicIndice members | Strangerke | |
2016-09-20 | DM: Initialize some variables | Strangerke | |
2016-09-19 | DM: Fix 2 GCC warnings, some renaming | Strangerke | |
2016-09-19 | DM: Some more renaming | Strangerke | |
2016-09-19 | DM: Change the definition of setMapAndTime, move SoundIndex enum to SoundMan | Strangerke | |
2016-09-19 | DM: Rename members of SoundIndex | Strangerke | |
2016-09-18 | DM: Rename members of Behavior, some more renaming | Strangerke | |
2016-09-17 | DM: Some renaming in group | Strangerke | |
2016-09-16 | DM: Fix some more non-MSVC warnings, remove a useless variable | Strangerke | |
2016-09-16 | DM: Refactor Box() | Strangerke | |
2016-09-16 | DM: More renaming in gfx enums | Strangerke | |
2016-09-15 | DM: Some renaming and refactoring in Gfx | Strangerke | |
2016-09-13 | DM: Rename enum values in EventMan | Strangerke | |
2016-09-13 | DM: Get rif od SquareType, rename SquareMask | Strangerke | |
2016-09-12 | DM: more renaming in DungeonMan | Strangerke | |
2016-09-12 | DM: Enforce the use of SoundMode | Strangerke | |
2016-09-12 | DM: Fix a couple of string manipulations into fix-sized buffer | Strangerke | |
2016-09-11 | DM: Rename more constants | Strangerke | |
2016-09-11 | DM: Start renaming constants in DungeonMan | Strangerke | |
2016-09-11 | DM: Rework functions related to Directions in order to make them consistent ↵ | Strangerke | |
and remove redundancy | |||
2016-09-11 | DM: Make some functions private, move 2 functions to more specific classes | Strangerke | |
2016-09-11 | DM: Move some globals to DMEngine | Strangerke | |
2016-09-11 | DM Rename enum members in dm.h and dialog.h | Strangerke | |
2016-09-09 | DM: More renaming in champion.h | Strangerke | |
2016-09-09 | DM: Rename enums ChampionIndex, ChampionAttribute, ChampionWound, ↵ | Strangerke | |
ChampionStatisticType, ChampionStatisticValue | |||
2016-09-09 | DM: Rename IconIndice enum | Strangerke | |
2016-09-03 | DM: Replace _vm->_system with g_system | Bendegúz Nagy | |
2016-09-03 | DM: Use delayMillis(10) in mainLoop | Bendegúz Nagy | |
2016-09-03 | DM: Clean up includes | Bendegúz Nagy | |
Swap <> to "" with scummvm files Add dm/ prefix to dm files Reorder includes to system files, dm files | |||
2016-08-27 | DM: More renaming in DungeonMan, move some arrays | Strangerke | |
2016-08-27 | DM: Remove a couple of GOTOs in fuseSequence() | Strangerke | |
2016-08-27 | DM: Rewrite 3 for loops | Strangerke | |
2016-08-27 | DM: Rework fuseSequence | Strangerke | |
2016-08-27 | DM: Remove custom warning function | Strangerke | |
2016-08-27 | DM: Janitorial - Fix the style of some pointers | Strangerke | |
2016-08-26 | DM: Rework processEntrance() and drawTittle() | Strangerke | |
2016-08-26 | DM: Finish the renaming of class members | Strangerke | |
2016-08-26 | DM: Rename ObjectMan and ProjExpl members | Strangerke | |
2016-08-26 | DM: Rename class members of MovesensMan | Strangerke | |
2016-08-26 | DM: Renaming in MenuMan definition | Strangerke | |
2016-08-26 | DM: Rename members of InventoryMan | Strangerke | |
2016-08-26 | DM: Rename functions and class members of GroupMan | Strangerke | |
2016-08-26 | DM: Rename variables and functions of DisplayMan | Strangerke | |
2016-08-26 | DM: Rename class members in EventManager | Strangerke | |
2016-08-26 | DM: Rename DungeonMan class members | Strangerke | |