250,302 Commits over 3,959 Days - 2.63cph!

5 Months Ago
Add: new StringView utility It's essentially a ReadOnlySpan that keeps alive it's referred-to string, and is able to be stored as a member variable. Only contains a smidgen of algorithms that are needed to use it as part of ServerBrowserList. Goal is to find out how much code we need to update to be able to eliminate most allocations in the browser refresh flow. Tests: none
5 Months Ago
Give gem a world model
5 Months Ago
Voxel models can have their own palette using a structured buffer
5 Months Ago
wip applying modifiers
5 Months Ago
Resource node depletion visuals, regeneration
5 Months Ago
Merge: from main
5 Months Ago
Phrases build without the DLL
5 Months Ago
Placeholder resource node
5 Months Ago
Don't call NetworkSpawnRecursive in editor 🤦‍♂️🤦‍♂️
5 Months Ago
Fixed source generator broken reference
5 Months Ago
Keep the map as low res as possible (256x256) since we only have a couple of radioactive water objects
5 Months Ago
Use arrays for the voxel normals in shader
5 Months Ago
Swapped radioactive water check from physics checks to a texture map instead
5 Months Ago
Can collect items from resource nodes
5 Months Ago
Fixed industrial lamp and simple light wires clipping with wallpaper
5 Months Ago
Implement GetWeaponEffectiveness
5 Months Ago
ResourceNode component
5 Months Ago
Internal HookAfterDepthPrepass Darken AO texture since we're compositing to ambient lighting properly now
5 Months Ago
Networked scene load (#1648) Loading a scene over the network now just sends a fresh snapshot and re-handshakes with clients, rather than telling them to reconnect later and disconnecting them all.
5 Months Ago
OnChangingLevelMsg -> OnSceneLoadMsg Separate scene loading & finished loading, broadcast to clients as soon as we start loading a new scene
5 Months Ago
merge from main
5 Months Ago
compile fix again
5 Months Ago
Tweak leggy gait Update libstates Add ResourceGatherer weapon component Drone has damage numbers WIP wander helper component
5 Months Ago
compile fix
5 Months Ago
burst cloth handling view model scaling - requires setting a transform field on viewmodel burstcloth setups (done for frontier_hatchet)
5 Months Ago
Merge from main
5 Months Ago
merge from digital_clock
5 Months Ago
package-lock.json
5 Months Ago
assault rifle model
5 Months Ago
Instead of booting to Main Menu when no selected Character, open Character Select Modal. Only spawn Player once a character is selected.
5 Months Ago
Added new Dart ammo type. Added a basic damage bone dart item. Set blowpipe internal mag to use darts.
5 Months Ago
WIP Added more functions (enumerations) - also added top/bottom of pipeline bits for stages and a generic flush intended for testing as this will flush the pipeline (wait for all gfx cmd buffers to complete.
5 Months Ago
Limit leggy turning speed
5 Months Ago
Clean up
5 Months Ago
Started on leggy lad Leg component with some janky IK
5 Months Ago
Move SceneLoadOptions into Sandbox.Engine, forward to Sandbox.Game Send SceneLoadOptions over network We only need to worry about ShowLoadingScreen - both IsAdditive and DeleteEverything would be handled by the host and then applied to the fresh snapshot that we send over, so we shouldn't have to worry about those Remove auto-added using
5 Months Ago
player texture update
5 Months Ago
Fixed folder conflict
5 Months Ago
Applied shelved placeholder item setup
5 Months Ago
Minor description update
5 Months Ago
protocol++ Cut all this down some more so we're not changing things for no reason
5 Months Ago
Added TextMeshPro to the clientsideOnlyTypes list in PrefabPreProcess, so it is stripped before its MeshFilter
5 Months Ago
Register handler instead of using internal message type (same as before)
5 Months Ago
Make it clear that all of this is called after the scene has loaded, clean up
5 Months Ago
Automatically mount shared drive on Mac
5 Months Ago
Just rotate the character always for now
5 Months Ago
Merge from main
5 Months Ago
Make the footstep component play on SkinnedModelRenderer.OnFootstepEvent instead of arbitrary timer
5 Months Ago
Fix modeldoc vox importer using color palette wrong
5 Months Ago
Add a few sounds for weapons, melee weapons have a delayed swing Adjust attack range for Sword