reporust_rebootcancel

110,901 Commits over 3,897 Days - 1.19cph!

4 Months Ago
Updated hex-a-gone tile LODs
4 Months Ago
Added final tile art for Twitch HexA Gone (models + materials).
4 Months Ago
Fixed CUI InputField font loading, Texts and InputFields now share the same font loading code
4 Months Ago
▍▋▍▊▄▆▄ ▇▊▍
4 Months Ago
Updated Wallpaper View Model and World Model to fix stretched UVs
4 Months Ago
Merge from ai_wolf_iteration
4 Months Ago
Fix compile errors caused by serialized fiels in server only parts of the code
4 Months Ago
Merge from ai_wolf_iteration
4 Months Ago
Fix editor only code causing compile issues
4 Months Ago
frontier gate and wall meshes
4 Months Ago
Added WallpaperModelRenderer to the wallpaper item preview prefabs
4 Months Ago
updated swamps and bandit town swamp topology
4 Months Ago
set no exit time and reduced transition on player controller to reduce delay when going from swimming to DPV 3p anims
4 Months Ago
Renable layout masks
4 Months Ago
Fix outstanding bugs on DLC views
4 Months Ago
Fix soundtrack bug
4 Months Ago
Renamed bridge to swamp in terrain paint modes (as that's what it's actually painting)
4 Months Ago
Replacing several Pool.GetList and FreeList with the new Pool.Get and FreeUnmanaged (post merge cleanup)
4 Months Ago
Tightened the terrain filters for hill cliffs and added Railside in 'topology not' to widen detection chance of rail
4 Months Ago
switched out prefab CompareTo to explicit implementation to avoid boxing
4 Months Ago
Animated variants
4 Months Ago
Removing Terrain_Distance from Shader.SetGlobalTexture as its unused on the shader side (all use cases covered by Terrain_ShoreVector)
4 Months Ago
CraggyIsland TopologyMap fixes
4 Months Ago
▇▍▍▆█ ▄▊▇▍▌▍▋▅ ▄▊▊ ▍▌▅▋▄▍▉
4 Months Ago
Wallpaper page
4 Months Ago
Merge from ai_wolf_iteration
4 Months Ago
Fix editor only code being used outside of editor directives
4 Months Ago
merge from main
4 Months Ago
post-merge waterinfo query fix
4 Months Ago
Merge from ai_wolf_iteration
4 Months Ago
Add more weapons to editor combat loadout
4 Months Ago
Make targetting component more robust, make wolves react more believably when shot with long range weapons
4 Months Ago
merge DPV->world_update_2
4 Months Ago
Undo meta guid changes on wallpaper textures from previous merges
4 Months Ago
TerrainTexturing.ShoreVector doesn't need to take water volumes into account (this was from when lakes were using water volumes)
4 Months Ago
█▍▄▊▋ ▆▍▋▌ ▊█▉█▆_▋▄▌▆▊▅▋
4 Months Ago
Merge from elevator_parenting (includes tunnel network layer visibility system)
4 Months Ago
Post merge formatting fixes
4 Months Ago
Network++ Save++
4 Months Ago
4 Months Ago
Removed WaterSystem.GetHeight / GetNormal / MinLevel / MaxLevel as several places were misusing it (everything should go through WaterLevel)
4 Months Ago
merge FrontierHazmat->world_update_2
4 Months Ago
Update: pool.print_memory now allows to filter by T, case sensitie Will be useful in narrowing down leaks in a more precise fashion Tests: Ran the command with/without filter args
4 Months Ago
merge from world_update_2
4 Months Ago
merge from arabic
4 Months Ago
Moved back the font ttf files to the Fonts root folder so community UI can load them correctly Fallback to TMP default font if the font loading failed
4 Months Ago
merge from store-ui-dlc-pages
4 Months Ago
Main Camera post merge prefab fix
4 Months Ago
WaterLevel post merge compile fix
4 Months Ago
Merge from main (this will likely need some post-merge fixes)