190,962 Commits over 4,049 Days - 1.97cph!
Checkpoint ordering stuff for predefined checkpoints. Will support random checkpoints as well.
removed GC allocs from hostileNote
removed GC allocs from LookAtPlant
eliminated GC allocs from nametags
Fixed recurring GC allocs in postopaque, deferredext, water, atmosvol, TAA, bloom and articulated occludee
update temple map lighting
adding layer to separate lighting element
tweak space environemnt model to avoid UV distortion
tweak post process
Fixed skinned mesh renderer bounds not always refreshing when rendering icons (could lead to odd icon scales)
Rebuilt all skin icons
Completely removing overspawns ????
Fixed Definition.GameReady array not being properly populated (checking IsValidAndGameReady during warmup)
Fixed building inspector tabs not working properly (occasional index out of range, empty tab content) when selecting a crafting station before selecting other buildings. Inpsector now displays first valid tab for the building type
Fixed some missing fields in the need inspector
Fixed needs that are not valid for use being triggered
Definition.GameReady checks virtual IsValidAndGameReady method
Fixed NRE when weapon switching.
Crafting order cleanup, Condition.HasOpenCraftingOrders NRE fix
Entities now maintain a list of new observers. We can know determine better if an entity is spawned on a client.
Always refresh button states on menu after changing screen
Safes spawn in weapon pickup buildings. Modified building free space finder to not need units
Fixed crafting orders not actually getting added to stations from the UI ;o
Cherry picking all skin & bundle changes
Fixed skins still downloading even if shipped with the game (regression from 28022)
Working on weapon pickups, signs, stuff
Added small and large empty lots to act as starting points for race mode. Added missing map icon for road ends as well.
Updated icon render script to render explosion (WIP) icons (explosion FX will need a pass anyway)
Added culling.debug filtering by camera culling mask and debug layer filter
Fixed imposter billboard orientation in shadow pass
Crafting order refactoring; simpler pooling, no longer remove orders from stations until they are completed or cancelled
Crafting orders can be cancelled from the station UI
Updated all Hapis old caves, tunnels and sewers to use culling volumes
Cargo ship hull progress backup