Commit Graph

324 Commits

Author SHA1 Message Date
97691b8797 this one was supposed to be 0 2024-08-24 20:04:29 -04:00
aec6f9b75e use nullptr instead of 0 2024-08-24 20:04:29 -04:00
a8241525a4 File->Abort confirm if party is loaded 2024-08-24 20:04:29 -04:00
383c83e8ce record and replay last menubar help menus 2024-08-24 20:04:29 -04:00
aff911ce1d record and replay help TOC 2024-08-24 20:04:29 -04:00
23be231949 record and replay other ways to display map 2024-08-24 20:04:29 -04:00
c8c008b3c5 record and replay opening the map through the menu 2024-08-24 20:04:29 -04:00
afccdcaa91 record and replay intro dialog 2024-08-24 20:04:29 -04:00
c0df7c3f53 record and replay tip of the day 2024-08-24 20:04:29 -04:00
b1f2465c37 record and replay display_skills 2024-08-24 20:04:29 -04:00
bd53a3bb31 record and replay display_spells 2024-08-24 20:04:29 -04:00
da99b6169e change 2 unnecessary TODO comments 2024-08-24 20:04:29 -04:00
9ed90a1b38 record and replay alchemy help 2024-08-24 20:04:29 -04:00
e64ba776be record and replay print_party_stats 2024-08-24 20:04:29 -04:00
9abd80b87d record and replay adventure notes 2024-08-24 20:04:29 -04:00
4e03166bb4 record and replay talk notes 2024-08-24 20:04:29 -04:00
c345a03d75 record and replay checking journal 2024-08-24 20:04:29 -04:00
ec8c412018 record and replay Create new PC 2024-08-24 20:04:29 -04:00
2471a3e005 missed a place to change drop_pc -> handle_drop_pc 2024-08-24 20:04:29 -04:00
4f41ee0f87 Note a minor bug in Create New PC 2024-08-24 20:04:29 -04:00
b92ec0b53d drop_pc -> handle_drop_pc 2024-08-24 20:04:29 -04:00
4834d9b135 record and replay renaming PCs 2024-08-24 20:04:29 -04:00
f597bbc298 record and replay changing PC graphic 2024-08-24 20:04:29 -04:00
99565b5cef record and replay File->Abort 2024-08-24 20:04:29 -04:00
8b05b5be9a help menu items record show_dialog_action 2024-08-24 20:04:29 -04:00
1617f3af82 TODOs on menu items not recorded/replayed 2024-08-24 20:04:29 -04:00
92870587a8 record and replay preferences menu item 2024-08-24 20:04:29 -04:00
4fcb0ba417 record and replay new party menu item 2024-08-24 20:04:29 -04:00
a7c1d757be record and replay PC deletion 2024-08-24 20:04:29 -04:00
47ceeabddc move real deletion behavior into drop_pc(), keep buffer messages 2024-08-24 20:04:29 -04:00
2513fc113b record and replay several help dialogs 2024-08-24 20:04:29 -04:00
9d31dd3589 record arrow button clicks (cosmetic) 2024-08-24 20:04:29 -04:00
0e87c730c6 Add a replay speed option so that we can watch the replay in action. 2024-08-22 23:21:29 -04:00
61bf8d327e Inserting a timestamp into the filename isn't great for testing, let's make it optional 2024-08-22 23:21:29 -04:00
d74b11aa31 Reform command-line handling to use Clara, which is bundled with Catch 2024-08-22 23:21:29 -04:00
8801d17ed5 Fix crash due to erroneous false load AppleEvents when command-line arguments are passed
The fix is just to initialize the dialog subsystem AFTER the main window, causing the AppleEvent handler to output the load failure to the log instead of showing a dialog
2024-08-22 21:53:27 -04:00
f2469d1694 Fix crash when playing a replay with no custom scenarios 2024-08-22 21:53:27 -04:00
39c85e7f3c limit framerate of controls' nested event loops 2024-08-22 09:47:06 -04:00
fe4821cb4e fix CPU spike during intro splash screens 2024-08-22 09:47:06 -04:00
23e0db9922 Add enum for creature status 2024-08-21 23:47:44 -04:00
20c53fb2ed Fix crash if you cancel the scenario selection 2024-08-21 23:47:44 -04:00
f400a5b7de Address a bunch of dead store issues found by the static analyzer.
Pretty much all of these fall into one of two categories:

* Variables that are obviously unneeded and in many cases completely unused – probably remnants of old code that was rewritten. These ones were deleted.

* Variables that look like they should be used but aren't. These ones have been suppressed, with a TODO message added as a reminder to investigate them in more detail later.
2024-08-10 12:22:05 -04:00
1d491e3b2a Address a dead store issue found by the static analyzer.
I kept this separate from the other dead store issues because it clearly changes behaviour – the change makes teleport_party NEVER play an animation in combat. Thus, in case the change is determined to be wrong, this is to document what happened and why.
2024-08-10 12:09:35 -04:00
104f6d6b0b Address some compiler warnings (Xcode 12)
* Missing prototypes
* Unused function parameters
* Float comparison in preferences
2024-08-10 12:06:11 -04:00
a202918d57 Address UB warnings found by the static analyzer 2024-08-10 11:56:51 -04:00
9f67015ffe Remove the 'normal speed' icon, which had always been unused in Blades of Exile
closes #387
2024-08-09 22:32:09 -04:00
4e6306b110 record and replay mods on startup buttons. fix #394 2024-08-09 19:47:15 -04:00
f8d319c550 replay the scenario list 2024-08-09 02:16:07 -04:00
740810d7d2 record installed scenario files 2024-08-09 02:16:07 -04:00
a13e7cdc3b replace atoi with std::stoi 2024-08-09 02:06:31 -04:00