summaryrefslogtreecommitdiff
path: root/src/entity.c
AgeCommit message (Collapse)Author
2025-03-09cleanup unused and transitive includesHenny022p
2025-03-09cleanup structures.hHenny022p
2025-03-09cleanup headersHenny022p
2024-01-06Rename vvv to actTileoctorock
2024-01-06Rename metaTilesoctorock
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
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-30Merge branch 'master' into enemiesoctorock
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-29document RoomVars structtheo3
2023-12-29label some asm functionstheo3
2023-12-28message definitionstheo3
2023-12-28clean up linkAnimation.ctheo3
2023-07-05Use metatile enumoctorock
2023-06-24Create enums for Vvvs and MetaTilesoctorock
2023-04-28Name a lot of functions about interactable objectsCatobat
2022-10-08Extract some dataoctorock
And split up subtasks and world events.
2022-08-08Various documentationsTal Hayon
2022-05-18Rename managersoctorock
2022-03-28namingtheo3
2022-03-28name remaining entity fieldstheo3
2022-03-28Match GetEmptyEntityhatal175
2022-03-28Decompile some functionsoctorock
2022-03-27move function decls from player.ctheo3
2022-03-25Fix a lot of pointer comparisons to 0 (or nothing) to explicitly use NULLElliptic Ellipsis
2022-03-17cleanuptheo3
2022-03-07Use same names for arm functions and their trampolinesoctorock
To easier jump to the corresponding source code.
2022-03-05Decompile some vramoctorock
2022-02-27Decompile Object43octorock
2022-01-12Unify asm for non-matching functionsoctorock
So that tools can easier work with them.
2022-01-05doc entity.htheo3
2022-01-04sort out functions.htheo3
2022-01-04game.c doctheo3
2022-01-03naming worktheo3
2022-01-01Merge pull request #238 from notyourav/clrnotyourav
color.c, utils->common.c
2022-01-01color.c, utils->common.ctheo3
2022-01-02Remove uintended includesTal Hayon
2022-01-01clang formatTal Hayon
2022-01-01getEmptyEntity: More fixesTal Hayon
2022-01-01Fix conditionTal Hayon
2021-12-31Decompiled getEmptyEntity - still not completely matchingTal Hayon
2021-12-28rename filestheo3
2021-12-28rename files, sort asm into subdirectoriestheo3
2021-12-28Identify player functions and update asm.htheo3
2021-12-20header overhaultheo3
2021-12-14cleanuptheo3
2021-12-12overworldtheo3
2021-11-12Merge branch 'master' into asset-extractionoctorock