usertonycancel
branchsbox/mastercancel

642 Commits over 976 Days - 0.03cph!

1 Year Ago
Use margin for package selector modal so you can click out of it
1 Year Ago
FriendCount only counts people playing the game
1 Year Ago
Obsolete Game.Menu.Friends, add Game.Menu.FriendCount Add friends list modal w/ Game.Overlay.ShowFriendsList( options )
1 Year Ago
Can access friends list from IGameMenu (Game.Menu.Friends)
1 Year Ago
Throw an exception when Package.Download gets cancelled, fixes #1184 and sboxgame/issues#3677
1 Year Ago
Tentative fix for rich presence setting steam_player_group to invalid SteamIDs, grouping players incorrectly
1 Year Ago
ServerListPanel: Add Create Game button if we don't find any servers
1 Year Ago
Update templates - Use package selector modal instead of replacing pages w/ a map selector - Use pointer cursor on buttons in main menu Having a separate repo for templates is starting to annoy me
1 Year Ago
Don't use Trace.WorldAndEntities in MoveHelper
1 Year Ago
Use Sound.Listener as a priority in SoundscapeFrame
1 Year Ago
Give ProjectCreator "Create" button an icon
1 Year Ago
Update templates (shooter game menu, template descriptions)
1 Year Ago
Launcher: minor content mode cleanup Launcher: make a new empty-ish config when opening a config editor
1 Year Ago
Set the same expandgroup margin in StartScreenHome too
1 Year Ago
Remove ProjectList ExpandGroup top margin
1 Year Ago
Set cursor type for IconButton Add some tooltips to welcome screen
1 Year Ago
Make Voice.Decode internal
1 Year Ago
Revert zipball change, doesn't work with LFS / submodules :pensive:
1 Year Ago
Editor: Use zipball to get rid of git dependency when cloning a project that has a source directory
1 Year Ago
Convert to entity space if worldspace = false for SBox_GetBoneTransform, make it work serverside
1 Year Ago
Add support for CBaseModelEntity::GetBoneTransform( bone, worldspace )
1 Year Ago
Set hostname when creating a game from menu
1 Year Ago
Get rid of "avataranimated" reference in Avatar.IsAppropriate
1 Year Ago
Per-Project Launch Configs
1 Year Ago
Use BuildOptions to populate audio devices and Value:bind instead of ref, fixes audio settings dropdown not being populated Only clear DropDown.Options if we have any element names that match, root cause of my previous commit
1 Year Ago
When opening existing project from disk dialog, create the addon location directory first - fixes error on fresh installs
1 Year Ago
Allow ConsoleSystem.GetValue to retrieve engine convars inside of a game menu
1 Year Ago
AssetBrowser: Add ability to rename single files
1 Year Ago
Editor: Sort input actions by their group name alphabetically
1 Year Ago
Ship game templates from sboxgame/templates manually for now, need to consider about fetching from the repo soon
1 Year Ago
Add Panel.GetTransformPosition( Vector2 )
1 Year Ago
Add mask to package screenshots modal Remove SetMaskAngle debug log
1 Year Ago
Always allow mouse-related actions to "release" when UI pops up, but don't allow new presses. Matches keyboard behavior more closely. #1004
1 Year Ago
Fixed hair_longbrown_covered_test being able to be worn with other hair/hats
1 Year Ago
Fixed another InputActions NRE
1 Year Ago
Fix InputActions NRE if ServerConfig hasn't loaded by the time ServerInformation is recv'd
1 Year Ago
Update ProjectConfig.Ident MaxLength (16 -> 32)
1 Year Ago
Run ServerConfig.InitClient every time the game loop starts, as opposed to on bootstrap - when we kill stringtable pointers on shutdown, we unsubscribe any existing events, making input actions fall out of sync when joining another game. See #998
1 Year Ago
Optimize Input.SetupManifestData Register analogs when creating groups, instead of iterating through after we've finished
1 Year Ago
Fix up obsolete event usage in Sandbox.Game Don't pass KeyboardModifiers in input actions related methods anymore ManifestGroups cleanup
1 Year Ago
Fixed analog actions NRE caused by a silly typo
1 Year Ago
Editor: Add option to render specific thumbnail in the clothing editor
1 Year Ago
Speculative fix for sound events ran in tools
1 Year Ago
Let us show tools that only show up in non-retail mode
1 Year Ago
Adjust mixgraph to fix muffled audio
1 Year Ago
Remove Steam Audio (#990) * Removed steamaudio from soundsystem, map builder, hammer * Obsolete ReverbScale / ReverbVolume
1 Year Ago
Editor: add locally stored maps to map package selector https://files.facepunch.com/devultj/1b2511b1/sbox_DmMON8Jt0A.png
1 Year Ago
Manually register analog inputs in existing manifest groups. Fixes trigger/joysticks not working if you're using them for other actions.
1 Year Ago
Refactor our SteamInput layer for input actions - we're no longer using an action set layer since we've eliminated the whole InGame action set. Actions and analog inputs on the same group don't play so well currently, so that's next.
1 Year Ago
Set UsingController if any of our analog states are not zero length