userTony Fergusoncancel
reposboxcancel

846 Commits over 700 Days - 0.05cph!

1 Year Ago
Removed managedhandle include from rendermesh.h
1 Year Ago
Hitbox as a struct instead of a handle w/ interopgen
1 Year Ago
Experiment: Hitbox as a struct instead of a handle w/ interopgen
1 Year Ago
How'd I not see this? Deleted another use of hitbox groupid
1 Year Ago
Update TraceShapeAgainstHitboxes use in new TestHitboxesMultiple
1 Year Ago
Add tags property to CModelDocHitboxBase Setup tags via string tokens for hitboxes, interop Hitbox.. still learning about all this, so need to go back and clean all this up later. Send over the hitbox handle when performing traces Don't forget to pass the tags when compiling resources Add TraceResult.Hitbox Delete TraceResult.HitboxIndex, it'll be useless once I've deleted the hitbox groups. CSkeletonInstance::SBox_BoneToHitbox returns the hitbox itself, used for sweeps. Started killing off a bunch of now useless hitgroup code Remove CSkeletonInstance.GetHitboxGroup interop Kill hitbox index from DamageInfo, there's probably room for hitbox tag filtering in here. Also adjusted some docs for that class. Kill some more hitgroup code, updated citizen_hitboxset prefab Add DamageInfo.Hitbox, assign it in UsingTraceResult Re-add C# API as obsolete (DamageInfo.HitboxIndex, DamageInfo.WithHitbox, ModelEntity.GetHitboxGroup) Removed a couple more hitbox groupid references, set tags on HitboxSetList import Remove all HitboxComponent HitGroup priority code Don't need these functions
1 Year Ago
Don't need these functions
1 Year Ago
Remove all HitboxComponent HitGroup priority code
1 Year Ago
Removed a couple more hitbox groupid references, set tags on HitboxSetList import
1 Year Ago
Re-add C# API as obsolete (DamageInfo.HitboxIndex, DamageInfo.WithHitbox, ModelEntity.GetHitboxGroup)
1 Year Ago
Add DamageInfo.Hitbox, assign it in UsingTraceResult
1 Year Ago
Kill some more hitgroup code, updated citizen_hitboxset prefab
1 Year Ago
Kill hitbox index from DamageInfo, there's probably room for hitbox tag filtering in here. Also adjusted some docs for that class.
1 Year Ago
Remove CSkeletonInstance.GetHitboxGroup interop
1 Year Ago
Started killing off a bunch of now useless hitgroup code
1 Year Ago
Delete TraceResult.HitboxIndex, it'll be useless once I've deleted the hitbox groups. CSkeletonInstance::SBox_BoneToHitbox returns the hitbox itself, used for sweeps.
1 Year Ago
Add tags property to CModelDocHitboxBase Setup tags via string tokens for hitboxes, interop Hitbox.. still learning about all this, so need to go back and clean all this up later. Send over the hitbox handle when performing traces Don't forget to pass the tags when compiling resources Add TraceResult.Hitbox
1 Year Ago
Cleaned up lobby rich presence, fixed presence not updating when lobby gets made, update documentation
1 Year Ago
Support `steam_player_group` rich presence for lobbies https://files.facepunch.com/devultj/1b3011b1/Discord_tPmoEckwdL.png Fixed MenuOverlay popup pointer events, fixes lobby invites being inaccessible
1 Year Ago
Made Global.IsDedicatedServer obsolete
1 Year Ago
Sandbox.Engine: Added Dedicated Server launch config
1 Year Ago
Fixed concommands being omitted when run through dedicated server console
1 Year Ago
Restored Asset.GetCompiledFile, fixes broken addon uploads Deleting assets leaves the compiled file as junk currently. This will be fixed.
1 Year Ago
Asset.GetCompiledFile simply appends Source file with _c, mark as deleted when Delete is ran AssetBrowser: Filter out marked for delete assets AssetBrowser: Add "Delete Asset" option https://files.facepunch.com/devultj/1b1911b1/2C4lP0lDqV.png
1 Year Ago
Revert "Eliminate GameSettings convar & json stuff.. store and use it as is" This reverts commit 85991377b0a33b6f16d197da3aa2af00b4516b06.
1 Year Ago
Eliminate GameSettings convar & json stuff.. store and use it as is
1 Year Ago
Update AddonProperty value on Blur
1 Year Ago
Moved AssetList "New Folder" down to be consistent with the asset list's tree context menu. Add current directory shortcut to asset folder node context menu
1 Year Ago
Update asset browser when refreshing/making new folders, add Refresh option to folder context menu
1 Year Ago
Hide template list even if there's just one template. It'll be auto-selected anyway.
1 Year Ago
Hide project template list if there aren't any to use. Added a few comments.
1 Year Ago
Killed old C++ filter code, added Game.ShouldConnect - Gutted out network filter code in favor of controlling incoming connections in C#. - Commands removed: `banid, banip, removeip, writeid, writeip, listip, removeip, sv_filterban, sv_banid_enabled, sv_banid_dev_enabled, sv_logbans` - probably a few more too. - Added `bool Game.ShouldConnect( long playerId )` - returning false here will reject the incoming connection before the client entity is created.
1 Year Ago
Bit of documentation, renamed INetworkServer.Connect to ShouldConnect
1 Year Ago
Remove unused NetworkClient.Connect
1 Year Ago
Renamed OnConnect to ShouldConnect
1 Year Ago
Gutted out network filter system in favor of controlling incoming connections in C#. Commands removed: `banid, banip, removeip, writeid, writeip, listip, removeip, sv_filterban, sv_banid_enabled, sv_banid_dev_enabled, sv_logbans`. Added `bool Game.OnConnect( long playerId );`, returning false here will reject the incoming connection before the client entity is created.
1 Year Ago
Only grab the server's replicated convar if we're clientside
1 Year Ago
Fixed replicated convars not saving the correct value
1 Year Ago
Fixed game window not being resizable when switching to windowed mode Fixes #413
1 Year Ago
VR: Attempt to fix Index Controller joystick button input
1 Year Ago
Only assign and evaluate ConsoleSystem.Caller for console commands Fixes convar assignment while game loop is starting up. Fixes sbox-issues/issues/2158 and paves way for @kurozael's lobby settings.
1 Year Ago
Fix project settings physics grabbing the wrong metadata
1 Year Ago
When disabling an addon, dispose of it in ServerAddons
1 Year Ago
Update ErrorList to display specific and nonspecific diagnostic counts https://files.facepunch.com/devultj/1b0911b1/sbox_uORyp1b7BG.png
1 Year Ago
Add ScenePanel.ForceUpdate() Closes sbox-issues/issues/2151
1 Year Ago
Obsolete CameraMode.DoFPoint, DoFBlurSize
1 Year Ago
Error list counters will consider the selected package Fixes sbox-issues/issues/2146
1 Year Ago
Addon Switcher checks for OrdinalIgnoreCase
1 Year Ago
Add ScenePanel.DisablePostProcessing
1 Year Ago
Add Horror GameCategory