Commit Graph

134 Commits

Author SHA1 Message Date
eefbb72c55 quick-fix failure to show load/create dialog for builtin scens 2025-08-24 12:32:40 -05:00
761edf0e7c shrink talk text when it doesn't fit 2025-08-07 09:39:03 -05:00
d148577ebf Fix replay which loads a prefab 2025-08-07 09:38:59 -05:00
a1312e357f Allow create new or load party after selecting scenario 2025-08-07 09:38:59 -05:00
abeb8954ab for legacy scenarios, help open readme or load prefab 2025-08-07 09:38:58 -05:00
4f1d89ee92 Scenario picker handle names with first character numeric 2025-08-07 09:38:56 -05:00
dfba555a05 Fix all compiler warnings in the game code. 2025-08-01 23:30:21 -04:00
fd9132a0dd Implement key shortcuts to jump alphabetically in scen list.
Fix #336
2025-06-02 11:32:20 -05:00
dddae03915 Add button to open scenario folder & refresh list 2025-05-24 16:32:06 -05:00
b7c1089508 Fix save file dialog with first party. (#740) 2025-05-23 08:55:14 -05:00
1734e7b055 Fix Load screen with no parties in save folder (#740) 2025-05-23 08:48:31 -05:00
f2492d6fb4 allow loading party without overwrite global cCustomGraphics 2025-05-19 21:41:13 -05:00
efe668750e fix misleading buffer message for talk record 2025-05-19 21:41:04 -05:00
a70bbc738a 'Train who?' show skill points and disallow pcs w/ 0 2025-05-11 10:56:06 -05:00
3f96328736 Implement Go Back stack for talk mode. Fix #726 2025-05-11 10:50:08 -05:00
b877bcffc5 use extra space when there is no scrollbar in shop window 2025-05-11 10:50:06 -05:00
51e6da15e2 Truncate alchemy ingredients if overlapping recipe cost 2025-05-11 10:50:06 -05:00
30e77633e4 Fix item name rect stealing clicks from ID button 2025-05-11 10:50:05 -05:00
93d8e0054e fix invisible clickable preset words when end forced 2025-05-11 10:50:01 -05:00
cdb5b01657 Fix 2nd dialog string lingering when asking preset talk word 2025-05-11 10:50:01 -05:00
5fcba5cdc3 fix replay autosave file picker 2025-05-11 10:49:59 -05:00
7de9d8a8bb Fix replay fancy file picker 2025-05-11 10:49:59 -05:00
d6c7303d52 fix BUY_SDF talk nodes 2025-05-11 10:49:56 -05:00
51086ca6b0 when replaying fancy file picker don't pass 'DUMMY', just close 2025-05-11 10:49:52 -05:00
796b48f978 fix bug where manual save overwrote auto 2025-05-11 10:49:48 -05:00
bb4aae1285 move get_str and get_strs into universe (shared code) 2025-05-11 10:49:35 -05:00
58107f1856 str("") is unsafe on its own for clearing stream 2025-05-11 10:49:27 -05:00
8b14519fa5 Fix funny message: can't give to dead pcs because 'no item slot' 2025-05-11 10:49:16 -05:00
447f9739a4 Remove RepeatRoomDescriptions, which never did anything
Fix #712
2025-05-06 15:24:13 -05:00
9e67aa09ce Fix logic of the 'Newer' autosave indicator 2025-03-30 11:51:14 -05:00
599f1030f2 Allow PC to accept item that will stack, even if slots full 2025-03-19 19:31:32 -05:00
07bbf1b8ef Refactor mode integer for select_pc (see calref#699) 2025-03-19 19:31:26 -05:00
03e5ee59c6 select_pc() allow_choose_all argument, eliminate overloaded version 2025-03-19 19:31:21 -05:00
8c48cbab4f useful functions for control text manipulation 2025-03-19 19:31:18 -05:00
851b58b312 In Save As, Enter should save with the text field name 2025-03-19 19:31:16 -05:00
48ab580993 Fix already_started arg 2025-03-16 14:03:53 -04:00
2053381ea9 rename and invert the 'manual' arg to 'preview' in load_party() 2025-03-16 14:03:53 -04:00
e3e93a43bf new save file field save state when page changes 2025-03-16 14:03:53 -04:00
fd9ac5ab04 Fix buttons and labels of pages>1 in file picker 2025-03-16 14:03:53 -04:00
0a9a79b586 watch cursor when scenario picker is building headers 2025-03-16 14:03:53 -04:00
512aeb6e1a watch cursor when file picker is loading parties 2025-03-16 14:03:53 -04:00
5cfc6ba328 Fix all the compile warnings that occur on Mac.
(Except the OpenGL deprecation warning and some warnings coming from Boost.Process.)
2025-03-08 20:43:04 -05:00
c60d151ed3 If autosave prefs open before autosave check, use default 2025-03-07 08:43:20 -05:00
568b5dbe65 file picker display when a file is corrupt 2025-03-07 08:43:19 -05:00
531384844e Better function name for cStack changeSelectedPage() 2025-03-07 08:43:19 -05:00
b7a647c489 record and replay fake fancy file picker 2025-03-07 08:43:18 -05:00
d54c61f982 Autosave preferences 2025-03-07 08:43:17 -05:00
27e76e5ffb preference to still use OS file browser 2025-03-07 08:43:16 -05:00
18294b4f1b make fancy file picker function game-specific 2025-03-07 08:43:16 -05:00
53de92c932 autosave loading 2025-03-07 08:43:15 -05:00