reporust_rebootcancel

133,279 Commits over 4,293 Days - 1.29cph!

Yesterday
merge from main - added support for transparency on decal shader
Yesterday
Added support for decal layers on transparent surfaces on the Standard shader
Yesterday
stopengine_nre -> main
Yesterday
- Prevent stopping the engine from throwing an nre when wiping the deepsea - Remove a dumb log
Yesterday
Compile fix
Yesterday
Ocean WIP.
Yesterday
wood box added prefab for box
Yesterday
wood box game model and updated prefabs, ran manifest and localization
Yesterday
Light up frames - fixed material config and paintability
Yesterday
wood box placeholder textures
Yesterday
edited paintable reactive target animtions and transition blends on anim.controller
Yesterday
merge from main
Yesterday
Migrated deep sea ocean params to new env properties section.
Yesterday
Cherrypicked deep sea ocean feature to test branch.
Yesterday
merge from indirect_instancing
Yesterday
Some fixes and cleanups for the Indirect Instancing debug overlay
Yesterday
Codegen so domain reload works
Yesterday
Move CCTV processing out of a repeated update into a budgeted queue (0.05ms) Don't add cameras that are completely static to the queue as they don't actually do anything inside server tick Completely removes server cost of static cameras and limits the cost of dynamic cameras
Yesterday
Merge from naval_update
Yesterday
Switch back to the mainland view on the map screen if it closes while open
Yesterday
Commit SyncVar inheritance changes. Can't Cherrypick because of the previous revert.
Yesterday
fix ocean stuttering in demo playback (forces water.scaled_time behavior when playing demo)
Yesterday
Subtract merge on 140788
Yesterday
artist_pack_dlc -> artist_dlc_ornate_frames
Yesterday
Cherrypick syncvar_inheritance so the new artist items can take advantage of the fix without forcing it on main (when its not fully proven to be stable)
Yesterday
Fixed ghost ship map markers rotation and scale
Yesterday
Properly support inherited SyncVars up to an infinite depth
Yesterday
Merge: from useplayertasks_removegroupocludee_nre - Bugfix: a series of bugfixes and extra error logs to ensure occlusion groups are valid and consistent Tests: 2p on Craggy - ran around host, flew away and back, teleported away and back, tested sleepers, disconnects, and general occlusion
Yesterday
Merge: from main
Yesterday
fix cloud weirdness when overriding weather state when playing back a demo
Yesterday
Clean: move OcclusionValidateGroups servervar to ServerOcclusion - codegen Tests: server compiles
Yesterday
more window paintable work
Yesterday
Clean: GetOccludees => OcclusionGroup getter Tests: server compiles
Yesterday
Clean: OcclusionGroups - define bespoke ServerOcclusion.Group - updated code references Tests: all modes compile in editor
Yesterday
Clean: OcclusionGroup - lower core of logic from BasePlayer to BaseNetworkable - also move cached subscribers cleanup to BasePlayer.OnServerDestroy - split off server occlusion logic into it's own BaseNetworkable potion Tests: all platforms compile in editor
Yesterday
set lightup frames to use standarddecalwithtwo shader again
Yesterday
tweaked free sockets on goldframe medium and small so they are deployable on space building skin
Yesterday
Bugfix: ServerOcclusion - clean up external references when BaseNetworkable is destoyed Dobbie's free, this is the last bug I could theorycraft. There's a small window before occlusion would update and unsubscribe where a teleport then destroy could leave a dangling set of references, but this doesn't happen because of unnecessary SetParent being called when BaseEntity is destroyed on the server(but this should be fixed separately) Tests: not testable
Yesterday
stay_close_death_fix -> main
Yesterday
Fix issues preventing boats from reaquiring a target that they already have which was stopping them getting into 'stay close' mode
Yesterday
fixed artist canvas gibs missing material, fixed artist canvas medium not linked to correct paintable, fixed broken deploy guide on ornate medium frame, fixed lods on paintable reactive target all displaying, fixed easel top mesh render warnings, and rendered easel icon
Yesterday
- Ensure target is cleared on ai death - Fix Exit state being used in the wrong places, leaving AI without a state at all
Yesterday
Death screen now switches back to the mainland if the deep sea closes for any reason
Yesterday
Don't spawn map markers at all if they aren't in the appropriate mainland/deep sea area
Yesterday
Merge from main
Yesterday
Update: OcclusionGroup - tracked down another false-positive error - left a comment explaining why check was removed Whena player reconnects and reclaims a sleeper with a player in proximity, the eventual network group subscription will try to append to the occlusion group that already contains the reconnected player. Tests: reconnected with a player in vicinity
Yesterday
Bugfix: ServerOcclusion - clean up occlusion group refs when retiring groups Fixes false-positive error logs Tests: 2p, 2nd player disconnects while 1st player is in vicinity - afterwards first player walks out then back into to original network cell
Yesterday
boatai_better_patrol -> main
Yesterday
window paintable initial setup , gibs, lods etc
Yesterday
Update: Update: OcclusionGroups - each members tracks which group refers to it Needed for an upcomign bugfix in OnDestroy and helps detect issues Tests: 2p on Craggy - tested players close, flying far away, teleporting, disconnect-reconnect - logged an extra problem to address