reporust_rebootcancel

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

26 Minutes Ago
merge from reactivetarget_rcturret_fix
28 Minutes Ago
Fixed remotely controlled turrets not able to hit reactive targets with bows
37 Minutes Ago
▌ ▌▄▋▄▉▄ ▊▄▄▄▍█▍▅▆▉█▋▅▅▌ ▊▋▅▅▋▇▍ ▌ ▉▅█▄▌▍▋▍▊▉ ▆▅█▍▋▊▇ ▄▉▆▆▅▍ ▊▌ ▄ ▆▇▉▍▌▋▋▆▉▍▉█ ▄▅▉▊▌▆▍ ▄ ▇▋▍█▋▊▌▊ ▊▇▅▋▅▌▋ ▇ ▇▋▊▉▇▆ ▇▌▅▌ ▍ ▇▊▊
38 Minutes Ago
Add achievements for: - Putting a note in another players mailbox - Purchasing from the travelling vendor - Starting a satellite crash event
44 Minutes Ago
Set all hatchets up with subsystems for better movement in locomotion
60 Minutes Ago
▆ █▊▊▋▅▌ ▅█▆▇▄ ▄▇▊▅█▇ ▊▆█▉▌ ▍▊▌█▆▉▌▊▌ █▌▅▋ ▉▉▋▊▇ ▋▊▇▅▆▊ ▍▄▉▊▍▇▊ ▌▊▊▊▄▌▋▉
1 Hour Ago
merge from Frog_Branch
1 Hour Ago
merge from Jellyfish_branch
1 Hour Ago
merge from jellyfish_movement -> Jellyfish_branch
1 Hour Ago
alien costume description
1 Hour Ago
Add base occlusion to runtime profiling so we can monitor how much main thread time it spends on room occlusion per frame
2 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
2 Hours Ago
big gross protection overlay debug renderfeature in RRP, signifantly nicer than running around with ddraw
2 Hours Ago
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)
2 Hours Ago
protection setup on rocks and foundations
2 Hours Ago
deformation protection - pre-baked static protection from topology and spawned rocks - entity-provided protection from foundations
3 Hours Ago
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
3 Hours Ago
Merge from distance2d_fix
3 Hours Ago
holster update
3 Hours Ago
Skip the Y component subtract in Vector3Ex.Distance2D
3 Hours Ago
flexbox_outofrange_nre -> main
3 Hours Ago
armoured ladder hatch gibs
3 Hours Ago
Fix Flexbox Out of Range error
3 Hours Ago
- 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
3 Hours Ago
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
3 Hours Ago
wip test fixes
3 Hours Ago
merge from painting_fixes
4 Hours Ago
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
4 Hours Ago
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
4 Hours Ago
Updating frog rig skinning
4 Hours Ago
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
4 Hours Ago
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
4 Hours Ago
Optimised squirrel mesh and added LODs. updated squrrel textures and set up new material. moved old textures
4 Hours Ago
Cleanup network subscription logic so it all happens in a single place
4 Hours Ago
Codegen
4 Hours Ago
Set titles per controller/platform vdf set
4 Hours Ago
Merge from main
4 Hours Ago
merge from halloween_costume_2026
4 Hours Ago
changed name of skull wall torch to skull wall lamp
4 Hours Ago
merge from automated_testing
4 Hours Ago
Fix for triangle foundations connecting buildings together when only touching at a corner
4 Hours Ago
wip ladder updates
4 Hours Ago
kill existing turns when toggling turn in place off through convar
4 Hours Ago
exported latest frog anims
4 Hours Ago
Merge from main
4 Hours Ago
Updating triangle ladder hatch rig
4 Hours Ago
Fix up import settings on sandbags pillbox collider, enable RW
4 Hours Ago
- When stirring the generator you're now mounted (just at current standing position) - When letting go of E stop the mounting - Show 'no electricity status' if stirred but no power
5 Hours Ago
Optim: HttpImage - rate limit texture activation rate (2 per frame) Helps with General tab opening, but feels too limiting Tests: navigated to general tab of store