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)
Errors fixed:
- If Cave Lore / Woodsman not converted correctly
- If Have Item Class Equipped erroneously converted to its +take variant
(...probably)
- Text Response didn't correctly convert the alternate answer
Errors fixed:
- Picture forced to 19 for stairway nodes.
(The game actually did this, and also forced to 22 for portals,
but I decided that wasn't necessary to preserve.)