Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-16 | ILLUSIONS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-03 | ENGINES: Change targets to have an 'engine ID' | Bastien Bouclet | |
The engine ID identifies which engine should be used to launch the target. Also remove the 'single ID' system. Different games from engines that used that system now have different game IDs. Also-By: Matthew Hoops <clone2727@gmail.com> | |||
2019-11-03 | ENGINES: Stop using 'single id' | Bastien Bouclet | |
2019-11-03 | ENGINES: Add an engine ID to all the engines | Bastien Bouclet | |
2019-09-23 | ILLUSIONS: DUCKMAN: Fix endless SFX bug #11161 | Eric Fry | |
2019-09-15 | ILLUSIONS: Fix Further MSVC Warning | D G Turner | |
This was reported by Henke37 on IRC. | |||
2019-05-27 | ILLUSIONS: Fix MSVC warnings | Filippos Karapetis | |
- Fix warnings about conversion between float and double - Initialize potentially uninitialized variables | |||
2018-12-10 | ILLUSIONS: Push down the advanced detector include | Bastien Bouclet | |
So the whole engine is not rebuilt when making changes to shared code. | |||
2018-12-04 | ILLUSIONS: DUCKMAN: Add support for the demo version (#1413) | Cameron Cawley | |
2018-07-23 | ILLUSIONS: Fix copy/paste bug. CID 1394433 | Eugene Sandulenko | |
2018-07-21 | ILLUSIONS: Fix warnings | Eugene Sandulenko | |
2018-07-20 | ILLUSIONS: Formatting fixes | Eric Fry | |
2018-07-20 | ILLUSIONS: Fix merge error. | Eric Fry | |
2018-07-20 | ILLUSIONS: Clean up/fix some TODOs | johndoe123 | |
(cherry picked from commit 66094e4) | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement MIDI music fading | johndoe123 | |
(cherry picked from commit 056b303) | |||
2018-07-20 | ILLUSIONS: Minor cleanup | johndoe123 | |
(cherry picked from commit 9abaa9e) | |||
2018-07-20 | ILLUSIONS: Implement cursor movement via arrow keys | johndoe123 | |
(cherry picked from commit 12e33c6) | |||
2018-07-20 | ILLUSIONS: Remove old TODOs | johndoe123 | |
(cherry picked from commit bb95440) | |||
2018-07-20 | ILLUSIONS: BBDOU: Rename variables (bubble and special code) | johndoe123 | |
(cherry picked from commit 93255ca) | |||
2018-07-20 | ILLUSIONS: Use actor flag instead of magic number | Eric Fry | |
2018-07-20 | ILLUSIONS: Implement sequence opcode 32 | johndoe123 | |
(cherry picked from commit 30cdb32) | |||
2018-07-20 | ILLUSIONS: BBDOU: Implement savegame saving/loading from GUI and the launcher | johndoe123 | |
(cherry picked from commit 42f0bd4) | |||
2018-07-20 | ILLUSIONS: Pan talk thread audio when using a named position | Eric Fry | |
2018-07-20 | ILLUSIONS: BBDOU: Add quit opcode | johndoe123 | |
(cherry picked from commit 32c2a9b) | |||
2018-07-20 | ILLUSIONS: BBDOU: Add menu system class, adjust existing code (actual menus ↵ | johndoe123 | |
not done yet) (cherry picked from commit 03b0ca1) | |||
2018-07-20 | ILLUSIONS: BBDOU: Play sound in BbdouSpecialCode::playSoundEffect | johndoe123 | |
(cherry picked from commit 1e822f0) | |||
2018-07-20 | ILLUSIONS: Implement voice pausing/unpausing | johndoe123 | |
(cherry picked from commit a70cf1d) | |||
2018-07-20 | ILLUSIONS: BBDOU: Implement missing talkthread events | johndoe123 | |
(cherry picked from commit 87869cb) | |||
2018-07-20 | ILLUSIONS: BBDOU: Formatting | Eric Fry | |
2018-07-20 | ILLUSIONS: BBDOU: Implement video player | johndoe123 | |
(cherry picked from commit aab0b29) | |||
2018-07-20 | ILLUSIONS: BBDOU: Fix text drawing colors | johndoe123 | |
(cherry picked from commit a028c3f) | |||
2018-07-20 | ILLUSIONS: Remove old video logic | Eric Fry | |
2018-07-20 | ILLUSIONS: DUCKMAN: Implement video player | johndoe123 | |
(cherry picked from commit 62577c8) | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds | Eric Fry | |
(cherry picked from commit 3367aafae37d6c28c1ab1e8323613a56a44e3a5c) ILLUSIONS: Delete dictionary list before it gets removed (cherry picked from commit d9d0c11) ILLUSIONS: Implement PathFinder::postProcess (cherry picked from commit ee98dfc) | |||
2018-07-20 | ILLUSIONS: update _vm->_unpauseControlActorFlag when unpausing actors | Eric Fry | |
2018-07-20 | ILLUSIONS: Standardized fall through comments | Eric Fry | |
2018-07-20 | ILLUSIONS: Refactor savegame thumbnail logic to be inline with rest of tree | Eric Fry | |
2018-07-20 | ILLUSIONS: Formatting fixes | Eric Fry | |
Simplified some point arithmetic Lock fixedpoint calcs to float rather than double | |||
2018-07-20 | ILLUSIONS: always use braces for loops | Eric Fry | |
2018-07-20 | ILLUSIONS: Refactor duckman inventory code to remove verbose init logic | Eric Fry | |
Replaced Common::String with c string array in slider menu init logic | |||
2018-07-20 | ILLUSIONS: Fix formatting | Eric Fry | |
Remove debug code from bbdou menu item select callback | |||
2018-07-20 | ILLUSIONS: Fix typo in palette cycle logic. | Eric Fry | |
Fix uninitialised local variable | |||
2018-07-20 | ILLUSIONS: Formatting, remove trailing whitespace. | Eric Fry | |
2018-07-20 | ILLUSIONS: Formatting | Eric Fry | |
2018-07-20 | ILLUSIONS: Mark bbdou as unstable | Eric Fry | |
Drop platform from game id | |||
2018-07-20 | ILLUSIONS: Replace spaces with tabs | Eric Fry | |
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability | |||
2018-07-20 | ILLUSIONS: Pause voice when entering in-game menu | Eric Fry | |
Wire up load fail dialog when trying to restart from unsaved new game. | |||
2018-07-20 | ILLUSIONS: Initialise save slot variable | Eric Fry | |
2018-07-20 | ILLUSIONS: Add support for German version. | Eric Fry | |
2018-07-20 | ILLUSIONS: Wire up restart savegame menu item. | Eric Fry | |