reporust_rebootcancel

119,258 Commits over 4,018 Days - 1.24cph!

7 Months Ago
merge from main
7 Months Ago
merge from wallpaper
7 Months Ago
merge from main
7 Months Ago
Updated the tiling and offset we apply to the wallpaper viewmodel at runtime
7 Months Ago
Updated Wallpaper World Model to Fix LOD UV errors
7 Months Ago
Updated viewmodel rig mesh with Alfies UV update
7 Months Ago
Updating Wallpaper View Model and World Model FBX's so the UV scaling is decreased by 0.5 in X direction
7 Months Ago
Updated hex-a-gone tile LODs
7 Months Ago
Added final tile art for Twitch HexA Gone (models + materials).
7 Months Ago
Fixed CUI InputField font loading, Texts and InputFields now share the same font loading code
7 Months Ago
▍▋▍▊▄▆▄ ▇▊▍
7 Months Ago
Updated Wallpaper View Model and World Model to fix stretched UVs
7 Months Ago
Merge from ai_wolf_iteration
7 Months Ago
Fix compile errors caused by serialized fiels in server only parts of the code
7 Months Ago
Merge from ai_wolf_iteration
7 Months Ago
Fix editor only code causing compile issues
7 Months Ago
frontier gate and wall meshes
7 Months Ago
Added WallpaperModelRenderer to the wallpaper item preview prefabs
7 Months Ago
updated swamps and bandit town swamp topology
7 Months Ago
set no exit time and reduced transition on player controller to reduce delay when going from swimming to DPV 3p anims
7 Months Ago
Renable layout masks
7 Months Ago
Fix outstanding bugs on DLC views
7 Months Ago
Fix soundtrack bug
7 Months Ago
Renamed bridge to swamp in terrain paint modes (as that's what it's actually painting)
7 Months Ago
Replacing several Pool.GetList and FreeList with the new Pool.Get and FreeUnmanaged (post merge cleanup)
7 Months Ago
Tightened the terrain filters for hill cliffs and added Railside in 'topology not' to widen detection chance of rail
7 Months Ago
switched out prefab CompareTo to explicit implementation to avoid boxing
7 Months Ago
Animated variants
7 Months Ago
Removing Terrain_Distance from Shader.SetGlobalTexture as its unused on the shader side (all use cases covered by Terrain_ShoreVector)
7 Months Ago
CraggyIsland TopologyMap fixes
7 Months Ago
▇▍▍▆█ ▄▊▇▍▌▍▋▅ ▄▊▊ ▍▌▅▋▄▍▉
7 Months Ago
Wallpaper page
7 Months Ago
Merge from ai_wolf_iteration
7 Months Ago
Fix editor only code being used outside of editor directives
7 Months Ago
merge from main
7 Months Ago
post-merge waterinfo query fix
7 Months Ago
Merge from ai_wolf_iteration
7 Months Ago
Add more weapons to editor combat loadout
7 Months Ago
Make targetting component more robust, make wolves react more believably when shot with long range weapons
7 Months Ago
merge DPV->world_update_2
7 Months Ago
Undo meta guid changes on wallpaper textures from previous merges
7 Months Ago
TerrainTexturing.ShoreVector doesn't need to take water volumes into account (this was from when lakes were using water volumes)
7 Months Ago
█▍▄▊▋ ▆▍▋▌ ▊█▉█▆_▋▄▌▆▊▅▋
7 Months Ago
Merge from elevator_parenting (includes tunnel network layer visibility system)
7 Months Ago
Post merge formatting fixes
7 Months Ago
Network++ Save++
7 Months Ago
7 Months Ago
Removed WaterSystem.GetHeight / GetNormal / MinLevel / MaxLevel as several places were misusing it (everything should go through WaterLevel)
7 Months Ago
merge FrontierHazmat->world_update_2
7 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