254,980 Commits over 3,990 Days - 2.66cph!
Fixed wooden log attachment point groups so log wasn't equipped in chest
Made ladder checks a sphere instead of a ray, so you can "hang" on a ladder while aiming around
Basically just stopped character walk animations when they're on a ladder. Good enough for the moment
Made move order effects unscaled and increased reliability so every mouse click should make a visual marker
trying to add new octopus
Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
can control laser aim
Changed my mind about ladder controls. Instead of looking up/down and pressing forward to go up/down the ladder, player presses forward to go up and back to go down, regardless of view angle.
Ladder work. Easier to hop on.
PlayerController now clears override cursor if it cannot tick (fixed override cursor persisting when opening menus, changing sessions, etc)
Zones now get notified when a session is being killed
All Zone weather now gets disabled when a session ends (fixes bug 918)
Added some checks in world debug tool so it doesn't error out between sessions
more modules, trap door trap, more interactability with bombs
Ladder improvements. Vertical ladders can be climbed down. Sloped ladders not yet
Use hash instead of incrementing ID for replicated property IDs
Use hash for remote procedure IDs
Merge branch 'master' of github.com:Facepunch/SandboxGame
Fixed coverage queries frame depth mismatch
Female head seam geo/skinning & female light skin sets
Dont change cursor state for a default interaction that is not available
Fixed lingering tooltip when opening radial
Facilitated getting off ladders at the top
hacky pine tree collision fix
Text filtering
Merge branch 'master' of SandboxGame
Updated female textures & playermodel
Change ping to byte in bindings so it's marshalled correctly (was fucked up in single player)
Fixed combat music (and probably various other triggers)
Disabled raiding goal plan that contains an empty GPV
Supermarket counters and cash register
Scoreboard close fix
Console filtering by type
Merge branch 'master' of SandboxGame
Fixed NRE in UnitGroupCondition when the target entity had no group
Modal UI windows now share common tabbed navigation
Added UnitDetailView portrait spinning
Removed UDV items listing (pending new features)
More work on navmesh grid.
Call OnDestroyed in DestroyedByEngine instead
Added OnOwnerDestroyed log back in
Added BaseEntity Destroyed function and OnDestroyed event which should be called both server and client side. Fixed SetNetworkVariable not bailing if entity is pending destroy.
ore node hotspots now use coverage queries
Fixed filter mode in packed texture
Fixed coverage query registration handling
Added auto material repacking when source textures change size
Updated packed mats, maps and db
Fixed unit attachments not being properly unblocked sometimes.
Removed potential trailing reference to attached entity
fixing UI intro anim for consecutive match, adding the battle UI fading during the outcome while I was at it
Scoreboard
Merge branch 'master' of SandboxGame