summaryrefslogtreecommitdiff
path: root/src/f_op/f_op_msg_mng.cpp
AgeCommit message (Collapse)Author
3 days"control stick" -> "main stick" for consistencyLagoLunatic
3 daysUse CPad macros when accessing controller fieldsLagoLunatic
3 daysAdd enums for msg icons and control codesLagoLunatic
4 daysmsg work (#1143)LagoLunatic
* fopMsgM_msgDataProc_c::stringSet work * Fix JPN * More stringSet work * work * get rid of fake temps * stringSet 99.99% * fopMsgM_msgDataProc_c::stringLength 100% * d_msg work * fix pal * fix message_paper, d_meter version diff fixes
4 daysd_scope 100% (#1112)Benjamin ROELANDT
* First version of d_scope, everything is matching on all version, probably missing a few inline on undocumented field that i did not manage to find * Readd stuff previously deleted but badly tested * Rename some fields and a few more inline doesn't improve matching but i think it looks more genuine * clean up syntax * move d_scptyp enum and add forgotten inline * build fix * replace seStart call with proper enum
2026-07-22Clean up angle constants and conversions (#1135)LagoLunatic
* Add angle conversion constants and macros * Replace angle literals with hex instead of decimal
2026-07-22Enum usageLagoLunatic
2026-07-19Cleanup/documentation for various photo-related codeLagoLunatic
2026-07-05d_menu_save mostly done (#1103)TakaRikka
2026-07-02d_message mostly done (#1097)TakaRikka
* d_message mostly done * fopMsgM_selectMessageGet fix
2026-05-28Demo work and fakematch cleanup (#1034)LagoLunatic
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-05-25d_menu_option OK (#1020)LagoLunatic
2026-05-12Player inlines and item enumsLagoLunatic
2026-05-04 More work on f_op_msg_mng (#965)Lord-McSweeney
* More work on f_op_msg_mng * Fix a regalloc issue affecting all tag_* functions in f_op_msg_mng
2026-04-30Match fopMsgM_messageGet and fopMsgM_passwordGetLagoLunatic
2026-04-30Work on f_op_msg_mng (#964)Lord-McSweeney
* Work on f_op_msg_mng, especially PAL translations * Finish translations work on f_op_msg_mng * fopMsgM_messageGet and fopMsgM_passwordGet 98%
2025-11-14d_msg - 99% matching (#899)123456789758
Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
2025-09-19Added enums for all used event/tmp bits/regs (#893)LagoLunatic
2025-08-20Use precompiled headers, fix weak data issuesLagoLunatic
2025-08-12Fix some version differences (#852)LagoLunatic
* Fix some version differences * Found real inline name for checkBowMiniGame
2025-08-04Fix some missing enum usagesLagoLunatic
2025-06-26d_mesg workLagoLunatic
2025-06-08Add a few more matching functions in f_op_msg_mng (#791)Ammar Askar
* Add a few more matching functions in f_op_msg_mng * Change to checking against multiple values
2025-05-21Merge pull request #757 from mattias-blum/d_menuLagoLunatic
d_menu work
2025-05-19Fix version definesLagoLunatic
2025-05-15more progressmattias-blum
2025-04-29player_main cleanup and a few matchesLagoLunatic
2025-04-29Improve compiler compatibility (#743)Jcw87
* fix returns * use standard C headers * struct/class mismatch * explicit this in template * switch variable scope * C standard compliance * & l-value
2025-04-24Fix relocation and data value mismatchesLagoLunatic
2025-04-16Move remaining class definitions to headersLagoLunatic
2025-04-12d_drawlist OK, J2DPicture inline cleanupLagoLunatic
2025-04-12f_op_msg_mng Work (#685)SuperDude88
* f_op_msg_mng work * Fix Some Conflicts Haven't had much chance to work on actual progress, still looking to do more matching before merge * Tiny bit of Work Little bit of cleanup, start on a couple more functions * More Matches Also add back some missing nonmatch comments * Fixes * JPN ifdefs * Inline Fix Also force one match (there's no way that casting is real) * Reorder Strings Fix rodata, I think this order is also slightly more accurate to the function (but I'm not really trying to match it right now anyways)
2025-01-17Rename more item enumsLagoLunatic
2024-12-28Match getMesgHeader on JPNLagoLunatic
2024-12-28build fixJasper St. Pierre
2024-12-28f_op_msg_mng workJasper St. Pierre
2024-10-18More warning cleanupLagoLunatic
2024-10-17More warning/error cleanup, mostly includesLagoLunatic
2024-10-17clangd: Started fixing warnings and errors, code cleanupLagoLunatic
2024-09-29misc small cleanupLagoLunatic
2024-08-08Move sqrtf to std:: namespaceLagoLunatic
2024-07-12Add fpc_ProcID type and use it for all process IDsLagoLunatic
See https://github.com/zeldaret/tp/pull/2173
2024-07-01d_s_open_sub workJasper St. Pierre
2024-06-22Use NULL macro in asserts, fix NULL macro to matchLagoLunatic
2024-06-22Use FALSE macro in asserts, remove JUT_PANIC macroLagoLunatic
2024-06-16Fix ninja all_source compilation errorsLagoLunatic
2024-06-15d_a_npc_people Almost OK (#658)SuperDude88
* daNpcPeople Work * Oops Somehow I break this file every time I touch it
2024-06-07Rename some more item enum entriesLagoLunatic
2024-04-10fix msgId/msgNo naming mixupsLagoLunatic