summaryrefslogtreecommitdiff
path: root/src/d/d_boss_magma.cpp
AgeCommit message (Collapse)Author
7 dayszl1 cleanup, inline cleanupLagoLunatic
12 daysClean up angle constants and conversions (#1135)LagoLunatic
* Add angle conversion constants and macros * Replace angle literals with hex instead of decimal
2026-05-26Process profiles and enums cleanup (#1031)LagoLunatic
* Fix some profile comments * Add missing static for local visibility data * Move proc name and draw priority enums to f_pc * Add _e suffix to daObjBarrier_c proc enum * Change proc name enum format to match TP * Change draw prio enum format to match TP * Change ItemNo enum format, finish fixing item names * Revert static for cb1 hio * Clean up formatting of profile comments * Fix comment alignment
2026-04-12CleanupLagoLunatic
2026-04-11D boss magma 100% matching (#946)big zam
* d_a_obj_plant: Add headers, functions (nodeCallBack, CheckCreateHeap, CreateInit, set_mtx, daObjPlant_Delete) * d_a_obj_plant: draw * CreateHeap in progress, Moved NodeCallBack higher * daObjPlant_c::CreateHeap 100% matching * daObjPlant_Create 100% matching * Fixed field 40A being unsigned, plant_execute() 99% matching * Fixed floating point order of ops, daObjPlant_Execute 100% matching * rename param * Fixed checkCreateHeap not returning * Marked as equivalent due to weak function ordering * Fixed nodeCallBack function order * PR Feedback: Removed nodeCallBack forward declaration, Moved all inline functions from h to cpp, Replaced magic numbers with enums * d_a_obj_plant 100% matching * d_a_obj_plant: Fixed matching for kiosk demo * Update src/d/actor/d_a_obj_plant.cpp Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com> * d_boss_magma: dMagma_ballBoss_c::calc 81.99% matching * d_boss_magma: dMagma_ballBoss_c::calc 95.41% matching * d_boss_magma: dMagma_ballBoss_c::calc 98.06% matching * d_boss_magma: dMagma_ballBoss_c::calc 98.99% matching * dMagma_ballBoss_c::~dMagma_ballBoss_c() 100% matching, dMagma_ballBoss_c::calc(float, unsigned char, int) 99% * dMagma_ballBoss_c::calc(float, unsigned char, int) 100% matching * Autoformat * update() 100% matching * 100% matching * 100% matching * Fixed virtualFunc standing in for setup * dMagma_ballBoss_c::__vtable 100% matching * fixed mWaveTimer type, Add missing mTimer * d_boss_magma 100% matching * Regression fix: introduce union, fixed dMagma_ballBoss_c::calc matching * Fixed regression * pr feedback, removed union, restored vtable * pr feedback, square helpers * revert field_0x7c * revert mpathtimer * remove * Remove misleading mWaveTimer name, fix regression in d_magma * fix regression in d_magma --------- Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
2025-08-20Use precompiled headers, fix weak data issuesLagoLunatic
2023-12-22get some more d TUs to compileLagoLunatic
2023-09-10Import projectLuke Street
Original repository: https://github.com/encounter/ww