252,105 Commits over 3,959 Days - 2.65cph!

3 Years Ago
▍▆▉ ▋▌▊▄▉▄ ▆▌ ▉▅█ ▇▋▉ █▇▊█▉▆▆▅ ▅▉ ▅▉▌█▊█▉ ▍▍▆▉ ▅▋▉▌▍▋ ▌▄▍▉ ▍▄██'▄ ▌▆█▍▆▉
3 Years Ago
Revert 69578 and 69579 for now - I need to sort out a remaining issue first.
3 Years Ago
Refresh parent plugs
3 Years Ago
CodeGen for the previous commit, update EntityMenu.cs
3 Years Ago
Fixed the mount option appearing twice on vehicle modules (when holding to interact). Now that vehicle modules inherit from BaseMountable, they still need their Menu_Mount_ShowIf override, but don't need their Menu_Mount entry.
3 Years Ago
Now require server.stats to be true to send analytics (as well as official)
3 Years Ago
Make particles work for now
3 Years Ago
Fixed edge case where reskinning a snowmobile would sometimes lose it's storage
3 Years Ago
Add proxy items to group input/output nodes Initial support for parent plugs
3 Years Ago
"Occupied" message no longer shows when looking at vehicle modules with no mount points
3 Years Ago
UpdateFullFlag now propagates up to any parent vehicle(s). Fixes vehicles not being mountable when loading from a save if the vehicle was mounted during the save.
3 Years Ago
Merge from spraycan_merge2
3 Years Ago
Merge from powerline_zipline
3 Years Ago
Compile fix
3 Years Ago
Remove LOD system from sprays
3 Years Ago
▅▌▄▉▅▉ ▆▍▆▋▌▌ ▌▊ ▌▇▆ ▅▍▌█▌▋ ▄▋▉▊▌▇ ▌▌▋█ ▅▋ ▆▌▇▉▆▄ ▊▇▄ ▍▋▌ ▇█▄▋▋▅▋ ▆▆ ▄▄▋▊▍█ ▊█▌ ▅▇ ▊▌▉ █▌ ▉▋▋ ▋▉▊▅▍▊ ▆▇▆▄▅ ▉▊▌█ ▆▌▉▍▆▊▄▍ ▆▋█ ▆█▌▉▌▅█ ▄▉▋▇▍▌
3 Years Ago
Protobuf
3 Years Ago
Merge from powerline_zipline
3 Years Ago
Mission complete analytic
3 Years Ago
More mid-island splatting & polish. Related material tweaks.
3 Years Ago
Adjust customize lighting Bit of cleanup
3 Years Ago
Merge from spraycan_merge2
3 Years Ago
Model class can be (de)serialized to JSON, allowing its usage in Assets
3 Years Ago
Achievement renaming !release
3 Years Ago
Show equipped hat Show equipped trail Disable SceneWorld trail particle for now, engine bug to look at
3 Years Ago
Fixed modular cars no longer correctly supporting the semi-secret mouse steer option
3 Years Ago
Allow create node context items to be filtered out easier Filter out group input/output anim nodes in context menu, we should never have to make these manually
3 Years Ago
Add back beam dmg amount
3 Years Ago
Cleanup Beam does 1 dmg per second Laser knockback Fix up post-damage invulnerability delay
3 Years Ago
Add nullptr safeguards to CMaterialVar::SetTextureValue
3 Years Ago
Insert new node ids only after replacing child references on all nodes Delete all nodes group node has in their manager when they get deleted Add context menu item for grouping selected nodes Switch back to using CAnimGraphEditorWidget for CQGroupEditorWidget
3 Years Ago
merge from main
3 Years Ago
Fixed "Steam overlay replacement" window opening links externally
3 Years Ago
Some leaderboard admin script stuff
3 Years Ago
Update local.platformer.fgd Asset compile Fix laser damage
3 Years Ago
Check for valid selection entities in the player for cases when a unit is destroyed but it isn't ours
3 Years Ago
Remove justify-items from SCSS
3 Years Ago
Remove justify-items from SCSS code (it isn't valid) and fixed NRE in SelectedItem
3 Years Ago
Add entities to Hammer GameData straight from games assembly data (skipping fgd) Use an AssemblyLoadContext for game binaries in Tools/Hammer so we can use real Reflection instead of Cecil We can load entities from remote packages too, put it all into a simple `Hammer.LoadEntitiesFromPackage( "facepunch.minigolf" )`
3 Years Ago
Added decay platform Added laser beam (does not deal damage yet) Update PlatformerController.cs Added temp laser beam particle Updated test map
3 Years Ago
Only show path particles if the unit belongs to you
3 Years Ago
Destroy ghost when entities tool is deselected
3 Years Ago
Don't center on the Z axis when placing ghosts
3 Years Ago
Allow customizing center properties on ToSourcePositionCenter
3 Years Ago
Added EntitiesTool.EntitiesToolMode For testing automatically create a ghost entity from the first available EditorEntityLibrary type
3 Years Ago
Adjust Block List SCSS and add backdrop filter blur to make it easier to see Added EditorEntityLibraryAttribute and use it for PlayerSpawnpoint
3 Years Ago
Added stub for Entities Tool in the radial menu
3 Years Ago
Fill server details from c# ServerList bindings
3 Years Ago
Added PlayerSpawnpoint with ISourceEntity implementation (does not render outside of Editor Mode) Update sbox-voxels submodule
3 Years Ago
Add ISourceEntity and SourceEntityAttribute Remove SourceEntityAttribute Serialize and Deserialize ISourceEntity on Voxel World load and save Ensure that ISourceEntity types are deleted when a VoxelWorld is reset