reporust_rebootcancel

136,636 Commits over 4,474 Days - 1.27cph!

33 Days Ago
Also set telephones to be always powered - was setting them to not require power but that was only applying on the server
33 Days Ago
Implement camera motion vectors
33 Days Ago
Empty compat file so it gets included in builds
33 Days Ago
Set bowless crossbow item category so its correctly set as a store item by the repair bench external link button
33 Days Ago
Set fridge as powered by default inside apartments
33 Days Ago
Prevent players from picking up deployables inside monuments when they require building permission to pickup (aka all the beautiful entities I spawned inside apartment rooms)
33 Days Ago
Bugfix: missed a couple places where ModelState.Blocking is updated Tests: none, trivial change
33 Days Ago
merge from attachment_charms
33 Days Ago
Fixed skinviewer vertical drag clamping not clamping for real Tweaked charms lighting
33 Days Ago
vending_stats_text_fix -> main
33 Days Ago
Stop the text going blurry in the vending stats page
33 Days Ago
office light prefab & related files
33 Days Ago
Clean: fix up formatting crimes in BasePlayer-SaveLoad.cs Tests: none, trivial change
33 Days Ago
Update: duplicate ModelState.flags and ducking properties into their own arrays, keep them in sync with incoming model states Will allow me to removed caching of 5 properties in ServerCachePlayerInfo Tests: booted craggy
33 Days Ago
Keep the 'change accessory' button on selected items even if you dont have any charms unlocked So you can remove a charm on a picked up gun
33 Days Ago
- Rewrite of the demo compat system - General cleanup - Couple of weird editor only bugs fixed
33 Days Ago
Fix new mountable tests having the "Deployables" category, breaking deployable tests Minor cleanup, testlist
33 Days Ago
Set up (empty) camera motion vector pass
33 Days Ago
Merge from satellite_crash
33 Days Ago
Enable map zooming on the targeting map. Codegen.
33 Days Ago
Fix per-object motion vector pass
33 Days Ago
Add teleport2satellitecrashsite
33 Days Ago
main -> demo_compatability_layer
33 Days Ago
merge from main
33 Days Ago
Glowing Wallpapers - Ceiling stars WIP
33 Days Ago
camera_flash_fixes -> main
33 Days Ago
Optim: ServerCachePlayerInfo - don't cache IsCrawling, it can be deduced from PlayerFlags Tests: ran speed consistency unit test, ran around craggy, crawled while wounded - all's gud
33 Days Ago
Compile errors
33 Days Ago
Assign bed to apartment owner after the furniture is spawned in the room (when room is rented)
33 Days Ago
Use the new method in SleepingBagCamper too
33 Days Ago
Refactor SleepingBag so code can reassign bags outside of RPC calls
33 Days Ago
Set upkeep terminal to only accept scrap (in the prefab)
33 Days Ago
Fix NRE from static list of client apartment buildings not being cleared when disconnecting - put it inside EntityRealmClient so it's cleared along the main list of entities
33 Days Ago
apartment_complex_core prefab set dressing progress
33 Days Ago
merge from main
33 Days Ago
simpler solution using space transformation without creating a new sim-space - root motion stored as a snapshot and lerped rather than using accumulated deltas, true stability - root motion of 0 now behaves perfectly with rotation, helping keep VM much more stable
33 Days Ago
merge from automated_test_entity_bounds_fixes
33 Days Ago
Refresh test list for merge
33 Days Ago
Clean: remove JobHandle IsValid extension This was a workaround for a Unity issue that was fixed in 6.3.14f1 Tests: none, trivial change
33 Days Ago
Optim: ServerCachePlayerInfo - only recache positional state if position changed from last call Tests: ran around on craggy, sawm, crouched. retried connecting couple times
33 Days Ago
Merge from main
33 Days Ago
Play a sound when you toggle the flash mode on the camera
33 Days Ago
Commenting out newer RRP bloom code that isn't currently in use and converted BRP Bloom's intensity from a clamped float parameter to a regular float parameter
33 Days Ago
Configured bloom settings for all RRP volumes
33 Days Ago
merge from fix_baseentity_query_nre -> main
33 Days Ago
monument blocker vent - renamed collision meshes, removed non-entity object
33 Days Ago
Added support for BRP bloom in RRP
33 Days Ago
When taking a picture show a black screen if you're not using flash and a white screen if you are
33 Days Ago
Fixed camera flash being off to the right
33 Days Ago
better scale handling, handles scale outside of direct controller->origin transform chain, with early exit to avoid extra work on non-scaled chains (majorative case) - also improvements to FrameUpdate overhead