Commit Graph

255 Commits (9c713a0de86a541b148dc0110c1b4199c31a3c2f)

Author SHA1 Message Date
Marco feabe06082 Renamed is_kicked -> is_eliminated 2020-05-02 12:28:40 +02:00
Marco e6ebbcf627 is_kicked param in remove_player_from_arena improved + translations 2020-05-01 22:13:58 +02:00
Marco 1482351995 Merge branch 'patch-2' into 'master'
Added the is_kicked parameter to the remove_player_from_arena function

See merge request zughy-friends-minetest/arena_lib!6
2020-05-01 18:16:36 +00:00
Giov4 0083751a3a Added the is_kicked parameter to the remove_player_from_arena function 2020-05-01 18:05:25 +00:00
Marco a42e5d002c fixed a declaration in the DOCS 2020-04-24 15:29:26 +02:00
Marco 084fa2b70d Input manager removed. Please use https://content.minetest.net/packages/Arcelmi/controls/ 2020-04-21 12:18:31 +02:00
Marco cb67eb106e Added 'reason' as a parameter in 'on_death' callback 2020-04-21 00:57:58 +02:00
Marco dc2112845a Bugfixes: Arenas weren't removed from storage when executing remove_arena; temp_properties reset was broken 2020-04-20 00:33:15 +02:00
Marco bb48e63d12 DOCS + example updated 2020-04-19 17:17:35 +02:00
Marco 724e0404fa DOCS updated + example file 2020-04-19 17:14:18 +02:00
Marco 12ed0c958f several fixes after testing, ready to roll 2020-04-19 16:39:46 +02:00
Marco 3ee92d5c49 Removed a couple of useless fields 2020-04-19 11:50:33 +02:00
Marco d92fb7cfb0 Removed specific field 'kill_leader' and the relative function 2020-04-19 11:49:08 +02:00
Marco ab386e6011 Properties and temp properties added (+ translations). Testing needed 2020-04-19 00:57:08 +02:00
Marco 2d941879bd whoopsie, unexpected ctrl+c in a comment 2020-04-18 17:22:52 +02:00
Marco 51361ac7b5 Ofc we can't have decent for loops in Lua. Maaan.. 2020-04-18 17:20:26 +02:00
Marco de9e9c2124 Better storage + legacy conversion 2020-04-18 16:25:58 +02:00
Marco abeb1840d1 Merge branch 'master' of https://gitlab.com/zughy-friends-minetest/arena_lib 2020-04-17 21:20:17 +02:00
Marco f896b26b23 English as default language + Italian translations added using the 5.0+ Minetest translation system 2020-04-17 21:04:37 +02:00
Marco 89f5fee1d7 First commit for a fully translated version, WIP 2020-04-17 15:27:36 +02:00
Marco b772ce0d36 Update DOCS.md 2020-04-16 18:42:42 +00:00
Marco 2b44364587 cleaning up 2020-04-16 16:53:07 +02:00
Marco 6385a8efc5 removed now useless function 2020-04-16 16:51:11 +02:00
Marco 6104ae79b1 Docs updated 2020-04-16 16:48:15 +02:00
Marco 058665d476 Update README.md 2020-04-16 15:56:54 +02:00
Marco dd11630bd3 fixes post-testing 2020-04-16 15:51:20 +02:00
Marco c9da7d180c Textures refactoring 2020-04-16 13:27:08 +02:00
Marco d97bd95406 Small fix 2020-04-16 13:21:37 +02:00
Marco fde908e582 Honestly, too many things. It should be finished, online test needed 2020-04-16 13:17:05 +02:00
Marco 6fed104a2d working arena handlers and callbacks, per mod 2020-04-16 00:56:51 +02:00
Marco 5a87d681f1 Signs working per mod 2020-04-15 16:22:59 +02:00
Marco 412a689c4e Merge branch 'master' into independent_mod
merge crashfix
2020-04-15 15:56:48 +02:00
Marco fcc7732fed Crashfix when queue was disbanded 2020-04-15 15:51:00 +02:00
Marco db49607795 Merge branch 'master' into independent_mod
Merged a crashfix
2020-04-15 15:27:26 +02:00
Marco a9db80a774 Crashfix: enabling arena without any sign set, made the server crash 2020-04-15 15:26:43 +02:00
Marco cdf1189b59 Arena management per mod completed 2020-04-15 15:17:12 +02:00
Marco 1465e7d0db Merge branch 'master' into independent_mod
Merging master cleaning
2020-04-15 13:31:57 +02:00
Marco e75c1b56f4 Arenas can now be created per mod 2020-04-15 13:14:30 +02:00
Marco c3eec77771 Cleaning 2020-04-15 02:24:23 +02:00
Marco 11a02736fd First commit to an independent mod, broken as hell 2020-04-15 02:18:56 +02:00
Marco fac8542ff8 Revert for the input manager 2020-04-14 20:32:58 +02:00
Marco 4829e0133e Update README.md 2020-04-14 17:36:16 +00:00
Marco 9e74041c24 Update README.md 2020-04-14 12:38:35 +00:00
Marco a14520af56 Merge branch 'master' of https://gitlab.com/zughy-friends-minetest/arena_lib 2020-04-14 12:21:22 +02:00
Marco 516e1c9bf4 fixed functions calls in signs.lua with the new parameters 2020-04-14 12:20:34 +02:00
Marco a072ae4690 Beginning input manager implementation 2020-04-14 12:13:10 +02:00
Marco 4d961d21f5 Arena_ID field changed with 'arena' in functions such as 'on_start' to have more possibilities of customisation
Sostituiti parametri ID con table

See merge request zughy-friends-minetest/arena_lib!1
2020-04-14 12:00:08 +02:00
Marco 9ef738424d Updated DOCS: arena_ID -> arena, in on_load and on_celebration 2020-04-14 09:09:37 +00:00
Marco 30592d41fe Merge branch 'not_modified_fork' into 'master'
Sostituiti parametri ID con table

See merge request zughy-friends-minetest/arena_lib!1
2020-04-14 08:50:19 +00:00
Giov4 39c20ae451 Update signs.lua 2020-04-13 21:29:07 +00:00