* Player count shows after a game starts. * Fix bug with team changes not being recorded. * Fix bug when game settings are missing when the game ends. * Handle JSON errors from bad actors better. * Fix bug when archive search query results in no parameters. Note that player names like "..." are currently unsearchable. * Fix a number of bugs when no player name is passed with an event. Note players that have no player name will not be recorded on the tracker, because name is the only way we have to track players currently.
* Fix bug with player counts not updating live. * Rebranded as tracker.otl.gg. The old URL will continue to work for historical purposes, but new users should use the URL tracker.otl.gg.
* Note if an olmod server is on an old version. * Show max number of players in the game if it's Join in Progress. * Include self damage taken in total damage taken numbers. * Counts friendly fire as damage taken in friendly fire games, shown in a different color than self-damage. * Games with no data received in 5 minutes are removed from the tracker. * Games fall off the tracker if they are over 10 seconds past end time, unless it's an overtime game, then it falls off immediately. * Friendly fire kills are now counted correctly for players. * Update redis caching to reduce issues with redis. * Show team changes in join in progress games. * Package updates.
* Server browser includes game version for olmod 0.4.1 and later. * End game packets will better rewrite the game's history if it missed anything while it was live. * Fixed memory leak. * Fixed bug when searching for nothing. * Fixed encoding bugs.
* Updated archive list with better pagination. * Added search to archive list. * Archived games now show damage taken totals and time in game. * Game settings now appear on the game page. * Live updates can be disabled. * New summary page that shows all games and servers in a simple table. * Copy button extended to the server list. * New game browser API for future olmod usage. * Servers seen more than 5 minutes ago are now considered "old", instead of 1 hour ago. * Fixed bug causing games in lobby to not update when they have been started. * Fixed bug causing games to appear like they had 24 hours remaining in recent versions of Chrome. * Fixed bug with some meta tags.
* Onboarding update with current information about olmod and how to play. * Added IP address and copy button to games where joining is possible. * Fixed bugs with unofficial game modes. * Add minification and combination of CSS & JS files.
* Active lobbys are now shown with number of players and max players. * Archive now displays the initial page in local time like the rest of the pages. * Players who took damage but did not record another start are removed from the damage grid. * Fixed timeago implementation. * Added more HTML encoding to server and map names. * Fixed non-existent game IDs crashing instead of * Fixed bug with completed games linking to an invalid page. * Replaced original websocket implementation with express-ws.
* Stats are now tracked and displayed in real time using websockets. * Support for CTF and Monsterball. * New archived games list. * New completed game API. * Backend website improvements.
* Use database for backend server list persistence. * Add "online" querystring to toggle a server's visibility. * Move old servers to the bottom of the list. * Add Server Setup and Links pages. * Add links to the map being played. * Filter out servers that are missing key information.