19,254 Commits over 3,898 Days - 0.21cph!
Latest data
Stats field
SteamScrapeController
Cleaned manifest loading
Moved database result to models
Disable analytics unless userid specified
Reduced analytics timeouts
Added Threading utility (QueueOnMainThread)
Call Threading.RunQueuedFunctionsOnMainThread every frame
Opening feedback no longer locks up indefinitely
Implemented Workshop Item Subscription
Added subscribing to items as well as the UGC interfaces
GetNumSubscribedItems and GetSubscribedItems. Edited SteamUGC Method
GetSubscribedItems to accept array instead of a ptr to allow c# calling
Updated from feedback given
Removed GetSubscribedItems, could not find a nice way to change to property
Merge pull request #44 from moldfield1995/master
Implemented Workshop Item Subscription
Merge pull request #1 from Facepunch/master
Merge pull request #45 from richdog/master
Added AppId check to Workshop.onItemInstalled, like with onDownloadResult
Made OnItemInstalled event public so it can be used to handle workshop items being subscribed to in-game
Modified summary for OnFileDownloaded to more accurately represent my experience with the event.
Merge pull request #46 from richdog/master
Made changes surrounding OnItemInstalled and OnFileDownloaded events in Workshop.cs
Initial commit
Facepunch Branding
Fixed bed description
Fixed bandana description
Fixed minnows description
Fixed small stocking description
Fixed Research Paper description
Update phrases from static Translate.Phrase's
Added Translate.TokenisedPhrase
Throw warning when generating phrases if two keys with different values
Added game tip explaining how to open inventory if opened less than x times
Added showgametip, hidegametip (for modders)
Added optional authorId parameter for database/query and database/count
Merge pull request #4 from Facepunch/query-authorid
Added optional authorId parameter for database/query and database/count
Map no longer using SceneToPrefab
Loading screen no longer using SceneToPrefab
Scrape ratings from Steam
Temporary logos/splash
Merge branch 'master' of SpaceUsurperUnity
Jenkinsfile with MakeNetworkShare
Don't enable analytics in editor
Allow beta requests from the same Ip (because it's easier to ban spammers if they're using the same ip)
Disabled UpdatePreviewCookie
Added before/after to database
Added Database.Count
Added AppleTv to build
Appletv fix
Inherit permission properly
Feedback requested by holmzy
Data latest
Updated Slack feedback format