Commit Graph

30 Commits

Author SHA1 Message Date
LagoLunatic fdbb0225bf Add dBgS_AttributeCode enum 2023-12-02 15:05:50 -05:00
LagoLunatic 5039fe661c Finished porting all actor classes to headers 2023-11-25 23:53:05 -05:00
LagoLunatic 5d53392a9b minor player_main work 2023-11-25 14:23:29 -05:00
Jasper St. Pierre 9553fd0c22 Remove a bunch of weak symbols from TUs
Done with regex

/\* .* \*/
.*symbol.*.*\(.*\).* \{
    \/\* Nonmatching \*\/
\}
2023-11-24 12:45:11 -08:00
LagoLunatic 469f243030 Process IDs cleanup
* Use fpcM_ERROR_PROCESS_ID_e enum instead of literal -1/0xFFFFFFFF everywhere
* Disambiguate variable names by using itemNo/msgNo instead of itemID/msgID
2023-11-22 16:25:28 -05:00
LagoLunatic d27ea6aceb d_a_rd, d_lib etc work 2023-11-21 01:43:18 -05:00
LagoLunatic cc35bd0890 npc_md work 2023-11-20 23:28:35 -05:00
LagoLunatic c130095d7f player_main work, player_ship start 2023-11-19 22:33:45 -05:00
LagoLunatic 785effa0c3 d_a_player_food start 2023-11-19 04:05:07 -05:00
LagoLunatic 15f4354f6a player_main work 2023-11-09 18:51:06 -05:00
LagoLunatic ba0374420c player_main and npc_md work 2023-11-07 17:44:48 -05:00
LagoLunatic 082fb3b3fc Add more player inlines 2023-11-02 19:58:01 -04:00
LagoLunatic 2c907c8a21 Clean up code for various actors 2023-10-29 02:07:52 -04:00
LagoLunatic f84a7bdadb d_a_player_main work, playerInit match 2023-10-28 15:53:28 -04:00
LagoLunatic d53c702bb7 Rename d_a_player_link.h -> d_a_player_main.h 2023-10-23 20:16:32 -04:00
LagoLunatic 05e335b7b6 Add Link's proc enum 2023-10-23 19:38:33 -04:00
LagoLunatic 2ac03c0187 Fill in Link's proc tables 2023-10-23 19:30:23 -04:00
LagoLunatic ad39e526f2 More d_a_player_main progress 2023-10-23 18:07:34 -04:00
LagoLunatic 9e9f2b3d41 daPy_lk_c::commonProcInit match 2023-10-22 23:46:03 -04:00
LagoLunatic 74944b4a81 Fix includes of .inc files, add src/ to includes 2023-10-22 21:41:05 -04:00
LagoLunatic 2bd38293a8 d_a_bg match + fix link's actor profile 2023-10-22 03:33:14 -04:00
LagoLunatic 1299f85522 d_a_player_main work 2023-10-18 18:13:26 -04:00
LagoLunatic e73137de3e Clean up d_a_player_main function signatures 2023-10-17 13:55:02 -04:00
SuperDude88 0220c2a510 d_a_agbsw0 Almost OK
Biggest gaps are where it needs other actor classes, couple functions with regalloc issues too
2023-09-24 20:34:09 -04:00
TakaRikka dffe17b2fe add player HIO data (#56) 2023-09-18 12:29:58 -07:00
fig02 2c82d9708f Split player functions into appropriate .inc files (#47)
* split files

* remove functions that are prob weak
2023-09-16 22:16:52 -07:00
fig02 6431f41437 match phase_1, phase_2, phase_3 (#26) 2023-09-13 14:52:11 -07:00
fig02 f0526ace90 match daPy_Create, rename headers 2023-09-13 00:51:01 -04:00
fig02 60b9661107 it compiles. also split player and link headers. 2023-09-12 23:43:04 -04:00
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00