userJarryd Campicancel
reporust_rebootcancel

12,007 Commits over 2,527 Days - 0.20cph!

7 Years Ago
Tweaked default tree marker size range Generated oak tree marker data Generated beech tree marker data Added some slight randomness when clamping to a marker position, reduces chance of positions getting repeated
7 Years Ago
Hacky fix for mountable instruments not knowing what player is mounted to them when a demo starts and the player is already mounted to them (should work retroactively)
7 Years Ago
Fixed sharp notes not being stopped properly on remote clients
7 Years Ago
Only scale from Spine_4 up when equipping an instrument Reset scale of instrument to one on deploy Realigned guitars
7 Years Ago
Doubled minimum note fade out time (0.05s - 0.1s)
7 Years Ago
Refactored note bindings to be a binding per regular and sharp note, rather than combining both into a single binding. Fixes some issues when quickly playing something like C -> C#
7 Years Ago
Merge from main
7 Years Ago
Remove unneeded pass by ref Added a new cluster root that sits above the regular marker container to force clusters to appear above regular markers
7 Years Ago
Merge from main
7 Years Ago
Tundra tree marker data
7 Years Ago
Merge from main
7 Years Ago
Marker data for palm trees
7 Years Ago
Assign some max concurrent notes Fix culling distance on held tuba Fixed a case where notes wouldn't end on remote clients
7 Years Ago
Potentially fixed one off note instruments not recycling their notes and failing to play new notes (cowbell bug)
7 Years Ago
Don't voice limit cowbells
7 Years Ago
Clamp the players perspective in third person to a more sensible range, fixes instrument clipping through the legs when looking straight down
7 Years Ago
Exposed sharp keybinds to options menu
7 Years Ago
Added an audio.instruments volume convar (not exposed in settings yet)
7 Years Ago
Still allow notes to be stopped if the player has separated from the instrument (might fix notes continuing to play forever)
7 Years Ago
Removed the allow simultaneous notes flag and just set the flute to only play one note at a time
7 Years Ago
Enable update while offscreen on the players body meshes while they are in third person (only if local player) Fixes the hand/arm meshes disappearing for a frame or two when quickly looking up/down
7 Years Ago
Exception checking in UpdateHeldProps
7 Years Ago
Added a max concurrent notes field, set to 3 Stops the oldest note playing if a new note is played that exceeds this value
7 Years Ago
Merge from main
7 Years Ago
Can no longer research instruments
7 Years Ago
Fix not being able to change note on the flute properly
7 Years Ago
Mark tambourine play as non-looping
7 Years Ago
Fixed an IK target on the drumkit (a#)
7 Years Ago
Show instruments in crafting menu in build
7 Years Ago
Revert last change for acoustic guitar Add option for bone aligner to use hard coded values
7 Years Ago
Reduced the popping when a deploy animation completes (affects guitars only)
7 Years Ago
Changed instruments file path to /instruments/
7 Years Ago
Removed another .Instantiate Removed some unneeded .SetActive()
7 Years Ago
Item name changes
7 Years Ago
Assigned right hand to high hat IK pos
7 Years Ago
Standardised some animator crossfades Speed up crossfades for player (not instrument) to try and fix speed differences
7 Years Ago
Subtract the jenkins file change from yesterday
7 Years Ago
Exposed note hit time on IKController (lower = faster hand movements) Exposed a curve to control how hands move between their hit and rest state
7 Years Ago
Cleaned up item descriptions
7 Years Ago
Fixed tambourine glow not hooked up and removed a LOD (it had 4, everything else has 3)
7 Years Ago
Fixed tuba glow model not assigned correctly Fixed cowbell and tambourine LODs on world models
7 Years Ago
Block note input while in UI (inventory/Crafting/etc)
7 Years Ago
Switch third person camera to a sphere cast to prevent clipping
7 Years Ago
Switch drum kit, xylophone and piano to use burlap sack as world models
7 Years Ago
Rename Flute to "Pan Flute"
7 Years Ago
Merge from main
7 Years Ago
Merge from main
7 Years Ago
Fixed GameObjectRef instantiation Rebuilt ShopMarkerCluster to fix new scaling issues
7 Years Ago
Unsaved changes
7 Years Ago
Code review changes