223,523 Commits over 3,684 Days - 2.53cph!

33 Days Ago
Don't allow talk to survivor mission objective to start until both cook and consume chicken steps are complete Cook chicken mission stage now checks for cooked chicken in the players inventory when starting in case the player cooked chicken early
33 Days Ago
Push missing lib
33 Days Ago
Fixed auto turret, industrial conveyor and HBHF sensor auxiliary outputs draining batteries
33 Days Ago
Fixed missing collider on crashed helicopter
33 Days Ago
▇▊▌ ▋▌▅▇▆ ▌▅▍▇ ▍▉ █▇▊▇▋ ▄▄▌▅▍▊▆ ▋▍ ▍▋▌ ▋▊▍██▆▍ █▅▌▅▅▄ ▆▌▌█▉▋ ▊▌█ ▇▊▉█▌▄ ▊▇ █▇ ▅ ▆▆▊▍▄▄▅▊ ▍▉▅▍▊▄
33 Days Ago
Adjust car settings for two-wheeled operation
33 Days Ago
Merge main -> Bikes
33 Days Ago
▋▋▋▄▉ ▉▄▋▉▄▋▄▍▍, ▇▉▇█▊▌ ▊▄▊▍▇▇▆, ▄▅▆▋
33 Days Ago
Rip out SteamInput and our Controller API Init SDL_GAMECONTROLLER, add standard mappings file (will move this later), find all of our game controllers on startup, hook up events for handling controller lifetime, button events and analog inputs Turn off steam overlay in the editor again Forward controller button events to managed Forward controller axis events to managed Simple device instance memory (disconnect and reconnecting the same controller should point to the same device), all events pass controller ID Delete Input.AnalogInputs/GetAnalog (might re-add later) GameController -> CGameController, some code refactor, Controller is a handle
33 Days Ago
Assigned correct materials to the harbor crane prefab
33 Days Ago
Don't show header/footer when viewing game info
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
33 Days Ago
Lets try this instead
33 Days Ago
Include model view bounds too
33 Days Ago
Fuck this junk, we don't need it afterall
33 Days Ago
Clean session info
33 Days Ago
Improve animated sceneobject bounds, include render bone sphere radius, fallback on mesh bounds
34 Days Ago
Fix more timers
34 Days Ago
Fix minute countdown Prevent submissions after deadline (I should have probably checked this sooner)
34 Days Ago
F1 brings up the game description modal Add to AnalogLook description, letting everyone know it's already scaled by sensitivity Remove unused Show info when entering a game Fix modal cursor when in game
34 Days Ago
ModelDoc option to disable keyframe interpolation to allow for constant keyframe animations
34 Days Ago
Vulkan: Show error message box and bail on VK_ERROR_DEVICE_LOST Vulkan: Enable Nvidia Aftermath for GPU crashdumps with VK_NV_device_diagnostic_checkpoints Vulkan: Add VK_EXT_device_fault support and dump info after device loss Vulkan: out-of-date or suboptimal swapchains are verbose logging Vulkan: Assert for absurd swapchain width/height that are happening during shutdown Vulkan: Log layers that are older than specified API version, these are the most likely cause of GPU device crashes
34 Days Ago
Leaderboard backup, run #10371
34 Days Ago
Finished crane LOD0 and textures
34 Days Ago
Submit combination to unlock
34 Days Ago
Reversed RAND switch behaviour, passes power when on and resets to off
34 Days Ago
Fixed pressure pads blocking power passthrough for a bit when triggered
34 Days Ago
▇▌▋▌█▄ ▄▋▄▊ ▄█▅▉▇▄ ▍▄▄ ▄▄
34 Days Ago
Cubemap fog uses material inside hammer now MapInstance now loads Cubemap fog reference
34 Days Ago
▆▆▇▇▉▇▅▋ ▌▍▉▌ ▋▉▍▋▄ ▌▄▇▋▊▍▆▆ ▅▆█ ▄▉▊▅▊▇ ▋▇▉▍▅▍▊ ▆▌ ▆▄▌▆▄▄ █▋▊▆▆▊▊ ▇▄▅ ▇▄ ▋ ▊▆▆ █▆ █▋ ▊▆▅▊▄▊▉▌▊▅▇
34 Days Ago
Fix crashes due to returning address to temporary locals Split this off
34 Days Ago
Merge property or variable get / set nodes https://files.facepunch.com/ziks/1b1611b1/sbox-dev_Bj6e15WZ0F.mp4
34 Days Ago
Removed power drain from auxiliary inputs on zero-power components (switch, smart switch, rand switch, mem cell, blocker)
34 Days Ago
Accessor node refactor
34 Days Ago
34 Days Ago
Config Mixer/Collision
34 Days Ago
Audio sliders to settings menu
34 Days Ago
Failing property binding test Allow type loaders to specify read / write access to properties and fields Fix property parameters when disconnected
34 Days Ago
34 Days Ago
34 Days Ago
Accessor node binding tweaks
35 Days Ago
These should be continue, not return Precache the sound before trying to preload it These refs aren't really for us Unused We don't really need this cache size logic, right Reconfigure this Give some warnings if we fail here, just so we know Tweak SoundFile.LoadAsync, GetSamplesAsync
35 Days Ago
Fix contest time
35 Days Ago
Reset anim graph instance on model change
35 Days Ago
35 Days Ago
Use IEnumerable<T> for ParameterDefinitionExtensions
35 Days Ago
Make ParameterDefinitionExtensions public
35 Days Ago
Make ParameterDefinitionExtensions public
35 Days Ago
Make control sheet labels draggable Dropping a component property will create a set node https://files.facepunch.com/ziks/2024-03-12/sbox-dev_4FnI6RmoK5.mp4 Facepunch/sbox-issues#5129 EditorNode display fixes for embedded targets
35 Days Ago