Commit Graph

458 Commits

Author SHA1 Message Date
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
Thomas Smyth
c4ea1f79f3 ESLint & README Generation 2021-02-25 10:57:15 +00:00
Thomas Smyth
687875d2ac Reoorder plugins 2021-02-25 10:56:09 +00:00
Thomas Smyth
219820ee39 SquadJS v2.0.1-beta1 2021-02-24 19:55:51 +00:00
Thomas Smyth
24d45ea1d8
Merge pull request #139 from Thomas-Smyth/beta
SquadJS v2 Release
2021-02-24 19:54:21 +00:00
Thomas Smyth
3ba32b6d5d SquadJS v2 2021-02-24 19:53:46 +00:00
Thomas Smyth
7d3daf5449 ESLint & README Generation 2021-02-24 19:52:35 +00:00
Thomas Smyth
b056265595
Merge pull request #138 from Thomas-Smyth/v2-v2
Add Squad v2 changes to SquadJS v2
2021-02-24 19:51:55 +00:00
Thomas Smyth
19f5b8f879 Rename deployable take damage event 2021-02-03 23:30:54 +00:00
Thomas Smyth
28540fce26 Add deployable take damage event 2021-02-03 22:31:38 +00:00
Thomas Smyth
86a8b89ef9 Initial Squad v2 Layer Support Bug Fixes 2021-02-03 22:29:42 +00:00
Thomas Smyth
2ba79210f6 Fix round winner layer name 2021-02-03 20:44:55 +00:00
Thomas Smyth
476afc0688 Track admin cam usage over RCON instead of logs 2021-02-03 19:17:25 +00:00
Thomas Smyth
a289188dfa Initial Squad v2 Layer Support Bug Fixes 2021-02-03 18:41:35 +00:00
Thomas Smyth
4da7ea8006 ESLint & README Generation 2021-02-03 17:35:45 +00:00
Thomas Smyth
b5a3f4c59b Initial Squad v2 Layer Support 2021-02-03 17:33:01 +00:00
Thomas Smyth
69096b00af ESLint & README Generation 2021-01-30 17:23:25 +00:00
Thomas Smyth
9b5603d2b7
Merge pull request #135 from 11TStudio/patch-4
Update scbl-info.js
2021-01-30 17:21:50 +00:00
Thomas Smyth
2cf8eee125 ESLint & README Generation 2021-01-30 17:03:50 +00:00
Thomas Smyth
2da73e58d2 Sort plugins alphabetically 2021-01-30 17:01:52 +00:00