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

4 Months Ago
handcuff viewmodel animation updated
4 Months Ago
Re-organise project, swap naming for public/private headers (now fpxr.h and fpxr_private.h) Try out blame ignore revs
4 Months Ago
Swap these
4 Months Ago
Clean up
4 Months Ago
Block unlock minigame in wounded states
4 Months Ago
Move around some buy system code, not dictated in the player now, added event where rules can control buy menu
4 Months Ago
reverted changes to workers_house_generic_trims
4 Months Ago
Call ProjectSettings.Reset in ResetEnvironment
4 Months Ago
Store CollisionRules from Project Settings in ProjectSettings static class - update it when project settings change. Physics worlds using this reference should update automatically
4 Months Ago
WaitForPlayers logic change Resets timer while < MinPlayerCount are connected Skips if >= SkipPlayerCount are connected
4 Months Ago
sbl progress backup
4 Months Ago
Re-implemented TDM
4 Months Ago
merge from wire_slacking/optimisations
4 Months Ago
radhouse large checkin
4 Months Ago
Resize the arrays if we're adding more than 18 points to the line (creative mode allows for 999 points)
4 Months Ago
Re-implement kill / objective rewards
4 Months Ago
Fix player joined chat entry being doubled
4 Months Ago
Addition of compute shader version + minor changes to PS shader version and UI ditto
4 Months Ago
█▆▊▍▆▆ ▊ ▉▆█▄ ▄▇ ▉▆ ▅█▌▄ ▋▇▅▋▆▋ ▌▉▄▄▋
4 Months Ago
▍▍▍▋▋ ▇▅▄▅ ▄▆_▆▊▍▉▉▄▅▄▇▆▌▉_▍▊▅▊▇
4 Months Ago
Fall back to UnknownStackLineHandler if file name is missing Fixes ILHotloaded method stack traces showing nothing at all
4 Months Ago
▍▇▉▇▌ ▊▆▄▌▇▋ ▋▇▍▅▇ ▆▍▍▉▍█▆▆ - █▌▍ ▅▆▇ ▌█▇▄▌▋▋▄█▌ ▆▇▅▊█▇█▋▌▌ ▋▅▆▌ ▅▉▅ ▇▌▄▊ ▅▋█ ▉▇█▆▅▇▉ (▅█▅▇▉ ▆▊▌▅ █▅▆▇▊ ▊▆ █▌ ▇▊█▅█▅▅▉▊▄▄ ▍▅▊█▇ ▉▋▄▉▊▆▉ ▉▋▉█▌█▌▌ ▅▍ █▋▋▄▄) - ▍▄▅ ▄▊▉▋▅▆▉ ▌▄▄ ▍▅▍▆▄▄ ▍▇▌▊▇▅ ▋▆▍▄▋
4 Months Ago
Make Gizmo.Control.BoundingBox much more visually simple Json Serialize Sphere properly (!) Gizmo.Control.BoundingBox - adjust depth bias so we can always touch the handles through geo This reverts
4 Months Ago
Expose NavAgent.Velocity setter
4 Months Ago
▇██▋▉▄ ▍▉█▆▉▇▆ ▇▄█▍▄▍ █▉▊▊▅▅▍▇ ▆▇ ▍▋▊▅▍▋ ▊▇▍▍▄ ▍▉█ ▆▌▋█▋▉
4 Months Ago
Define fix
4 Months Ago
Increase unlock timer from 5 to 60 seconds to match design spec now I'm not unlocking them constantly in dev. Added handcuffs.UnlockDurationMultiplier replicated var to save time when testing.
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 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 move viewport settings to ViewportState from GizmoSettings, use shared gizmo settings for all viewports shift camera settings to EditorPreferences, simplify viewport options restore single EditorScene gizmo settings revert camera extension changes, fix pan and orbit zoom, tidy use hammer's linked splitters for uniform viewport resizing Misc fixes Move EnablePostProcessing from GizmoSettings to ViewportState Default each viewport to a unique perspective
4 Months Ago
Fixed held (but unlocked) handcuffs keeping your inventory locked after surrendering.
4 Months Ago
Disable UIBlackoutOverlay if in debugcamera
4 Months Ago
Update README.md
4 Months Ago
Update README.md
4 Months Ago
Update README.md
4 Months Ago
Update RustNative.h to latest version Merge branch 'master' of Facepunch.Raknet
4 Months Ago
Expose Sphere Add ControlSheet.CreateLabel( SerializedProperty property ) Add [InlineEditor], which will make structs editable inline when applied to a property
4 Months Ago
Update README.md
4 Months Ago
Update premake.yml
4 Months Ago
Improved monument splats/biome/topologies Enabled topology override Fixed flipped normal map on brick pile
4 Months Ago
Update README.md
4 Months Ago
Update README.md
4 Months Ago
Update Raknet.lua
4 Months Ago
Create premake.yml
4 Months Ago
manifest
4 Months Ago
Add Editor.FileSystem.Config Add string.GetFilenameSafe() Layouts are stored in game/config/editor/layout/ Add/Update default layout
4 Months Ago
merge from fluid_push_max_output_increase
4 Months Ago
merge from creative_mode
4 Months Ago
Merge from wire_slacking/optimisations
4 Months Ago
Fix insufficient array lengths when dealing with wires > 20 points (not just a creative mode issue, some monuments like airfield have static connections with quite a few points)
4 Months Ago
Merge from main
4 Months Ago
Pan/zoom mostly working now