Commit Graph

477 Commits

Author SHA1 Message Date
Thomas Smyth
2705edea58 SquadJS v2.0.4 Release 2021-02-28 01:11:01 +00:00
Thomas Smyth
5ba0b06cdc Build readme 2021-02-28 01:10:37 +00:00
Thomas Smyth
5429e92fe0 Merge branch 'beta' of https://github.com/Thomas-Smyth/SquadJS into beta 2021-02-28 01:10:15 +00:00
Thomas Smyth
a16edebdf2 Update credits 2021-02-28 01:09:51 +00:00
Thomas Smyth
e4328ad4e2 ESLint & README Generation 2021-02-28 00:46:18 +00:00
Thomas Smyth
503b21e38e Add back DiscordPlaceholder plugin 2021-02-28 00:45:21 +00:00
Thomas Smyth
9ab3e15f1d Merge branch 'beta' of https://github.com/Thomas-Smyth/SquadJS into beta 2021-02-28 00:34:30 +00:00
Thomas Smyth
2bed028137 SquadJS v2.0.4-beta1 2021-02-28 00:34:22 +00:00
Thomas Smyth
859168ae2c ESLint & README Generation 2021-02-28 00:27:50 +00:00
Thomas Smyth
f04a05a520
Merge pull request #150 from LuisMartinSchick/patch-3
Changed Node version from Current to 14.x
2021-02-28 00:26:55 +00:00
Thomas Smyth
4b0e0e80e8
Merge pull request #151 from got2bhockey/grafana-dashboard
Grafana dashboard v2
2021-02-28 00:26:19 +00:00
got2bhockey
2827fc11ab ESLint & README Generation 2021-02-28 00:04:16 +00:00
got2bhockey
82586a970a Ported Grafana dashboard to v2 format 2021-02-27 19:03:10 -05:00
Luis Martin Schick
05430e32b2
Changed Node version from Current to 14.x 2021-02-28 00:42:07 +01:00
Thomas Smyth
140c3c378e
Merge pull request #149 from Thomas-Smyth/beta
SquadJS v2.0.3 Release
2021-02-27 10:28:58 +00:00
Thomas Smyth
bdf246cb28 SquadJS v2.0.3 Release 2021-02-27 10:26:41 +00:00
Thomas Smyth
b6cbea325e Use current layer and not history in status 2021-02-27 10:24:44 +00:00
Thomas Smyth
62d925b4fd Add queue length to player count in API ping 2021-02-26 15:53:01 +00:00
Thomas Smyth
89ee15de3f Use A2S player count in API ping 2021-02-26 15:48:45 +00:00
Thomas Smyth
2704b099de Tidy SquadJS API ping error message 2021-02-26 10:56:26 +00:00
Thomas Smyth
48c2691f06 SquadJS v2.0.2-beta1 2021-02-26 10:55:36 +00:00
Thomas Smyth
387d1d7859 ESLint & README Generation 2021-02-26 10:39:49 +00:00
Thomas Smyth
0a495b0fa4
npm install warning 2021-02-26 10:38:53 +00:00
Thomas Smyth
841a69c756
Merge pull request #147 from Shanomac99/Fix-SquadWiki-JSON
Corrected Squad Wiki Data.
2021-02-26 09:09:33 +00:00
Shanomac99
4008075fba Corrected Squad Wiki Data.
- Changed layer classname to use level name
- Updated github link to a more permanent folder location.
2021-02-26 02:17:34 -05:00
Thomas Smyth
88ed10f14f SquadJS v2.0.2 Release 2021-02-25 22:08:15 +00:00
Thomas Smyth
2680119e3b ESLint & README Generation 2021-02-25 22:04:28 +00:00
Thomas Smyth
27d71f0672
Merge pull request #145 from SeanWalsh95/patch-1
Patch 1
2021-02-25 22:03:45 +00:00
Thomas Smyth
d497f43d5f
Merge pull request #143 from got2bhockey/chat-commands-lowercase
Added toLowerCase to address case sensitive config
2021-02-25 21:57:09 +00:00
got2bhockey
62ed62830c Added toLowerCase to address case sensitive config 2021-02-25 16:53:54 -05:00
SeanWalsh95
a2c043ef4c prefer throwing error to catch
- rm try/catch
prefer to throw error on failure to fetch layer information as it is critical to the apps operation

+add log line to indicate a force update

+increase verboseness of already pulled log as it is not critical info
2021-02-25 15:50:18 -05:00
SeanWalsh95
bda19a18b2 ESLint & README Generation 2021-02-25 20:34:56 +00:00
SeanWalsh95
469ddfa68d yarn build-all 2021-02-25 15:35:20 -05:00
Thomas Smyth
c8a26544de
Merge pull request #142 from milutinke/master
Intervalled Broadcasts plugin causes a crash
2021-02-25 20:32:20 +00:00
Dusan Milutinovic
7f050e1909 Intervalled Broadcasts on the line 47 causes a crash because of undefined. The code should have been this.options.broadcasts instead of this.broadcasts 2021-02-25 21:26:40 +01:00
SeanWalsh95
2b565eb965 ESLint & README Generation 2021-02-25 17:38:00 +00:00
SeanWalsh95
6cd99f8bc9
try/catch axios request + set pulled flag
Wraps axios request with try/catch for cases where we do not get a response or get an error

sets `this.pulled` flag after receiving and parsing response
2021-02-25 12:37:20 -05:00
Thomas Smyth
d8b9b09b72 Fix bug in seeding plugin 2021-02-25 17:26:26 +00:00
Thomas Smyth
110afa06e4 Merge branch 'beta' of https://github.com/Thomas-Smyth/SquadJS into beta 2021-02-25 17:26:15 +00:00
Thomas Smyth
c56d7af0ce
SquadJS v2.0.2-beta1 2021-02-25 16:54:38 +00:00
Thomas Smyth
1b15f8b3ef SquadJS 2.0.2-beta1 2021-02-25 13:05:08 +00:00
Thomas Smyth
31164c4bae ESLint & README Generation 2021-02-25 13:04:14 +00:00
Thomas Smyth
f3b2b92029 ESLint & README Generation 2021-02-25 13:04:07 +00:00
Thomas Smyth
f749e0f7f0
Merge pull request #140 from Thomas-Smyth/beta
SquadJS v2.0.1 Release
2021-02-25 13:03:30 +00:00
Thomas Smyth
8a67563c6a SquadJS v2.0.1 2021-02-25 13:02:21 +00:00
Thomas Smyth
2703afbd7d Add additional logging 2021-02-25 13:02:08 +00:00
Thomas Smyth
a1c32d47df ESLint & README Generation 2021-02-25 12:00:59 +00:00
Thomas Smyth
32d5a235fc Merge branch 'beta' of https://github.com/Thomas-Smyth/SquadJS into beta 2021-02-25 11:59:42 +00:00
Thomas Smyth
636282236f Fix Discord bot status 2021-02-25 11:59:34 +00:00
Thomas Smyth
ae23c448bd npm install warning 2021-02-25 11:24:52 +00:00