summaryrefslogtreecommitdiff
path: root/src/enemy/treeItem.c
AgeCommit message (Collapse)Author
2025-03-09cleanup unused and transitive includesHenny022p
2025-03-09cleanup headersHenny022p
2024-01-06Merge branch 'master' into tilemap-docsoctorock
2023-12-30create enemy struct and enemy flagstheo3
2023-12-31Merge branch 'master' into tilemap-docsoctorock
2023-12-30Use new entity struct for playeroctorock
2023-12-30Invert NENT_DEPRECATED defineoctorock
To define ENT_DEPRECATED in files that still need the old entity structs.
2023-12-30Create new entity structs for enemiesoctorock
2023-12-29Create some enemy structsoctorock
2022-12-21Fix pathsoctorock
2022-07-25Rename objectsoctorock
2022-03-30sort out most of functions.htheo3
2022-03-28name remaining entity fieldstheo3
2022-03-02Merge playerUtilsoctorock
Merge all player utils files, split asm into functions and decompile a bunch of functions.
2022-01-29Use PlayerActions enum in several placesTal Hayon
2022-01-05doxygen groupstheo3
2021-12-28Identify player functions and update asm.htheo3
2021-12-13Decompile OctorokBossoctorock
2021-11-26clean up TreeItem a bitHenny022p
2021-11-12remove redundant unionstheo3
2021-05-02use object enum in object creationHenny022p
2021-02-28create object enum and update entity type structtheo3
2020-11-13clang-format and newlinestheo3
2020-09-24Decompile treeItem.cMarcus Huderle