36ddc9e8fb
make resurrection balm a feature flag. fix #703
...
This makes it so the built-in scenarios do not require balm,
even though they are not legacy scenarios.
If we add balm to the scenarios, we can change this.
If I find balm in ZKR I will change it.
2025-05-19 21:41:02 -05:00
1ad34d8814
fix crash recording 1-string dialog, DRY recording code
2025-05-11 10:49:50 -05:00
58107f1856
str("") is unsafe on its own for clearing stream
2025-05-11 10:49:27 -05:00
Nathan R
598fd4836a
Fixed up: Move file-static RenderWindow and RenderTexture instances inside functions to fix GL race condition on startup ( #682 )
2025-03-06 19:40:40 -05:00
32e644b9f5
some actions shouldn't be recorded in every context
2025-02-23 15:09:32 -06:00
576a40b3e1
make give_help() DRY
2025-02-15 11:19:44 -05:00
4e66edc7e3
prefer lexical_cast over stringstream in record/replay
2024-09-03 00:08:26 -04:00
e12838a04e
record and replay showing PC info
2024-09-03 00:08:26 -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
9ed90a1b38
record and replay alchemy help
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
b03c34396d
Split quest flags into two separate boolean values
2023-01-22 18:56:50 -05:00
ALONSO Laurent
812410338d
journal: try to delete correctly the talking notes
2023-01-21 21:02:06 -05:00
ALONSO Laurent
6b5cd30149
boe.infodlg.cpp: try to correct a problem when displaying notes,
2023-01-21 20:55:39 -05:00
e3d6a4748e
Dialog XML definitions are now loaded thru the resource manager
2023-01-07 11:59:42 -05:00
ALONSO Laurent
0d0b577c9c
roster: try to display the right monster...
2023-01-06 20:04:02 -05:00
cb73719af3
Make item abil_data a bit more readable
...
A two-element array is an ugly thing to behold
2023-01-06 02:13:46 -05:00
5b2561d034
Disable header maps in Xcode 12
2022-07-12 20:35:41 -04:00
8392ee85e8
Make more use of references to shorten long lines of code
...
This goes through just four files for unnecessary uses of univ.party[n].
2019-11-24 20:28:53 -05:00
3302dd68b7
Move encumbrance calculation functions into cPlayer
2019-11-24 20:28:53 -05:00
bdb3cb3df6
Fix an issue with the help buttons for talking and shops not producing anything if you'd seen them once before
2017-09-04 14:37:26 -04:00
c2ce2a2cd1
Split up the graphtool files
2017-04-14 15:43:07 -04:00
e57441f6a0
Consolidate active quest data into a single map
2017-04-14 11:38:06 -04:00
82abdab695
Major code reorganization
...
This commit only updates the XCode project for the changes.
A later commit each will update it for scons and MSVC.
A few actual changes are mixed in:
- Add a prefix header for a handful of common definitions
- Moved current_cursor into the Cursor class as a static member
- Removed the make_cursor_sword and make_cursor_watch functions
- Include tests in the All target
- Remove redundant -l flags for Common and Common-Party (since they're included in the Link phases anyway)
2017-04-14 00:24:29 -04:00