138,721 Commits over 4,324 Days - 1.34cph!

4 Months Ago
Naval scientist variation art
4 Months Ago
removed a bunch of disabled stuff from the dialogue prefab
4 Months Ago
Possibly fixed MeshCull objects not being affected by occlusion culling
4 Months Ago
routed saving properly
4 Months Ago
Commands tab for useful and common commands
4 Months Ago
Include legacy shelter in spawn_all_deployables command, was excluded previously to prevent an error
4 Months Ago
Tank Top repose male/female
4 Months Ago
Collared Shirt repose male/female
4 Months Ago
removed some leftover signui stuff, float values used for sizing as it now supports that
4 Months Ago
powerplant update
4 Months Ago
merge from powerplant_dropzone
4 Months Ago
airfield, excavator, launch site, military tunnels, nuclear missile silo, powerplant, trainyard and water treatment plant now playable from the scene - few misc errors need cleaning up, terrain components largely out of date across scenes - continue to use monument island for procgen like experience
4 Months Ago
Loadouts tab styling
4 Months Ago
drop zone moved, prevents hackable dropping on lighting
4 Months Ago
merge from fillwater_improvements
4 Months Ago
merge from helicopter_flare_balance_pass
4 Months Ago
merge from harbor_swingbridge_parent_fix
4 Months Ago
merge from m15_3p_emmisive_fix
4 Months Ago
merge from tactical_gloves_skinnable - tac gloves now skinnable
4 Months Ago
merge from rivals
4 Months Ago
Culling.env is no longer admin only Added culling.skinnedRenderers, controls the player/animals culling system Both culling.env and culling.skinnedRenderers require culling.toggle to be active, turning this convar off will turn both related convars off
4 Months Ago
Merge from food_qol
4 Months Ago
Fixed items held in sub inventories (backpcks, fishing rods) not calculating biome temperature correctly
4 Months Ago
Merge from main
4 Months Ago
Don't allow the deep sea terrain config to load if the player is in the tutorial
4 Months Ago
Merge from parent
4 Months Ago
Cherry pick 136869 to expose bake heightmap shortcut, useful outside of hackweeks
4 Months Ago
Fixed missing ghost ship map marker
4 Months Ago
Merge from fog_multithread_fix
4 Months Ago
Move test scene
4 Months Ago
4 Months Ago
Compile fix
4 Months Ago
FIxed deep sea fog of war being filed with mismatching part ids on the server, preventing it form loading on the client after reconnecting
4 Months Ago
Expose shortcut Terrain/Bake Heightmap in shortcuts window
4 Months Ago
4 Months Ago
Splatting
4 Months Ago
Saving/loading
4 Months Ago
Setup a paint save testing scene to finally get to the bottom of the multithread fog of war issues
4 Months Ago
Fix "ShouldBeRunning()" getting inverted during refactor
4 Months Ago
Refactor refill code from PrefabPoolCollection into it's own PrefabPoolFiller class
4 Months Ago
Strip PropRenderer from spawned objects Can't use PrefabAttribute due to assembly limitations so came up with a simpler approach Probably not worth it, a memory sample from a large base showed only 0.7mb of these components (across 1885 of them though) Would still need some bespoke handling for HideDuringRender usages, likely via a new component
4 Months Ago
Add convars to control pool refilling - refill_max_concurrency (default max 5 jobs queued) - refill_mode (0 = off, 1 = main thread, 2 = InstantiateAsync) - refill_immutable_optimization (assumes source prefab isn't being modified) - refill_max_per_job (max number of prefabs submitted per job (default 30) Better detection when no work is being done and avoiding burning the budget Target refilling each pool to 50% to avoid constantly deleting extra prefabs if the pool is always full - hardcoded for now Simplify main thread refilling, don't worry about overshooting budget since it can be set small and we want to move to async which doesn't risk overshooting
4 Months Ago
Forgot to commit changes from yesterday, added a score HUD
4 Months Ago
Added advanced input option to set mannequin pose using binary inputs, added helper calculator for converting pose to binary
4 Months Ago
Add back parent parameter in InstantiateAsync() since it actually works in Unity 6
4 Months Ago
Entered commands always generate a new timestamp
4 Months Ago
Put console command input box at the very bottom of the window
4 Months Ago
- Fixed dodgy scaling on the displayed entries - More flex fixes throughout - Command box clears after running a command
4 Months Ago
- Clear now works - Save correct date/time format when copying to clipboard - Trim <colour> tags when copying to clipboard
4 Months Ago
Port CS:GO's TexturePacker and FontTextureCache * Fixes a weird font corruption issue Fixed multibone static props flashing across the map randomly Limit physics rescaling to prop_physics and sent_anim Fixed `props_phx\trains\tracks\track_switch2.mdl` (Community Contrib)