Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-19 | EVENTS: Rename synthetic to kbdRepeat | Bastien Bouclet | |
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-09-22 | DM: Fix leaking the save thumbnail MemoryWriteStreamDynamic buffer | Bastien Bouclet | |
2017-08-06 | JANITORIAL: Silence more GCC 7 warnings | Torbjörn Andersson | |
There were all flagged as intentional fall throughs. I simply changed the comments to something GCC would recognize. | |||
2017-04-18 | JANITORIAL: Remove superfluous semicolons | Torbjörn Andersson | |
2017-01-31 | DM: Fix GCC warnings | Strangerke | |
2017-01-22 | DM: Fix formating | Bendegúz Nagy | |
2017-01-20 | Fix crash at the first corridor and entrance door | Bendegúz Nagy | |
Crash caused by missing DisplayMan::_derivedBitmapByteCount values | |||
2017-01-20 | Silence valgrind error messages | Bendegúz Nagy | |
2017-01-20 | Properly delete leaking DisplayMan::_tmpBitmap | Bendegúz Nagy | |
2017-01-19 | Fix regression introduced in 3ab3a85 | Bendegúz Nagy | |
2016-11-24 | DM: Add POTFILES | rootfather | |
2016-10-30 | DM: Fix GCC warning (and potential bug) | Strangerke | |
2016-10-11 | DM: Fix isSquareACorridorTeleporterPitOrDoor for the demo, set version of ↵ | Strangerke | |
demo to 2.0 | |||
2016-10-11 | DM: Handle demo dungeon file | Strangerke | |
2016-10-09 | DM: Add detection for an amiga demo version | Strangerke | |
2016-10-09 | DM: Remove useless variable | Strangerke | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-09-28 | DM: More refactoring | Strangerke | |
2016-09-26 | DM: reduce some more redirections | Strangerke | |
2016-09-25 | DM: Some more work on dereferencing | Strangerke | |
2016-09-25 | DM: reduce dereferencing some more | Strangerke | |
2016-09-24 | DM: Fix some CppCheck warnings | Strangerke | |
2016-09-24 | DM: Fix style | Strangerke | |
2016-09-24 | DM: Reduce dereferencing of _dungeonMan in MovesensMan | Strangerke | |
2016-09-23 | DM: Get rid of some dereferencing in DungeonMan | Strangerke | |
2016-09-22 | DM: Some renaming, reduce dereferencing | Strangerke | |
2016-09-22 | DM: Fix GCC warning | Strangerke | |
2016-09-21 | DM: Fix GCC warnings reported by eriktorbjorn | Strangerke | |
2016-09-21 | DM: Rename GraphicIndice members | Strangerke | |
2016-09-20 | DM: Fix two memory leaks | Strangerke | |
2016-09-20 | DM: Initialize some variables | Strangerke | |
2016-09-20 | DM: Janitorial - remove trailing spaces | Strangerke | |
2016-09-20 | DM: Make use of TimeLineEventType | Strangerke | |
2016-09-20 | DM: Rename TimelineEventType members | 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: Remove a couple of useless checks | Strangerke | |
2016-09-19 | DM: Fix verbose warnings using GCC | Strangerke | |
2016-09-19 | DM: Rename members of SoundIndex | Strangerke | |
2016-09-18 | DM: Rename some more enums | Strangerke | |
2016-09-18 | DM: Rename members of Behavior, some more renaming | Strangerke | |
2016-09-18 | DM: rename members of DescriptionMask, PanelContent, CreatureSize, CreatureMask | Strangerke | |
2016-09-18 | DM: Rename Creature masks, move SoundMode to sound.h | Strangerke | |
2016-09-18 | DL: Enforce the use of CreatureType | Strangerke | |
2016-09-17 | DM: Some renaming in group | Strangerke | |
2016-09-17 | DM: Fix the style of some pointers in gfx, remove some implicit casts to Box | Strangerke | |
2016-09-16 | DM: Fix some more warnings | Strangerke | |