141,625 Commits over 4,505 Days - 1.31cph!

2 Months Ago
Merge from model_culling_fixes
2 Months Ago
Merge from heavy_plate_legclip_fix
2 Months Ago
Merge from clothing_reskin_pool_fix
2 Months Ago
Fixed riot helmet front plate not getting reskinned properly in some circumstances (pooling issue)
3 Months Ago
merge from heater_fix
3 Months Ago
Fixed electric heater appearing ON after leaving and re entering network range
3 Months Ago
Prevent unoccupied rooms from being broken into - link apartment doors -> apartment on the client
3 Months Ago
merge from buildingerrors_fix
3 Months Ago
Remove unused/useless convars * tf_escort_score_rate, hud_airboathint_numentries Rework cvars.AddChangeCallback filter * Convars that cannot be identified as server only or client only now run the callback in both realms * protected convars no longer run this callback at all More cvar cleanups * Removed sv_hudhint_sound, striderbuster_magnetic_force_hunter, sniper_xbox_delay, systemlinkport, matchmakingport, xmove, xlook
3 Months Ago
merge from console_localtime
3 Months Ago
merge from stackedsteamitems_fix
3 Months Ago
neon carpet textures and icon update
3 Months Ago
ornate frame canvas gloss tweaks, made less glossy
3 Months Ago
Fix building errors/toast messages not showing up when a teammate is holding a planner, when building preview is enabled
3 Months Ago
toned down wrinkles on canvas a bit
3 Months Ago
Bunch of skin viewer framing fixes
3 Months Ago
Fixed stacked steam items showing as one single item in the steam inv menu
3 Months Ago
fixed industrial auto turret laser position
3 Months Ago
merge from workshopskinnable_metal_shop_front
3 Months Ago
Fixed console logs using UTC time instead of local time
3 Months Ago
Metal shop front , set up for workshop. Changed to two materials - front and back
3 Months Ago
Fix client/server version mismatch Lua errors with halo.lua changes
3 Months Ago
Fixed the popping issue with the wood stove. I was using meshlod on a mesh that had the number of materials change. I had to use RendererLod instead. That solved it.
3 Months Ago
Minor cleanup Fix client/server version mismatch Lua errors with halo.lua changes
3 Months Ago
Add support to break into rooms with a master key - one time use - takes 10s to break in - gives 5m access - can steal stuff from the rooms in that time - can let yourself out of the room if you are left inside
3 Months Ago
Update: use dirty indices for copy Test: none, trivial change
3 Months Ago
Glowing Wallpapers - ceiling stars update, initial setup for wall version
3 Months Ago
Update: propagate PlayerServerStates down to Antihack methods - updates unit tests for changed API Tests: unit & perf tests, ran around craggy
3 Months Ago
Add apartment master lock for breaking into apartments
3 Months Ago
added reverb settings and zones to all different apartment sizes
3 Months Ago
Fix OSX compile
3 Months Ago
defer completion of sculpting GUI collider baking until the next controller's update, it can be done entirely in the background without hollding the main thread
3 Months Ago
Minor compile warning fixes
3 Months Ago
Remove root transform name from path to gibs, was unnecessary and caused trip ups
3 Months Ago
oxygen_ui_flicker_fix -> main
3 Months Ago
Proper fix for dodgy flickering oxygen vitals Caused because we aren't sending as many metabolism updates after the optimizations
3 Months Ago
merge from main
3 Months Ago
pooltable new mesh - texture wip
3 Months Ago
Cobalt Statue - New collider for the metal parts
3 Months Ago
Fix monument blockers spawning all their gib stages on death
3 Months Ago
Disable motion blur because it's still a little broken
3 Months Ago
Add a simple motion blur implementation
3 Months Ago
merge from bc_better_scaling
3 Months Ago
Fix gibbable paths on vent cage blocker
3 Months Ago
frontier hazmat warning spam fix
3 Months Ago
Merge from ssao
3 Months Ago
Fixed NaN water heights when the map has no land Skip generation and fill with the open ocean defaults instead (happens on a deep sea with no main land spawned)
3 Months Ago
fixed frontier hazmat skin constraint setup on right side
3 Months Ago
Added Deep Sea scene, turns the server into a deep sea
3 Months Ago
Bugfix(tests): don't try to manage unit test specific PlayerStates, rely on internal static one (sadface) - also fix ServerOcclusionGroup tests not fully cleaning up players There's an architecture barrier that's hard to push through to support multiple PlayerStates, so keep it simple for now Tests: ran a bunch of unit tests, no longer sporadically failing