userGarry Newmancancel
reposboxcancel

4,491 Commits over 1,338 Days - 0.14cph!

10 Months Ago
Remove unused Strip inputstacksystem
10 Months Ago
Mouse ui input works again Mouse.Delta fix Fix keyboard not working
10 Months Ago
Remove unused break everything
10 Months Ago
Remove unused ENGINE_INPUT_CONTEXT_GAME Remove unused Strip more unused
10 Months Ago
Fix ReadStructuresFromStream overflow Fix ByteStream exploits Seal some classes
10 Months Ago
Leaderboard formatted value and unit Add `Sandbox.Services.Stats.GetGlobalStats()` Global stats api
10 Months Ago
Add DisplayName and Description to leaderboard response
10 Months Ago
Add Sandbox.Services.Leaderboards initial offering
10 Months Ago
Clear downloadTokenSource if it's this one
10 Months Ago
Remove a lot of the bullshit from the default menu, don't use a lobby to create a game.
10 Months Ago
Tweak package downloads
10 Months Ago
Make iterating over widget children less error prone Live update player counts, favourite counts on menu Mark Color.ToHsv readonly Remove this obsoleted ClientStats stuff
10 Months Ago
Get file/line in error report stack
10 Months Ago
Error logging fixes
10 Months Ago
Fix menu resources not downloading compiled versions of shit Stats data fixes
10 Months Ago
ByteStream can be written to another ByteStream, added ReadObject Obsolete the ClientStats class I added 4 days ago :cry: Add EngineRpc Add Stats variants for applying to a client from the server, throw exception when calling the wrong function from the server
10 Months Ago
Fix thumbnails not uploading
10 Months Ago
Remove unused p2p stuff p2p network connection fixes
10 Months Ago
Batch publish (#1138) * Batch Publish available on right clicking content projects when they have an org set * Can multi-select addons in asset browser to change publish status of multiple assets * CRC calculations happen in thread (less editor hitching when publishing) * Add Label.OpenExternalLinks (default to true) * Add BaseItemWidget.ItemsSelected event * Add AssetList.OnAssetsHighlight event * Add Checkbox.TriState
10 Months Ago
Delete old AddonManifest, AddonUpload
10 Months Ago
Add Checkbox.TriState Asset multi-select toggle publish status
10 Months Ago
Add Label.OpenExternalLinks (default to true) BatchPublish header Add BaseItemWidget.ItemsSelected event Add AssetList.OnAssetsHighlight event Formalize asset publishing into Asset.Publishing, show party icon if published Get rid of the description etc page on asset upload
10 Months Ago
Start moving AddonUpload to engine Cleaning Run Crc64.FromStreamAsync in a thread
10 Months Ago
When deleting widgets via layout.Clear, set their parents to null so they aren't in the child list Batch publisher for content projects, working concept
10 Months Ago
Messaging API tests
10 Months Ago
Fix exception when trying to read bad format degrees Fix possible exceptions in Input.Process (but maybe not)
10 Months Ago
Add IClient.Stats
10 Months Ago
Add Service/Stats
11 Months Ago
Update pull.yml Updated actions/checkout
11 Months Ago
Compiler generates xml doc Include xml doc when publishing
11 Months Ago
Queue thumbnail build requests from native instead of doing it immediately (fixes "Reentrant call to CResourceSystem::BlockUntilManifestLoaded") Can publish particles Particle thumbnail/video rendering Video step for model/particle upload Api.Post calls progress Upload page previews, progress Remove video button Run PutAsync in a thread so the stream reading doesn't wait between frames (faster uploads)
11 Months Ago
Render model thumbnail using the video renderer's first frame Fix package icons being squashed in asset browser
11 Months Ago
Updated steam dedicated server files
11 Months Ago
Add particle package type Add Asset.UploadVideo
11 Months Ago
Throw exception when trying to create an entity in the game menu
11 Months Ago
Better handling of failed uploads, failed manifest pushing
11 Months Ago
Use new file upload endpoint Fix upload progress Fix logger stack trace sometimes wrongish Fix upload progress better
11 Months Ago
Don't save state is window is disposed Check for valid sound event before trying to update SoundEventBoxEntity Defend against null children in UISystem.TickInput Defend against panels turning null in Block.Destroy() Handle unable to parse .meta file more gracefully, warn and overwrite
11 Months Ago
Fix gamelobby NRE when joining game Clean up ServerLoad to diagnose exception
11 Months Ago
Fix lobby convar errors Add lobby more network send methods Tag lobbies, leave gamemenu lobbies when leaving gamemenu
11 Months Ago
Fixed css transform rotate lerps going the long way around
11 Months Ago
Close all channels when leaving lobby Get lobby data when it changes instead of every access Fixed css transforms with pixel lengths not being screen scaled
11 Months Ago
Route most lobby stuff to LobbyManager via interopgen rather than fp.sw Lobby chat end to end Don't allow entering newlines in textentry that isn't multiline Fix TextEntry button presses propagating When blurring a control, try to focus a parent panel Fixes Make ByteStream.TryRead public Maintain lobby member list instead of querying every request Wait for our membership to be confirmed before returning a created lobby
11 Months Ago
Revert NetWrite to see if it fixes @ryleigh's issues
11 Months Ago
Add CopyEvent, PasteEvent, CutEvent - prevent copy/paste keys in restricted WebSurface
11 Months Ago
Revert "NetRead uses ByteStream under the hood" - see if this fixes @ryleigh's bug
11 Months Ago
Make AssetVideo a bit more modular, future proof
11 Months Ago
Add Camera.RenderToVideo Allow in Video.AddFrame datalength to be more Add AssetType.HasVideoThumbnails Add Create Video button on model publisher Add Camera,RenderToVideoAsync Remove Dump Video Thumbnail stuff AssetVideo timings, async Added VideoWriter.FinishAsync
11 Months Ago
Fix timestamp default to -1
11 Months Ago
Lets use timespan here instead