Commit Graph
89 Commits
Author SHA1 Message Date
Henrik Kretzschmar 1cdbec7da3 XEEN: fix broken screen after character creation 2018-07-17 17:13:14 -07:00
Paul Gilbert c2854a8318 XEEN: Fix using mouse click to close message dialogs 2018-07-04 21:58:15 -07:00
Paul Gilbert 7edac197e4 XEEN: Correct scroll and music when signing into tavern 2018-05-30 20:12:13 -04:00
Paul Gilbert b191cbf909 XEEN: Stop re-rolling new character stats when some areas of screen clicked 2018-05-30 18:15:50 -04:00
Paul Gilbert 23f3f171df XEEN: Fix close-up objects placement, incorrect skill text in Create Char dialog 2018-05-27 19:56:41 -04:00
Adrian Frühwirth cee4d6b853 JANITORIAL: Fix trailing whitespace 2018-05-24 15:30:55 +02:00
Adrian Frühwirth c7f3416daa JANITORIAL: Remove trailing whitespace 2018-05-20 23:40:20 +02:00
Paul Gilbert f3bccbd6b0 XEEN: Fix animation speed when Control Panel is open 2018-05-11 06:54:32 -04:00
Paul Gilbert 97ad823aa4 XEEN: Further fixes to display of Auto Notes 2018-05-06 20:28:10 -04:00
Paul Gilbert cb6b39ed77 XEEN: Fix display of Auto Notes 2018-05-06 17:08:00 -04:00
Paul Gilbert dbef4baa79 XEEN: Fix setup of mode buttons in Items dialog 2018-05-06 11:19:08 -04:00
Paul Gilbert bd5d097286 XEEN: Move Detect Monsters dialog logic into a dialogs_spells.cpp class 2018-04-28 16:21:30 -04:00
Paul Gilbert 461171ced1 XEEN: Move some few overlooked strings and spell array into xeen.ccs 2018-04-27 20:45:20 -04:00
Paul Gilbert 00af6a9aec XEEN: Fix Swords Greyhaven guild spell list 2018-04-23 20:14:57 -04:00
Paul Gilbert db8f9bccfb XEEN: FIxes for Dark Side & Swords spell listing 2018-04-23 19:48:21 -04:00
Paul Gilbert 0aeecb6c33 XEEN: Swords changes for game flags array 2018-04-21 07:26:52 -04:00
Paul Gilbert 4d3a7a78f5 XEEN: Fix assert for maximum number in button chooser 2018-04-20 20:51:10 -04:00
Paul Gilbert 9479380310 XEEN: Changes for Auto Notes for Swords 2018-04-19 21:42:38 -04:00
Paul Gilbert 8d577f4916 XEEN: Alter quest flag handling to accomodate Swords 2018-04-19 21:21:59 -04:00
Paul Gilbert bd69f99f8b XEEN: Fix game header lines in Quests dialog for Swords 2018-04-19 20:43:31 -04:00
Paul Gilbert 0922d44199 XEEN: Added differences introduced in Swords of Xeen 2018-04-15 23:27:26 -04:00
Paul Gilbert caba188569 XEEN: Mode renamings, fix loading savegame during script dragging party 2018-04-15 09:51:18 -04:00
Paul Gilbert a189f2c7d2 XEEN: Fix aborting combat loop prematurely via bad sleeping check
Previously combat was being aborted prematurely, though it wasn't
noticeable in most casees since the next turn combat started up
again seamlessly. But there were a few edge cases, such as
defeating monsters in a single turn, but having more to the side,
where it resulted in the list of active monsters being fought
being redrawn with no contents
2018-04-14 11:05:11 -04:00
Paul Gilbert de365eb0c6 XEEN: Allow deselecting items in Items dialog 2018-04-08 18:43:42 -04:00
Paul Gilbert 5c62d90c1b XEEN: Fix display of negative values in Character dialog HP tooltip 2018-04-08 18:25:41 -04:00
Paul Gilbert fa9218f2d2 XEEN: Further numeric fixes for dialog with Gremlin King 2018-04-08 15:36:17 -04:00
Paul Gilbert 2888953c7b XEEN: Fix display of the 123 Chooser dialog 2018-04-08 15:36:17 -04:00
Paul Gilbert 315b88e1bf XEEN: Fix buying spells in Dark Side 2018-04-08 13:55:21 -04:00
Paul Gilbert d9fd699050 XEEN: Fix using Lloyd's Beacon across the sides 2018-04-08 11:17:31 -04:00
Paul Gilbert c2b5d625fa XEEN: Fix check to allow Lloyding into Xeen's castle 2018-04-07 17:13:54 -04:00
Paul Gilbert f1cfc9e696 XEEN: Cleanup of game completion flags 2018-04-07 16:55:07 -04:00
Paul Gilbert a575346ba3 XEEN: Fix Protection From Elements spell 2018-04-07 12:31:32 -04:00
Paul Gilbert 6a32516490 XEEN: Cache mouse clicks as well as keyboard in EventsManager
This allows the well open door/gate, shoot at enemies, then close
to work with the mouse as well as the keyboard. The pending event
queue has also been limited to 5 pending events. Trust me, you
don't want to spent time spamming Shoot at a high level monster
that can't reach you, only for when it's killed to have to wait
several minutes whilst your party keeps shooting.
2018-04-07 11:02:09 -04:00
Paul Gilbert fa00855a10 XEEN: Don't set a _buttonValue when Ctrl or Alt is pressed
This avoids a problem where holding down Ctrl for the GMM
was passing multiple turns.. very noticeable if there were
monsters nearby, or the party is standing on a trap tile
2018-04-06 22:30:29 -04:00
Paul Gilbert 70b76dc8de XEEN: Fix teleporting outdoors 2018-04-06 07:09:50 -04:00
Paul Gilbert 5b1f054133 XEEN: Fix entering password in Castle Basenji 2018-04-05 07:01:40 -04:00
Paul Gilbert 4fefa88282 XEEN: Don't allow saving in the war zone 2018-04-03 22:00:18 -04:00
Paul Gilbert c8b9b7c8a2 XEEN: Fix script for Miles the Cartographer 2018-04-02 21:06:01 -04:00
Paul Gilbert 0cde83ea01 XEEN: Fix Coverity reported overruns 2018-04-01 22:35:14 -04:00
Paul Gilbert f2b8942f45 XEEN: Prevent 'Nothing here' dialogs disappearing too quickly 2018-03-31 22:43: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 3951c6d2f7 XEEN: Fixes for enchanting items 2018-03-31 17:04:07 -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 23ca6c9e1b XEEN: Show number of charges remaining when show Misc items 2018-03-31 10:58:33 -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
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 09f67c83ce XEEN: Fix LLoyd's Beacon spell in Clouds of Xeen 2018-03-29 20:30:00 -04:00
Paul Gilbert fc03c1e71c XEEN: Don't allow dismissing characters holding Elder weapons in Swords 2018-03-28 21:53:59 -04:00