You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added detailed kills mode to match JSON api, this will return timestamps, killer, victim, killerWeapon, victimWeapon /api/json/match?id=1337&mode=kills-detailed
Added basic kills mode to match JSON api, this will return killer, victim pairs /api/json/match?id=1337&mode=kills-basic
Added players mode to match JSON api /api/json/match?id=1337&mode=players
Added a JSON Links component to match pages.
Added option to admin area to enable/disable JSON api links on match pages.
Ranking page now defaults to the last played match gametype.
Fixed an issue with site settings not taking effect on the match page while enabling /disabling a component.