224,676 Commits over 3,714 Days - 2.52cph!

6 Years Ago
placeholder unit detail view modal UI
6 Years Ago
Added Raknet for Switch Port of Raknet to work with native sockets on Switch. Added a small testbed project which shows comms between two Switch dev units.
6 Years Ago
let's not lock woodcutter and stonecutter
6 Years Ago
NRE fix
6 Years Ago
career modal UI screens can now be set as cancellable or not
6 Years Ago
more career modal UI stack shit added buttons to market/team view unit panels added unit clicked career UI event clicking a unit in roster or market pushes a modal panel for detailed unit view, clicking off removes it
6 Years Ago
Improved Building AI to attempt to eliminate some situations in which people get stuck building. InteractionPosition now just keeps a list of all blockers instead of doing the box check.
6 Years Ago
Water level, buoyancy fix
6 Years Ago
Fixed player collision with triggers Version++ Ragdizzle
6 Years Ago
Planet UI border highlights when focussed Now using glow scale for planet UI highlight on focus Other planets / links darken when selecting a planet Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Fixed slipping constantly Funnier walk animation when slipping
6 Years Ago
Building prefab layers update
6 Years Ago
Entity view creation/update now sets appropriate layers for all transforms, including anything named "ground" Updated ALL view prefabs with correct layers (was previously set at runtime)
6 Years Ago
fuse boss sets position directly instead of using velocity fuse bullet subfolders Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity fixed fuse wall debug hp
6 Years Ago
Punch
6 Years Ago
Improved Scientist gun reloading behaviour.
6 Years Ago
Added 4000 asset store animations so I could use 6 of them
6 Years Ago
More work on imposter shader and tools (wip) Added foliage billboard shader Fixed foliage material inspector property copy-paste; extended to derived shaders Removed unused assets
6 Years Ago
backup
6 Years Ago
Modified some unlocks
6 Years Ago
wip career modal basic setup
6 Years Ago
Predicted carrying
6 Years Ago
changed name of mud to ground on bulidings removed "grass crafting" unlock from buildings so units can upgrade the roof
6 Years Ago
building fbx (breaks stuff) fix soon
6 Years Ago
Name Position Fixed waterbottle, beachball not networking owner
6 Years Ago
Monument Navmesh's bake layer in MT had reset. Put Transparent layer (fences) back on.
6 Years Ago
Brute force fix for TB-related skin hair layer seams
6 Years Ago
Fixed double player again Better player lerp
6 Years Ago
Jump anim, grounded fixes
6 Years Ago
Water Fixes
6 Years Ago
Fixes
6 Years Ago
more WIP career UI, fixed buy button
6 Years Ago
New water
6 Years Ago
Perf
6 Years Ago
More route work, routes control passenger distributions Add san francisco to whitelist More routes (xp/levelling/UI)
6 Years Ago
Removed character ref from welfare.
6 Years Ago
Fixed player ragdoll "MakeStatic", which hadn't actually been firing
6 Years Ago
Player ragdoll conversion
6 Years Ago
Fixed vehicle wreckage bugs
6 Years Ago
General stuff. Fix trade tables and item transfer being broken
6 Years Ago
World stuff Manifest
6 Years Ago
Added some checks in OnValidate to detect activities that generate notifications that don't auto expire and have no expiry conditions Added an expire time field for critical severity notifications (defaulted to 15, used to be -1) New OnValidate checks picked up Death activity as never expiring, marked it as auto expire/critical severity
6 Years Ago
Fixed Birth activity not auto expiring (it had no expiry conditions, so it persisted forever)
6 Years Ago
Added an "Ignore Items in Containers" bool to target filter Find item for Blackboard Stockpile now ignores items in containers so that the 15 possible items are no longer all items in the stockpile we're trying to fill
6 Years Ago
EAC rollback
6 Years Ago
Removed ICharacterInventory entirely. Can now simply use an IContainer
6 Years Ago
backup
6 Years Ago
Deleting SelectBestBuildDesire Turned off Evaluate single entity per type on Find Item for Blackboard stockpile (closest log after placing a log on stockpile was the item we just placed, which is already in a container and invalid so the filter would fail)
6 Years Ago
Now compiling
6 Years Ago
Removed BuildingActionDesire. Hopefully fixed people often owning more than one house.