224,990 Commits over 3,714 Days - 2.52cph!

33 Days Ago
Added ioentity.showflags editor only command to debug IO flags
33 Days 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 Remove unsued, clean up Dynamic cubemap component settings Remove the old BuildCubeMaps Add WidgetUtil.CreateSwapChain NativeRenderingWidget renders in regular render path Fix RenderDeviceInfo_t wrong size Add HandlePendingSwapChainResize for explicitly handling swapchain resize events before doing any work, fixes NativeRenderingWidget.RenderScene rendering on a frame with different window size than the actual swapchain ( and then having invalid color/depth buffers) CI fails building shaders when machine is coming from a branch that was deleted, full checkout action should be enough for pulling? If cubemap has no normalization set, don't consider it for NormalizeCubeBrightness Compiled shaders with normalization brightness fixes for cubes without SH, reenable cube normalization Wip fast cubemap filtering ( 2.5ms > 0.09ms 😱 ) Adjust things on fast envmap filtering, major cleanup, rename shader to envmap_filtering Use high quality GGX filtering if baking cubemap as OnEnabled Vulkan: Fix image transition layout when binding a mip of a cubemap that's sampleable as Texture2DArray Don't fetch render attributes from context, that's composited over, fixes a crash Assert when UAV Index is invalid Flag hammer maps to always render cubemaps dynamically & always render at least one frame regardless of distance update settings Ignore cubemap precomputed handshakes, we can add and remove cubemaps at will on scene, those do not have handshakes so the entire thing was already deprecated when we implemented maploader, this cache gets built by m_nCachedEnvMap at runtime This fixes scene cubemaps not showing on static map geometry ANTLR: Support any dimension arrays Use fast envmap filtering even for static ones, looks as good if not better than brute forcing if using a few more taps, delete reference_ibl_lighting.fxc (byebye) Run filtering in two passes to eliminate any fireflies, realtime filtering looks as good as baked filtering now https://files.facepunch.com/sampavlovic/1b2911b1/465thMK9Yq.jpg Limit number of simultanious cubemap updates on first load to not overflow transform count in large scenes Remove S_SPECULAR_CUBE_MAP, stupid define, should just be S_SPECULAR Extra checks on HandlePendingSwapChainResize, should fix device lost issues when trying to draw subsequently Adjust number of threads on envmap filtering to avoid collision on accessing same source cubemap on per frame cubemap rendering, doesn't really slow this down Fix missing textures when trying to query cubemaps from skybox, default value for EnvironmentMap should be thrown from lightbinner, not renderingpipeline Update shaders
33 Days Ago
Added realmed remove to water junkpiles. Ensures client and server versions are stripped appropriately
33 Days Ago
Added electricalbattery.charge and electricalbattery.deplete admin commands to respectively charge and deplete a battery easily
33 Days Ago
Cans branding update
33 Days Ago
▄█▅▇▋▅ ▄▇▉▋▌▅▇ ▆▊▉▍▆▌▅▇ ▇▄█▊▆▅▅▉▆
33 Days Ago
Footstep radius increased
33 Days Ago
Remove all my shitty HealthComponent/DamageInfo bullshit from gunfight, made AI move towards the player
33 Days Ago
Delete TestFPS.roguesta
33 Days Ago
Add a bunch of AI code from Opium Npcbase is an Agent Simple state machine for NPCs
33 Days Ago
merge from PingEstimatorRewrite
33 Days Ago
▍▊▍▄▄ ▍▇▇ ▌▉█ █▆ ▅█▋ █▉ ▊▌▉ ▌▄ ▇▄█▍▇▍█▄▉▉ ▇█ ▌▉██▌▇ ▄▋▍▉▌. ▊▋▇▄▍▊▌ ▅▄▄▊▊▍▊▍▍ ██ █▍▍▌▊▉▅ ▄▅ ▌█▉▅▅▋ ▆▌▅▄▌.
33 Days Ago
Player.PlayerStats -> Actor.Stats, fixed player prefab to match
33 Days Ago
Start porting Actor stuff in prep for NPCs
33 Days Ago
don't show damage numbers if off screen
33 Days Ago
▌▉▅▆▆█ ▉▇▇▅▉▇▉ ▄▊▆▋▄▉▆▄, ▌█▍▊▌▉▍▌▅▊█▍▆ ▄▊▆▋▋▊ ▆▍███▆▆▋ ▍█▉▌▍▆▆▍▅▆▉
33 Days Ago
merge from PingEstimatorRewrite
33 Days Ago
level updates
33 Days Ago
33 Days Ago
Merged main into electricity_power_fixes/2
33 Days Ago
Reduced electrical button press time from 5s to 1s Reduced power burst from 2 to 1 power (given that they now consume 0 power) Monument buttons unchanged
33 Days Ago
Reduced Electrical Branch minimum branch out power from 2 to 1
33 Days Ago
Push menu inputs when we don't have an input config to read
33 Days Ago
Same treatment to harbor 2
33 Days Ago
Extended build block area of harbor 1 to prevent cargo from crushing bases when docking Prevented barrels from spawning underwater near harbor 1
33 Days Ago
Remove IGameInstance.InputSettings (not used)
33 Days Ago
▄▆▉▌▆ ▋▊▋▍ ▄█▋▍
33 Days Ago
Remove unused code
33 Days Ago
GameManager -> Game Use input actions instead of now gone digital action state stuff
33 Days Ago
Add gamepad navigation support to main menu UI and game menu UI - Virtual cursor system - Panel traversal system Refactor: remove IVirtualCursor, IMenuSystem hook-ins, cursor razor component - add InputOverlaySystem which works in MenuDll and GameMenuDll, add RootPanel.Priority Demote some new stuff from being public Fixed overlay flicker when re-laying out (due to stuff being pressed on), don't set Style.Width|Height
33 Days Ago
▍▅▋ ▄█▇▌ ▋█▉█▊ ▆▆ ▅▍█▋▅ █▄▆ ▌▊▆▅▊▊▊▅▄█ ▌▌▌ ▄▌▉▅▄▋
33 Days Ago
player update. spas,m4 and pump shotgun holster position edits
33 Days Ago
player update. exported pump shotgun anim set edits
33 Days Ago
can mesh update
33 Days Ago
organise twitch drops scene alphabetically
33 Days Ago
merge from main
33 Days Ago
merge from HarborAudioFixFuture
33 Days Ago
merge from wavesofchange_monuments_fixes
33 Days Ago
Fall back to xbox glyphs (when using a controller) if we can't find one for our vendor Add a bunch of missing playstation glyphs, changed X/B/A/Y glyphs to white
33 Days Ago
merge from tc_reskin_nre_fix
33 Days Ago
merge from CargoShipDoorFix
33 Days Ago
merge from main
33 Days Ago
oilrig_1 S2P
33 Days Ago
cutout in large rig floor LOD1 missing
33 Days Ago
small rig level3 LOD1 and 2 door cutouts
33 Days Ago
Added metal roof textures to radtown redux selectively
33 Days Ago
merge from main
33 Days Ago
▅▅▌ ▇▋█ ▆▆▇▇ ▍ ▇▉ █▆ ▆▇▆▋▍▋▄▍▋ ▉▆▄▄▍ █ ▌▄▄█▍▇ ▋▍▆ █▋ ▄▅▌▉, ▅▇▆▌▆ ▋█ ▋▋▌▄ ▅▄ ▌ ▉█▅▆▍█ ▍▇▄▉ ▍▉█▍▆
33 Days Ago
Leaderboard backup, run #10828
33 Days Ago
Merge main -> Bikes