748 Commits over 945 Days - 0.03cph!
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
Histogram x-tick label tweak
Fixed reading TimeSpan leaderboard fields
Smooth leaderboard histograms
Update dataseed.sql for testing leaderboards
WIP leaderboard histograms
Updated weekly leaderboard name style
Adjust abstract display for types
Show protected members
Display abstract members as abstract rather than virtual
Display enum values
Adjust implicit operator formatting
Delete individual steam leaderboard entries
List periodic leaderboards, implemented deleting
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
Do not display indexer properties
Remove IsVirtual checks from GetOriginalMethod
Override properties show what they override/implement
Show virtual and override properties correctly
And inherit documentation too
Hide attributes from type view - it is adding too much visual clutter
List Steam leaderboards on Rankings page
Display / decode steam leaderboard entries
Fixed internal field showing up on enum pages
Fixed native types not showing up in 'derived from' etc
Fixed inheritdoc not functioning
Linkify plaintext links and embed images
Clean up
Improve <see cref> links so they work.
Fix some links having + in them breaking navigation breadcrumbs
Show exception if Api couldn't load
AssemblyDoc do a better job of resolving dlls
Fixed an error due to internal attributes
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
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
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
Show extension methods on the target class
Load docs from interfaces for virtual methods without docs
Fixed docs not showing for methods with out template params
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
Hide Internal
Fix Property.IsStatic
minor style adjustments
Fixed static never appearing
Fixed all virtual methods counting as overrides
Add fallback link for <Type> so most pages have links again
Display default value for params
Handle <exception> and multiple <example>s
Also better handles unknown nodes & CData nodes
Fix FullName not being set sometimes
Fix MakeRelease not updating api
WIP refactor to pre-calculated api doc
Add a banner alerting people that they're banned because they have autoclickers
Fixed docs not working for methods with generic params
Correctly display documentation for override methods
Rename AdminPageComponent
Implement AssetComponent
Delete redundant shit
Highlight hovered row
Can delete a player's individual game result
Can delete individual leaderboard entry
Can delete leaderboards
Member page does not display void return values
Method parameters display in/out/ref correctly
Member page doesn't display empty Parameters section
Type page shows nested types
Include type's own summary towards documentation %
Type page shows interfaces it implements
Show which methods are virtual and group them together
Also shows which are overrides
Parse XML of params and retval
Move Field/Method/Property URL to an extension
Remove retval/param stuff from summary when viewing types
Split remarks into its own template
Also added header param to summary and remarks templates
Added type member page
Basic namespace view
Decouple API Docs sidebar from TypeInformation page
Group namespace classes by struct/enum/etc
Link namespaces on main pages