reposboxcancel

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

3 Months Ago
Fix GameTile BuildHash not including the TileSize, causing tiles to be perfect squares until hovering for the first time.
3 Months Ago
Fix unused variable in PackageFilterButtons
3 Months Ago
Display GameTiles as skeleton components until retrieved instead of nothing https://files.facepunch.com/CarsonKompon/2024/August/26_14-52-SupportiveNilgai.png
3 Months Ago
Give settings menu a max-width so it doesn't stretch across your entire monitor. Give SettingsFooter some margins so it doesn't touch the PartyBar Replaced PackageFilterGroup dropdown with new PackageFilterButtons in header https://files.facepunch.com/CarsonKompon/2024/August/26_14-07-AuthenticDore.png CreatePartyMenu and ReviewModal use the Primary Colour as background to match Game Start Info and Pause Menu
3 Months Ago
Change colour of Games Page and Maps Page headers. Fix colour banding on page headers. Active Lobbies cards are slightly larger so text doesn't cut off as easily Added Convar/Setting for Music Volume Favourites SidebarLink now highlights properly when on the page Main Menu GameTiles are given random sizes instead of adapting to the length of the game's title
3 Months Ago
Make sure scene scope is pushed when calling OnValidate
3 Months Ago
Removed pointless Profile Picture from Main Menu Header Main Menu Background Colour is no longer near-black Remove background scene from Main Menu Vertical Games Lists no longer scroll independently, just scroll the entire page instead Moved Favourites into it's own page. Favourites Page has Games and Maps tabs so you can now access favourited maps. Fixed background not resetting on Main Menu when exiting a game Fixed issues with Favourites and Org pages
3 Months Ago
Fix warnings in Main Menu
3 Months Ago
Remove the old Toast popup since the new modal is a much better replacement.
3 Months Ago
Added Popup Modal after playing a game for the first time prompting you to quickly give feedback. https://files.facepunch.com/CarsonKompon/2024/August/26_09-58-ActiveAnnelid.png
3 Months Ago
Game Jam Page on the Main Menu now groups by Unplayed Games, Updated Games, and Games You've Played (like the old jam page).
3 Months Ago
Mount menu assets when not in editor Menu music Stop all sounds when leaving game, not when entering etc Refactor
3 Months Ago
Fix error reporting (!)
3 Months Ago
Fix audiomixer thread exceptions
3 Months Ago
Fix the two remaining places where game resource is assumed to be json
3 Months Ago
Fix error reporting reporting to the wrong package Always use GregorianCalendar Fix Surface exception
3 Months Ago
Fix Depth::GetLinear, be expressive about it for correctness before all, precompute these values later Start fixing up dof https://files.facepunch.com/sam/1b2211b1/ombChoX97P.png Iterate DoF
3 Months Ago
Fix leaderboard friends querry
3 Months Ago
PerformanceStats.Timings.SteamAudio isn't used Fix OnClientOutput not counting calls Count exceptions, store game version Fix exception when Image becomes null while loading texture Add more diagnostics to error reporting Fix loading screen staying visible when leaving avatar scene
3 Months Ago
Clean up some mess that is no longer required
3 Months Ago
Add new leaderboard api Global + Player stats have more data, which mean you don't really need to define stats in the backend to be useful Stats unittests
3 Months Ago
VR: Fix skyboxes by using the override frustum given if rendering in stereo, and then apply skybox-related modifications on top (e.g. skybox scale, skybox world origin, etc). We also push a middle eye origin + angles through to CCameraRenderer now.
3 Months Ago
Select/expand to selected panel when using eye dropper in UI Panels tool
3 Months Ago
Water surface (not post-process!) - Work in Progress Water surface (not post-process!) - Work in Progress
3 Months Ago
Don't let an invalid property break a whole stylesheet Show invalid properties in stylesheet inspector, make this all look and feel a bit more browser-y
3 Months Ago
VR: HapticEffect sends duration in milliseconds, as expected
3 Months Ago
VR: Hook WorldScale up directly to IPD
3 Months Ago
Stop-gap fix until I suss out why maps are referencing their own game projects, and having projects download their cloud version on startup
3 Months Ago
VR: Always use tracked device transform, even if hand tracking is available (for now) Fixes controller tracking
3 Months Ago
Added Editor Keybinds for Scene Mesh Operations, matching Hammer where possible. Also added Tooltip when hovering a mesh edit button to see it's Keybind. Resolves Facepunch/sbox-issues#6101
3 Months Ago
Can no longer create a Library with the same Ident as the current Game or another Library. Cannot change a Game/Library's ident to the same ident as another Library. Resolves Facepunch/sbox-issues#5466
3 Months Ago
Show ETA on loading screen https://files.facepunch.com/alexguthrie/1b2211b1/sbox_Ai6NLIszih.png
3 Months Ago
In standalone, run CreateGame after doing all our standalone setup - because otherwise we'll be loading the game assembly without any info (cherry picked from commit 1102b357f284b26b2bab11bedfc23bb5e15c47a1)
3 Months Ago
Separate DevUI (console, errors) addon code out into its own addon Clean up MenuSystem and MainMenuPanel In standalone, run CreateGame after doing all our standalone setup - because otherwise we'll be loading the game assembly without any info DevUI gets its own ContextLocal scope Add DevUIDll Test for DevUI
3 Months Ago
Add full rotational Gizmo.Draw.LineCircle overload Fix Gizmo.Draw.LineCylinder ends drawing wrong, resolves Facepunch/sbox-issues#6209
3 Months Ago
Some cleaning
3 Months Ago
More tests
3 Months Ago
Test
3 Months Ago
Platform retry Clamp panel's time delta, avoids it skipping over transitions completely when loading etc Custom loading screen backgrounds
3 Months Ago
Added Cut option to Component dropdown. Resolves Facepunch/sbox-issues#5920 https://files.facepunch.com/CarsonKompon/2024/August/22_08-27-PalegreenCirriped.png
3 Months Ago
Fixed Cut (CTRL+X) not being an undo-able action.
3 Months Ago
Style Inspector now crosses out any rule that isn't taking effect (due to a higher priority rule). Resolves Facepunch/sbox-issues#6273 https://files.facepunch.com/CarsonKompon/2024/August/22_07-58-VioletEft.png
3 Months Ago
Go on server time
3 Months Ago
Add `@orphaned` filter to list all assets with _c files and no source files (that aren't from the cloud). Resolves Facepunch/sbox-issues#6285 https://files.facepunch.com/CarsonKompon/2024/August/22_07-29-BouncyBlesbok.png
3 Months Ago
Remove this now
3 Months Ago
Stop TextDialog doing the confirm action even when you press cancel, fixes Facepunch/sbox-issues#6236
3 Months Ago
Made some changes to how we're loading remote packages from map file references, do it on project startup instead of when opening map, removed AssetResolverWindow as it's not needed anymore. Will keep an eye on this This should resolve issues when using remote packages in hammer maps - Everything would be an error until you opened the map in hammer - On restart, a big majority of the assets would get cleared out and you'd have to re-open in hammer again - Hammer should open maps with lots of references faster (Construct 3 mins to 20 seconds, HC1 Refinery 2 mins to 15 seconds)
3 Months Ago
Allow "CTRL", "SHIFT', or "ALT" as binds on their own Added support for Modifier Keys in Input Binds. Resolves Facepunch/sbox-issues#6286
3 Months Ago
Test
3 Months Ago
Don't log these now