summaryrefslogtreecommitdiff
path: root/src/d/d_a_shop_item_static.cpp
AgeCommit message (Collapse)Author
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
2025-08-20Use precompiled headers, fix weak data issuesLagoLunatic
2024-03-08rename fopAc_ac_c member vars to match TP decompLagoLunatic
2024-02-01Clean up commentsLagoLunatic
2023-09-22d_a_itembase OKLagoLunatic
2023-09-21daShopItem_c "OK"SuperDude88
Functions and data matching d_a_shop_item.cpp still breaks checksum, probably from weak functions/vtables that need to be placed earlier
2023-09-20Move statics out of actor/ dirJasper St. Pierre