| Age | Commit message (Collapse) | Author |
|
Full credit to danielryb for submitting this to recomp
Co-authored-by: danielryb <59661841+danielryb@users.noreply.github.com>
|
|
* Bump LUS and OTRExporter, add null audio backend
* Missed an include change
* And again
* Thanks macOS
* Another one
* Bump LUS again, fixing SDL audio backend bug
* Sync LUS bump changes to merged PRs
* Bump LUS again
* Update CMakeLists.txt includes
|
|
* CutsceneCamera_UpdateSplines fake match
* CutsceneCamera_Init -1 splineIndex
* Eye Point comment
* func_80B781DC better fake
* func_80B32F04
* ObjSwitch_Update
* ObjSwitch_InitTrisCollider
* ObjAqua_Init
* EnTrt_ItemGiven
* func_80C10E98 partly
* EnTest7_WarpCsWarp this to 1
* EnTest6_InvertedSoTCutscene better fake
* EnTest6_DrawAmmoDropRupee
* EnPoSisters_MatchPlayerY
* func_8095B76C
* EnMinifrog_Init
* func_80A5C0B8
* EnKnight_UpdateEffects
* EnKnight_FlyingHeadAttack
* EnKakasi_Init
* EnInvadepoh_ModelInfo_GetNextFaceAnim
* BgAstrBombwall_InitCollider like func_809CE068
* Player_UpdateInterface
* Player_CsAction_TranslateReverse
* DynaPoly_AddBgActorToLookup better fake
* CutsceneManager_FindEntranceCsId
* func_800AE930 better fake
* Math3D_CylVsLineSeg better fake
* MapDisp_InitBossRoomStorey
* Play_Init
* EnTimeTag_Diary_Wait better fake
* Remove fake label from Player_SwordFromIA
* Player_PostLimbDrawGameplay partly
* EffectBlure_AddVertex prev temp
* Player_PostLimbDrawGameplay attempt 2
* AudioMgr_StopAllSfxExceptSystem
* Camera_Normal0
* Camera_Jump2
* Camera_Normal3
* PR review
|
|
* spin attack
* cleanup
* fix bss
* PR review
* sync func name
* add todo
|
|
* zora boomerang
* missed some
* more docs
* cleanup docs
* more cleanup
* Player_IsUsingZoraBoomerang
|
|
* player talk
* cleanup
* fix comment
|
|
* roomType
* cleanup
|
|
* more attention docs
* more docs
* cleanup
* more cleanup
* spacing
* more attention docs
* small cleanup
* consistency
|
|
* remaining attention rename
* cleanup
|
|
* begin anim v and w
* structs
* bgId
* cleanup
* space
* more cleanup
* spacing
* Unsigned
|
|
* begin cleanup
* more cleanup
* more cleanup
* more cleanup
* more cleanup
* more cleanup
* fake matches
* more cleanup
* more cleanup
* small thing
* PR Review
* PR Review
|
|
* TRUNCF_BINANG
* brackets
* extra cast
|
|
* begin R
* finish anim R
* cleanup
* small adj
* cleanup
* CS_STATE_IDLE
* CS_ID_NONE
* more cleanup
* sBssPad
* angles
* sneak in small fix
* small fix
|
|
* begin anim R
* sTexturesDesegmented
* more misc docs
* more misc cleanup
* small adjustments
* oh sneaky
* PR Review
* adj comment, reads better
* missed an enum
* this one actor reverses true/false
* bool
* CARNIVOROUS_LILY
|
|
* anim P cleanup
* PR Review
* PR Review
* Postbox Idle
|
|
* use CURRENT_TIME macro
* add comment
* cleanup brackets
|
|
* lights.c
* z64skin_matrix.h
* Move out some stuff from macros.h
* gamealloc.h
* move most transition functions to z64transition.h
* z64lib.h
* `include` cleanup on transition files
* z_overlay cleanup
* z64malloc.h
* format
* forgot to remove those
* forgot this
* fix borken includes
|
|
* camera cleanup
* more cleanup
* two more improvements
* newLine
* another fake match fixed
* PR Review
|
|
* Cleanup
* Format
* Fixes
* Update macports-deps.txt
* Fix mac
* Update macports-deps.txt
Co-authored-by: Archez <Archez@users.noreply.github.com>
* Move includes around
---------
Co-authored-by: Archez <Archez@users.noreply.github.com>
|
|
garrettjoecox.github.com:HarbourMasters/2ship2harkinian into develop-rando
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix Camera Interpolation On Sudden Movements
* huge formatting discovery
* increase angle tolerance
|
|
* add linux clang format script
* first shot at powershell
* whoops
* webrequest is slow, try webclient
* just get the one file
* simplify and maybe make it work?
* whoops again
* try a different suggestion
* why is it always windows
* again
* try again
* bit of path stuff
* chmod +x
* add action to check
* fix workflow name
* run clang format
|
|
* Remove BenPort.h from functions.h
* use specific z64 includes
* free cam
* this -> thisx
* fl newline
* whitespace
* remove debugging stuff
* min and max cam heights. use correct func_800CBFA4 arg
* document and re-organise free cam
* fix linux building
* Custom Camera VB
* remove redundant section in header
* fix hook and re-organise menu
* Free Cam
* fix control flipping and some speed tweaks
* Fix Player flags not being reset
* Fix movement under roll: todo fix rotation under roll
* six degrees of freedom
* Multiple camera mode options, remove black bars, start with focal point by eye
* update free look
* cvar rename, menu disabling
* remove player state flag change
* renaming and remove some camera jumpiness
* remove scam comment
* remove port selection
* correct debugcam at initialised position
* fix focal point for non roll
|
|
* Initial Dpad
* remove old hud stuff
* and comment
* s..
* add dpad equip macro back in
* fix inputs
* fix equipping (hopefully all)
* finish some todos
* add 2s2h asset header
* check dpad macro
* remove 2s2h_assets
* re-add empty texture
* use correct struct for default dpad equips
* dpad save stuff
* fix item offering, use correct equip offset values
* finally figure out unk_154 and fix mask equipping
* avoid ugly code
* add necessary condition
* correct save names for dpad items/slots
* remove todos and sort out suggestions and rename cvar
* func standardise renaming
* Add dpad to hud presets
* dpad save migration
|
|
|
|
|
|
* Initial. Only enough to get it running. Missing changes to effects and actors.
* Add frame interp calls to most files in `code`
* Fix bubbles (The ones that look like bubbles)
* Fix kankyo and takkuri.
* Fix obj_grass interpolation
---------
Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
|
|
Co-authored-by: Louis <35883445+louist103@users.noreply.github.com>
Co-authored-by: Nicholas Estelami <NEstelami@users.noreply.github.com>
Co-authored-by: Random06457 <28494085+Random06457@users.noreply.github.com>
|
|
|