userandrecancel
branchrust_reboot/maincancel

5,941 Commits over 4,018 Days - 0.06cph!

10 Years Ago
Sound profiling
10 Years Ago
Added gc.interval convar
10 Years Ago
Don't add road and river mesh filters and renderers on the server
10 Years Ago
▅▋▍█▄ ▇▆▌▋▉█▇▍▇▊ ▊▋█▇▊▊▌▆ ▅▌▆▊█▉▌
10 Years Ago
Fixed rocket damage
10 Years Ago
More editor NRE fixes
10 Years Ago
Editor NRE fix
10 Years Ago
Decay is entity component (fixes decay reset)
10 Years Ago
Shadervariants
10 Years Ago
Fixed DDraw line shader
10 Years Ago
In the editor, compare entity networking IDs instead of references in BaseEntity.IsVisible
10 Years Ago
Added prefab warmup (off by default)
10 Years Ago
Fixed bed placement on foundations
10 Years Ago
Fixed sleeping bag placement on foundations
10 Years Ago
Fixed IndexOutOfBounds exception in SoundModulation
10 Years Ago
Fixed sounds not destroying
10 Years Ago
Don't update console text if it's invisible (avoids performance bottlenecks when spamming errors) Fixed console not receiving messages that have been logged before it has been opened for the first time
10 Years Ago
Don't bitch about objects leaving their LOD cell, instead try to deal with it as good as possible
10 Years Ago
Subtracted redundant changeset 11095
10 Years Ago
Better safe than sorry
10 Years Ago
Fixed NRE in ConstructionCollision
10 Years Ago
Fixed stability issues when using collider batching or any other non-convex collider on building blocks
10 Years Ago
Toggle building collider after setting its mesh (to refresh it in the physics system) Cache building collider bounds (in case the collider is disabled)
10 Years Ago
Added batching.colliders server convar
10 Years Ago
Temp fix for SoundPlayer error
10 Years Ago
On server start, first load the save, then batch colliders and then run stability (with physics frames inbetween)
10 Years Ago
Fixed arrow world model LODs
10 Years Ago
Fixed arrows being almost impossible to fire through window bars
10 Years Ago
Server compile fix
10 Years Ago
Adjusted terrain alpha cutoff range
10 Years Ago
Re-saving all custom map scenes (GameObjectRef serialization)
10 Years Ago
Monument Scene2Prefab
10 Years Ago
Converted DecalRotate and DecalScale to prefab attributes Fixed scale divergence on recycled decals
10 Years Ago
Better error message when trying to remove LOD components from cells they don't belong to
10 Years Ago
EntityCollisionMessage correctly handles batched colliders
10 Years Ago
CurrentVersion no longer cares about patch releases (unless specifically specified)
10 Years Ago
Util scripts folder cleanup
10 Years Ago
Added AssetPool (optimized specifically for Unity assets) Converted mesh pooling to AssetPool Added pool.assets console command
10 Years Ago
ListDictionary stuff
10 Years Ago
Reduced GC in the grass and dynamic decor systems
10 Years Ago
Enabled LOD components on cliff meshes
10 Years Ago
CraggyIsland stuff
10 Years Ago
Set the correct player entity bounds
10 Years Ago
WaterLevel.Test also works for zero bounds
10 Years Ago
Added pool.prefabs console command (prints pooled prefab counts) Clear prefab pool as well when pool.clear is called
10 Years Ago
Removed some debug code
10 Years Ago
Memory pool tracks items in use to idenfity missing frees and foreign items entering the pool
10 Years Ago
Fixed LODBatch corruption on pooled objects
10 Years Ago
Manifest
10 Years Ago
Fixed NRE in SoundPlayer