userGarry Newmancancel

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

1 Year Ago
Key award page
1 Year Ago
Use Facepunch.AssemblySchema nuget instead of including it in the project Catch all jsinterop errors
1 Year Ago
Initial Commit Initial commit
1 Year Ago
Logger jsRuntime fix
1 Year Ago
Potentially better error logging
1 Year Ago
Fix error when viewing assets with no version Fix NRE when visiting invite codes page when logged out Fix NRE on asset versions page
1 Year Ago
Fix invite codes working multiple times 🤦‍♂️
1 Year Ago
Close hanging activity sooner Obsolete description Licensing options Clean up user section
1 Year Ago
Replace up and down with dragging
1 Year Ago
Fix admin session Fix activity not always closing
1 Year Ago
1.0.4
1 Year Ago
Add heading controls, gap block Code block
1 Year Ago
Code block + block controls
1 Year Ago
Initial Commit
1 Year 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
1 Year Ago
Update pull.yml Updated actions/checkout
1 Year Ago
Capture nested types Method parameters Fix some type names not being shortened Queue an api schema rebuild on publish new package
1 Year Ago
Addon api doc basics Library addon api reference page basics
1 Year Ago
Compiler generates xml doc Include xml doc when publishing
1 Year Ago
Move screenshots to their own component Add package layout sidebar
1 Year 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)
1 Year Ago
Fix header Fix package card links Cleanup org header
1 Year Ago
Render model thumbnail using the video renderer's first frame Fix package icons being squashed in asset browser
1 Year Ago
Updated steam dedicated server files
1 Year Ago
Add particle package type Add Asset.UploadVideo
1 Year Ago
Add particle package type Video upload api Fix thumbs not applying to new models
1 Year Ago
Throw exception when trying to create an entity in the game menu
1 Year Ago
Better handling of failed uploads, failed manifest pushing
1 Year Ago
Clean asset path before checking manifest
1 Year Ago
Fix file uploads not checking size
1 Year Ago
Fix CRC generation of uploads
1 Year Ago
Rewrite video processing again. Don't create a new transform for each process , use events instead of polling
1 Year Ago
Fix video clip if width is less than height Remove unneeded Changing order here
1 Year Ago
Don't do weird offsetting on clip, that was a dumb idea
1 Year Ago
Updated video process
1 Year Ago
Add a 110mb native exe just to get the width and height of a video 🙈
1 Year 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
1 Year Ago
Use new file upload endpoint Fix upload progress Fix logger stack trace sometimes wrongish Fix upload progress better
1 Year Ago
Added upload endpoint File upload api Can upload smaller files direct Relocate upload api
1 Year Ago
▅█▉█▅▌ ▄▌▍.▉▉▊▋▊▄
1 Year 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
1 Year Ago
Fix gamelobby NRE when joining game Clean up ServerLoad to diagnose exception
1 Year Ago
Fix lobby convar errors Add lobby more network send methods Tag lobbies, leave gamemenu lobbies when leaving gamemenu
1 Year Ago
Fixed css transform rotate lerps going the long way around
1 Year 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
1 Year 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
1 Year Ago
Revert NetWrite to see if it fixes @ryleigh's issues
1 Year Ago
Add CopyEvent, PasteEvent, CutEvent - prevent copy/paste keys in restricted WebSurface
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