userJarryd Campicancel
reporust_rebootcancel

9,478 Commits over 1,736 Days - 0.23cph!

1 Year Ago
Filled in MIDI bass guitar notes up to D#4 (range is now E1 to D#4)
1 Year 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
1 Year 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
1 Year Ago
Fix NRE when deleting a gingerbread corpse
1 Year Ago
Refactor, fix loot panel name, compile fixes
1 Year Ago
Don't copy clothing to gingerbread man Remove LODGroups on gingerbread gibs (we set up the LOD at runtime) Use Male/Female gibs
1 Year Ago
Merge from main
1 Year Ago
Show the power costs of the conveyor and crafter in the inventory
1 Year Ago
Fixed incorrect click boxes on item search widgets (will affect vending machine admin panel as well)
1 Year Ago
Add support for a different material to apply to the extruded parts of the pipe
1 Year Ago
Add a tiling UV pattern to the pipes
1 Year Ago
Merge from main
1 Year 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
1 Year 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
1 Year Ago
Potential fix for NRE when clearing console on a fresh boot
1 Year Ago
Made a MaterialPropertyBlockInspector to try and diagnose hair colouring issues
1 Year Ago
Icon
1 Year Ago
Cleanup
1 Year Ago
Gingerbread man NPC, inventory loadout, item def WIP BlendShape controller for face animations
1 Year Ago
1 Year Ago
Add BrightSoftCake and DarkSoftCake physic materials (all of these materials have the same physics properties as concrete)
1 Year Ago
Add gingerbread physics material
1 Year Ago
Fixed hair caps not getting copied over in copy player tool
1 Year 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
1 Year Ago
Merge from main
1 Year Ago
Fixed conveyor making stacks bigger than the maximum allowed stack for some items
1 Year Ago
Add storage adaptor compatibility to fridge and tool cupboard
1 Year 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
1 Year Ago
Fixed end directions of pipes
1 Year Ago
Unsaved
1 Year Ago
Made the viewmodel aim helper pink to better stand out
1 Year Ago
Merge from main
1 Year Ago
Fixed water jug first person spectate errors when emptying jug
1 Year 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)
1 Year Ago
WIP support for servers to provide their own emoji's, still not working
1 Year Ago
Reduce iterations through full emoji list Don't use the wood icon if the given string doesn't match any emoji's
1 Year Ago
Precache all possible emoji's for faster runtime use
1 Year Ago
Don't allow MissionPoints to drop to ground until the server has finished loading, this should prevent mission objectives being placed under the ground during the treasure hunt mission
1 Year Ago
▉▆▇▍█ ▊▋▋█ █▍▇▄▍ ▄▊▇ ▇▄▊▅▋▅▉ ▋▆█▌▆▌▋▉▅ ▋▊ ▍▇▅ ▊▊▍▋▄▅▉▅▉
1 Year Ago
Better texture filtering
1 Year Ago
Fixed item def emoji's not working, adjusted sprite scale
1 Year Ago
Close the emoji gallery after selecting one (unless you hold shift then you can spam them)
1 Year Ago
Fix being able to use hidden item icons as emoji
1 Year Ago
Can hover over emoji in the gallery to see their text
1 Year Ago
Fix not being able to use two emojis with no space between them
1 Year Ago
First pass on an openable gallery of available emoji in chat box
1 Year Ago
Pooling support, move data to a scriptable asset
1 Year Ago
Add support for animated emoji
1 Year Ago
Fixed emoji's not rendering if more than two were in a message
1 Year Ago
Exposed all of the spray can decals as emoji's