Commit Graph

2734 Commits

Author SHA1 Message Date
aea043a9e7 rewrite optional match logic to satisfy mac compiler 2025-01-15 23:05:53 -05:00
0742fe5fe0 error message suggest non-paren location 2025-01-15 23:05:53 -05:00
d7d06db50d parse location with optional parens 2025-01-15 23:05:53 -05:00
4d005cda2a More succinct using statements
Co-authored-by: Celtic Minstrel <CelticMinstrel@users.noreply.github.com>
2025-01-15 23:05:53 -05:00
89c0842ae3 wire up default party led, chosen party text field
The button to locate a party via the file browser is not yet
connected to an event
2025-01-15 23:05:53 -05:00
18b32194dd implement string preferences for mac
they don't need to be recorded/loaded in replays yet so I didn't do that part.
2025-01-15 23:05:53 -05:00
d1b474bfcb dialogxml elements for debug party preference 2025-01-15 23:05:53 -05:00
8590df65f8 error message when trying to launch from header.exs 2025-01-15 23:05:53 -05:00
d8b99dbefe scenedit use merged form of coord arguments 2025-01-15 23:05:53 -05:00
31cb2d7cab merge and parse location arguments 2025-01-15 23:05:53 -05:00
24e63e55cb parse N, S, E, W 2025-01-15 23:05:53 -05:00
ad7a7e3fae search default paths for scenarios when unqualified --scenario input 2025-01-15 23:05:53 -05:00
00b33843f6 prompt to save 2025-01-15 23:05:53 -05:00
87aa353f28 use boost::process instead of system() 2025-01-15 23:05:53 -05:00
17ea769bab start the party in the outdoor section of the forced town 2025-01-15 23:05:53 -05:00
e6a6707c36 skip intro dialog and special node when cli launches a scenario 2025-01-15 23:05:53 -05:00
a99b4be663 shift-O print outdoor section and local/global position 2025-01-15 23:05:52 -05:00
dffd1202f6 implement scenario editor launch function 2025-01-15 23:05:52 -05:00
b3d8a64e79 start implementing scenario editor launch function 2025-01-15 23:05:52 -05:00
73e85836a3 we've been using the wrong define for mac detection 2025-01-15 23:05:52 -05:00
747b08ee09 add scenario launch menu item (does nothing for now) 2025-01-15 23:05:52 -05:00
b1e7021b7a implement outdoor x,y command-line args 2025-01-15 23:05:52 -05:00
0addd214da debug_leave_town redraw terrain immediately 2025-01-15 23:05:52 -05:00
b268729cd1 handle --town option with --entrance or --x, --y 2025-01-15 23:05:52 -05:00
d5709e3601 organize and document cli args 2025-01-15 23:05:52 -05:00
42120f2d03 Clara path parameters must be std::string to parse >1 token 2025-01-15 23:05:52 -05:00
c1adc48799 add more scenario args and validation logic 2025-01-15 23:05:52 -05:00
0a815bc50c load a scenario from the command-line 2025-01-15 23:05:52 -05:00
5936b1c579 global vector for extra scenario directories 2025-01-15 23:05:52 -05:00
4b8a416509 change_fps action for debugging replays 2025-01-15 15:10:53 -06:00
a3cd5c9e73 When replay throws an error, stop replaying 2025-01-15 15:07:26 -06:00
4eb425cc91 record and replay the burma shave easter egg 2025-01-15 15:05:10 -06:00
346ce7eb94 add new brew directories to xcodeproj 2025-01-14 13:41:37 -05:00
7b62f6a9b9 specify required dep versions in README 2025-01-14 13:41:37 -05:00
b05f9ffd34 keg-only pinned libs have different install paths 2025-01-14 13:41:37 -05:00
f303e3e12e pin boost version in mac CI for C++11 support 2025-01-14 13:41:37 -05:00
129d9417ab mac-scons install SFML@2 2025-01-14 13:41:37 -05:00
e8bcd663c3 add text to leds for pc-alchemy-info.xml 2025-01-11 21:50:35 -05:00
80861d0237 add text to leds in edit-outdoor-encounter.xml 2025-01-11 21:50:35 -05:00
249bf6f76a add text to leds in edit-special-item.xml 2025-01-11 21:50:35 -05:00
1522c50d2b add text to led in make-scenario2.xml 2025-01-11 21:50:35 -05:00
bca254dc3a add label text to led in make-scenario1.xml 2025-01-11 21:50:35 -05:00
387cd6cd00 fix led labels in new-town.xml 2025-01-11 21:50:35 -05:00
bdfe0d3ddf add text to led in edit-item-shortcut.xml 2025-01-11 21:50:35 -05:00
621cd2287e Town details fix led labels 2025-01-11 21:50:35 -05:00
15d169b084 fix clickable bounds of leds in cStringChoice 2025-01-11 21:50:35 -05:00
6f0145c285 Revert "always combine_things() after identifying a held item"
This reverts commit 364712ef9e.
2025-01-08 23:06:44 -05:00
12a6850992 line break to show all of recharge message 2025-01-08 23:06:44 -05:00
3ad8b87417 move all_items_identified into cParty 2025-01-08 23:06:44 -05:00
79bf21cb7d end item target mode when all items are identified 2025-01-08 23:06:44 -05:00