userFlaviencancel
reporust_rebootcancel

6,389 Commits over 790 Days - 0.34cph!

5 Months Ago
Updated RPG store video
5 Months Ago
RPG steam icon
5 Months Ago
Fixed RPG store page using the wrong atlas
5 Months Ago
merge from main
5 Months Ago
Fixed skin viewer having the pumpkin lighting enabled at all time...
5 Months Ago
Tweaks
5 Months Ago
Improve the carousel button behaviour in the full screen store page, now matches the web store
5 Months Ago
Added RPG to weapons category Fixed some owned tag issues
5 Months Ago
merge from rpg_storepage
5 Months Ago
RPG launcher store page
5 Months Ago
▊█▊▆▄▍ ▌▇▍▍ █▆▉▋▇▅▄▅▄▄█▌▋▉▊▌▉▅
5 Months Ago
▄▅▍▄▊▄█▌ ▌▉▋▉▍▆ ▊▉▊▉▍▊▇▉ ▉▆ ▉▅▊ ▉▄▆▆▌ ▍▆▄█▇▄▄▋▅ ▍▄▍▄ ██▌ ▅█▉ ▆ ▆▋▍▉▉▋▉ ██▍▋ ▉▇▌ ▉▊▆▆▅ ▊▉▆ ▉█▉▊▅ ▄▊▋▇▉▊▄ ▊▅▆ ▉▌▊▉▉ ▇▆▅█▉▅ ▌▋▊▍ ▆▍▊▍▆ ▉▍ ▌▉█▋ ▊▉▆▌
5 Months Ago
▆▅▄█▍▅ ▋▇▋▇ ▅▆▆█▋▍▉▄▉▅▄█▋▆▌▆▄▍▇▉▍▇▅▋▅
5 Months Ago
▊▌▇▅▉▇ ▇ ▌▊▍██▉▍ ▄▇▅██▋▍▅ ▉▍▋▉▅▇ ▄▋ ▊▅▋▋▋▊ █▋▍▉ ▇▍ ▋▌▉▉▇▉█ ▄█▄▅▅▇▉ ▇██▍ ▅▍▋▌▇▇▋▋▅ ▇▌▇ █▍▇ ▄█▊▇▅ ▆▉▍ ▄▆▉▍▉█▆▇ ▄▇▄ ▇▇▅▌▉▆▌▉█▄▆▅ ▊▅▋▇▄▊ ▄▆▊▉
5 Months Ago
merge from laserdetector_tests
5 Months Ago
Added a laser detector test for fast moving vehicles detection
5 Months Ago
Laser detector can now detect Vehicle_Large layer (tugboats)
5 Months Ago
Fixed laser detector not resetting its triggered flag when powered off while triggered (was harmless)
5 Months Ago
More laser detector tests Cleanup
5 Months Ago
Throw and fail the test if SpawnEntity failed
5 Months Ago
Added laser detector tests
5 Months Ago
merge from untranslated_strings_fix
5 Months Ago
Fixed untranslated strings showing the token instead of defaulting to English
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Added commands to print the test list in a readable format Code cleanup
5 Months Ago
Changed WaitUntilAllSpawned to use WaitUntilWithTimeout Test list
5 Months Ago
Fixed Shreddable_PickupTruck only being destroyed on the server by DestroyOutsideMonument when spawned using commands
5 Months Ago
Added a test spawning and killing all entities, looking for NREs
5 Months Ago
merge from main
5 Months Ago
Cherrypick RendererBatch changes from 134527, prevents monument prefabs reimport when switching in between CLIENT and SERVER
5 Months Ago
Compile fix
5 Months Ago
Restored AutomatedTests scene in Scenes menu
5 Months Ago
Added back PasteEntitiesEditMode in copypaste so we can edit raiding test scenarios Had to split PasteEntitiesInternal into multiple methods
5 Months Ago
merge from main
5 Months Ago
merge from main
5 Months Ago
Added a setting in the editor prefs to disable tests list export when entering play mode Disabled by default
5 Months Ago
TestTrees cleanup
5 Months Ago
Cleaned up client/server ores tests Added comments
5 Months Ago
Fixed item test RPC factory
5 Months Ago
Fixed NRE when spawning auto NPC turret ent without their targetTrigger set Fixed NRE when spawning legacy shelter
5 Months Ago
FindBaseCombatEntityPrefabs exclude prefabs with CannotBeCreated tag Assigned the CannotBeCreated tag to cartable base prefab
5 Months Ago
Compile fix, third times the charm
5 Months Ago
Compile fix again
5 Months Ago
Compile fix
5 Months Ago
Moved all test runner convars to DEBUG only
5 Months Ago
Make sure the shore vector array is not filled with NaN values when water system is null
5 Months Ago
Actually we can't use ResetStaticFields here, its in a DEBUG define Added the ResetStaticFields method in TestRunner.cs
5 Months Ago
ResetStaticFields on TestRunner
5 Months Ago
Updated folder paths, updated test list
5 Months Ago
Renamed Tests folder to AutomatedTests