reposboxcancel

20,769 Commits over 1,522 Days - 0.57cph!

3 Months Ago
Game Tile and Lobby Cards play sounds on click instead of `:active`, prevents clicking sound playing while dragging
3 Months Ago
Added missing ToolTips to GameTile Fixed outstanding issues where a page wouldnt load until you moved your mouse over it. Adjusted font size on Game Modal Enable Looping on Main Menu music and Loading music
3 Months Ago
Basic version property editor Standalone: move ExportConfig into Sandbox.Tools, allow setting version/date/development build Standalone: load version/date/development build info from manifest on startup, open up Standalone class `Standalone.IsDevelopmentBuild` `Standalone.Version` `Standalone.VersionDate` When accessed from outside standalone, will return default values
3 Months Ago
Lobby Heads on LobbyCards no longer block mouse inputs and are a bit larger. Clicking the name of a game opens the Game Modal instead of the Generic Package Modal GameTiles are now treated as one big button, clicking anywhere will open Game Modal. Removed box around header on Game and Org Modals Options on Game Modal are now "Create Game" and "Join Game" if multiplayer, with the Lobby List being moved elsewhere. Join Game is disabled if there are no active lobbies Added `flex-shrink: 0` to entries of the ServerListModal Added icons to Game Modal info, removed information that wasn't important and overall cleaned up readability. Also added Total Players and Playtime MenuOverlay now uses Screen.DesktopScale (with 1080p minimum)
3 Months Ago
Game Tiles are now all the same size instead of being randomly sized Give Game List Columns a max-width
3 Months Ago
Pad the bottom of GameGroups Show Player Icons on Active Lobby Cards (shows lobby hosts)
3 Months Ago
Add GameModal that pops up when you click a Game instead of instantly launching it (Currently Empty) Moved Vote Up, Vote Down, and Favourite buttons into PackageRatingButtons so it can be re-used Finished initial version of Game Modal with options to launch into a game and see all active lobbies. Remove scrolling on Game Modal, replace Lobby List with a button that opens the Lobby List modal layered above. Close Game Modal when entering Lobby from Lobby List Modal Give Lobby List Modal and other missed Modals the primary background Fix time offset strings displaying incorrectly Active Lobby buttons now open the Game Modal instead of loading you directly into the lobby Remove Global Stats from Game Modal. Unnecessary information Fix Maps menu opening the Walker Game Modal instead of launching directly into the map Org Page is now replaced with an Org Modal that can be opened at any time. Moved SettingsPage into a Settings Modal that pops up over everything Added Settings Modal to the Pause Menu Fix Package Modal not toggling when pressing F1
3 Months Ago
Default to private in editor mode
3 Months Ago
Add editor options for lobby privacy Currently very boolean - either private or public - would like to do something org-based in future, or have custom filters https://files.facepunch.com/alexguthrie/1b2811b1/NVIDIA_Overlay_L6ZTVFAOVc.png
3 Months Ago
Revert that
3 Months Ago
Interp test
3 Months Ago
Wave intrinsics to do early out for far dof
3 Months Ago
Force a single delta snapshot when owner changes to simulate old behavior
3 Months Ago
Some cleanup
3 Months Ago
Pack them up
3 Months Ago
Smooth fade DoF from composite shader Iterate dof, needs cleanup, almost perfect
3 Months Ago
Remove for comparison
3 Months Ago
Compress test
3 Months Ago
Fix NRE
3 Months Ago
Automatically look for stylesheets based on `Internal.ClassFileLocationAttribute`, added by Razor codegen, to implicitly load stylesheets based on class filename Means that [StyleSheet] is no longer required to load `MyClass.razor.scss` etc.
3 Months Ago
Update fpxr to cf91368, fixes EXCEPTION_ACCESS_VIOLATION_EXEC inside InitHandTracking
3 Months Ago
Stick loading percentages & speed next to ETA https://files.facepunch.com/alexguthrie/1b2811b1/NVIDIA_Overlay_HHsui18lvO.png
3 Months Ago
Loading screen styling tweaks https://files.facepunch.com/alexguthrie/1b2811b1/NVIDIA_Overlay_Bul8fCTXAG.jpg Tweak game starting card, no longer stretches and skews thumbnails
3 Months Ago
Stash all this work so I can make ubre happy Stash this as well first Custom (INetworkCustom such as NetList/NetDictionary) not including in delta snapshot for now as they handle this sort of thing themselves. Stepping stone ++ Logs No wonder this wasn't getting received Don't log these now Test Remove this now Go on server time Test More tests Some cleaning
3 Months Ago
Automatically start renaming when creating a new object from hierarchy, resolves Facepunch/sbox-issues#6311 Begone log
3 Months Ago
Add ValueField / PerlinField / SimplexField to Sandbox.Utility.Noise Old static methods aren't thread safe and can't be seeded.
3 Months Ago
WIP various bits in dev dittoi
3 Months Ago
Fixed motion data returning crazy values if something went wrong, or we don't have the hardware
3 Months Ago
Fix video weak warning
3 Months Ago
Fix incorrect number of mips calculation for textures, causing crashes on AMD for 4096 sized textures
3 Months Ago
Add more protection in circular buffer write causing a pretty common audio crash
3 Months Ago
Use unscaled local to world in solve IK chain pose operation, fixes citizen big feet when scaled (need to check if IK still works properly when scaled)
3 Months Ago
Fix cursor flickering when orbiting editor camera Add two more preferences for hiding cursor when panning or orbiting
3 Months Ago
Add more common image formats to texture editor
3 Months Ago
Remove invalid sounds from ceramic surface
3 Months Ago
Fix NullReferenceException when using Sound.Play with SoundEvent that has no sounds
3 Months Ago
Fix Hitboxes From Model incorrect box size, use extents, not size
3 Months Ago
Fix first Featured Game on Featured List getting squished on Main Menu
3 Months Ago
Fix games not loading right away on the Game Jam page on Main Menu
3 Months Ago
Add eye dropper to colour picker
3 Months Ago
Rename IGameMenuDll to IGameInstanceDll Rename Sandbox.GameMenu.csproj to Sandbox.GameInstance.csproj Rename Sandbox.GameMenu folder to Sandbox.GameInstance Scale the screen scale down if screen height < 1080 More featured games
3 Months Ago
Deleting this was stupid
3 Months Ago
Fix panel background sometimes having the wrong corner radius
3 Months Ago
Add Screen.DesktopScale Add ScreenPanel.ScaleStrategy - allows easily setting scaling to match desktop scale Menu + Avatar scale matches desktop Fix selection highlight not updating DevUI uses desktop scale Add Panel.SelectAllInChildren, UnselectAllInChildren These allow easily add Ctrl+A behaviour Don't draw the selection highlight as abrasively Can view stack trace using in game console
3 Months Ago
Added Rate Game/Rate Map option to GameTile right click menu Add "Played But Not Rated" section to Game Jam page
3 Months Ago
Replace menu music with something that makes people less angry Loading screen music only plays on first loading screen
3 Months Ago
Fix TimeSince/TimeUntil getting fucked when playing in editor Fixes sbox-issues/issues/6312#issuecomment-2309487594
3 Months Ago
Scale music volume using mixer
3 Months Ago
Music Slider on Main Menu now affects the Main Menu Music 🫡
3 Months Ago
Change icons for Recently Updated and Recently Played so there aren't any duplicates