633 Commits

Author SHA1 Message Date
marco_a
64ee2ce882 Bugfix: People could skip rails collision when going very fast through them (closes #84) | Bugfix: players were immune to rays if another BL arena was loading 2024-01-04 15:29:16 +01:00
marco_a
377b88b158 CRASHFIX: fix potential crashes with player-ball switches when spectating (closes #108) 2024-01-04 12:32:38 +01:00
marco_a
b1dee8efa1 Small translation fixes (closes #109) 2024-01-04 00:02:57 +01:00
Zughy
808c1aea3a Merge branch 'de2' into 'master'
Update German translation

See merge request zughy-friends-minetest/block_league!43
2024-01-02 15:20:01 +00:00
Wuzzy
84816e8070 Update German translation 2023-12-31 01:45:37 +01:00
Giov4
0a85ea4e67 Improved assisted aim accuracy 2023-12-21 23:09:52 +00:00
marco_a
d420c9a165 Bugfix: sentries counter was off in the tutorial if players were eliminated in the first sentries area 2023-12-21 00:38:32 +01:00
marco_a
2776a5bdda SMG: increase particles of right click action 2023-12-13 22:19:50 +01:00
marco_a
bd1db41e43 Fix once and for all stamina in last tutorial's phase (hopefully) 2023-12-08 22:01:50 +01:00
marco_a
b46a061989 CRASHFIX: add sanity check for unlocked skills when players join (in case the skills mod database has been deleted) 2023-12-08 16:43:44 +01:00
marco_a
8c46e6f9f7 Tutorial: slightly increase the screen time of a text 2023-12-08 01:23:48 +01:00
marco_a
2297df19c8 Profile: add 'X' button to close the formspec 2023-12-08 00:31:44 +01:00
Zughy
77a8e8a008 Fix bug introduced with previous commits 2023-12-04 15:32:40 +01:00
Zughy
b55b586775 Bugfix: stamina in tutorial wasn't refilled when entering the last area
if it had already reached 0 in the previous area
2023-12-04 00:57:15 +01:00
Zughy
d9dcbc730a Possible crashfix with stamina check when being drained 2023-12-04 00:33:20 +01:00
Zughy
07db6dcaa0 Move rays.lua into TD folder 2023-12-04 00:30:40 +01:00
marco_a
7d1f1e6b9b Fix several small errors thanks to a Lua Language Server 2023-12-01 23:51:17 +01:00
Zughy
af153644f0 Fix tutorial regression introduced with previous commits 2023-11-21 22:13:47 +01:00
Zughy
37a7bf966b Profile GUI: avoid scrollbar appearing in descriptions 2023-11-20 15:56:53 +01:00
Zughy
160c1134ce Use official MT script for translations 2023-11-20 15:51:29 +01:00
Zughy
a3d2843963 Tutorial: add hint about where to bounce with the propulsor (closes #104) 2023-11-20 15:25:10 +01:00
Zughy
fd3b04a04d Tutorial: make the sentries part easier (closes #105) 2023-11-19 21:13:33 +01:00
Zughy
00cfbc9531 Bugfix: people could progress in the last phase of the tutorial without having the ball if they grabbed it, died and reached the goal (closes #103) 2023-11-19 20:06:21 +01:00
Zughy
873a1ff623 Tutorial: make the propulsor jump easier 2023-11-19 19:05:45 +01:00
Zughy
d083b929e6 Remove useless parameter from HUD_stamina_create 2023-11-14 17:32:36 +01:00
Zughy
bfe0a069ec Fix arena_lib editor callbacks (now with swapped arguments) 2023-11-11 21:41:20 +01:00
Zughy
ea0d3f1595 Update rocket launcher (still WIP, won't work) 2023-11-10 22:06:31 +01:00
Zughy
8a4a1f4e55 Remove weapons sample.lua 2023-10-29 23:08:05 +01:00
Zughy
5215982509 Fix silly crashes due to previous commits 2023-10-07 15:23:23 +02:00
Zughy
202a709d2c Update to new arena_lib on_end callback 2023-10-01 21:49:17 +02:00
Zughy
7ffcb1163e Split arena_lib callbacks into different files 2023-09-25 23:06:15 +02:00
Zughy
7a9179a185 CRASHFIX: spectating the ball that got picked by someone who died the instant after picking it made the server go kaboom (closes #100) 2023-09-25 00:49:02 +02:00
Zughy
8bcde873d1 Bring spectators back onto the ball if they were spectating it and it was reset through rays 2023-09-24 19:44:25 +02:00
Zughy
9cd0c061f7 Notes for the future | Disable sample weapons 2023-09-16 14:16:22 +02:00
Zughy
161a94b2ae Remove resolved TODO comments 2023-09-12 12:04:11 +02:00
Zughy
5abcda6d1f Bugfix: don't get assists when people die after scoring (closes #99) | Don't print the suicide in the log if it happens after scoring 2023-09-12 11:53:16 +02:00
Zughy
94fce3b523 CRASHFIX: updating tutorial schematic made the game crash the first time 2023-08-30 00:44:07 +02:00
Zughy
9699b65118 Bugfix: tutorial schematic was using nodes from mods not listed in dependencies (fixes #101) 2023-08-30 00:26:20 +02:00
Zughy
a0e8401bfc Merge branch 'locale_ru' into 'master'
Add Russian translation

See merge request zughy-friends-minetest/block_league!41
2023-08-29 21:41:22 +00:00
Rodion Borisov
9cb564c6af
Add Russian translation 2023-08-28 12:44:49 +03:00
Zughy
29fddd3670 Bugfix: in spectate mode, avatar of players committing suicide wasn't turning dark (closes #98) 2023-08-25 00:04:25 +02:00
Zughy
1011a99b60 Version bump (0.9.0-dev) 2023-08-24 11:55:14 +02:00
Zughy
b4ea50fa4d Version bump (0.8) 2023-08-24 10:59:58 +02:00
Zughy
4efaefbd73 Fix translation issues 2023-08-23 18:16:52 +02:00
Zughy
d581f74432 Use panel:get_info() 2023-08-23 16:49:39 +02:00
Zughy
51935ea111 Merge branch 'pl_translation' into 'master'
Added Polish translation

See merge request zughy-friends-minetest/block_league!40
2023-08-20 17:00:42 +00:00
Robert Wolniak
014dea7d09 Update 2 files
- /bl_tutorial/locale/bl_tutorial.pl.tr
- /block_league/locale/block_league.pl.tr
2023-08-20 14:24:43 +00:00
Zughy
f6f13c1de3 SMG: differentiate primary from secondary fire (sound and texture) 2023-08-18 03:11:38 +02:00
Zughy
93dc64860f Bugfix: force-ending the tutorial correctly leaves it 2023-08-14 00:11:43 +02:00
Zughy
8f74985789 Restore sword old behaviour for aiming (closes #96) 2023-08-13 17:09:05 +02:00