branchsbox.web/mastercancel

497 Commits over 731 Days - 0.03cph!

1 Year Ago
Added simple search for API functions For now, it's by name only. https://files.facepunch.com/rubat/1b0211b1/LR4A3GN8FI.png Search API functions by their summary too.
1 Year Ago
API Ref: Added 'Inheriting Types' section to type pages
1 Year Ago
Need to own Garry's Mod to enroll for a key (anti-bot)
1 Year Ago
Rename Extension to Addon
1 Year Ago
Fix list search not coping with excess whitespace
1 Year Ago
Better filtering for extensions
1 Year Ago
List out all of the assets on the front page
1 Year Ago
Include the Api version
1 Year Ago
Get screenshots via asset api Don't need to upload a thumb with screenshots Tweak dev preview to drop a predictable intervals instead of us randomly adding keys WrapScreenshot Set ApiVersion and extension tags on version flip Allow filtering by apiversion Allow filtering list by game api version
1 Year Ago
Make the countdown more sane looking
1 Year Ago
Handle duplicate parameter documentation comments
1 Year Ago
Add AssetType.Sound & AssetType.Soundscape
1 Year Ago
Fixed seeding local db in Development configuration Use standard deviation to remove outliers from histograms Add asset with a big leaderboard to dataseed.sql Use a log10 histogram if mean score is very small
1 Year Ago
Generated thumb preview
1 Year Ago
Support addon tags
1 Year Ago
Generate thumb automatically if we don't have one
1 Year Ago
Add package parent, api version Tag support
1 Year Ago
Give correct error when invalid asset type Add extension asset type
1 Year Ago
Invalidate leaderboard cache when creating a board Increase histogram leadingOutlierFraction
1 Year Ago
Admin-only leaderboard migration tool
1 Year Ago
Event key
1 Year Ago
Fixed methods not loading documentation for types with generic arguments Hide members that have EditorBrowsable.Never
1 Year Ago
Added asset/{ident}/histogram to Api
1 Year Ago
Upload events
1 Year Ago
Much nicer looking histograms
1 Year Ago
Add Material asset type
1 Year Ago
List Steam leaderboards on Rankings page Display / decode steam leaderboard entries Delete individual steam leaderboard entries List periodic leaderboards, implemented deleting Updated weekly leaderboard name style Update dataseed.sql for testing leaderboards WIP leaderboard histograms Smooth leaderboard histograms Fixed reading TimeSpan leaderboard fields Histogram x-tick label tweak
1 Year Ago
Activity Events
1 Year Ago
Fixed
1 Year Ago
Login events
1 Year Ago
Adjust abstract display for types
1 Year Ago
Show protected members Display abstract members as abstract rather than virtual
1 Year Ago
Add asset/count
1 Year Ago
Display enum values Adjust implicit operator formatting
1 Year Ago
Suppress CS1591 Added Operators (and Indexers) section to type view Move summary header out of its internal container So it looks more consistent on the member page
1 Year Ago
Do not display indexer properties Remove IsVirtual checks from GetOriginalMethod
1 Year Ago
Override properties show what they override/implement
1 Year Ago
Show virtual and override properties correctly And inherit documentation too Hide attributes from type view - it is adding too much visual clutter
1 Year Ago
Fixed internal field showing up on enum pages Fixed native types not showing up in 'derived from' etc Fixed inheritdoc not functioning
1 Year Ago
Linkify plaintext links and embed images
1 Year Ago
Clean up Improve <see cref> links so they work. Fix some links having + in them breaking navigation breadcrumbs
1 Year Ago
Show exception if Api couldn't load AssemblyDoc do a better job of resolving dlls
1 Year Ago
Fixed an error due to internal attributes
1 Year Ago
Cleanup Fixed "overrides/implements" not appearing without a summary DeclaringType handles constructed generics Update certain fields after all types are added Experiment: Display member attributes Fix errors when overrides/implements is a core type
1 Year Ago
Group types on home page Show obsolete classes on home page Fixed documentation not always inheriting from interfaces When there are more than 1 to check Fix error when the category json is too huge Display which methods are implemented/overridden Implement basic <inheritdoc> support
1 Year Ago
Move override methods to bottom as they are usually not that useful TypeParam documentation and display Fixed documentation not showing for methods with weird type param names Nicer display for System.Double Restore doc% for ungrouped stuff
1 Year Ago
Errors use new query
1 Year Ago
Show extension methods on the target class
1 Year Ago
Load docs from interfaces for virtual methods without docs Fixed docs not showing for methods with out template params
1 Year Ago
Moved Interfaces/BaseType to TypeDoc And fixed some hard errors Do not count method overrides towards documentation % The methods that are being overridden should be documented Fix links for constructed generics And do not link to core types (in Inherits/Implements sections) Fixed obsolete text on members with no summary not displaying Fixed <see href> not having a link