userTony Fergusoncancel
branchsbox/mastercancel

510 Commits over 700 Days - 0.03cph!

9 Months Ago
Gamepad Support Refactor (#1218) - No manifest codegen - Gamepads work again (including Steam Deck) - Goes against what SteamInput is all about 😢
9 Months Ago
Add rich presence system class which is polled every so often, instead of updating presence from 7 different classes
9 Months Ago
Fix NRE in ServerDll.UpdateServerDetails if playing locally, my bad
9 Months Ago
Pass gamemode version tag to ServerList so games can decide what to do with servers that are out of date
9 Months Ago
GameMenu: load FileSystem.Data/OrganizationData immediately, not just server join
9 Months Ago
Remove use of CancelWebAuthTicket in WebSocket.Connect, was crashing dedicated servers
9 Months Ago
Subtract m_nMaxPlayers by m_nBotPlayers so servers show that they're full if they're occupied by bots + players
9 Months Ago
Editor: If "show start screen" is off, load last opened project automatically
9 Months Ago
Remove duplicate gamepad codes in common actions
9 Months Ago
Docs pass / MenuDll typo fix
9 Months Ago
Fix initial menu presence, as well as presence when disconnecting from a server
9 Months Ago
Implement ModalSystem.CloseAll, close all modals when killing game menu instance
9 Months Ago
Make rich presence say playing a game while in its game menu (update to say Menu later?)
9 Months Ago
When connecting to a server, open its gamemenu and immediately open the loading screen
9 Months Ago
Cache GameLobby.Data to prevent issues with grabbing lobby info after setting it. Invalidate on lobby data refresh Probably a better way to do this :anguished:
9 Months Ago
Docs pass for GameLobby, importantly Lobby.ConVars, and inherit docs where possible
9 Months Ago
Org Info Modal https://files.facepunch.com/tony/1b0711b1/sbox_g2OtLOLYzn.mp4
10 Months Ago
Revert "Compiled complex with parallax fixes" This reverts commit 02e13ee057b7394fe7831e732d6eff6f4621b7a5.
10 Months Ago
Use margin for package selector modal so you can click out of it
10 Months Ago
FriendCount only counts people playing the game
10 Months Ago
Obsolete Game.Menu.Friends, add Game.Menu.FriendCount Add friends list modal w/ Game.Overlay.ShowFriendsList( options )
10 Months Ago
Can access friends list from IGameMenu (Game.Menu.Friends)
10 Months Ago
Throw an exception when Package.Download gets cancelled, fixes #1184 and sboxgame/issues#3677
10 Months Ago
Tentative fix for rich presence setting steam_player_group to invalid SteamIDs, grouping players incorrectly
10 Months Ago
ServerListPanel: Add Create Game button if we don't find any servers
10 Months 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
10 Months Ago
Don't use Trace.WorldAndEntities in MoveHelper
10 Months Ago
Use Sound.Listener as a priority in SoundscapeFrame
10 Months Ago
Give ProjectCreator "Create" button an icon
10 Months Ago
Update templates (shooter game menu, template descriptions)
10 Months Ago
Launcher: minor content mode cleanup Launcher: make a new empty-ish config when opening a config editor
10 Months Ago
Set the same expandgroup margin in StartScreenHome too
10 Months Ago
Remove ProjectList ExpandGroup top margin
10 Months Ago
Set cursor type for IconButton Add some tooltips to welcome screen
10 Months Ago
Make Voice.Decode internal
10 Months Ago
Revert zipball change, doesn't work with LFS / submodules :pensive:
10 Months Ago
Editor: Use zipball to get rid of git dependency when cloning a project that has a source directory
11 Months Ago
Convert to entity space if worldspace = false for SBox_GetBoneTransform, make it work serverside
11 Months Ago
Add support for CBaseModelEntity::GetBoneTransform( bone, worldspace )
11 Months Ago
Set hostname when creating a game from menu
11 Months Ago
Get rid of "avataranimated" reference in Avatar.IsAppropriate
11 Months Ago
Per-Project Launch Configs
11 Months 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
11 Months Ago
When opening existing project from disk dialog, create the addon location directory first - fixes error on fresh installs
11 Months Ago
Allow ConsoleSystem.GetValue to retrieve engine convars inside of a game menu
11 Months Ago
AssetBrowser: Add ability to rename single files
11 Months Ago
Editor: Sort input actions by their group name alphabetically
12 Months Ago
Ship game templates from sboxgame/templates manually for now, need to consider about fetching from the repo soon
12 Months Ago
Add Panel.GetTransformPosition( Vector2 )
1 Year Ago
Add mask to package screenshots modal Remove SetMaskAngle debug log