userGarry Newmancancel

18,347 Commits over 3,714 Days - 0.21cph!

11 Months Ago
Close hanging activity sooner Obsolete description Licensing options Clean up user section
11 Months Ago
Replace up and down with dragging
11 Months Ago
Fix admin session Fix activity not always closing
11 Months Ago
1.0.4
11 Months Ago
Add heading controls, gap block Code block
11 Months Ago
Code block + block controls
11 Months Ago
Initial Commit
11 Months Ago
Package front page can be edited richish styles Show link to githubs if source is public Default page input Add log entry on edit
11 Months Ago
Update pull.yml Updated actions/checkout
11 Months Ago
Capture nested types Method parameters Fix some type names not being shortened Queue an api schema rebuild on publish new package
11 Months Ago
Addon api doc basics Library addon api reference page basics
11 Months Ago
Compiler generates xml doc Include xml doc when publishing
11 Months Ago
Move screenshots to their own component Add package layout sidebar
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
Fix header Fix package card links Cleanup org header
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
Add particle package type Video upload api Fix thumbs not applying to new models
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
Clean asset path before checking manifest
11 Months Ago
Fix file uploads not checking size
11 Months Ago
Fix CRC generation of uploads
11 Months Ago
Rewrite video processing again. Don't create a new transform for each process , use events instead of polling
11 Months Ago
Fix video clip if width is less than height Remove unneeded Changing order here
11 Months Ago
Don't do weird offsetting on clip, that was a dumb idea
11 Months Ago
Updated video process
11 Months Ago
Add a 110mb native exe just to get the width and height of a video 🙈
11 Months Ago
Change how the api uses the database Api fixes Fix labels on video page Video upload api Make video job a bit more resiliant Fix can't upload files
11 Months Ago
Use new file upload endpoint Fix upload progress Fix logger stack trace sometimes wrongish Fix upload progress better
11 Months Ago
Added upload endpoint File upload api Can upload smaller files direct Relocate upload api
11 Months Ago
▅█▉█▅▌ ▄▌▍.▉▉▊▋▊▄
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
Don't show deleted videos on package
11 Months Ago
Fix timestamp default to -1
11 Months Ago
Lets use timespan here instead
11 Months Ago
Don't need InteropHandle VideoRecorder is named VideoWriter, is public, Editor.Utility.CreateVideoWriter
11 Months Ago
Add IByteParsable + tests NetRead uses ByteStream under the hood NetWrite uses NativeMemoryBlock NativeMemoryBlock pooling
11 Months Ago
Add ByteStream ref struct, use it for Lobby network messages