branchSpaceUsurperUnity/mastercancel
2,640 Commits over 2,710 Days - 0.04cph!
Disable divergence trace
Eliminated some per-frame allocations during gameplay
Eliminated all per-frame main menu allocations
Possible fix for leaderboard bug when clicking on invalid replays
Don't unload asset bundles that contain persistent textures
Fixed tentacle core sprites not being put into an atlas
Allow scripts defining arrays for parameters that expect data paths
More texture loading / unloading investigation
MemoryDump tweaks for unity assets
Make sure bullet archetypes get cleared on stage change
Removed path to old BulletData instances
Looking into sprites being loaded multiple times / not unloaded
Batch sprite atlas updates in stage init
Don't do input updates while unfocused
Fixed memory dump log typo
Added HotloadedData.GetAllCached(plugin)
Do memory dump in two passes, with and without HotloadedData cache
Fixed standalone build error
Log instance paths after running replay tests
Instance path finding tool tweaks
Tentative fix for NRE in Ghost.Update()
Added tool to find paths to instances in memory
Removed static path to old GameStage instances
Removed paths to old GameStage instances
Tentative fix for materials getting disposed used by TMP
Fixed Bullet.DamagePlayer not setting last collision type etc
Shorten replay sharing IDs where possible
Auto-subscribe to Timebrain !release
Fixed powerup UI flicker on unpause
Fixed warning in LoadBindings
Fixed particle timescale regression
Fixed stage not fading out correctly while paused
Fixed RawFixedElapsedTime divergence
Fixed !switch build error !release !clean
Fixed resurrecting weakly cached resources
Only record aux diagnostics when SaveAuxReplayDiagnostics is true
Possible fix for error during loading
Go back to using persistent sprite atlas for UI cores
Fixed possible ident clash in ForEachMethodCallGenerator
Added Player.ForEachActiveEffect and Player.ForEachSelectableEffect
Fixed visual bug at end of loading screen
Fixed possible exception when loading a stage twice
Some more workshop menu fixes when updating
Updated Facepunch.Steamworks
Workshop menu updates live when a plugin update is detected
Some WIP workshop updating fixes
Fixed workshop upload complete message not showing
Fixed some resources not being baked correctly !clean
Fixed possible NRE on campaign menu
Use only legacy save path on !switch !release
Updated Jenkinsfile !switch !release
Fixed build error !switch