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