summaryrefslogtreecommitdiff
path: root/docs/tutorial
AgeCommit message (Expand)Author
2024-01-25Use virtualenv in Makefile for python dependencies (#1619)cadmic
2024-01-24Setup rom decompression and compression (#1614)Anghelo Carvajal
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2024-01-05Create separate build directories based on version (#1591)cadmic
2023-11-19More Camera Flags (#1453)engineer124
2023-10-30Remove `(ActorFunc)` casts in initvars (#1571)Dragorn421
2023-10-05Introduce Player CueIds (#1559)engineer124
2023-09-22wrong path (#1548)Nuss
2023-09-22Rename master to main (#1536)Derek Hensley
2023-08-15Document z_lib Sfx Functions (#1470)engineer124
2023-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
2022-12-24z_demo documentation (#1327)fig02
2022-12-18Name `Actor_PlaySfx` and `Player_PlaySfx` (#1469)engineer124
2022-10-24Remove `const` from `ActorInit` initvars declarations (#1417)Dragorn421
2022-10-15`GameInfo` -> `RegEditor` (#1354)Dragorn421
2022-07-30Rewrite format script in python to improve speed with multiprocessing (#1331)Roman971
2022-07-30Rename "Sound" to "Sfx" (#1292)engineer124
2022-06-06Fix asset file includes to always start with assets/ (#1260)Roman971
2022-06-03Add enum for setup dls and name `z_rcp.c` functions (#1196)Dragorn421
2022-05-21PlayState Rename (#1231)fig02
2022-05-12Document Sub-Cameras (#989)engineer124
2022-01-23Whitespace (#1112)playerskel
2022-01-18Updating vscode.md (#1095)Stephen Meier
2021-12-02Cutscene Camera Commands: `POS` -> `EYE`, `FOCUS` -> `LOOK_AT` (#993)engineer124
2021-12-01Cleanup asset xmls (#1044)Dragorn421
2021-11-30Misc Cleanup 2 (#1007)Dragorn421
2021-08-31Macros: `PLAYER` -> `GET_PLAYER(globalCtx)`, `ACTIVE_CAM` -> `GET_ACTIVE_CAM(...engineer124
2021-07-28z_en_ko OK (#869)mzxrules
2021-05-16Add every unreserved object in an automated way (#805)Anghelo Carvajal
2021-04-02Misc objects problems (#748)Anghelo Carvajal
2021-03-31OnePointDemo OK (#719)petrie911
2021-03-27Update asm_processor and use static variables in En_Torch2 (#740)Roman971
2021-03-24Tutorial docs (#715)EllipticEllipsis