reporust_rebootcancel

140,381 Commits over 4,383 Days - 1.33cph!

5 Months Ago
merge from main
5 Months Ago
merge from console_autocompletion_contains
5 Months Ago
Changed the console autocompletion from StartsWith to Contains
5 Months Ago
Steam inventory modals fixes following the gallery changes
5 Months Ago
Remove SimpleFloatingEntity and associated prefabs, they were never used
5 Months Ago
▇▄▋▊▆▋ ▄▅▆▋▉▌█▌
5 Months Ago
Ghost sheet and Dracula outfit repose
5 Months Ago
Fixed pool leak in BuildingBlock::DrawHighlight
5 Months Ago
Bugfix: fix spawn ticks counting non-max pop as a fail, instead of requested spawn count Tests: none, trivial change
5 Months Ago
Update: add ability to dump pngs of simulated spawning of a population Tests: used locally
5 Months Ago
merge from birthday2025 -> main
5 Months Ago
merge from fix_balloon_error_log -> birthday2025(main)
5 Months Ago
merge from fix_balloon_lock -> birthday2025(main)
5 Months Ago
First pass of gallery view for limited items with more than one image
5 Months Ago
updated manifest
5 Months Ago
network_profiler -> main
5 Months Ago
Compile fix (random include statement)
5 Months Ago
network_profiler -> main
5 Months Ago
Fixed inaccurate log
5 Months Ago
- Unity editor check and compile fixes on CLIENT/SERVER
5 Months Ago
merge from fix_texture_compression_npot -> main
5 Months Ago
- Swapped to Newtonsoft rather than JsonUtility - actually serializing the json properly now - Expanded the name box
5 Months Ago
Cherrypick 139365 "Space LR skin viewer polish"
5 Months Ago
merge from spacestation_storepages
5 Months Ago
merge from spacestation_storepages
5 Months Ago
Update: spawn.report now also reports failed tick and how much were spawned recently on average when failing Can use this as a further estimate which population is costing us when trying to spawn full pop Tests: used in editor
5 Months Ago
Cherrypick 139361 "Added Space LR store video"
5 Months Ago
very slow starting point for censored mesh creation for HideSigns mode - break down chunks into set of local bounds - approximate bounds with sphere SDFs - single 3D gaussian blur step to crunch up the spheres
5 Months Ago
exported latest vm paintabll gun rig and anims
5 Months Ago
merge from main (will need manifest rebuild)
5 Months Ago
- Add import and export buttons to the ui. imported network data fills out the profiler as you'd expect - Add names to serialized data so save/load profiles can support naming (as the ids will be invalid when loaded) - Fix some incorrect server/client entity usages - Cleanup - Some clamping to avoid the server exploding
5 Months Ago
- added space lr specific effects folder - added 3p mag drop (using bespoke space LR model)
5 Months Ago
Update: spawn.report now outputs max attempts it can do for next tick Helps quickly spot what's the worst contributor to spawn overhead Tests: used in editor on Craggy
5 Months Ago
Easter onesie reposed
5 Months Ago
merge from (main)birthday2025 -> main
5 Months Ago
fixed 3p mag drop not working
5 Months Ago
Cherry pick from 139348
5 Months Ago
merge from main
5 Months Ago
▇▌▉▌▄█ ▅▉▋▇▋
5 Months Ago
set repair and pickup to twitch rivals sofa
5 Months Ago
world model outline for candle hat
5 Months Ago
Adding more player update anim transfers
5 Months Ago
Handle textures that are clamped to a maximum size from being falsely flagged as NPOT
5 Months Ago
Chicken costume setup
5 Months Ago
Merged main to build_cache_redirect
5 Months Ago
Metal shield reposed
5 Months Ago
fixed mag not hiding/showing during 3p reload
5 Months Ago
- Set detailed packing data as serializable so its included in the export - Dont export with pretty print (to save space) brings a 10 second sample from 7MB down to 3MB - Codegen
5 Months Ago
Horse costume setup
5 Months Ago
Network Profiler - Can now profile for x seconds via command line - Export to JSON file - Import from JSON file