Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-18 | XEEN: Implement do nothing opcode | Paul Gilbert | |
2017-11-18 | XEEN: Fixes for cmdTakeOrGive script opcode | Paul Gilbert | |
2017-11-18 | XEEN: Fix number of spells per class array & constant | Paul Gilbert | |
2017-11-18 | XEEN: Fix size of quest flags, rename for clarity | Paul Gilbert | |
2017-11-18 | XEEN: Fixes for Character class | Paul Gilbert | |
2017-11-17 | XEEN: Fix Coverity identified problems | Paul Gilbert | |
2017-11-17 | XEEN: Fix music channel loop | Paul Gilbert | |
2017-11-16 | XEEN: Map and game flag fixes | Paul Gilbert | |
2017-11-15 | XEEN: Fix some Coverity warnings | Paul Gilbert | |
2017-11-15 | XEEN: Fix uninitialized instance field warnings | Paul Gilbert | |
2017-11-14 | XEEN: Fix some Coverity warnings | Paul Gilbert | |
2017-11-14 | XEEN: Added missing initialization for new games | Paul Gilbert | |
2017-11-13 | XEEN: Added giveBankInterest method | Paul Gilbert | |
2017-11-13 | XEEN: Added resetBlacksmithWares method | Paul Gilbert | |
2017-11-13 | XEEN: Fix compiler warnings | Paul Gilbert | |
2017-11-12 | XEEN: Added How Much dialog | Paul Gilbert | |
2017-11-12 | XEEN: Added resetYearlyBits | Paul Gilbert | |
2017-11-12 | XEEN: Added remainder of giveTake | Paul Gilbert | |
2017-11-12 | XEEN: Fix compiler warnings & AmigaOS errors | Paul Gilbert | |
2017-11-11 | XEEN: Added more giveTake | Paul Gilbert | |
2017-11-11 | XEEN: In progress implementing giveTake | Paul Gilbert | |
2017-11-11 | XEEN: Fix comparisons for script If opcode | Paul Gilbert | |
2017-11-11 | XEEN: Debugger commands for gold and gems | Paul Gilbert | |
2017-11-11 | XEEN: Fix premature sound parsing end | Paul Gilbert | |
2017-11-10 | XEEN: Fix event handling for town messages | Paul Gilbert | |
2017-11-10 | XEEN: Fix rendering of town messages | Paul Gilbert | |
2017-11-10 | XEEN: Fix animation of wall torches | Paul Gilbert | |
2017-11-09 | XEEN: Cleanup of PowType enum names | Paul Gilbert | |
2017-11-09 | XEEN: Properly animate arrow shooting | Paul Gilbert | |
2017-11-09 | XEEN: Create a PowType enum for ranged arrow/spell types | Paul Gilbert | |
2017-11-08 | XEEN: Changed multiAttack to rangedAttack | Paul Gilbert | |
2017-11-07 | XEEN: Fix FX calls in multiAttack | Paul Gilbert | |
2017-10-29 | XEEN: Enable starting game from startup menu | Paul Gilbert | |
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 | XEEN: Change OutFile not to subclass MemoryWriteStreamDynamic | Bastien Bouclet | |
Also fix leaking the MemoryWriteStreamDynamic buffer storage | |||
2017-09-22 | XEEN: Change SavesManager to use a map of pointers to MemoryWriteStreamDynamic | Bastien Bouclet | |
Our implementation of HashMap does not allow value types without a zero-argument constructor. | |||
2017-09-17 | Corrected spelling | Sven Kochmann | |
"ddark.mon" -> "dark.mon" | |||
2017-08-06 | JANITORIAL: Silence more GCC 7 warnings | Torbjörn Andersson | |
All these fall through were marked as deliberate, so again I've only changed the comment to silence GCC. | |||
2017-04-18 | JANITORIAL: Remove superfluous semicolons | Torbjörn Andersson | |
2017-04-02 | Xeen: Add detection for the 2CD "talkie" version | Michael Drüing | |
2017-01-12 | XEEN: Fix Unused Variable Compiler Warning. | D G Turner | |
2016-10-17 | XEEN: Visual Studio compilation fix | Paul Gilbert | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-09-24 | XEEN: Display main menu on startup | Paul Gilbert | |
2016-09-24 | XEEN: Fix display of cursor | Paul Gilbert | |
2016-09-24 | XEEN: Move old main menu classes into WorldOfXeen namespace | Paul Gilbert | |
2016-09-24 | XEEN: More Clouds endgame sequence | Paul Gilbert | |
2016-09-24 | XEEN: Clouds gfx decompressor now working | Paul Gilbert | |
2016-09-24 | XEEN: Fixes for clouds gfx decompressor | Paul Gilbert | |
2016-09-24 | XEEN: Fixes for setup of Clouds decompressor | Paul Gilbert | |