19,538 Commits over 3,990 Days - 0.20cph!
Fix thumbnails not uploading
Remove unused p2p stuff
p2p network connection fixes
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
Delete old AddonManifest, AddonUpload
Add Checkbox.TriState
Asset multi-select toggle publish status
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
Start moving AddonUpload to engine
Cleaning
Run Crc64.FromStreamAsync in a thread
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
Fix StatChart infinite loop
Error logger add session
Messaging uses a different userid for users on assetparty and users in game
Skip messaging in pre-render
Fix not closing messaging
Fix exception when trying to read bad format degrees
Fix possible exceptions in Input.Process (but maybe not)
Cleanup messaging, fix exception
Fix NRE in CollectionList
ErrorLogger no longer used
Rename SessionData to SessionService
Messaging tests
Fix package info rebuild spam
Stagger package reference rebuilds rebuilds
Update username etc on login
Exception fixes
Optimize friend activity game list
Exception fixes
Tweak package list order
Maintain live table of active packages
Get player numbers from live lists
Add Activity.Content[]
Fix activity sessions not closing, increase player count immediately
Tighten eventhub usage
Fix NRE on userfront
Fix exceptions
Don't search users in search/find
Fix CodeApi NRE
Fix user page NRE
Show invite stats for admins
Collect ModelInfo
Generate AssetInfo on publish
Fix exception when logging out
Fixed being able to invite to org multiple times
Fix errors when removing member from org
Add versioning to logging
Fix exception when rejecting invite to org
Fix potential NRE in Asset Home
Don't report errors in debug
Fix package not found page
Fix exception when adding members to an org
Fix thumbnail upload errors
Can upload multiple screenshots at the same time
Use Facepunch.AssemblySchema nuget instead of including it in the project
Catch all jsinterop errors
Initial Commit
Initial commit
Potentially better error logging
Fix error when viewing assets with no version
Fix NRE when visiting invite codes page when logged out
Fix NRE on asset versions page
Fix invite codes working multiple times 🤦♂️
Close hanging activity sooner
Obsolete description
Licensing options
Clean up user section
Replace up and down with dragging
Fix admin session
Fix activity not always closing
Add heading controls, gap block
Code block
Code block + block controls
Package front page can be edited
richish styles
Show link to githubs if source is public
Default page input
Add log entry on edit
Update pull.yml
Updated actions/checkout