240,145 Commits over 3,837 Days - 2.61cph!

8 Months Ago
Fixed deploy campfire mission not showing a world ping
8 Months Ago
Add more cloth to the craft low grade mission step supply box
8 Months Ago
Tutorial help videos will now appear on top of the inventory
8 Months Ago
Add some dedicated text reminding players how to open the inventory at various help stages
8 Months Ago
Kind of got redirect skins working in the 3D viewer, except that some skins have the wrong skin ID in their store info (e.g. the CNY spear is a white CNY lantern). I have a maybe more data-error-proof idea, but committing this version in case I need it.
8 Months Ago
Fixed models that don't have a skin ID not showing up (e.g. the current lantern and spear)
8 Months Ago
Allow skins in the "none" type category (Chinese Lantern is type "none" - previously I'd only seen this for DLC packs).
8 Months Ago
Add code
8 Months Ago
Initial commit
8 Months Ago
Last of the hackweek work
8 Months Ago
Disable fast hotload when failing to init DetourFactory
8 Months Ago
Merge upload -> full_server_demos
8 Months Ago
Add convar to zip demos as we save them to disk (default true) Set Content-Type & Content-Encoding for demo & header as well as if the content is zipped or not
8 Months Ago
More output node fixes
8 Months Ago
8 Months Ago
Leaderboard backup, run #9532
8 Months Ago
Delete demo chunks after they are uploaded to Azure
8 Months Ago
Disabled the tools row on the tool cupboard loot panel while in the tutorial
8 Months Ago
Crafting menu will automatically switch to the needed category the first time a player opens the menu in each tutorial mission
8 Months Ago
Implement code to upload demo to azure
8 Months Ago
Dont calculate mass for heightfield
8 Months Ago
Mesh contact checks IzConcaveShape
8 Months Ago
Heightfield shape
8 Months Ago
Show the crosshair when using the Rock on the tutorial island
8 Months Ago
Fix broken merge on hemp-collectable
8 Months Ago
Recompiled Facepunch.Nexus to target System.Runtime.CompilerServices.Unsafe 6.0.0 (was 4.0.4.0)
8 Months Ago
Add azure blob storage SDK manually from nuget
8 Months Ago
Merge from main
8 Months Ago
ControllerInput: use correct actionset actions for dpad/select actions if we're actually in-game.. I really hate this, and want to change it asap Get rid of InputState.Controller, it doesn't serve any puspose
8 Months Ago
Refactor controller input polling, insert into AccumActionsPressed|Released and have the input context system handle everything else. Makes gamepad Input.Pressed/Released work properly
8 Months Ago
Temporary disable DISABLE_VK_LAYER_VALVE_steam_overlay_1 because SteamInput doesn't work without steam overlay (wtf)
8 Months Ago
Start drafting out UI navigation with controller, by traversing panels Refactor so we can switch between panel traversal and virtual cursor based on input Don't revert back to PanelTraversalSystem if analog is empty Add basic working virtual cursor using PanelInput.UpdateMouse Fixed calculation of virtual cursor position Use stylesheet to style virtual cursor, add ScrollSpeed Refactor, virtual cursor as its own rootpanel so we don't add a panel to every root panel we access Disable system if mouse is moving at all Make VirtualCursorOverlay a razor panel Update SteamInput manifest to include joystick inputs for Menu action set Hide mouse cursor while we have controller input active Support processing any number of root panels, make it work in GameMenu Scale ControllerInput.GetAnalog by Input.ControllerLookYaw(Pitch)Speed Scale virtual cursor position movement by delta time, no wonder it felt different on GameMenu Process inputs in MenuDll Remove some direct controller access, use Input.AnalogMove/AnalogLook instead VCS: only tick for panels that want mouse input VCS: fix is-pressed style Refactor, add ControllerOverlay, so we can add another overlay for panel traversal selection Add PanelTraversalOverlay (for lack of a better name) Work on finding panels from delta, fixed not finding an initial focused panel Give eligible panels a score and give it some data to score by, focus the lowest scoring panel, also hook up selection and scrolling Decrease block increment size, can get finer selections (i.e PackageCard modal button) Fix FindPanelsAt never finding more than 1 panel Remove PanelTraversalOverlay, it looked shit When enabling VCS, use the mouse's current position Traverse blocks relative to the screen size, instead of set pixels Add IControllerInputSystem.Destroy Store last mouse position, don't run in multiple contexts (sort this out in a better way next) - fixes VCS overlay lingering around Minor cleanup Run Input.SetFocus( null ) on IControllerInputSystem.Destroy Scope UI simulation Remove context hacks Pass DoAnyPanelsWantMouseVisible() to ControllerInput, don't call if we don't need input Only use pointer-events on elements we want to click on for SocialBar Remove unused code, documentation pass When looking for an initial panel for traversal, use the mouse position (works w/ virtual cursor) Remove InputManifestTemplate/GamepadManifestTemplate groups from Sandbox.Game csproj since they don't exist Don't run ControllerInput.Tick at all if we don't have a controller Docs for IVirtualCursor Kill controller input system if we run out of gamepads to use General cleanup, remove unused ControllerOverlay panel Add adjustable analog sensitivity for UI Post-merge fix Support Alex's scrolling Fixed action set flip-flopping between Menu and InGame twice a frame :S Post-merge fix Usability improvements to PanelTraversalSystem https://files.facepunch.com/tony/1b0111b1/parsecd_jzxSdkesRI.mp4 Update PackageCard to add hover style to package body, can click entire body to open overlay
8 Months Ago
Use plane collider for some scenes
8 Months Ago
Add plane collider because I'm sick of thin boxes being used for floors
8 Months Ago
8 Months Ago
Output node fixes
8 Months Ago
Expose variables for server demos as convar `full_server_demo` convar will only be applied on startup but can be changed at runtime to apply next restart
8 Months Ago
Cupertino: libpnga Cupertino: GameNetworkingSockets and SteamAPI libs on game folder Convert .dlls to platform-specific (linux/mac) equivalents on GlobalParser for nativedlls in interopgen
8 Months Ago
Moving from stash to branch* When `ServerDemo` convar is enabled on startup, the server will recordall network traffic on the server as one big demo file Packets sent to multiple players are only recorded once (store list of players sent to) Inbound & outbound data is stored in the order it was processed on the server The demo is written to disk on a separate thread to make performance impact minimal Demo is split into 1 minute chunks for testing (will be 5 minutes later) Each demo chunk is given a unique filename with the .sdem extension (represents .serverdemo) A json "header file" is written with each demo chunk wiht information on how the demo should be loaded (list of players, number of packets, time span, etc) Changed pooling of NetRead & NetWrite to use reference counting to account for another thread needing to finish processing before they are pooled
8 Months Ago
Sphere query broadphase
8 Months Ago
Node parameter helper documentation More cleanup, property.set value type target fix
8 Months Ago
8 Months Ago
Ignore izShouldCollide(Body, Body) if one of the shapes is a sensor
8 Months Ago
Give 'em some clothes
8 Months Ago
Player spawns Camera, Movement, Spawning, ScreenShake Port
8 Months Ago
ShouldCollide callback
8 Months Ago
IZ_LINEAR_SLOP
8 Months Ago
Joint break callback
8 Months Ago
Joint breaking
8 Months Ago
Joint active