135,939 Commits over 4,444 Days - 1.27cph!

1 Year Ago
Update manifest
1 Year Ago
Add new static respawn point prefab - different prefab for softcore vs vanilla so they can be configured separately
1 Year Ago
Add support for per-player cooldowns on shared static respawn points Add support for authorizing multiple users on a respawn point - as opposed to bags and beds that can only be assigned to a single user - so players have to "unlock" respawning at outpost first
1 Year Ago
Added background to cl_pdump cvar run iterator reset just after EntityRemoved, not before Simplify optional argument checking for Entity:AddGesture/RestartGesture/AddGestureSequence Update lights.rad
1 Year Ago
Force crouching on flanks (again, felt better actually)
1 Year Ago
Optim: AutoTurret - virtualize part of transform hierarchy on server - Breaks dependent logic - will update next This saves 75% of time in synth test of updating aiming of 1k turrets (1.29ms -> 0.32ms) Tests: perf test + debug rendering
1 Year Ago
Improved blue cast more, and long distance jungle localized fogging.
1 Year Ago
Comment
1 Year Ago
Better timings to update category buttons
1 Year Ago
Various adjustments.
1 Year Ago
Blockout the interaction modal
1 Year Ago
FIx powered water purifier accumulating a value when running on an nearly empty tank, then converting a large amount of salt water at once.
1 Year Ago
- Tweak surprise condition - Improve surprise vis logging
1 Year Ago
M15 Pistol - Texture update
1 Year Ago
viewmodel m15 pistol rig skinning and animation edits
1 Year Ago
Add adding to the search bar Move filter content to top when opening server browser
1 Year Ago
Ensure server browser applies filters on first search
1 Year Ago
cleanup
1 Year Ago
moved heightmap carving part of erosion significantly sooner in the worldgen, post canyons/lakes but pre-rivers - simplest way to avoid affecting roads/rivers/etc too much was to just do it first and let them override the results - splatting still happens after all this, uses the original heightDelta for strength but the current slope delta for tapering
1 Year Ago
Layer changes
1 Year Ago
Updated Folding Wicker Bed Prop Model, LODS, Textures and Materials Reimported FBX's and Textures
1 Year Ago
Tests: PerfTest for AutoTurret.UpdateAiming Hacking AutoTurret's code, it suggest we can shrink this by 85% Tests: ran the perf test
1 Year Ago
Updated frontier gate/wall description, removed reference to it being a stone wall
1 Year Ago
trawler ship texturing progress
1 Year Ago
Filter buttons only use include groups (lets use dropdowns for exclude groups)
1 Year Ago
Clamp max velocity
1 Year Ago
Bring server browser search filters up to parity with the current main menu
1 Year Ago
Sail and steering wheel bounds cleanup
1 Year Ago
merge from main
1 Year Ago
Fixed carousel opacity breaking if you swap too quickly betwen items (in between transitions)
1 Year Ago
Menu UI Code folder restructure Setup header filters for name, ping, player count etc
1 Year Ago
Missed files
1 Year Ago
Setup some basic steering wheel visual turning
1 Year Ago
Floating cities progress / visual test for the security tower area
1 Year Ago
oil rig legs fixes
1 Year Ago
HTTP image supports duplicating an image to an secondary image/rawimage
1 Year Ago
added camera animation to mini crossbow reloading
1 Year Ago
Merge from parent
1 Year Ago
Merge from main
1 Year Ago
Merge: from growablegenes_allocs - clean of 1 line Tests: none, trivial change
1 Year Ago
Clean: remove unused static Tests: none, trivial change
1 Year Ago
Merge: from growablegenes_alloc - reduces(removes?) junk allocs from growables Tests: editor builds + alloc unit test
1 Year Ago
Clean: unused usings Tests: none, trivial change
1 Year Ago
Merge: from main Tests: editor builds
1 Year Ago
Clean: remove Sort from BufferList Not used anywhere Tests: editor builds
1 Year Ago
Optim: don't sort slotWeights to avoid internal allocs Array.Sort(T[], IComparer<T>) in this version of mono always allocates a Comparison<T> internally. Lucky for us, we can just simplify the code and avoid this alloc. Tests: alloc unit test passes
1 Year Ago
merge from discord_sdk_1.2
1 Year Ago
trawler ship materials and models progress
1 Year Ago
merge from hackweek_fps_logging
1 Year Ago
merge from menu_fps_cap_fix