reporust_rebootcancel

154,248 Commits over 4,536 Days - 1.42cph!

33 Minutes Ago
quick_join_fix -> main
44 Minutes Ago
Merge from decal_renderlod_collapsing
45 Minutes Ago
Merge from legacy_anim_deletes_oct_2026
49 Minutes Ago
▇▉▅▍█▅ ▇▅▇▍▋▉▄▇
50 Minutes Ago
Remove paintball gun anims
54 Minutes Ago
Only use steam queries when we cant find the answer in our cached lookup (stops us flooding the initial network requests)
2 Hours Ago
Added subsystems to knives and one handed melee weapons
3 Hours Ago
Prevented throttled qsteam lookups from dumping alll the previous quick join results when they return. This was causing quick join to populate then empty out at random times
3 Hours Ago
Codegen
3 Hours Ago
Make sure that disabling room occlusion after enabling it cleans everything up - we want all face definitions to be destroyed after disabling so we can re-initalize everything properly - if initialization fails, only try once instead of getting stuck trying every frame
3 Hours Ago
Fix the quick join menu not showing any entries
4 Hours Ago
ladder hatch updates
4 Hours Ago
merge from reactivetarget_rcturret_fix
4 Hours Ago
Fixed remotely controlled turrets not able to hit reactive targets with bows
4 Hours Ago
▌ ▌▄▋▄▉▄ ▊▄▄▄▍█▍▅▆▉█▋▅▅▌ ▊▋▅▅▋▇▍ ▌ ▉▅█▄▌▍▋▍▊▉ ▆▅█▍▋▊▇ ▄▉▆▆▅▍ ▊▌ ▄ ▆▇▉▍▌▋▋▆▉▍▉█ ▄▅▉▊▌▆▍ ▄ ▇▋▍█▋▊▌▊ ▊▇▅▋▅▌▋ ▇ ▇▋▊▉▇▆ ▇▌▅▌ ▍ ▇▊▊
4 Hours Ago
Add achievements for: - Putting a note in another players mailbox - Purchasing from the travelling vendor - Starting a satellite crash event
4 Hours Ago
Set all hatchets up with subsystems for better movement in locomotion
5 Hours Ago
▆ █▊▊▋▅▌ ▅█▆▇▄ ▄▇▊▅█▇ ▊▆█▉▌ ▍▊▌█▆▉▌▊▌ █▌▅▋ ▉▉▋▊▇ ▋▊▇▅▆▊ ▍▄▉▊▍▇▊ ▌▊▊▊▄▌▋▉
5 Hours Ago
merge from Frog_Branch
5 Hours Ago
merge from Jellyfish_branch
5 Hours Ago
merge from jellyfish_movement -> Jellyfish_branch
6 Hours Ago
alien costume description
6 Hours Ago
Add base occlusion to runtime profiling so we can monitor how much main thread time it spends on room occlusion per frame
6 Hours Ago
Optim: have HttpImage unload their images when store tabs are hidden Need to go through all the screens and verify they get unloaded correctly Tests: inspected general tab's grid contents while being ingame and toggling menu
Today
big gross protection overlay debug renderfeature in RRP, signifantly nicer than running around with ddraw
Today
Improve the warning if the spatial network grid IDs will overlap the reserved room ids - change the encoding from hardcoded values to constants (confirmed behavior is identical)
Today
protection setup on rocks and foundations
Today
deformation protection - pre-baked static protection from topology and spawned rocks - entity-provided protection from foundations
Today
Make room network group IDs static similar to the other reserved values instead of instance field - first 1024 IDs are for global groups - last 6.5M IDs reserved for base occlusion
Merge from distance2d_fix
Today
holster update
Skip the Y component subtract in Vector3Ex.Distance2D
flexbox_outofrange_nre -> main
Today
armoured ladder hatch gibs
Fix Flexbox Out of Range error
- Fix Distance2D methods in BaseEntity returning 3D rather than 2D distance. Replace usages of these with the 3D distance to not change previous behaviour, all look like they work well enough despite having used 3D distance all along - Change Distance2D in Vector3Ex to return Magnitude2D of both vectors rather than the 3D distance calculation with discarded Y components. Remove the "replace this" comment
Today
Cleaned up entity face registeration so only BaseEntity calls RoomOcclusionManager.OnFacesRefreshed(entity) - used to subscribe to both DecayEntity and BuildingBlock so it could work on doors & building blocks - get rid of needing to register all faces explicitly in SaveRestore & copy paste
Today
wip test fixes
Today
merge from painting_fixes
Today
Update doors to only call into base occlusion when their open/closed state is changed (via flags) instead of needing to remember 3x different places it called into base occlusion
Today
Add a neutral light option in the painting ui, accessible behind a convar `paint.neutralLighting` - only works with rrp enabled - overrides all light settings to a neutral studio light so current scene lighting conditions do not affect the preview object
Today
Updating frog rig skinning
Add achievement for distance travelled via vine swinging Add dictionary for lifestory generic stats for faster setting and value lookup Make genericStatKey on LifeInfographicStat non serialized as it's only ever set at runtime
Today
Optim: HttpImage - mode texture decoding to worker threads - added WebUtil.DownloadTextureTemp that uses DownloadHandlerTexture - disabled texture activation rate limit Now only a tiny hitch is present Tests: navigated to store General tab
Today
Optimised squirrel mesh and added LODs. updated squrrel textures and set up new material. moved old textures
Today
Cleanup network subscription logic so it all happens in a single place
Today
Codegen
Today
Set titles per controller/platform vdf set
Today
Merge from main