userJarryd Campicancel
reporust_rebootcancel

10,994 Commits over 1,950 Days - 0.23cph!

2 Years Ago
Improved demo shot compression
2 Years Ago
Only make the debugcamera match the players fov the first time it's enabled
2 Years Ago
Unsaved beancan NPC change
2 Years Ago
Merge from misc_nov22_fixes
2 Years Ago
Merge from underwater_throwables
2 Years Ago
Can no longer throw or drop smoke grneades underwater (they already deleted themselves when touching water)
2 Years Ago
Beancan grenades can no longer be thrown or dropped underwater Beancan grenades that hit water will now immediately become duds (this won't apply when thrown by NPC's)
2 Years Ago
Molotovs can no longer be thrown or dropped if the player is underwater Molotovs thrown into water will no longer briefly spawn flames
2 Years Ago
Fix microphone stands not applying pitch correctly
2 Years Ago
Extend Xylophone MIDI range (now C4 to C7)
2 Years Ago
Extend trumpet MIDI range (now A#2 to F#6)
2 Years Ago
Flute now has MIDI notes from C4 - B6 Fixed some issues when pitching notes down
2 Years Ago
Unsaved acoustic guitar changes, raise note range to B5
2 Years Ago
Jerry can guitar now goes from E2 to B5 Fixed some editor UI issues when clearing assigned notes
2 Years Ago
Extended MIDI note range on acoustic guitar (now covers E2 - D#4)
2 Years Ago
Fixed NRE when playing an invalid MIDI code
2 Years Ago
Filled in MIDI bass guitar notes up to D#4 (range is now E1 to D#4)
2 Years Ago
Added framework for adding extra MIDI notes to an instrument by pitch shifting existing notes Fixed G#2 missing it's MIDI note on bass guitar
2 Years Ago
Testing a fix for some clothing blocking nametags by adding a configurable offset per wearable Fixes core issue but introduces other issues like nametags getting culled early because the check point is off screen Committing anyway, will have a think about a better solution
2 Years Ago
Fix NRE when deleting a gingerbread corpse
2 Years Ago
Refactor, fix loot panel name, compile fixes
2 Years Ago
Don't copy clothing to gingerbread man Remove LODGroups on gingerbread gibs (we set up the LOD at runtime) Use Male/Female gibs
2 Years Ago
Merge from main
2 Years Ago
Show the power costs of the conveyor and crafter in the inventory
2 Years Ago
Fixed incorrect click boxes on item search widgets (will affect vending machine admin panel as well)
2 Years Ago
Add support for a different material to apply to the extruded parts of the pipe
2 Years Ago
Add a tiling UV pattern to the pipes
2 Years Ago
Merge from main
2 Years Ago
Fixed scrap transport helicopter spawning regular client side gibs as well as server side gibs (broken since we moved Gibbable to a PrefabAttribute) Server side helicopter gibs now use continuous collision detection
2 Years Ago
Added the abilty for GIbbable components to create gibs with continuous collision detection Scrap transport helicopter gibs are now using primitives and continuous collision detection to prevent falling through floor
2 Years Ago
Potential fix for NRE when clearing console on a fresh boot
2 Years Ago
Made a MaterialPropertyBlockInspector to try and diagnose hair colouring issues
2 Years Ago
Icon
2 Years Ago
Cleanup
2 Years Ago
Gingerbread man NPC, inventory loadout, item def WIP BlendShape controller for face animations
2 Years Ago
2 Years Ago
Add BrightSoftCake and DarkSoftCake physic materials (all of these materials have the same physics properties as concrete)
2 Years Ago
Add gingerbread physics material
2 Years Ago
Fixed hair caps not getting copied over in copy player tool
2 Years Ago
Refactor filter data to support extra information Add the ability to stop transferring items once a target output has more than X number of that item
2 Years Ago
Merge from main
2 Years Ago
Fixed conveyor making stacks bigger than the maximum allowed stack for some items
2 Years Ago
Add storage adaptor compatibility to fridge and tool cupboard
2 Years Ago
Fixed deploy guide not being visible when placing into slots (was very obvious for industrial stuff as it's mostly slot based but this affected things like locks as well) Fixed missing slots serialisation for new industrial slots
2 Years Ago
Fixed end directions of pipes
2 Years Ago
Unsaved
2 Years Ago
Made the viewmodel aim helper pink to better stand out
2 Years Ago
Merge from main
2 Years Ago
Fixed water jug first person spectate errors when emptying jug
2 Years Ago
Got server side emoji working - simply place a png in a server directory called "serveremoji" and all clients on that server will automatically be able to use that in chat (the filename will be used as the chat string)