Commit Graph

14 Commits

Author SHA1 Message Date
LagoLunatic 37000df61b Make Proc_e enum values consistent across actors 2026-03-12 17:26:42 -04:00
LagoLunatic ac8ff10650 Fix most weak function ordering issues 2025-08-20 19:09:06 -04:00
LagoLunatic 217775af4e Use precompiled headers, fix weak data issues 2025-08-20 18:51:42 -04:00
LagoLunatic 67259edeeb Clean up HIO reg accesses 2025-07-17 21:41:40 -04:00
LagoLunatic 02f5838608 Revert "Revert files in current pull requests"
This reverts commit e0626b6ccb.
2025-07-17 21:24:35 -04:00
LagoLunatic 3d0aff6a84 daPy_lk_c::dProcTool and daDemo00_c::execute matched, fix up various inlines and template classes, stb OK 2025-06-17 22:30:17 -04:00
LagoLunatic e24cbed367 Demo work (#786)
* Demo work

* Fix PAL

* Fix d_door weak func order and link it

* Fix d_door for demo

* JKernel OK on demo + misc

* tag_attention 100% on demo

* More demo work and fix some retail fakematches
2025-06-04 16:50:49 -04:00
WilliamArnett 9fbf32eb05 d_a_npc_km1 Equivalent (#768)
* 99% match

* Rewrote _execute to increase accuracy. Only issue in .text is a label not loading correctly. I have no idea how to fix this.

* Equivalent. Weak func ordering.

* 7% text

* 28% text

* 41% text

* 65% text

* Rewrote _execute to increase accuracy. Only issue in .text is a label not loading correctly. I have no idea how to fix this.

* Equivalent. Weak func ordering.

* 82% text

* Equivalent. A lot of work is needed to name variables and clean up functions. Weak function ordering is wrong.

* Cleaned some functions, named several variables, and began documenting dialog tree.

* Naming a couple more variables

* 21% text

* change out getMySubstanceP for getMyIntegerP inline

* 100% text

* Refactor to use JUT_ASSERT macro

* Revert merges

* Revert "Merge branch 'main' into d_a_npc_km1"

This reverts commit 9ebc35f76b, reversing
changes made to b8807b2f50.

* Revert merges

* Revert "Merge branch 'main' into d_a_npc_km1"

This reverts commit 9ebc35f76b, reversing
changes made to b8807b2f50.

* Undo file changes

* Revert "Undo file changes"

This reverts commit 5bcc47fcd4.

* a couple more reverts

* Should be done with reverts

* revert configure.py

* Implement LagoLunatic's suggested changes

* add endif to allow demo to build
2025-06-03 17:34:41 -04:00
LagoLunatic 822b13e57a Add cPhs_State typedef and use it everywhere 2025-03-17 22:26:56 -04:00
LagoLunatic 025b7e459a Switch return type of _execute/_draw/_delete to be bool by default instead of BOOL
It's not completely consistent, but it seems like the majority used `bool`, and only a handful used `BOOL`. So I switched all of them to `bool` except for 13 TUs that stopped matching when changed like this.
2025-02-01 16:17:46 -05:00
LagoLunatic d84ec1c3d7 Add autogenerated HIO class defs to actor headers 2023-12-30 17:15:03 -05:00
LagoLunatic 6715b95c90 Define empty structs/enums to get actors closer to compiling 2023-11-25 16:27:51 -05:00
LagoLunatic 8a2bc19a89 Better defaults for create/delete/execute/draw/isdelete 2023-11-24 16:49:23 -05:00
LagoLunatic 471b881de8 Automatically generate headers for all actors 2023-11-24 12:44:06 -05:00