Commit Graph
54649 Commits
Author SHA1 Message Date
Paul Gilbert 32dceaea2c XEEN: Stop playing music when exiting from game to main menu 2018-03-31 22:36:57 -04:00
Paul Gilbert 68365f3c54 XEEN: Fix crash escaping Cast Spell dialog during combat 2018-03-31 22:29:15 -04:00
Paul Gilbert 27bbc7e5a9 XEEN: Fix crash using ranged spells during combat 2018-03-31 22:17:41 -04:00
Paul Gilbert deb98b5faa XEEN: Fix cropping of g, y characters when entering mirror destination 2018-03-31 21:49:36 -04:00
Paul Gilbert 8f597c1e4c XEEN: Fix loading character HPs that are negative 2018-03-31 20:40:17 -04:00
Paul Gilbert b442db8543 XEEN: Fix initial generation of blacksmith wares
This only applies to newly started games; existing savegames will have
invalid wares in the Blacksmiths
2018-03-31 20:28:40 -04:00
Paul Gilbert b6fc3fd991 XEEN: Change many item Id checks to use empty() function 2018-03-31 18:39:42 -04:00
Paul Gilbert 263df996b6 XEEN: Properly clear misc item treasure list afterwards 2018-03-31 18:29:52 -04:00
Paul Gilbert 6abead118e XEEN: Properly flush generated save archive data when loading new save 2018-03-31 17:55:58 -04:00
Paul Gilbert 3951c6d2f7 XEEN: Fixes for enchanting items 2018-03-31 17:04:07 -04:00
Paul Gilbert fa28f4cfd9 XEEN: Fix to trigger correct spells when using misc items 2018-03-31 15:35:08 -04:00
Paul Gilbert 4c64e1607b XEEN: Properly remove river bottles when opened 2018-03-31 15:11:31 -04:00
Paul Gilbert 3806a4a0f6 XEEN: Fix implementation of hasCursedItems method 2018-03-31 12:49:54 -04:00
Paul Gilbert 31bcb09619 XEEN: Cleanup of item bonus flags to a bitfield state structure 2018-03-31 12:37:36 -04:00
Paul Gilbert 572dbd8623 XEEN: Armor breaks at -10 HP, not 10 HP 2018-03-31 11:43:11 -04:00
Paul Gilbert 23ca6c9e1b XEEN: Show number of charges remaining when show Misc items 2018-03-31 10:58:33 -04:00
Bastien Bouclet 84b2dc5cc8 MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
Paul Gilbert 494fd3bb52 XEEN: Fixes for giving items via scripts 2018-03-30 23:03:15 -04:00
Paul Gilbert c33fce7ac7 XEEN: Removal of deprecated code 2018-03-30 21:05:52 -04:00
Paul Gilbert 66b8da5b02 XEEN: Fix escaping Cast Spell dialog during combat trying to cast spell 2018-03-30 20:38:45 -04:00
Paul Gilbert 60bb10e92b XEEN: Fix to correct remember last caster when reopening Cast Spell dialog 2018-03-30 20:30:39 -04:00
Paul Gilbert eca76ea91e XEEN: Fix highlighting of character when Cast Spell dialog is opened 2018-03-30 20:08:31 -04:00
Strangerke 83412c91af LILLIPUT: Change the type of _characterTilePos 2018-03-31 01:55:40 +02:00
Strangerke 566f6a6443 LILLIPUT: some more renaming in the sequencer 2018-03-31 01:55:40 +02:00
Strangerke 3720c04cb6 LILLIPUT: Refactor a bit sequenceMoveCharacter to use 3 parameters instead of 2 2018-03-31 01:55:40 +02:00
Strangerke 467cfbc42a LILLIPUT: More renaming work 2018-03-31 01:55:40 +02:00
Eugene Sandulenko 235dd6089f BLADERUNNER: Implemented ActorClues::getModifier().
This completes implementation of the automatic clue exchange
2018-03-31 00:10:26 +02:00
Paul Gilbert 3b8b6e2419 XEEN: Fix bottom of letters like g, y, getting cropped off 2018-03-30 17:29:26 -04:00
Eugene Sandulenko a91d7ec44b BLADERUNNER: Implemented ActorClues::acquireCluesByRelations() 2018-03-30 22:57:48 +02:00
Paul Gilbert 17d7fa328a XEEN: Fix healing and uncursing at the temples 2018-03-30 16:10:17 -04:00
Eugene Sandulenko 658b58419b BLADERUNNER: Further work on acquireCluesByRelations() 2018-03-30 19:07:44 +02:00
Eugene Sandulenko 56a817d53e BLADERUNNER: Fixed bug in Actor::acquireCluesByRelations() 2018-03-30 10:14:10 +02:00
Lothar Serra Mari a7af5d63fc XEEN: Add POTFILES 2018-03-30 09:52:37 +02:00
Paul Gilbert 2bd81bac81 XEEN: Improvements for trip to Rivercity
This slightly slows down movement to more closely match the original,
and stops a turn pass from occurring when Rivercity is reached
2018-03-29 22:41:02 -04:00
Paul Gilbert 60fdd3d5f2 XEEN: Added intangible debugger command 2018-03-29 21:35:25 -04:00
Paul Gilbert 09f67c83ce XEEN: Fix LLoyd's Beacon spell in Clouds of Xeen 2018-03-29 20:30:00 -04:00
Eugene Sandulenko 7d2b9df5f2 BLADERUNNER: Initial code for acquireCluesByRelations() 2018-03-30 00:25:52 +02:00
Strangerke 411e182044 LILLIPUT: Remove some useless code 2018-03-29 07:11:42 +02:00
rsn8887 b875f46db0 LILLIPUT: Fix narrowing conversion compiler errors on psp2 build 2018-03-28 23:00:13 -05:00
Paul Gilbert d320bc569a XEEN: Fix check for if party has swimming skill 2018-03-28 22:38:14 -04:00
Paul Gilbert fc03c1e71c XEEN: Don't allow dismissing characters holding Elder weapons in Swords 2018-03-28 21:53:59 -04:00
Paul Gilbert 78db92eb33 XEEN: Use correct quest items list depending on game 2018-03-28 21:40:54 -04:00
Paul Gilbert 8c4f90893d XEEN: Add data for Swords of Xeen to create_xeen 2018-03-28 20:49:44 -04:00
Paul Gilbert 8c86a18806 XEEN: Fix missing message for when all Guild spells bought 2018-03-28 20:49:44 -04:00
Strangerke 4b0fc02ad0 LILLIPUT: Rename sound opcodes 2018-03-29 00:29:23 +02:00
Adrian Frühwirth 7eed14614b JANITORIAL: Fix typo 2018-03-29 00:16:57 +02:00
Eugene Sandulenko 21a56c7297 BLADERUNNER: Remove unnecessary returns 2018-03-29 00:08:34 +02:00
Eugene Sandulenko 0201979c55 BLADERUNNER: Fix buffer overflow in PoliceMaze 2018-03-29 00:08:34 +02:00
Eugene Sandulenko bfa00a02b1 BLADERUNNER: Fix incorrect loop end check 2018-03-29 00:08:34 +02:00
Eugene Sandulenko 0d241c200b BLADERUNNER: Added clarifying comment for a bug in original 2018-03-29 00:08:34 +02:00