Commit graph

391 commits

Author SHA1 Message Date
pranav-1711
f59ec11328 Added more games. 2022-04-01 00:40:16 +05:30
pranav-1711
c9c1287bee Added SuperSmash gamemode. 2022-03-26 23:29:15 +05:30
Ayush Saini
504c8b47f9
Merge pull request #35 from Freaku17/public-server
Added Floater
2022-03-24 00:55:38 +05:30
Ayush Saini
01f7cfb04f
execute floater command on other clients 2022-03-24 00:53:05 +05:30
Freaku17
da7d93f4c7
Add files via upload 2022-03-22 22:30:50 +05:30
Freaku17
991f086e21
Add files via upload 2022-03-22 22:30:15 +05:30
Ayush Saini
5bbd62f74c
Merge pull request #32 from pranav-1711/public-server
Custom Characters Integration.
2022-03-20 21:05:00 +05:30
Pranav Chaudhari
e62433d8f2
Merge branch 'imayushsaini:public-server' into public-server 2022-03-20 19:49:48 +05:30
pranav-1711
4c3a44b076 Merge branch 'public-server' of https://github.com/pranav-1711/Bombsquad-Ballistica-Modded-Server into public-server 2022-03-20 19:48:48 +05:30
pranav-1711
34f7006c19 Added few custom characters. 2022-03-20 19:42:17 +05:30
pranav-1711
6ad7972a4b Custom characters intigration and plugin switches.
Custom characters plugin.
true/false switch in settings for
character chooser and custom characters. (defaulty true)
Fixed path of bcs_plugin.
Removed duplicate of bcs plugin.
2022-03-20 19:41:59 +05:30
pranav-1711
837af6666b Distributed global files and imports. 2022-03-20 18:39:13 +05:30
Ayush Saini
28833cdee5
fixed stats sorting : game stucking at scoreboard possibly coz of this . 2022-03-20 18:38:16 +05:30
pranav-1711
f0eff0cb83 Moved filelock to site-packages. 2022-03-20 18:33:59 +05:30
Ayush Saini
1d181ecb5e
fixed team chat 2022-03-20 17:53:47 +05:30
Ayush Saini
9ef18ad19a
Merge pull request #30 from pranav-1711/public-server
Colorful explosions plugin.
2022-03-20 17:49:21 +05:30
pranav-1711
a84228d570 Added colorful explosion plugin. 2022-03-17 19:28:34 +05:30
Pranav Chaudhari
2fccc40432
Merge branch 'imayushsaini:public-server' into public-server 2022-03-13 19:12:33 +05:30
Ayush Saini
240155bce3 1.6.10 update 2022-03-13 17:33:09 +05:30
Ayush Saini
81485da646
fixed stats.json 2022-03-13 14:23:01 +05:30
Ayush Saini
32f00c20c8 fixed last seen in bcs_plugin 2022-03-13 12:28:23 +05:30
Pranav Chaudhari
6ad7372312
Merge branch 'imayushsaini:public-server' into public-server 2022-03-11 00:39:21 +05:30
pranav-1711
fb390682b5 Logger fix. 2022-03-06 14:56:29 +05:30
Ayush Saini
435157d93d
Merge pull request #29 from pranav-1711/public-server
bcs plugin setup.
2022-03-06 14:16:44 +05:30
pranav-1711
87717aad33 Update python site-packages.
Added MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask.
2022-03-06 14:02:26 +05:30
pranav-1711
8d9a94b5d6 Disabled bcs plugin by default. 2022-03-06 13:15:14 +05:30
pranav-1711
01eea8f3c0 Added psutil site-package. 2022-03-06 13:14:34 +05:30
Ayush Saini
3f9238e1f6
Merge pull request #28 from pranav-1711/patch-1
Update setting.json
2022-03-05 15:44:45 +05:30
Pranav Chaudhari
03a56063f5
Update setting.json 2022-03-05 12:40:03 +05:30
Ayush Saini
b02bbd47ad
Merge pull request #27 from pranav-1711/public-server
Ballistica-web integration.
2022-03-05 00:16:30 +05:30
pranav-1711
15257808cc Added python-site-packages. 2022-03-04 18:52:19 +05:30
pranav-1711
e381ec853c Added option to enable/disable ballistica web. 2022-03-04 18:32:57 +05:30
pranav-1711
34b17b8ee2 Merge branch 'public-server' of https://github.com/pranav-1711/Bombsquad-Ballistica-Modded-Server into public-server 2022-03-04 18:08:02 +05:30
pranav-1711
39a544bf03 Ballistica-web integration. 2022-03-04 18:05:39 +05:30
Ayush Saini
bae233c55d
Merge pull request #26 from pranav-1711/public-server
Fixed top5 and other error messages and wavedash globally enabled.
2022-02-28 01:29:34 +05:30
pranav-1711
61c4fdd780 FIxed wavedash plugin that was globally enabled. 2022-02-28 01:08:21 +05:30
pranav-1711
f19e222c38 Fixed top5 and other error messages.
Now cache data is not empty when loaded.
2022-02-28 00:18:10 +05:30
Ayush Saini
860b05befe
Merge pull request #25 from pranav-1711/public-server
Safe read and write opearation with file lock.
2022-02-26 20:34:14 +05:30
Pranav Chaudhari
165aea8578
Removed print() 2022-02-26 16:32:22 +05:30
pranav-1711
70572c7a89 Merge branch 'public-server' of https://github.com/pranav-1711/Bombsquad-Ballistica-Modded-Server into public-server 2022-02-26 16:22:42 +05:30
pranav-1711
9f4be5eb84 Safe read and write opearation with file lock.
Added file locks.  -  avoiding data leaks.
file handle module  -  To handle file opearations safly.
Added filelock.py  -  licensed file.
linted the pdata.py  -  type checking and formating.
2022-02-26 16:22:18 +05:30
Ayush Saini
5f798b797f
Merge pull request #23 from pranav-1711/public-server
Bugs fixes, lints, feature folder and updates.
2022-02-23 13:13:29 +05:30
pranav-1711
7c67998dec Removed temporary.txt 2022-02-21 05:22:55 +05:30
pranav-1711
4b70b549b4 Error fixed.
Fixed the Import error that was causing during the logs in chathandle.
2022-02-21 05:19:26 +05:30
pranav-1711
afefc2a8dd Fixed /list command. 2022-02-21 05:03:17 +05:30
pranav-1711
ea543bbf58 Plugins message fixed.
Removed plguins not found message.
Now all plugins proparly staged up.
2022-02-16 11:04:41 +05:30
pranav-1711
3957db3fd7 Imports fixed.
Categorised files imports are good now.
2022-02-16 11:02:48 +05:30
pranav-1711
bc53e6d655 tools lint fix. 2022-02-15 09:13:45 +05:30
pranav-1711
9ebe7cb67d Removed unnessesary files. 2022-02-15 09:03:44 +05:30
pranav-1711
569e9bc968 Linted custom_hooks.
Now every game script related things are now hooked to custom_hooks.
2022-02-14 16:06:22 +05:30