reporust_rebootcancel

139,420 Commits over 4,383 Days - 1.33cph!

12 Minutes Ago
Merge from main
13 Minutes Ago
Fixed game not starting in editor due to silent errors when disable menu UI is enabled
35 Minutes Ago
Change contact image render to WaitForEndOfFrame coroutine
3 Hours Ago
Make apartment entity class partial for codegen
3 Hours Ago
update apartment_complex_monument/prototype
3 Hours Ago
merge from main -> apartment_complex_monument
3 Hours Ago
Remove logging because it's annoying even if it's editor only when it prints out 100+ items, instead opt for a command `printitemtax`
3 Hours Ago
3 Hours Ago
Made logging editor only
3 Hours Ago
.meta files
3 Hours Ago
Add purchase price for apartments (placeholder values)
3 Hours Ago
Add a new blend tree to the walk state that is enabled when the relaxed flag is enabled (already used by AI) Matches existing relaxGunPose parameter but it's a float so we can use it in a blend tree Fixes patrolling AI jogging in slow motion all the time
3 Hours Ago
Apply tax to hqm & sulfur
3 Hours Ago
Add code to support taxing the items inside apartment rooms - only need to configure tax on base items like HQM and sulfur - it will calculate the amount of sulfur + HQM inside crafted items based on the ingredients and apply the respective tax to each derived item - example: sulfur = 30 scrap / stack, gunpowder = 60 scrap / stack & rockets = 117 scrap / stack - can override the tax for a crafted item if needed
Today
Moved neon signs into generic props folder. Started first pass of texturing + material setup. Proper art for "open" neon sign. Rest is WIP.
Today
Sort network cell tile offsets so the closer ones queue up to be networked first
Today
Handle the weird string prefab references in Skinnable to make bbq.workshop.prefab go in the right AssetScene
Today
Swap the apartment rooms from static prefabs to entities
Today
Add new entities to manifest
Today
Add prefabs for entity versions of apartment rooms - small, medium, large Add entity for apartment building controller
Today
Add code for apartment rooms and the apartment building controller
Today
Merge from terrain_lower_fixes
Today
Bake before loweing terrain in holes (commented out for now due to a bug)
Today
Military tunnel s2p for updated terrain lowering
Today
Launch site s2p for updated terrain lowering
Today
Merge: from main
Today
Don't lower terrain on the edges of holes Fix terrain lower OOB when alpha map resolution doesn't match heightmap resolution
Today
Update: add Pause/Resume to ScopeRecorder and SlowScopeRecorder Tests: tried them in throw-away code, works but exported result looks wonky and needs more work
Today
Update: ServerProfiler - add ability to pause & resume active recorders - added couple unit tests - release binaries built from 61cba2fc Tests: ran unit tests
Today
Increasing build step timeout by 5 minutes to allow FPBuild to handle zombie process properly
Today
Add apartment complex to Scene top context menu
Today
Update scientist for new navmesh
Today
Bugfix: Simplify RecordContext memory management in ServerProfiler.Core - release binaries built from 39f0cfa4 Worst bug was that 2 threads sharing one recording buffer Tests: recorded a bunch of test coroutines (2 frames worth each) via RecordScope, then ran a perfsnapshot for 10 frames - no issues.
Today
update apartment_complex_monument/prototype
Today
Assign new model prefab to reinforced item Hooked up reinforced model positionining.
server_browser_improvements -> main
Server browser favourites are now optionally put to the top. Users can enable/disable it in filters. This option is saved between sessions
Today
added gibs for all the reinforced tiers and updated reinforced prefabs
Today
Fix the red build block visual preview not showing the smaller zones at the harbors as well as only showing one of the two zones at abandoned cabins Fixed by manually adding the preview prefab to those volumes, S2P both harbors and swamp_c
Today
Merge from main
Today
Forgot to include it in the usage help string -.-
Today
Reapply 144020 (crypt building skin upgrade_radius) after stomp
Today
Merge from ugc_screen_blur_fix
Today
Fix missing terrain and foliage in report screenshots
Today
Merge from vine_descend_fix
console_quickjoin_fix -> main
- Ensure typing 'connect' in console will also update the quick join UI - Cleanup PlayerJoin.cs - PlayerJoin is now the main way to tell other systems (ui, history) that we are joining a server. Using client.instance.connect bypasses everything ui related) - PlayerJoin now uses client instance on the backend rather than connect (which is now a wrapper over PlayerJoin)
unskinned_windmill -> main
Missing instanced mesh filter
- Ensure transmission rotates again with the vanes - Rebuild deployable prefab to follow the windmill.prefab instead of doing its own thing - Small overall cleanup