userGarry Newmancancel

19,206 Commits over 3,898 Days - 0.21cph!

1 Year Ago
Revert "NetRead uses ByteStream under the hood" - see if this fixes @ryleigh's bug
1 Year Ago
Make AssetVideo a bit more modular, future proof
1 Year 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
1 Year Ago
Don't show deleted videos on package
1 Year Ago
Fix timestamp default to -1
1 Year Ago
Lets use timespan here instead
1 Year Ago
Don't need InteropHandle VideoRecorder is named VideoWriter, is public, Editor.Utility.CreateVideoWriter
1 Year Ago
Add IByteParsable + tests NetRead uses ByteStream under the hood NetWrite uses NativeMemoryBlock NativeMemoryBlock pooling
1 Year Ago
Add ByteStream ref struct, use it for Lobby network messages
1 Year Ago
Don't return from Lobby.Join until we're inside Add IGameMenu.QueryLobbiesAsync
1 Year Ago
LobbyManager Fix main menu lobbies not initializing game data
1 Year Ago
Don't try to get lobby memberlist unless we're in the lobby (10ms!) Add IGameMenu.CreateLobbyAsync which returns lobby
1 Year Ago
Don't so lobby member counts on invalid lobby
1 Year Ago
Can join other lobbies from GameMenu Ignore more files when publishing
1 Year Ago
Can get a list of lobbies
1 Year Ago
In Resource Files, hide a bunch of stuff that is going to be shipped anyway Replace SharedBag Don't upload .vs or files containing _bakeresourcecache Compiler warning
1 Year Ago
Fix infinite loop when loading image (!) Package update
1 Year Ago
Texture loaders ignore query string when evaluating what to do with it Add Package.VideoThumb
1 Year Ago
Add WebSurface blacklist
1 Year Ago
Package updates Fix NavigateTo exception
1 Year Ago
Fix exceptions in package list Package browser generates urls, history
1 Year Ago
Bring back package browsing
1 Year Ago
More order types
1 Year Ago
Org package filtering, ordering, searching
1 Year Ago
Show more assets on the org home page ( don't panic I will add filters )
1 Year Ago
VideoPlayer: Allow playing videos from URL in both overloads SliderControl: call OnValueChanged when dragging Add VideoPlayer.Muted placeholder
1 Year Ago
Query references using the find api instead of manually Package Card org links to org
1 Year Ago
Video encoding tweaks
1 Year Ago
Fix video upload not working
1 Year Ago
Hide unplayed if logged out Bug fixes Play videos on asset home
1 Year Ago
Use PackageCard format from game
1 Year Ago
Video upload + processing
1 Year Ago
Fix API Fix revision page layout Remove loading screen section Fix Errors page layout Invite code page
1 Year Ago
Fix resource paths Override pistol model with broken no-hands asset party version
1 Year Ago
Fix debug output Fix NRE in WildcardPathWidget
1 Year Ago
Can reference cloud assets from code - https://wiki.facepunch.com/sbox/Cloud_Assets_from_code
1 Year Ago
Add Cloud.Material
1 Year Ago
Change logs into Traces
1 Year Ago
Include assets from cloud packages when publishing Set CodePackageReferences so we can tag references on upload
1 Year Ago
Add tools Utility.AssemblyMetadata.GetCustomAttributes( byte[] assembly ) Start replacing PublishPage.SharedBag with PublishConfig Collect [AssetAttribute] from compiled assemblies on publish
1 Year Ago
Run main thread queue in RunBlocking Add Processor.DefaultPackageAssetResolver Add MainThread.Run Add DefaultPackageAssetResolver for toolsdll
1 Year Ago
Add [StringLiteralOnly] attribute Add Cloud class Create a "[assembly:Sandbox.Cloud.Asset" attribute for every call to a [CloudAssetProvider] method
1 Year Ago
Fix ProjectRow's menuscreen button deactivating local project when it stopped being visible 🙈 Fixes sboxgame/issues/issues/3332 Fixes sboxgame/issues/issues/3320 Fixes sboxgame/issues/issues/3402
1 Year Ago
Only do ClassFileLocation errors if we're doing a full code gen
1 Year Ago
[StyleSheet] should complain if empty and no classFileLocation ClassFileLocation generation works when relative paths are provided (ie when publish compile)
1 Year Ago
Can use <a> outside of a NavHostPanel and it won't go crazy WebPanel correctly stops propagation of clicks Only show gamemenu refresh buttons on local addons Remove UI Test Fix broken gamemenu blocking main menu Ignore obj and launchSettings
1 Year Ago
Revert the panel pendingChildren thing until I run into the :intro bug again and fix it properly Calm the garbage collection down
1 Year Ago
Reload localization files after loading a gamemenu
1 Year Ago
Remove null root panels ( this can happen when hotload can't convert a panel to a new type ) Game.Menu.HideMenu works
1 Year Ago
Update resources