Commit Graph

28 Commits

Author SHA1 Message Date
Briggs Baltzell 34c32cd7d7 Refactor mColor1/mColor2 to mClothColor/mShadowColor for improved clarity in d_menu_cloth and update all related logic. 2026-03-05 13:42:04 -06:00
Briggs Baltzell 3f1556b681 Refactor color1 and color2 fields to clothColor and shadowColor for improved clarity in d_menu_cloth structure and related logic. 2026-03-05 13:33:50 -06:00
Briggs Baltzell 01958fe322 Refactor MENU_CLOTH_TYPE enum names for clarity and update all references across d_menu_cloth, d_s_name, and d_menu_window. 2026-03-05 13:18:09 -06:00
Briggs Baltzell a74af799e5 Change mWaveProgress type from u16 to s16 in d_menu_cloth for consistency with signed calculations. 2026-03-04 17:11:19 -06:00
Briggs Baltzell b07c7e690e Change wavePreSteps type from u16 to s16 in d_menu_cloth for alignment with signed calculations. 2026-03-04 17:05:31 -06:00
Briggs Baltzell 13ef326604 Replace numeric cloth type values with MenuClothType enum for improved readability and maintainability in d_menu_cloth. 2026-02-12 08:34:05 -06:00
Briggs Baltzell 4e66e63cd2 Rename fields in d_menu_cloth 2026-02-12 08:34:05 -06:00
Briggs Baltzell 4f11e02768 Refactor d_menu_cloth to improve pointer arithmetic in plot loop and add missing implementations for getOffsetVec and getShadowPos. 2026-02-12 08:34:05 -06:00
Briggs Baltzell 02dc9c0b68 Match dMCloth_c::plot_shadow implementation and update parameter names in plot and plot_shadow declarations. 2026-02-12 08:34:05 -06:00
Briggs Baltzell 3744bed5ed Match dMCloth_c::draw implementation, refactor initialization of field_0x10, and update associated structure definitions. 2026-02-12 08:34:05 -06:00
Briggs Baltzell 74d213afaf Refactor d_menu_cloth to replace s16 color fields with GXColorS10 and GXColor structures. Update all related logic and structure definitions accordingly. 2026-02-12 08:34:05 -06:00
Briggs Baltzell 332db836a4 Match dMCloth_c::cloth_move implementation and update type definitions for field_0xa and field_0x34 to s16. 2026-02-12 08:34:04 -06:00
Briggs Baltzell 40a0c594d1 Match dMCloth_c::setNrmVtx implementation and update header declaration. 2026-02-12 08:34:04 -06:00
Briggs Baltzell 1cc8554cd8 Start matching dMCloth_c::cloth_init and update structure definitions to use INNER_SIZE constant, optimize initialization logic, and replace redundant assignments with consolidated methods. 2026-02-12 08:34:04 -06:00
Briggs Baltzell 4c2f8709a3 Match dMCloth_c::lightSet1 2026-02-12 08:34:04 -06:00
Briggs Baltzell 63fb32f7ab Define ARR_SIZE constant and replace hardcoded array sizes in d_menu_cloth. 2026-02-12 08:34:04 -06:00
Briggs Baltzell 65e6b3a767 Refactor dMCloth_c to use mCurArr for indexing and update structure definitions in d_menu_cloth. 2026-02-12 08:34:03 -06:00
Briggs Baltzell bf6b491bd1 Match dMCloth_c::dMCloth_c 2026-02-12 08:34:03 -06:00
Briggs Baltzell f8a508ecf1 Remove unused member variables from daCLOTH_HIO_c and daCLOTH_ChildHIO_c in d_menu_cloth.h. 2026-02-12 08:34:03 -06:00
Briggs Baltzell 48e655a351 Initialize daCLOTH_HIO_c member variables and update daCLOTH_ChildHIO_c access modifiers in d_menu_cloth. 2026-02-12 08:34:03 -06:00
Briggs Baltzell 1f0fe4e0a6 Swap daCLOTH_HIO_c and daCLOTH_ChildHIO_c class definitions and adjust member variables in d_menu_cloth.h. 2026-02-12 08:34:03 -06:00
Briggs Baltzell 0925cf927e Add virtual destructor to daCLOTH_HIO_c in d_menu_cloth.h 2026-02-12 08:34:03 -06:00
Briggs Baltzell 6804012001 Add private member variables to daCLOTH_HIO_c in d_menu_cloth.h 2026-02-12 08:34:03 -06:00
Briggs Baltzell 454bf11f25 Refactor d_menu_cloth.h to improve naming consistency for member variables. 2026-02-12 08:34:02 -06:00
Briggs Baltzell fa29fb5394 Extend daCLOTH_HIO_c with JORReflexible and add static instance l_HIO in d_menu_cloth 2026-02-12 08:34:02 -06:00
Jcw87 4cd7724cf6 d_s_name 2024-03-10 20:57:14 -07:00
Jasper St. Pierre 2763919899 d_s_name work 2024-02-25 14:23:22 -08:00
LagoLunatic fb6939d9cd Get more TUs to compile 2024-01-16 17:18:38 -05:00