4,945 Commits over 639 Days - 0.32cph!
Close button stays in front of the skin viewer
Fixes
Added skin viewer in the RPG store page
Fixed checkout result page cover images using texture instead of sprite, causing atlassing issues
Fixed RPG store page using the wrong atlas
Fixed skin viewer having the pumpkin lighting enabled at all time...
Improve the carousel button behaviour in the full screen store page, now matches the web store
Added RPG to weapons category
Fixed some owned tag issues
▊█▊▆▄ ▍▌▇▍ ▍█▆▉▋▇▅▄▅_▄▄█▌▋_▉▊
▄▅▍▄▊▄█ ▌▌▉▋▉▍ ▆▊▉▊▉▍▊▇ ▉▉ ▆▉▅ ▊▉▄▆▆ ▌▍▆▄█▇▄▄▋ ▅▍▄▍ ▄██ ▌▅█ ▉ ▆▆▋▍▉▉▋ ▉██▍ ▋▉▇ ▌▉▊▆▆ ▅▊▉ ▆▉█▉▊ ▅▄▊▋▇▉▊ (▄▊ ▅▆'▉▌ ▊▉▉▇▆▅ █▉▅▌ ▋▊▍▆▍ ▊▍ ▆▉▍▌ ▉█▋)
▆▅▄█▍ ▅▋▇▋ ▇▅▆▆█▋▍▉▄_▉▅▄█▋▆▌▆▄▍▇▉▍▇▅
▊▌▇▅▉ ▇ ▇▌▊▍██▉ ▍▄▇▅██▋▍ ▅▉▍▋▉▅ ▇▄ ▋▊▅▋▋▋ ▊█▋, ▍▉ ▇▍▋▌▉▉▇ ▉█▄█▄▅▅ ▇▉▇█ █▍▅▍▋▌▇▇▋ ▋▅▇ ▌▇█ ▍▇▄█▊ ▇▅▆ ▉▍▄▆▉▍▉█ ▆▇▄ ▇▄▇▇▅▌▉
▆▌▉ █▄▆▅▊▅ ▋▇▄▊
merge from laserdetector_tests
Added a laser detector test for fast moving vehicles detection
Laser detector can now detect Vehicle_Large layer (tugboats)
Fixed laser detector not resetting its triggered flag when powered off while triggered (was harmless)
More laser detector tests
Cleanup
Throw and fail the test if SpawnEntity failed
Added laser detector tests
merge from untranslated_strings_fix
Fixed untranslated strings showing the token instead of defaulting to English
merge from hackweek_automatedtesting
Added commands to print the test list in a readable format
Code cleanup
Changed WaitUntilAllSpawned to use WaitUntilWithTimeout
Test list
Fixed Shreddable_PickupTruck only being destroyed on the server by DestroyOutsideMonument when spawned using commands
Added a test spawning and killing all entities, looking for NREs
Cherrypick RendererBatch changes from
134527, prevents monument prefabs reimport when switching in between CLIENT and SERVER
Restored AutomatedTests scene in Scenes menu
Added back PasteEntitiesEditMode in copypaste so we can edit raiding test scenarios
Had to split PasteEntitiesInternal into multiple methods
Added a setting in the editor prefs to disable tests list export when entering play mode
Disabled by default
Cleaned up client/server ores tests
Added comments
Fixed item test RPC factory
Fixed NRE when spawning auto NPC turret ent without their targetTrigger set
Fixed NRE when spawning legacy shelter
FindBaseCombatEntityPrefabs exclude prefabs with CannotBeCreated tag
Assigned the CannotBeCreated tag to cartable base prefab
Compile fix, third times the charm