239,548 Commits over 3,837 Days - 2.60cph!

6 Months Ago
Set Json.NodeLibrary in Scene.Push() Make sure node definitions are added in Menu context Push scene scope in Scene.Save(), Scene.Serialize()
6 Months Ago
Shorten large gamemode tags (monthly, vanilla, etc) down to a two characters (^a^b^c) Expand tags back to full values when creating ServerInfo struct
6 Months Ago
PanelComponent uses internal enable, disable, update
6 Months Ago
Add some ai for testing
6 Months Ago
fixes
6 Months Ago
Updated UI/Default ASE template to avoid name clashes with existing properties
6 Months Ago
Spawn object on unlocked
6 Months Ago
Split up map into prefabs Attacking uses less stamina
6 Months Ago
added dryingrack_a
6 Months Ago
added chains_a_ground
6 Months Ago
Move hash & status from server tags -> rules
6 Months Ago
Reposed burlap pants to match updated player rig
6 Months Ago
Minigun ammo backpack fixes/cleanup
6 Months Ago
Fix RenderDeviceInfo_t wrong size
6 Months Ago
Set Json.NodeLibrary in Scene.Push() Make sure node definitions are added in Menu context
6 Months Ago
Add WidgetUtil.CreateSwapChain NativeRenderingWidget renders in regular render path
6 Months Ago
increase flashlight size (again) Combination lock sound
6 Months Ago
npc block animation and run adjustment
6 Months Ago
Door with pad lock
6 Months Ago
If a Component isn't valid then just set the property anyway for a Sync var
6 Months Ago
added surface types to assets
6 Months Ago
Make docs clearer
6 Months Ago
Test to re-register Sync props after Network.Refresh
6 Months Ago
.meta file
6 Months Ago
setting up asset zoo scene for snow setup ahead of time
6 Months Ago
exported latest minigun ammo backpack
6 Months Ago
added chains_a for door frames
6 Months Ago
MonumentIsland_Bradley test scene
6 Months Ago
Remove the old BuildCubeMaps
6 Months Ago
Dynamic cubemap component settings
6 Months Ago
Added Minigun 4K Textures
6 Months Ago
deleting unused coaling tower models/prefabs that were redundant
6 Months Ago
Remove unsued, clean up
6 Months Ago
Updated snow effect material config
6 Months Ago
Cubemapper tests Remove all ggx code for now & just copy directly to cubemap array TextureCube with mipmaps and arrays and mipmaps Move texture logic from cubemapper to c# Stub for cubemapper_cs, will calculate both GGX and spherical harmonics all in GPU Handle all array index stuff in cubemapper Allow for single sliced cubemap array, needed to be able to render an independent texture in the renderer since it expects a TextureCubeArray, also allow TSPEC_CUBE_CAN_SAMPLE_AS_ARRAY if we want UAV Also fix a problem where CTextureManagerVulkan::GetImageView wouldn't work with a cubemap array as a rwtexture2darray in compute shaders Fix cube orientation when copying, do texture per envmap probe instead of a singleton array, this will cause headaches with multiple envmaps intersecting but makes it much simpler GGX filtering Don't bother with writing cubemap normalization right now (in fact disable it for now!), reuse previous mip so that we have more quality with less samples Assert isn't valid anymore in ComputeImageViews since we can pass a cube array Do cubemapper processing of all faces at once without using intermediary copies, 4-8x speedup (~17ms > ~2.5ms), still needs to be faster https://i.imgur.com/b61mX1Y.png Rendersystemvulkan: Alllow binding specific cubemap [ & arrays ] mips if UAV
6 Months Ago
Tweak citizen eye ao add compilled avatar scene (!)
6 Months Ago
added dynamic_container_style 1/2/3 prefabs
6 Months Ago
Use faster _aligned_malloc in physics system
6 Months Ago
Leaderboard backup, run #10443
6 Months Ago
Merge from harbor_tweaks_4_cargoship
6 Months Ago
Compile fixes
6 Months Ago
Update harbor_1 movement prefabs Add a debug visualisation to the harbor proximity manager
6 Months Ago
Subtract 94449, causes ships to get stuck when docking Hooked up the sunken crates animation on harbor_2 Angle the ship directly at the target in TriggeredEventSpawnDockingTest to reduce excessive turning
6 Months Ago
Adjusted parenting layers on swing bridge to support ragdolls, dropped items and other vehicles
6 Months Ago
Tried to fix broken swing bridge animation
6 Months Ago
Fixed weird cargo movement bug
6 Months Ago
Merged electricity_power_fixes/randswitch to Aux2
6 Months Ago
Added cargoship save support Ran protobuf
6 Months Ago
Merged electricity_power_fixes to Aux2
6 Months Ago
Flipped harbor 1 path Adjusted swing bridge animation Smoothed approach path Still broken spawn nearby command