├── info ├── Makefile.am ├── UT2003.txt ├── a2s.txt └── GhostRecon.txt ├── template ├── Makefile.am ├── ghostrecon.lst ├── brocTp.html ├── unrealTp.html ├── brocTt.html ├── tribes2tt.html ├── unrealTt.html ├── ghostreconTt.html ├── ghostreconTp.html ├── ghostreconTh.html ├── tribes2tp.html ├── unrealTh.html ├── tribes2th.html ├── brocTs.html ├── unrealTs.html ├── tribes2ts.html ├── brocTh.html ├── README.txt └── ghostreconTs.html ├── CHANGES.txt ├── tests ├── etqw_1.4_test1 ├── etqw_1.4_test2 ├── etqws.pl └── xml.pl ├── .gitignore ├── version.h.tmpl ├── config.h ├── armyops.h ├── xform.h ├── tf.h ├── scripts ├── version.sh └── gen-version.cmd ├── ksp.h ├── tm.h ├── ut2004.h ├── gps.h ├── ts2.h ├── ts3.h ├── wic.h ├── crysis.h ├── gs2.h ├── mumble.h ├── farmsim.h ├── starmade.h ├── bfbc2.h ├── cube2.h ├── dirtybomb.h ├── terraria.h ├── fl.h ├── a2s.h ├── armyops.c ├── gs3.h ├── ottd.h ├── ventrilo.h ├── tee.h ├── ChangeLog ├── packet_manip.h ├── haze.h ├── COMPILE.md ├── .github └── workflows │ ├── build.yaml │ └── release.yaml ├── doom3.h ├── contrib.cfg ├── utils.h ├── autogen.sh ├── mumble.c ├── debug.h ├── Makefile.am ├── display_json.h ├── configure.ac ├── Makefile.noauto ├── bfbc2.c ├── md5.h ├── qserver.c ├── ts2.c ├── debug.c ├── README.md ├── utils.c ├── wic.c ├── terraria.c ├── cube2.c ├── farmsim.c ├── ksp.c ├── starmade.c ├── crysis.c ├── qserver.h ├── packet_manip.c ├── gs2.c ├── LICENSE.txt ├── tm.c ├── ottd.c ├── dirtybomb.c └── gps.c /info/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = $(wildcard *.txt) 2 | -------------------------------------------------------------------------------- /template/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = $(wildcard *.html *.txt) 2 | -------------------------------------------------------------------------------- /CHANGES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/qstat/HEAD/CHANGES.txt -------------------------------------------------------------------------------- /template/ghostrecon.lst: -------------------------------------------------------------------------------- 1 | grs 208.144.248.104 2 | grs,ignoreserverplayer=yes 208.144.248.105 3 | -------------------------------------------------------------------------------- /tests/etqw_1.4_test1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/qstat/HEAD/tests/etqw_1.4_test1 -------------------------------------------------------------------------------- /tests/etqw_1.4_test2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/qstat/HEAD/tests/etqw_1.4_test2 -------------------------------------------------------------------------------- /template/brocTp.html: -------------------------------------------------------------------------------- 1 |
$TOTALPLAYERS players on $TOTALUP servers. 4 |
Created with QStat $QSTATVERSION
5 |