140,189 Commits over 4,505 Days - 1.30cph!

2 Months Ago
phys impacts sound fix
2 Months Ago
Glass AR - split worldmodel FBX, fixed wm magazine LODs, added mag to viewmodel prefab for testing
2 Months Ago
merge from inventory_playerquality
2 Months Ago
Added ui.inventoryplayerquality to controls the quality of the player preview in the inventory. Set to 1 by default, matches what we had before the player model update Added it to the options menu, tied to the graphics presets too
2 Months Ago
Add satellite.descent_angle to control entry angle. Push satellite origin further out x,z so it moves through the sky more horizontally.
2 Months Ago
Added .gitattributes file for RRP repo
2 Months Ago
wip, stage 1 now slowly moves through the sky at extreme distance (but rendered as a tiny, close billboard) before switching the stage 2 model display and crash to ground.
2 Months Ago
Metas from main
2 Months Ago
Converted debug pass line endings from CRLF to LF
2 Months Ago
merge from attachment_charms
2 Months Ago
Select attachment -> Select accessory
2 Months Ago
Fixed all charms not rendering unless close to world origin (removed the culling components, unnecessary for viewmodel prefabs)
2 Months Ago
Apply amount clamping in the vending machine purchase UI on value changed instead of end edit to match how it was before the ui refresh
2 Months Ago
Fixed path warning when opening the charms picker
2 Months Ago
Fixed charms picker background dismisser not closing the dialog
2 Months Ago
Fix 4 pool leaks that got flagged
2 Months Ago
Move the attribute to Facepunch.System so it can be used in more places Apply it to 42 more suitable methods across the project
2 Months Ago
apartment wing prefab - all sentries placed
2 Months Ago
Merge from main
2 Months Ago
Merge from 2stage
2 Months Ago
Added bloom clamp, diffusion, and dirt texture for the RRP bloom
2 Months Ago
Fix null texture warning when switching between AO apply options
2 Months Ago
monument blocker - vent -- adding collision for every stage
2 Months Ago
merge from main
2 Months Ago
Fix motionvectors in AO apply pass Fix temporal blending issues
2 Months Ago
Fixed VM stats not working on rentable shops
2 Months Ago
Various cleanup
2 Months Ago
Cleanup
2 Months Ago
Fixed not being able to buy things from rentable shops due to distance hecks
2 Months Ago
Add signage.adminscanalwaysupdatesigns replicated convar, controls the previously hardcoded behaviour of admins always being able to modify signs regardless of locks, build status, etc (made testing permisisons harder) Fixed the sign attached to rentable shops being editable when the shop is closed Fixed the sign attached to rentable shops being editable after using the randomise shop owner convar
2 Months Ago
- Make CardReader, ElectricSwitch and ElectricGenerator powergrid entities to give them the option to only passthrough power if there is an online powergrid. Enables setting up puzzles which depend on the powergrid - Improve how powergrid IO access points were handling changes in available power - Don't add entities with "require powergrid" disabled to the list of powergrid entities to update
2 Months Ago
Merge from PlayerRigUpdate2 (snowmobile/bike reaction layer refactor, no player facing changes)
2 Months Ago
Delete PlayerModelReactionEnded state machine component
2 Months Ago
Remove React layer from player animator, now handled entirely by sub systems Remove 3 associated parameters
2 Months Ago
Merge from react_layer
2 Months Ago
Fixed pelvis movement on low react weights
2 Months Ago
Call BaseEntity.Query.Server.Remove() earlier inside DoServerDestroy so if it does throw an NRE later in OnServerDestroy it's still removed from the lookup grid
2 Months Ago
Fix BaseEntity.Query not checking if the entity is null / destroyed (to prevent entities that fail to be destroyed from breaking queries)
2 Months Ago
Merge from parent
2 Months Ago
Merge from voice_delay_fix_attempt_2
2 Months Ago
Flip around the position and data increment
2 Months Ago
Merge from main
2 Months Ago
Remove client.SetPlayerSeed convar (duplicate of client.playerseed command)
2 Months Ago
Hammer DPI scaling improvements KeyValuesToTablePreserveOrder further tweak * Do not turn 0 to 1 key if there's only 1 key Fixed Hammer Entity KeyValue names drawing over the second column
2 Months Ago
Standalone lightbox mesh.
2 Months Ago
Lighting WIP
2 Months Ago
Fix DeepSeaManager using Destroy() when killing the deep sea after it's disabled instead of Kill() - probably not the cause but better to be safe
2 Months Ago
merge from attachment_charms
2 Months Ago
Fixed missing UnityEvent attribute on charm icons
2 Months Ago
Fix World.Spawn not checking if prefab is contained in the new serialized GameObjectRef[] array for spawning specific monuments Wasn't a problem testing maps in C+S in editor but could have been problem in future if regular procgen maps made use of this array