241,482 Commits over 3,867 Days - 2.60cph!

5 Years Ago
▍▉▌▉▍ ▆▊▉▌ ▌█▋▄
5 Years Ago
█▆▅▇██▅▄▊ ▉▋▍▇▊▇▉█▋▌▊ ▉▍▆▍▌
5 Years Ago
gesture stuff
5 Years Ago
speech changes Merge branch 'master' of SpaceUsurperUnity Merge branch 'master' of SpaceUsurperUnity speech lines
5 Years Ago
Update Jenkinsfile
5 Years Ago
Upgrade to Unity 2019
5 Years Ago
More resource unloading logging
5 Years Ago
merge from main
5 Years Ago
DataSources now use weak references to track usages
5 Years Ago
Shop mass item purchase.
5 Years Ago
▋▊▌██▉▅ ▉▉▆
5 Years Ago
▆▇▅▆ ▍▊▊▄
5 Years Ago
Merge from HorseArtUpdate
5 Years Ago
Added Piebald variation Updated textures for all variations Added skinned horse mesh
5 Years Ago
[d11][Audio] Some tweaks to Frontend Mix. Made sure Subtabs trigger the correct sounds regardless of the sound definitions used.
5 Years Ago
[D11] [UI] Added option to toggle proximity/range of quick chat messages. Temporarily disabled Local and Team proximity chat.
5 Years Ago
[D11] [UI] Tweaks to Piemenu colours
5 Years Ago
changed tile fall highlight layer to fix a sorting issue
5 Years Ago
Split SceneLODs up into quadrants, manipulate LODGroups/RendererLODs instead of individual renderers, use dist-to-box for fade distance, fixed occlusion messing with disabled renderers inside buildings
5 Years Ago
merge
5 Years Ago
[D11] [UI] cosmetic tweaks to options menu
5 Years Ago
[D11] Fixes and additions for player stat translation strings
5 Years Ago
█▄█▌▄▄▋ ▉▄▋▆▉▍▋ ▊█▊▋▆█-▋▋▊▊▌ ▅▇▉▄▆▅▋▇ ▅▅▆▆▄▌▋█▊
5 Years Ago
Hooked up all the UI etc. Fin
5 Years Ago
[D11] [UI] WIP fix for sleeping bag placement crash.
5 Years Ago
▍▆▇▆▊ ██▄▋ ▊▄▆▌
5 Years Ago
5 Years Ago
[D11] Server console command for detecting and naming errant AudioSource.
5 Years Ago
Cleanup proper
5 Years Ago
Working on making sure resources are fully unloaded
5 Years Ago
[D11] these didn't go in the last commit for some reason.
5 Years Ago
[D11] some occlusion overhaul, initial version. Occlusion is hooked up to the instancing renderer now. Meshes use OBBs instead of spheres to get tighter occlusion bounds. HiZ samples 4x4 instead of 2x2 to reduce false positives, so less objects pass the occluded objects get drawn. Also does polygon clipping of the OBB to prevent offscreen projection making the NDC box massive, this could be too expensive but it's only clocking 37usec on ps4 on a 4k map. MeshOccludee uses OBBS, ArticulatedOccludee uses AABBS, anything else still uses spheres. todo: memory footprint has been increased over the original version, this could be improved. The pixelshader fallback path has been lost, I could put it back together again if needed. Various things are not being registered with the occlusion system, such as things using MeshCull, and some other stuff to, so these could be added. Some of the other clients of the occlusion system could use tighter bounds, since the system now supports spheres, aabbs and obbs.
5 Years Ago
[D11] [UI] Added map markers to prefabpoolwarmup.
5 Years Ago
Deed sale
5 Years Ago
Merge from main
5 Years Ago
Codegen
5 Years Ago
Protobuf
5 Years Ago
Added TreeManager (does what FarAwayTreeManager and FarAwayTreeRenderer do, but uses ImpostorRenderer for rendering)
5 Years Ago
Clean workspace up
5 Years Ago
Only copy dlls to debug locations if we're compiling on my PC
5 Years Ago
Fixed DataSource caches not being cleared
5 Years Ago
Update Jenkinsfile
5 Years Ago
Platform specific dlls New projects in solution StructPlatformPackSize instead of runtime Pack8 shit No need for _Windows function alternatives No need to use Config.Os for vtable address swapping Code formatting Neater generated vtable code Global function cleanup Callback vtable uses #ifdef Config no longer needed POSIX32 32bit test libs 32bit test projects Copy steam_api in tests Allow 32bit processes Translate memory offsets for 32bit Handle struct returns differently on 32bit windows too Swap overloaded function address on both win32 and win64 PLATFORM_32/64 defines StructPlatformPackSize is 8 on win32 Fixed pointer size in ConnectionInterface
5 Years Ago
Remove IP address and port from server listing
5 Years Ago
[D11] Disable audio for server builds
5 Years Ago
Re-enabled pause on focus loss Fixed occasional error when loading animation data Fixed some divergence warnings GC collect before loading a stage
5 Years Ago
▍▄▋▋▅▄▍ █▅▍ ▉▌█▆ ▌█▉▌▊▅▉▌, ▊▆█▋▋▊█▍ ▆█▋▉▋▆▇ ▊▊▅▍_▍▆▇▌▍▊▌ ▅▄▅▅▊▄█ ▄█ █▆█▇▇▄▅▊▅
5 Years Ago
Added test player animator, bools & updated clips of some anims
5 Years Ago
▌█▇▇▆ ▇▄█▌ ▅▄▆▄▆█▅▊▉ ▉█▆▇▇▉▆ #█, ▄█▍▇▉▌▍ ▉▄▅ ▋▆▇▍ █▇▅ ▅▋▅▍▌▍▌▍▆ ▅▊▄ █▅▋▄ ▌▇▊▉▉▊▆▇
5 Years Ago
[D11] Update Game Manifest (WIP fix for sleeping bag crash). Map Marker prefab corrected.