Commit graph

420 commits

Author SHA1 Message Date
Ayush Saini
dd4dfed507 Merge branch 'public-server' of https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server into public-server
Some checks failed
CI / run_server_binary (push) Has been cancelled
2025-09-07 16:41:35 +05:30
Ayush Saini
cc65813e35
Merge pull request #124 from hypervortex/patch-1
Updated py cmds
2025-09-07 15:03:28 +05:30
Vortex
db2f2d097b
Updated py cmds 2025-07-23 10:32:00 +05:30
Ayush Saini
6b278b1105 Merge remote-tracking branch 'origin/public-server' into public-server 2025-07-05 22:18:10 +05:30
Ayush Saini
b7ac3ddb29 added banned ip blocker 2025-07-05 22:17:58 +05:30
Ayush Saini
09d98aa3fd
Merge pull request #120 from Loup-Garou911XD/public-server
update readme to only fetch latest changes
2025-07-05 22:13:45 +05:30
Ayush Saini
2ddb00383c
Merge pull request #119 from Guggs0408/Guggs0408-patch-1
Fix: Correct Bomb init arguments and animate_array parameter in elPat…
2025-06-19 21:57:31 +05:30
Loup-Garou911XD
cadec2eb5c update readme to only fetch latest changes 2025-06-18 23:54:32 +05:30
𝔾𝕦𝕘𝕘𝕤
91fde7f05e
Fix: Correct Bomb init arguments and animate_array parameter in elPatronPowerup.py
This pull request resolves two critical issues in `elPatronPowerup.py`:

---

🔧 Issue 1: Bomb initialization failed
-  Error:
  TypeError: Bomb.__init__() takes 1 positional argument but 8 were given
- 🔍 Cause:
  self._pm_old_bomb(...) was passing multiple positional arguments instead of keyword arguments.
-  Fix:
  Replaced with keyword-based argument passing:
  self._pm_old_bomb(
      position=position,
      velocity=velocity,
      bomb_type=new_bomb_type,
      blast_radius=blast_radius,
      bomb_scale=bomb_scale,
      source_player=source_player,
      owner=owner
  )

---

🎨 Issue 2: animate_array() received too many arguments
-  Error:
  TypeError: animate_array() takes 4 positional arguments but 5 were given
- 🔍 Cause:
  An unnecessary True was passed as a fifth argument.
-  Fix:
  Removed the extra argument:
  bs.animate_array(self.texts[type], 'color', 3, {
      0: (1, 0, 0),
      0.2: (1, 0.5, 0),
      0.4: (1, 1, 0),
      0.6: (0, 1, 0),
      0.8: (0, 1, 1),
      1.0: (1, 0, 1),
      1.2: (1, 0, 0)
  })

---
2025-06-18 20:05:10 +05:00
Ayush Saini
8e2153f30c
Merge pull request #118 from imayushsaini/api9
1.7.41
2025-06-15 18:16:35 +05:30
Ayush Saini
38f465531d cleaning up logs 2025-05-26 01:47:02 +05:30
Ayush Saini
05eb9df5fd Merge branch 'api9' of https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server into api9 2025-05-26 01:45:29 +05:30
Ayush Saini
60530651e4 remove unused code 2025-05-26 01:45:17 +05:30
Ayush Saini
0da2cf21ea
version update 2025-05-26 01:43:21 +05:30
Ayush Saini
4de315cbc0 Merge branch 'api9' of https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server into api9 2025-05-26 01:41:00 +05:30
Ayush Saini
62156c8491 updating binary 2025-05-26 01:39:38 +05:30
Ayush Saini
eef4aa272d
Update bombsquad_server 2025-05-26 01:14:55 +05:30
Ayush Saini
1fd456d75f
Update ci.yaml python3.13 2025-05-26 01:13:13 +05:30
Ayush Saini
38797c6bc5 updating to 1.7.41 2025-05-26 01:11:57 +05:30
Ayush Saini
56d0aa7ab4
Merge pull request #117 from imayushsaini/api9
fixed default settings and config.json
2025-05-04 21:58:41 +05:30
Ayush Saini
2d322e2193 fixed default settings and config.json 2025-05-04 21:54:33 +05:30
Ayush Saini
b6982f76dd
Merge pull request #116 from imayushsaini/api9
updating aarch binary
2025-04-13 19:20:01 +05:30
Ayush Saini
427209b3c3 updating aarch binary 2025-04-13 19:15:55 +05:30
Ayush Saini
8eb65b2daf
Merge pull request #113 from SenjuZoro/patch-8
New firespark effect!
2025-04-13 12:20:34 +05:30
Ayush Saini
dc5a16f744
Merge pull request #115 from imayushsaini/api9
Api9
2025-04-13 12:20:14 +05:30
Ayush Saini
a2cf2bfcb6 bug fixes, servermanager link in stats, toml to json config 2025-04-13 12:17:10 +05:30
Ayush Saini
039c7d3645 Merge branch 'api9' of https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server into api9 2025-04-12 20:03:18 +05:30
Ayush Saini
3d8121c744 updated dummy modules 2025-04-12 20:03:10 +05:30
Ayush Saini
6669428403
Merge pull request #112 from imayushsaini/api9
Api9
2025-04-12 19:17:26 +05:30
SenjuZoro
a600b37b73
Update spaz_effects.py
New firespark added! 🚒
2025-04-12 14:37:21 +02:00
Ayush Saini
4627e3d5ca
Update README.md 2025-04-06 19:14:03 +05:30
Ayush Saini
a748699245 syncing with ballisitca/master 2025-04-06 17:17:13 +05:30
Ayush Saini
f45bd5e31e
Merge pull request #107 from imayushsaini/api9
syncing changes from ballistica/master
2025-04-06 15:32:03 +05:30
Ayush Saini
9c57ee13f5
fix spaz mod default bomb type 2025-02-24 22:27:14 +05:30
Fang
e5b46f29c3
fixed context errors in votingmachine and reordered installation cmds (#110) 2025-02-23 11:30:06 +05:30
Ayush Saini
c0722a6916 added unban command 2025-02-22 21:52:49 +05:30
Ayush Saini
a334c3201d
Merge pull request #108 from HeyFang/public-server
fixed end, nv n tint cmd
2025-02-22 21:06:14 +05:30
Fang
f644d6aabc
Update management.py 2025-02-22 19:22:34 +05:30
HeyFang
88129dc7a8 fixed end, nv n tint cmd 2025-02-22 19:06:23 +05:30
Ayush Saini
5d7585fce8
Update README.md 2025-02-22 16:31:33 +05:30
Ayush Saini
e5d4bfca17 updating aarch binary 2025-02-22 14:25:48 +05:30
Ayush Saini
28dbe5fcd2 fixing bcs web plugin 2025-02-22 11:46:01 +05:30
Ayush Saini
be5a8f6104 ci 2025-02-15 22:36:13 +05:30
Ayush Saini
c9190b1267 including server start msg log level 2025-02-09 00:59:00 +05:30
Ayush Saini
02205dc594 enable ci on api9 branch 2025-02-09 00:22:29 +05:30
Ayush Saini
8913080562 syncing changes from ballistica/master 2025-02-09 00:17:58 +05:30
Ayush Saini
2a07c0c840
Merge pull request #105 from vishal332008/public-server
Small changes.
2025-02-08 19:46:21 +05:30
Vishal
0c649da072
Reverting to old code 2025-01-26 00:44:14 +05:30
Vishal
9db5fc0576
Fixing a small thing 2024-12-09 18:58:19 +05:30
Vishal
cdf47179bb
Another small fix to remove port.py warning. 2024-12-08 17:02:20 +05:30