aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-18XEEN: Split up code for create character dialog into it's own classPaul Gilbert
2018-02-17XEEN: Fix dice animation in Create Character dialogPaul Gilbert
2018-02-17XEEN: Fix initial rendering of Create Character dialogPaul Gilbert
2018-02-17XEEN: Fix getting random item when searching bedsPaul Gilbert
2018-02-17XEEN: Cleanup of giveTake give case 66 - give itemPaul Gilbert
2018-02-17XEEN: Fix crash after searching bedsPaul Gilbert
2018-02-17XEEN: Fix resistence gems when visiting a town locationPaul Gilbert
2018-02-17XEEN: Fix text for Guild locationPaul Gilbert
2018-02-17XEEN: Fix vertical line skipping in sprite renderingPaul Gilbert
2018-02-17XEEN: Fix GCC warningTorbjörn Andersson
The other ending functions return true, so I assume this one should as well.
2018-02-16XEEN: Renaming fields for location classesPaul Gilbert
2018-02-16XEEN: Fix default color of resistence gems in the UIPaul Gilbert
2018-02-14XEEN: Fixes and cleanup for Dark Side endingPaul Gilbert
2018-02-13XEEN: Move reseting dream sequence cutscene into the engine classPaul Gilbert
2018-02-13XEEN: Fix toggling the minimap by clicking on itPaul Gilbert
2018-02-13XEEN: Add detection for Clouds & Dark SidePaul Gilbert
2018-02-13BLADERUNNER: More game constantsPeter Kohaut
2018-02-13PSP2: Implement three-finger drag as right-mouse button dragrsn8887
2018-02-13GOB: Mark intentional fallthrough in switch statementsSven Hesse
2018-02-12XEEN: Correct loading of auxiliary map data for Swords of XeenPaul Gilbert
2018-02-12XEEN: Added skeleton child engine for Swords of XeenPaul Gilbert
2018-02-12XEEN: Fix memory leak loading savegamesPaul Gilbert
2018-02-12XEEN: Fix Valgrind reported issuesPaul Gilbert
2018-02-12XEEN: Properly pause when listing treasure post-combatPaul Gilbert
2018-02-12README: Fix some grammatical errorsThierry Crozat
2018-02-12BLADERUNNER: Fixed more Coverity issuesPeter Kohaut
2018-02-11XEEN: Fix exiting to main menu after playing ending cutscenesPaul Gilbert
2018-02-11XEEN: Add missing music to Clouds endingPaul Gilbert
2018-02-11XEEN: Further fixes for Clouds endingPaul Gilbert
2018-02-11XEEN: Fixes and comments for Clouds Ending part 1Paul Gilbert
2018-02-11BLADERUNNER: VK small fixesPeter Kohaut
Fixed rendering of non-visible objects
2018-02-11TUCKER: Remove glue workaround clarificationAdrian Frühwirth
The glue actually _is_ a unary usage object in the original game so this was simply a miss in our implementation which is now fixed. In other words, this wasn't a workaround and the original game does behave the same as ours now.
2018-02-11TUCKER: Use verb enum in all placesAdrian Frühwirth
2018-02-11TUCKER: Fix original game glitch in Bud animation sequence 8Adrian Frühwirth
Fixes Trac#10430.
2018-02-11TUCKER: Remove superfluous arguments in loadBudSpr et alAdrian Frühwirth
2018-02-10BLADERUNNER: Fix compilation in Visual StudioPaul Gilbert
2018-02-10XEEN: Fix Clouds cutscene background decoderPaul Gilbert
2018-02-10BLADERUNNER: VK interfacePeter Kohaut
Code unification Removed few memory leaks
2018-02-09XEEN: Fix experience doubling calculationPaul Gilbert
Thanks to dtgreene in the GOG forums for pointing out the incorrect calculation, and that it isn't present in Clouds of Xeen only
2018-02-09XEEN: Fix MonsterStruct _accuracy to be _armorClassPaul Gilbert
Thanks to Leprosy57 in the GOG forums for pointing it out
2018-02-09XEEN: Reduce code duplication in Clouds endingPaul Gilbert
2018-02-09Revert "TUCKER: Fix Bud drawn behind parts of statue in park"Adrian Frühwirth
This fixed the statue but broke the park entrance which I had missed.
2018-02-09TUCKER: Fix Bud drawn behind parts of statue in parkAdrian Frühwirth
Fixes Trac#10423.
2018-02-09TUCKER: Make the glue a "unary usage" objectAdrian Frühwirth
Workaround for Trac#5511.
2018-02-09SDL: Do not try to replace FILE with an incompatible typeColin Snover
It’s questionable that the SDL backend code is trying so hard to maintain forbidden symbols at all since backend code is exactly where such things are allowed, and it is a game of whack-a-mole to keep system API changes from breaking this fragile system of symbol redefinitions. Probably this should all just get replaced with a FORBIDDEN_SYMBOL_ALLOW_ALL, but for the time being this at least gets builds working again on up-to-date msys2/mingw-w64 compilers. Fixes Trac#10405.
2018-02-09NEWS: Fix missing full stopsLothar Serra Mari
2018-02-08NEWS: Update NEWS file with more changes since 2.0.0Lothar Serra Mari
I tried to include everything to the NEWS file that was important in my opinion. However, I recommend the people who contributed since 2.0.0 to check if something is missing in this file now.
2018-02-08MOHAWK: Fix indentation in detection_tables.hrootfather
2018-02-08MOHAWK: Add detection for English Myst, Win 3.11, Version 1.0.1rootfather
2018-02-08PSP2: allow 'frontpanel_touchpad_mode=true' option in ScummVM.inirsn8887
Can change option to 'true' manually in scummvm.ini to force front panel into indirect touchpad mode where the pointer doesn't jump to finger.