225,831 Commits over 3,714 Days - 2.53cph!

51 Days Ago
▆▌▄▄▍ ▍▊ ▅█▅▆▉█▄▌ ▌▄▋▌▉ ▌▊▅█▊█▌ ▍▅▆█ ▊▌▌▋▊▇▋▌ ▉█▅▇▍▉▅▅▌▅▋ ▌▄▉▍▆▊▋▊██ ▄▋▄▅▋▉▊▉. ▆▆█ ▆▍ ▆▄▋▆▅▍▉▇ ▍▋▇▇, ▇▄▍ ▉▅▌▋ ▇██▋ ▄▅ ▅▍█ ▉▉▍
51 Days Ago
space outfit texture fixes
51 Days Ago
OrbitStrafe state now attempts to flow nicely from a strafe state when swapping
51 Days Ago
added bins
51 Days Ago
HotloadManager disposes Hotload instance, was stopping assembly unloading Warn for older AMD GPU drivers too, 2.0.283 has a driver crash when child processes are opened
51 Days Ago
Input glyphs
51 Days Ago
Hook back Preferences.ControllerLook(Yaw/Pitch)Speed for Input.AnalogLook when using a controller
51 Days Ago
Restored Unity version to 2021.3.35f1
51 Days Ago
Change scene title/desc
51 Days Ago
Add input testing scene and hud
51 Days Ago
Improve LoadGlyphTexture logic
51 Days Ago
Snapped all crates on cargo ship back to the ground
51 Days Ago
oilrigs s2p
51 Days Ago
fixed flickering decals in moonpool
51 Days Ago
Remove KeyGlyphLoader, supply all keyboard and mouse glyph files Let me know if I missed any buttons, I don't have a numpad on my keyboard so tag me!
51 Days Ago
Enabled custom convex env volumes for oilrig sat tube complex parts (moonpool, tubes)
51 Days Ago
Avoid collection modified error in NetworkPrune (Fixes Facepunch/sbox-issues#5280)
51 Days Ago
Expose Input.TriggerVibration (using existing API), hook up SDL_GameControllerRumbleTriggers
51 Days Ago
missing materials
51 Days Ago
fixed colliders of barges being too skinny
51 Days Ago
set up viewmodel renderer script with ammo belt materials included
51 Days Ago
Game Controllers using SDL2 (#1509)
51 Days Ago
Fix minigun belt lod glitch
51 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 Update sdl2 lib Didn't mean to push this launch setting Remove legacy sdl haptics code, replace with SDL_GameControllerRumble Implement default LED colors based on instance, rumble the gamepad on every button press test Test passing controller input to input context Parse analog inputs local to each controller, add virtual trigger buttons based from axis result Hook up AnalogLook/AnalogMove for first controller (test) Make prints less obnoxious Re-add Input.UsingController (simpler now) Temporary generated glyphs for gamepad Look for input glyph svgs Plug in a bunch of glyph icons for xbox controller Add GameControllerType_t, expose ControllerType to managed, add GlyphVendor LoadGlyphTexture will look for the controller's vendor and fall back to default if not found Add a few PlayStation glyphs Documentation Support analog input glyphs Add methods for fetching gyroscope and accelerometer readings from specific controllers Remove controller binding panel (not used) Forgot to get rid of this method 🤦 Move GameController ctor to implementation Remove FindControllers, does nothing, was a test for me Native cleanup, add safety, fixed controller disconnect crashing game Make Controller internal + sealed Remove my #ifdef V_COMPILER_MSVC usage Change InputMotionData to reflect new API Make sure to set the size of svg glyphs Keep current glyph API intact, add new version to control outline Docs, GameControllerExtensions to internal Why the fuck are you there
51 Days Ago
LoadContext.Unload also unloads all it's IsolatedAssemblyContext
51 Days Ago
merge from save248
51 Days Ago
missing material config effect specific to objects using Particle layer already in default state
51 Days Ago
small detailing
51 Days Ago
Fixed left over volume under the ladder area of module_1200x1800_ladder_moonpool
51 Days Ago
merge from pie_menu_phrases
51 Days Ago
merge from tutorial_island
51 Days Ago
merge from toolcupboard_retroskin
51 Days Ago
fixed off grid meshes
51 Days Ago
added stairs near bridge on H2 to help getting up the dock
51 Days Ago
Random npc bodygroup idle should be looping temp lighting and npcs
51 Days Ago
merge from save248 - staging wipe
51 Days Ago
network++ save++
51 Days Ago
block off some areas
51 Days Ago
fixed plywood mossy set having part. layer on by default
51 Days Ago
extended prevent building zone in both harbors with a bias towards the sea S2P
51 Days Ago
merge from Minigun_2024
51 Days Ago
Do not render first person physgun effects during skybox pass Let's try enabling custom activity IDs on client
51 Days Ago
Leaderboard backup, run #10635
51 Days Ago
Automatically upload procedural maps to our backend so that all Rust servers allow players to download maps instead of generating them on first join Downloading the maps is much faster and way less resource intensive Can be disabled by setting server.autoUploadMap to false
51 Days Ago
List pooling
51 Days Ago
Merge Main -> Bikes
51 Days Ago
Added a prefab information to CargoShipTest so it can appear localised and with an icon on the death screen It's currently missing an icon
51 Days Ago
minigun sounds
51 Days Ago
Fixed cranes picking up containers not properly aligning their coliders on the server, leading to flyhacks and bad movement
51 Days Ago
New sprint input networking. Rename smowmobile protobuf to smallVehicle since it's shared with bikes. Network++ Also fixed snowmobile not sending fuel fraction in save/load.