Commit Graph
53 Commits
Author SHA1 Message Date
alexfriesen cab65aeab7 change charts
change data collection
charts are collapsible
show fps and entity count in one chart
improve network chart
add player chart (queued, joining, playing, free)
2017-04-25 19:03:03 +02:00
alexfriesen 12a5ec279b add performance graphs to serverinfo
move serverinfo-bar to seperate file
add serverinfo fps chart 
add network i/o chart
2017-04-23 21:28:37 +02:00
Garry Newman 24b0898d86 Merge pull request #17 from braktar/gh-pages
Fix playerlist dropdown
2017-04-22 10:20:55 +01:00
Garry Newman edb79a829b Merge pull request #21 from alexfriesen/feature-disconnect
Feature: disconnect
2017-04-22 10:20:17 +01:00
alexfriesen 39960aa897 move disconnect button to nav-header
moved disconnect button to nav-header
fix navbar (responsive again)
replace custon classes with bootstap classes
2017-04-21 15:45:55 +02:00
alexfriesen a02a57bf99 add Disconnect
added disconnect feature
auto formatted js/html code
2017-04-21 15:06:52 +02:00
alexfriesen cbe2b27e28 add command to start dev http server
you can use a simple node http server to start a http server for development on localhost:8888.
also added generic nodejs gitignore
2017-04-21 14:02:39 +02:00
Garry Newman 465a8a1631 Merge pull request #19 from Dids/gh-pages
Removed XP remnants and fixed violation level spelling
2017-03-27 15:57:36 +01:00
Pauli Jokela aefea1feeb Fixed violation level spelling and removed XP remnants from the player info screen 2017-03-25 12:49:36 +02:00
Braktar 77ff71d32e Fix playerlist dropdown 2017-03-04 15:22:23 +01:00
Garry Newman aefbb0d7b5 Merge pull request #15 from Dids/gh-pages
Strip HTML tags from chat messages
2017-02-20 11:44:23 +00:00
Pauli Jokela 20611e26f8 Strip HTML tags from chat messages 2017-02-20 13:35:52 +02:00
Garry Newman 26e8ce7cfd Merge pull request #14 from Scrxtchy/gh-pages
Fix 'Mixed active content' errors
2016-12-29 10:32:53 +00:00
Scratch 84fb8e61a4 fetch angular over https 2016-12-29 11:27:04 +11:00
Garry Newman 38c33be89e Merge pull request #11 from Dids/gh-pages
Fixed potential issues and cleaned up old unused stuff
2016-12-16 19:52:10 +00:00
Pauli Jokela 740216d64b Cleanup 2016-12-16 21:44:30 +02:00
Pauli Jokela 3fcc651262 Error fixing and code cleanup 2016-12-16 21:44:07 +02:00
Garry Newman 2da3351935 Nice header with server status, better chat layout 2016-07-11 09:57:17 +01:00
Garry Newman 569f5d0535 Merge pull request #6 from alexfriesen/gh-pages
md cleanup, responsive playerlist, chat improvements
2016-06-08 22:42:01 +01:00
alexfriesen 1ad8e9ffc6 chat with time 2016-06-08 20:16:04 +02:00
alexfriesen b7e2f720df cleanup player xp site 2016-06-08 20:14:35 +02:00
alexfriesen d700aff8e7 serverinfo cleanup 2016-06-08 19:35:20 +02:00
alexfriesen e2f08d52ce responsive playerlist
use bootstrap table-class
2016-06-08 19:22:58 +02:00
alexfriesen 66098b02bf remove md parts 2016-06-08 19:18:22 +02:00
alexfriesen 82ce29d182 chat scroll to bottom like the console 2016-06-08 18:54:02 +02:00
Garry Newman 714580df53 Merge pull request #4 from alexfriesen/gh-pages
PlayerInfo, Console & Connection improved
2016-06-02 15:50:40 +01:00
alexfriesen 7697c6baac reworked the connection view
- use bootstrap styling
- connections will save the date
- connection duplicates will be removed on a new connection
- saved connections can be toggled between 5 items and all
2016-06-02 15:40:54 +02:00
alexfriesen b6558c68e8 only scroll if already on bottom in console
and cleaned some code
2016-06-02 10:18:57 +02:00
alexfriesen 90c60f9fa9 renamed rconService.getUsers() to rconService.getPlayers() to be consistent
console History rotates correctly up and down
2016-05-19 18:58:36 +02:00
alexfriesen 12c58af9af Added Command History to console 2016-05-18 14:16:27 +02:00
alexfriesen 172ee95216 rconService.getUsers() will get and parse the userdata
PlayerInfo displays Info and provide a link to steam profile
Dropdown in the Playerlist offers more options the selected Player
2016-05-18 14:10:03 +02:00
alexfriesen 7a6a1e13fc make info columns responsive 2016-05-18 14:03:54 +02:00
alexfriesen 9eef255053 fix server Info layout 2016-05-01 17:55:40 +02:00
Garry Newman 01fa49fbe0 Merge pull request #3 from alexfriesen/gh-pages
Server Info Page and Player Kick function
2016-05-01 07:43:05 +01:00
alexfriesen 4087a9f591 Added ServerInfo Page
ConnectionController.Connect redirects automatically to ServerInfo
2016-04-30 19:07:44 +02:00
alexfriesen c9b2ee8335 KickPlayer function added in playerlist 2016-04-30 17:03:19 +02:00
Garry Newman 1ce541e2b0 Chat works 2016-04-29 19:44:37 +01:00
Garry Newman 8db1528ae5 Chat section 2016-04-29 15:24:12 +01:00
Garry Newman 2ba4884cdc Handle new Msg.Type settings 2016-04-29 15:24:04 +01:00
Garry Newman 6de72eec86 Switch to bootstrap 2016-04-12 15:13:48 +01:00
Garry Newman c95ca0445a Allow using password param to connect 2016-04-12 10:49:34 +01:00
Garry Newman 2950bd483a Fetch the console history 2016-03-04 16:56:34 +00:00
Garry Newman 4757a60a3c Merge pull request #1 from acupofspirt/gh-pages
Removed nonexistent template path
2016-03-04 16:32:32 +00:00
Maksim Nazarjev 48695efeca Removed nonexistent template path 2016-03-04 15:32:15 +03:00
Garry Newman 9820204a5b Trim the address/password because people are idiots 2016-03-03 13:28:26 +00:00
Garry Newman e4452d48ab URLs include address, automatically connected to if password is present 2016-03-03 12:53:56 +00:00
Garry Newman 5fa14a3247 Xp history 2016-02-29 17:12:24 +00:00
Garry Newman 9732dafb47 Relative url fix 2016-02-29 13:39:19 +00:00
Garry Newman 1387e4cb3f Added a couple of useful services to rconservice 2016-02-29 13:03:23 +00:00
Garry Newman a5a5e107fe More URL fixes 2016-02-28 16:53:35 +00:00