Kristopher Early
92996b9ca1
d_a_obj_eff OK ( #855 )
...
* park
* d_a_obj_eff OK
* OK for everything but demo.
* Update d_a_obj_eff.cpp
* Refactor daObjEff smoke effect callbacks and cleanup
Replaces direct member access and static_casts with virtual method calls for particle callbacks, improving type safety and maintainability. Updates function pointer arrays to use member function pointers with explicit class scope. Renames parameter enums for clarity and implements prm_get_type(). Changes mParticleCallback type to dPa_followEcallBack* for consistency. Also replaces direct alpha assignment with setGlobalAlpha().
* d_a_obj_eff OK for Kiosk / Demo
* Update f_pc_base.h
* Refactor particle effect functions to use setToon API
Replaces conditional logic and direct member assignments in smoke effect functions with unified calls to dComIfGp_particle_setToon and emitter setter methods. This simplifies the code, removes version-specific branches, and improves maintainability.
2025-08-20 14:35:08 -04:00
LagoLunatic
924c14af50
Merge branch 'main' into d_a_warphr
2025-08-19 23:32:21 -04:00
Maide
04bba32398
d_a_warpdm20 ( #858 )
2025-08-19 20:13:40 -04:00
LagoLunatic
4b53476cf2
Fix duplicate dADM_CharTbl class
2025-08-19 17:18:01 -04:00
Kelebek1
001c219e14
d_a_warphr
2025-08-18 13:33:35 +01:00
LagoLunatic
1951944156
Add IWYU keep pragma to global include of all resource headers
2025-08-16 17:55:49 -04:00
LagoLunatic
07697afbe8
Add version ifdefs for demo resource headers
2025-08-16 17:39:08 -04:00
LagoLunatic
b4e022a336
Add JntHit enums
2025-08-15 20:27:31 -04:00
LagoLunatic
74ce750d9d
Minor cleanup
2025-08-15 16:52:21 -04:00
LagoLunatic
c4e0bb60fb
Merge pull request #853 from Kelebek1/d_a_tag_light
...
d_a_tag_light
2025-08-15 00:00:34 -04:00
Kristopher Early
396599cd7a
d_a_obj_rcloud ( #849 )
...
* d_a_obj_rcloud
* Refactor daObjRcloud_c and update resource usage
Renamed enum values and return types in daObjRcloud_c for clarity and consistency. Updated resource indices to use named constants from res_bvkumo.h. Replaced magic numbers and variable names for improved readability. Removed an obsolete comment in J3DTexture.h.
* Rename variable o_phase to phase in _create method
Refactored the variable name from o_phase to phase in the daObjRcloud_c::_create() method for clarity and consistency.
* Set configure.py to matching.
2025-08-14 16:26:54 -04:00
Kelebek1
661d0b41d2
d_a_tag_light
2025-08-13 20:11:18 +01:00
LagoLunatic
2eaf012e4f
Fix some version differences ( #852 )
...
* Fix some version differences
* Found real inline name for checkBowMiniGame
2025-08-12 16:30:44 -04:00
Maide
3f9244df7f
d_a_tag_hint ( #848 )
2025-08-11 21:14:18 -04:00
LagoLunatic
13d4019e49
Fix dBgS_Acch inlines ( #850 )
2025-08-11 20:32:29 -04:00
Maide
c249dfc155
d_a_sk ( #843 )
...
* d_a_sk
* PR
---------
Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com >
2025-08-11 19:00:01 -04:00
Maide
aad5e63242
d_a_ssk ( #845 )
...
* d_a_ssk
* PR
2025-08-11 18:50:08 -04:00
Maide
5a57a40037
d_a_sk2 ( #844 )
...
* d_a_sk2
* PR
2025-08-11 18:49:47 -04:00
Maide
b9e3041ba2
d_a_sbox ( #842 )
...
* d_a_sbox
* PR
2025-08-11 18:49:09 -04:00
LagoLunatic
1c93c48ccf
JPA small cleanup
2025-08-11 17:51:49 -04:00
LagoLunatic
4cae942fc9
Merge branch 'main' into d_a_stone2
2025-08-11 17:22:10 -04:00
Maide
1ab3619dbf
d_a_stone ( #846 )
2025-08-11 17:19:18 -04:00
Kelebek1
5724cf64f4
d_a_stone2
2025-08-11 18:20:19 +01:00
LagoLunatic
5802571a56
Add SQUARE macro to improve readibility for distances
2025-08-08 21:51:30 -04:00
Maide
b24d8574cd
d_a_salvage ( #841 )
...
* d_a_salvage
* PR
2025-08-08 21:34:37 -04:00
LagoLunatic
1c265572e3
Rename HIO mNo
2025-08-08 00:50:42 -04:00
LagoLunatic
4279cdc529
Remove fake inlines from obj_warpt
2025-08-08 00:47:02 -04:00
Maide
7e3404b276
d_a_obj_warpt ( #840 )
2025-08-08 00:03:21 -04:00
Maide
299b6f4347
d_a_obj_tousekiki ( #839 )
2025-08-07 20:10:53 -04:00
Maide
60fb257646
d_a_obj_tide ( #838 )
...
Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com >
2025-08-07 15:21:52 -04:00
Maide
b7c6893d8c
d_a_obj_tenmado ( #837 )
...
* d_a_obj_tenmado
* PR
2025-08-07 15:15:10 -04:00
Maide
d32170b8fd
d_a_obj_otble ( #835 )
2025-08-07 13:52:44 -04:00
Maide
78e0524995
d_a_obj_pirateship ( #836 )
2025-08-07 13:48:26 -04:00
Maide
3642fd2e87
d_a_obj_mshokki ( #833 )
...
* d_a_obj_mshokki
* PR
* PR
2025-08-06 00:57:40 -04:00
LagoLunatic
ab74582059
Fix clangd error with HIO macro
2025-08-06 00:02:22 -04:00
Maide
efc93e2fa5
d_a_obj_ohatch ( #834 )
...
* d_a_obj_ohatch
* PR
2025-08-05 22:47:01 -04:00
LagoLunatic
e05ebf1724
Misc cleanup
2025-08-04 20:52:16 -04:00
LagoLunatic
6cd8f9719b
obj_ikada inline cleanup
2025-08-04 18:42:23 -04:00
LagoLunatic
f14d97189c
d_a_majuu_flag 100% on JPN
2025-08-04 18:19:30 -04:00
Maide
93aac09731
d_a_obj_leaves ( #831 )
2025-08-04 14:34:19 -04:00
LagoLunatic
035456ad54
d_a_sail 100% on demo
2025-08-04 14:28:51 -04:00
Maide
4a88ed8a69
d_a_obj_ikada ( #830 )
...
* d_a_obj_ikada
* Fix issues caused by autoformatter
* Fix Majuu Flag
---------
Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com >
2025-08-04 11:36:22 -04:00
LagoLunatic
cb76a08c3a
Fix some missing enum usages
2025-08-04 00:02:15 -04:00
LagoLunatic
1cea2aaf72
Demo: Match barrel2 set_mtx
2025-08-03 23:50:54 -04:00
LagoLunatic
ea4725a8d5
Demo: Match barrel2 mode_demo_explode0
2025-08-03 23:47:09 -04:00
Maide
6274db3a32
d_a_obj_ice ( #829 )
...
* d_a_obj_ice
* PR
* PR
* Fix issues caused by autoformatter
---------
Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com >
2025-08-03 20:27:16 -04:00
Maide
36fb94758d
d_a_obj_coming ( #827 )
...
* d_a_coming
* Remove unnecessary DEMO_SELECT
* Fix issues caused by autoformatter
* Remove enum casts
---------
Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com >
2025-08-03 20:26:39 -04:00
Maide
9e54b5849b
d_a_obj_barrel2 ( #826 )
...
* d_a_obj_barrel2
* PR
* PR
* Fix issues caused by autoformatter
---------
Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com >
2025-08-03 20:25:43 -04:00
Maide
3f39078485
d_a_majuu_flag ( #824 )
...
* d_a_majuu_flag
* PR
* PR
* Fix demo
* Replace .clang-format
---------
Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com >
2025-08-03 20:24:55 -04:00
Maide
bf6ab21944
d_a_obj_demo_barrel ( #828 )
2025-08-02 22:21:45 -04:00