summaryrefslogtreecommitdiff
path: root/src/code
AgeCommit message (Collapse)Author
2021-04-18DoorAna: OK (#90)Isghj
* DoorAna: OK * DoorAna: changed z_lib functionname to match new master * DoorAna: requested changes * DoorAna: requested changes * DoorAna: Renamed nextEntranceIndex * DoorAna: some changes requested Co-authored-by: isghj8 <isghj8@gmail.com>
2021-04-12z_skin_matrix OK (#81)Rozelette
* Set up file * Rename * z_skin_matrix OK * Cleanup * /n nits
2021-04-07z_lib fully matched (#85)Rozelette
* z_lib OK * Documentation * Added stdbool and stdint * Fixup for new names * Fixup bad merge * Feedback * Use u/s32 for intptr_t
2021-03-27z_en_item00 (#78)Rozelette
* z_en_item00 WIP 17/21 match, rest close to matching * Split .rodata for z_en_item00 * Item00 documentation, some misc cleanup * Minor cleanup * Fixup for z_collision_check * Address feedback * Delete old file * Fix bad merge
2021-03-27Some OOT transfers, some renaming, etc (#75)Lucas Shaw
* Progress on various files * gfxprint stuff * split some rodata, add iconv for rodata string parsing * z_std_dma rodata * 2 nonmatchings in gfxprint * mtxuty-cvt ok * more * match a function in idle.c * progress * Cleanup * Rename BgPolygon to CollisionPoly * progress * some effect stuff * more effect progress * updates * made suggested changes * z_effect_soft_sprite_old_init mostly ok Co-authored-by: Lucas Shaw <lucas.shaw1123@gmail.com> Co-authored-by: Rozelette <Rozelette@users.noreply.github.com>
2021-03-27z_lights fully matched (#80)Rozelette
* z_lights OK * Documentation * Fixup for z_collision_check * Improve function types of bind functions * Fixup for types
2021-03-27Bg_Lotus OK (#86)Rozelette
2021-03-27TwoHeadArena and TwoHeadGfxArena OK (#83)kyleburnette
* TwoHeadArena and TwoHeadGfxArena OK * Changed negatives to ~ in TwoHeadArena.c * Renamed functions to match OoT * Formatted code files * Removed dispbuf
2021-03-27Door_Spiral OK (from zel) (#87)Rozelette
* Door_Spiral OK * Cleanup
2021-03-24EnPoFusen: OK (#69)Isghj
* EnPoFusen: OK EnPoFusen: WIP EnPoFusen: init is matched * EnPoFusen: requested changes * Update src/overlays/actors/ovl_En_Ma4/z_en_ma4.h Co-authored-by: Rozelette <Rozelette@users.noreply.github.com> * EnPoFusen: forgot I renamed a function to check diff, changed back * EnPoFusen: Bad search and replace * EnPoFusen: really bad search replace * EnPoFusen: ColliderInit and requested changes * Functions: renamed func_800B8EC8 to Audio_PlayActorSound2 Co-authored-by: isghj8 <isghj8@gmail.com> Co-authored-by: Rozelette <Rozelette@users.noreply.github.com>
2021-03-22z_collision_check.c (#58)Tharo
* setup * Progress on z_collision_check.c * Further progress on z_collision_check.c * renamed code_0x800E03A0 to z_collision_btltbls, z_collision_check.c decompiled besides bss * Structs changes * Document functions * overlayhelpers folder, colliderinit.py and ichaindis.py * Flags, format existing ColliderInits * Fix merge * Few more small improvements * Review suggestions
2021-03-16yaz0.c OK (#71)Rozelette
2021-03-16Decompiles z_vr_box (from zel) (#73)Kenix3
2021-03-11functions and variables headers cleanup (#63)Tharo
2021-03-10Initial support of tracking progress per code/boot/overlay, and outputs the ↵Kenix3
stats to csv.
2021-02-28Add OoT actor structs and enums (#55)Zelllll
* add oot structs * revert formatting * fix comment thing * fix accidental renames * slight fix * naviEnemyId -> hintId * fix headers
2021-02-23pragma variant for GLOBAL_ASM (#49)Tharo
* pragma GLOBAL_ASM * Revert split_asm.py arg description change
2020-10-11Arms_Hook OK (#33)fullgrowngaming
* All but 2 functions matched * More work on hookshot * hookshot work * 2 functions left (and one is almost done) * sp issues with draw, but matching otherwise * hookshot matching * Changed rodata inclusion for armshook * Hookshot OK * Resolve script conflicts * Rename unk variables to match MM standard * Made requested changes
2020-10-11z_skelanime OK (#34)fullgrowngaming
* initial skelanime commit * Skelanime OK * Forgot to add z64animation.h and skelanime.c
2020-09-27GlobalContext: unwrap CameraContext (#31)Bonfam
* GlobalContext: unwrap CameraContext Makes ACTIVE_CAM macro usable. func_8013A530 changes to use new GlobalContext struct. * z64.h: remove CameraContext
2020-09-27z_actor_dlftbls.c OK. Rework a bunch of segment address organization. (#29)Rozelette
2020-09-13Bootstrap actors (#14)Rozelette
* Bootstrap actors * Address feedback. Improve header guard. Remove ovl_Player_Actor, it will need to be handled seperately.
2020-08-31Split headers to be more similar to OOT (#13)Rozelette
2020-08-29Decompile z_snap (#11)Rozelette
2020-08-07Add object enum (#9)Rozelette
2020-08-06Cleanup some function identifications. (#7)Rozelette
* Add missed functions, remove not functions * Fix typo
2020-08-06Add actor and scene enums (#8)Rozelette
2020-07-24Initial code formatKenix3
2020-06-23Merge branch 'master' of https://github.com/zeldaret/mmKenix3
2020-06-23func_800B72F8 decompiledRafael Moura
2020-06-23Decompile `game.c`MMDecomp
2020-06-06Adds TODO comments to remove implementation defined pointer manipulation.Kenix3
2020-06-04z_lib now uses SEGMENTED_TO_VIRTUAL macroKenix3
Additionally removed some TODO comments in z_scene and defining gRspSegmentPhysAddrs array size as NUM_SEGMENTS
2020-06-04Added macros headerKenix3
Additionally, updated code to use PHYSICAL_TO_VIRTUAL and ALIGN16 macros. Additionally, retyped gRspSegmentPhysAddrs back to u32 as in OOT. These get the straight return value of PHYSICAL_TO_VIRTUAL, so they are u32.
2020-06-04Fixes known undefined behaviour from DmaMgr and Lib_Ptr taking u32 rather ↵Kenix3
than void*
2020-06-04All z_scene functions now OKKenix3
2020-04-29z_scene functions now use the same structs as OOT (#3)Kenix3
* z_scene now uses OOT structs where available Additionally commits a decompiled z_actor function. * Fixes audio_setBGM function call in Scene_HeaderCommand15 * Update structs.h Co-authored-by: rozlette <uberpanzermensch@gmail.com> Co-authored-by: Egor Ananyin <ananinegor@gmail.com>
2020-04-23Decompile z_prenmi.crozlette
2020-04-22Decompile z_rpc.crozlette
2020-04-21Some work on z_viewrozlette
2020-04-21Fix build issuerozlette
2020-04-08Adds in fully matching Scene_HeaderCommand00Kenix3
Additionally fixes code formatting in Scene_HeaderCommand15
2020-04-08Merge pull request #2 from Kenix3/masterKenix3
Decompile functions in z_scene
2020-04-08Decompile functions in z_sceneKenix
2020-03-19Decompile code_0x800AF710.crozlette
2020-03-18z_actor.c: Some functionsEgor Ananyin
2020-03-15Rename many functions, structs, and variables to match the oot decomp. Some ↵rozlette
things have not been renamed as their respective files have not been decompiled yet.
2020-03-10More functions from z_actor.c (#6)Cleverking2003
* More functions from z_actor.c * Apply suggestions from code review Co-authored-by: Rozelette <Rozelette@users.noreply.github.com>
2020-03-04Some functions from z_actor.c (#5)Cleverking2003
* Decompiled some functions from z_actor.c * More functions * Coding style * Minor fixes
2020-03-02Update names in z_bgcheck.crozlette