7,315 Commits over 2,345 Days - 0.13cph!
Fixed EAC banned users sometimes not getting kicked properly
Catch & report RPC exceptions nicer
Fixed stack splitting dupe bug
Debugging not being able to wake up
Fixed walking/running stopping when closing inventory menu
Fixed chat box opening again on submit
Chat has scrollable history
Can click on avatars in chat to view steam profile
Fixed too many veritices in canvas error if lots of chatting
Fixed cancelling queue'd craft not returning resources
Crafting can no longer take from or give to wearables slots
Items are no longer destroyed if inventory is full - they're dropped into the world
If furnace/campfire is full, will spit out items instead of losing them
Added drop notice
Removed health regen on building blocks
Placed building blocks start with max health
Upgrading a building block puts it on max health
Building blocks start off on the cheaper, more fragile "twig" set (non-balanced)
Added F2 options to hide hud/chat/branding
Removing debugging from PlayerInput now that wakeup bug is fixed
Protocol++ (non dev branch can't see building skin changes anyway)
Fixed divide by zero
Fixed 0 health on building blocks
Reduced cost/health of all twig blocks
Added roof block
Meat is now stackable
Medkits/Pills are stackable
Added missing twig roof skin
Can toggle nudity censor in F2 menu
F2 menu settings are now saved properly
Added explosives/timed explosive charge items
Updated phrases
Fixed supply drop parachute not closing
Added ThrownWeapon HeldEntity type
Added c4 charge entity
Fixed warnings in ItemIcon
Don't wipe out the whole stack when eating
Added maxCondition to item def
Generated loot recepies with new items
Add condition info on item icons
Add 'on fire' icon to item icon (when on fire in a furnace or campfire)
Added ResourceRef - to reference GameObjects in Resources but translate the reference to a name at runtime. Unity sux.
Placeholder explosion effect for goosey and alex to play with
Added conditionRepairable to item defs
Can only sprint forwards
Can't melee attack when sprinting
Fixed infinite loop crash
Effects can be broadcasted to everyone on the server (for things like loud explosions)
Added loot panels
Fixed not being able to loot player's clothes
Network protocol++
Fixed jackets having empty skinned mesh renderers
Added building privilege notices
Added speaker settings to F2 (but Unity doesn't let you switch speaker modes at runtime yet, so they're hidden)
Holding Alt looks behind you
save protocol++ (condition system)
Pressed a bunch of buttons on TestLevel until it stopped making Terrain errors
Fixed inventory perf issue (especially apparent when firing a weapon)
Removed shadow/outline from chat to fix perf issues
Disabled chat debug spammer :0
Fixed icons staying on screen if starting to drag while already dragging (using alt mouse buttons)
Fixed server compile error
Fixed chat not hiding when switched off in F2 menu
Tweaked how rich text is sanitised from chat
Decoupled camera angles from viewmodel angles