Commit Graph

13 Commits

Author SHA1 Message Date
1684a483b7 queue_special() return whether special was queued 2025-08-25 08:50:49 -05:00
b0e73efd05 Delete unused fade_party() func with used x=100 wrong (#752) 2025-06-06 12:04:17 -05:00
bb4aae1285 move get_str and get_strs into universe (shared code) 2025-05-11 10:49:35 -05:00
c4e1ff7f0d Make getting scenario strings DRY 2025-02-16 19:33:52 -06:00
96c71bdce4 remove unnecessary reference passing 2024-11-30 19:22:00 -05:00
3a9c5ea208 make damage type -> boom type DRY 2024-11-30 19:22:00 -05:00
3068e97868 make damage type -> sound type DRY
And while I'm at it, resolve a TODO note and remove a bunch of unnecessary 0s
2024-11-30 19:22:00 -05:00
69dc482997 record and replay using special items 2024-09-03 00:08:26 -04:00
5b2561d034 Disable header maps in Xcode 12 2022-07-12 20:35:41 -04:00
xq
9b3db0a5ab Fix incorrect damage values in transcript 2020-02-11 04:06:07 +02:00
86d2574aed Some refactor of special node system
- Context type (town/out/scen) is now an enum
- Don't expose internals in the header
- Use a state struct to pass things around through the system
- Fix special AFFECT_DEADNESS case for default party selection
- Maybe other bits and pieces?
2020-02-02 19:12:45 -05:00
cf3f20ffcc Clean up outdoor wandering monsters function, removing a useless parameter 2020-01-19 16:25:35 -05: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