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

4 Months Ago
Return compositor & event manager by value, clean up
4 Months Ago
Allow selected mesh faces to be extracted and put into a new mesh
4 Months Ago
Create vulkan transfer queue, command pool, command buffer for copying images across
4 Months Ago
Imported Dolly and Trolley Props Added Textures and Materials for Dolly and Trolleys Setup Dolly and Trolley Prefabs, Colliders and LODS
4 Months Ago
Reduce stack usage Vulkan headers Include headers Restructure (see desc) fpxr::Instance now handles creating a compositor. fpxr::Compositor handles creating an event manager. The idea behind this is that we want to be able to use Vulkan functions to create images, so that we can pass any valid VkImage in from an app and then have FPXR copy it over to the VkImage that OpenXR wants to use, meaning that you don't have to fuck around with passing images and image views to and from OpenXR and your application. We'll manually vkCmdCopyImage at the end of the frame before submitting to OpenXR (i.e. when rendering a layer). ```cpp fpxr::InstanceBuilder instance_builder{}; fpxr::Instance instance = instance_builder.SetAppName("fpxr") .WithGraphicsAPI(fpxr::GraphicsAPI::GRAPHICS_API_HEADLESS) .RequestValidationLayers() .WithDebugMessenger() .Build(); fpxr::Compositor* compositor = instance.Compositor(); fpxr::EventManager* eventManager = compositor->EventManager(); ```
4 Months Ago
Make rotate undoable
4 Months Ago
Add rotate and treat as one to mesh face texturing
4 Months Ago
Tweak enemy spawn rates Ghost enemy
4 Months Ago
Clear up these ".vfx" references to avoid confusion ColorGrading: Expose to TypeLibrary, make properties public so inspector can find them (Engine classes are exposed differently than classes in projects) Compiled ColorGrading shader ColorGrading: Don't need these private enums, they map 1:1 with the public
4 Months Ago
blunderbus 3p and gun anims update
4 Months Ago
Turn shadows off on cue for now. Cue forward interp increase based on shot power
4 Months Ago
Merge gymnastics
4 Months Ago
Fix yeeting white ball into pocket
4 Months Ago
Fix position
4 Months Ago
Await frame - reimplement animate into pocket Various collision fixes
4 Months Ago
4 Months Ago
When finding files to publish, also look in libraries
4 Months Ago
More wip
4 Months Ago
tarp wall scaffold pieces
4 Months Ago
Speedrun stats
4 Months Ago
ColorGrading - Work In Progress ColorGrading Post Process - Work in Progress. Temperature Mapping, Tone mapping methods. Working on per channel curves. Work in progress update RGB and HSV per channel colour curves, UI improvements More WIP changes Added per channel mappings, LUT for HSV and RGB, code improvements, ACES calculations,. Latest ColorGrading post process and shader Latest ColorGrading post process and shader Removed some meta commands and tidy ups Some '#fdefs not needed as unused Uniforms optimised away by compiler. Some white space tidy ups. Merge pull request #1584 from Facepunch/ColorGrading2 Color grading2
4 Months Ago
Removed some meta commands and tidy ups Some '#fdefs not needed as unused Uniforms optimised away by compiler. Some white space tidy ups.
4 Months Ago
4 Months Ago
Do not detect molotovs
4 Months Ago
linked 4 shotgun ammo types to ammo bones in blunderbus viewmodel prefab and edited swap ammo script. Also removed shotgun ammo reference meshs from viewmodel rig export
4 Months Ago
Show "not in service" on the ferry's sign if the ferry is going to be removed
4 Months Ago
Check if Rigidbody is valid here to prevent error during end turn
4 Months Ago
Spikes take up 2 tiles
4 Months Ago
▍▌▍▄▌▉▌▇ ▋▋▇█▅▍ ▍▊▋_▍█▄▅▌█▍▍▊▌▊, ▄█▊'▇ ▌▋▆ ▇▆▋█▌▍▆▅▆ ▋█▋▅█▉▇▄ ▉▇▉ ▅█▄▅▆▊ ▆▆▆▄▍▉ ▇▋▊▇▍▉▉ ▅▌ ▊▅▆█ ▌▋ ▅█▅▉▌▉▆▄▍▆▊
4 Months Ago
Fix stylesheet issues. Set / broadcast RPCs for physics properly
4 Months Ago
Add button for toggling hold manually in the editor (outside of VR) https://files.facepunch.com/tony/1b2211b1/sbox-dev_HsOtOwwohC.mp4
4 Months Ago
▇▍▌█▉ ▍▉▌▇ ▊▅▅▅
4 Months Ago
Latest ColorGrading post process and shader Latest ColorGrading post process and shader
4 Months Ago
If a player fails a serve, reset the state back to serving
4 Months Ago
New spawnlists Minor cleanups Filling in usage information for SWEPs/SENTs New Lamp Tool models Fixed DMenuOptionCVar resetting from cvar too early in certain use cases Fixes garrysmod/pull/2084 Added DSlider:ResetToDefault DColorCube/DColorMixer default color stuff Cookie support for DNumSlider & DCheckBox(Label) Will be used for Spawnicon Editor internally Remove Episode 2 exclusive soundscapes from gm_construct Fixed game-generated spawnlists using appID over game folder name concommand AutoComplete "arguments" argument Move "Delete X items" lower for spawnmenu multi-select right click menu This is more consistent with single select right click menus Added DAdjustableModelPanel:Set/GetMovementScale New features for Spawnicon Editor Move speed customization, FOV precise control, camera position copy/paste, quick rotate model +/- 45deg, Fixed selecting text in spawnicon editor only working on second try, forced LOD to highest Spawnmenu SWEP/SENT usage information on tooltip
4 Months Ago
More WIP changes Added per channel mappings, LUT for HSV and RGB, code improvements, ACES calculations,.
4 Months Ago
Simplify InterpolationBuffer a little bit (internal API) Disable interpolation during certain initialization callbacks for components
4 Months Ago
Fixed DMenuOptionCVar resetting from cvar too early in certain use cases
4 Months Ago
Reduced the minimum water required to throw from a water jug from 1000ml to 100ml
4 Months Ago
Added admin convar to allow all player based skinned mesh renderers to be able to enable/disable update offscreen. Enabled will prevent popping of players at corners of frames when doing cinematics
4 Months Ago
Allow this kind of circuit to work where the passthrough goes directly into the close side input and closes the door when powered https://files.facepunch.com/Flavien/Ml84foJgYsxuLlqZ.png
4 Months Ago
Spike traps https://files.facepunch.com/ziks/2024-05-22/sbox-dev_i2Um7rSnQj.mp4
4 Months Ago
Debugging
4 Months Ago
Handcuff item locking
4 Months Ago
Kick off the game loop, place ball in player's hand accordingly
4 Months Ago
Fixed potential OOB index error when clearing parented wire segments
4 Months Ago
Restore EndLocalGesture
4 Months Ago
Ensure all swapchains are up to date before doing any rendering rather than when doing it per swapchain when the NativeRenderingWidget renders Finally get rid of that renderdevice window hack that has been there forever, do SetWindowPos correctly in hostedwidget for main window Use SizeToParent to set initial window position initially for HostedWidgets
4 Months Ago
Ball hit loop Create PlayArea utility component to dictate who owns the area where the ball is bouncing (https://files.facepunch.com/tony/1b2211b1/sbox-dev_qfxGhcSR1G.jpg) Ball bouncing game loop
4 Months Ago
add support for multiple scene views, orthographic scene views, and configurable grid axis add keybind to cycle camera plane around selection refactor bits into SceneEditorViewport, re/store gizmo settings alongside viewport cookie rework to single layout and splitter, disable new tab creation for now add support for per-widget toolbar actions save/restore sceneview layout move viewport/instance gizmo settings to EditorCookie from ProjectCookie move save/restore viewport cookies to addon space no reason to copy+set camera transform anymore use active SceneOverlayWidget directly use a single toolmanager instance fix nudging remove some global gizmoinstance refs tuck camera alignment shortcuts away in camera menu maintain layout config when toggling viewport fullscreen remove log temp disable copying from scene camera camera fixes: make orthographic clipping more predictable, add smooth(er) perspective/ortho transitions, fix gizmotest widget, reenable scene camera copy add setting to lock scene camera rotation fix incorrectly sized gizmo hitboxes in ortho view replace remaining direct scene camera transform accessors tweak sprite gizmo hitbox scale in ortho views cleanup scene tick/draw flow with multiple viewports replace legacy global GizmoInstance snip unneeded multi-tab leftovers use state/gizmo settings for scene view control replace remaining ray length with Gizmo.RayDepth don't try to save scene-specific viewport config for untitled scenes use alternate check for IsUnderMouse