Marco
|
aaf582926a
|
DOCS updated (players management)
|
2020-06-23 23:26:58 +02:00 |
|
Marco
|
8b97d83ab7
|
Change min/max players in game (both editor and CLI) + small fixes
|
2020-06-23 23:13:11 +02:00 |
|
Zughy
|
2ab59fbb9c
|
Arenas can now be renamed
|
2020-06-21 00:26:55 +02:00 |
|
Marco
|
f1bf19e6d0
|
Editor: visible spawners via waypoints | Folders refactoring
|
2020-06-19 23:37:26 +02:00 |
|
Marco
|
8ce7a56e4e
|
Editor: less redundancy when setting spawners
|
2020-06-19 23:13:43 +02:00 |
|
Marco
|
e659c60515
|
Bugfix: overwritten/deleted spawners weren't updated in the storage
|
2020-06-19 22:39:22 +02:00 |
|
Marco
|
d085162222
|
Formspecs automatically closed when entering an arena
|
2020-06-17 22:08:43 +02:00 |
|
Marco
|
57f8921227
|
Bugfix: now craft inventory is emptied too
|
2020-06-16 22:43:54 +02:00 |
|
Marco
|
b6d416e1f5
|
Crashfix: leaving a non-started queue with 2 or more players, made the game crash
|
2020-06-16 20:57:40 +02:00 |
|
Marco
|
81c095d612
|
Editor: player gets teleported back when leaving the editor | Crashfix: people were able to enter the same arena editor multiple times while already in it
|
2020-06-16 00:06:26 +02:00 |
|
Marco
|
122bf60dbf
|
Crashfix: crashing when trying to edit a nonexistent arena
|
2020-06-15 23:17:53 +02:00 |
|
Marco
|
7821f50379
|
Editor: when entering the editor, the inventory is temporarily saved (lost if disconnecting or if shutting down the server) and retrieved when leaving it
|
2020-06-15 22:56:29 +02:00 |
|
Marco
|
789bbc0dc4
|
Crashfixes: team properties weren't working properly + variables in remove_player_arena removed in the wrong order
|
2020-06-15 21:24:06 +02:00 |
|
Marco
|
fc1110162f
|
Teleport function for admins added (automatic when entering the editor)
|
2020-06-15 01:21:07 +02:00 |
|
Marco
|
039f31475e
|
on_disconnect(): so pro I forgot the callback file, whoops
|
2020-06-13 17:08:32 +02:00 |
|
Marco
|
9acf645210
|
Editor: icon to enable an arena while leaving the editor
|
2020-06-13 14:44:15 +02:00 |
|
Marco
|
e8651a7d9d
|
Arena automatically disabled when entering the editor (if possible)
|
2020-06-13 12:02:20 +02:00 |
|
Marco
|
4bb6cc59f7
|
on_disconnect() callback implemented
|
2020-06-13 10:49:54 +02:00 |
|
Zughy
|
4a492de7b4
|
EXAMPLE: updated with register_minigame
|
2020-06-11 11:36:52 +00:00 |
|
Zughy
|
47e2d5540e
|
Player healed when joining an ongoing match
|
2020-06-11 12:29:42 +02:00 |
|
Zughy
|
dcb180d2a3
|
Bugfixes: /quit missed a variable + people weren't automatically healed while in celebration
|
2020-06-11 12:24:42 +02:00 |
|
Zughy
|
ffab8deb07
|
DOCS: privileges added + small fixes
|
2020-06-11 12:24:31 +02:00 |
|
Zughy
|
56216a2c65
|
/kick command implemented
|
2020-06-11 02:36:17 +02:00 |
|
Marco
|
55810ac7e2
|
General /quit command implemented + on_prequit callback
|
2020-06-10 14:22:18 +02:00 |
|
Marco
|
86a16e7c2b
|
'disabled_damage_types' paramater implemented. Per minigame
|
2020-06-10 01:14:46 +02:00 |
|
Marco
|
6f6edb438f
|
Players in arenas can't see messages of players not in arenas and vice versa
|
2020-06-09 22:38:28 +02:00 |
|
Marco
|
c762719959
|
Players automatically healed when entering, quitting and leaving an arena
|
2020-06-09 19:37:34 +02:00 |
|
Marco
|
dcb795e879
|
Lighter textures with PngOptimizer
|
2020-06-08 23:51:06 +02:00 |
|
Zughy
|
457ee5364f
|
Example file updated with a few teams features
|
2020-06-07 22:40:21 +00:00 |
|
Marco
|
8d48f35204
|
Merging teams fixes
|
2020-06-07 23:32:33 +02:00 |
|
Marco
|
27bd4c1cc0
|
Teams: several bugfixes + lighter management | DOCS: getters added
|
2020-06-07 23:30:50 +02:00 |
|
Marco
|
966675ae08
|
Bugfix: killed players weren't properly respawning during the celebration phase
|
2020-06-07 19:36:10 +02:00 |
|
Marco
|
59a238d7be
|
Editor: removed steel sign
|
2020-06-07 17:20:38 +02:00 |
|
Marco
|
2e01e2fda3
|
Preventing arenas with absurd min and max players to be created
|
2020-06-06 19:45:26 +02:00 |
|
Marco
|
e52cff760e
|
Reset spawners when they don't coincide with the maximum amount of players + improvements for 3.0
|
2020-06-06 18:03:59 +02:00 |
|
Zughy
|
d4c70e51af
|
assign_team is now local
|
2020-06-05 17:36:57 +02:00 |
|
Zughy
|
e490f6b410
|
DOCS updated with editor and teams instructions + LiberaPay link (in README too)
|
2020-06-05 17:28:13 +02:00 |
|
Zughy
|
e92febfedb
|
Teams implemented
|
2020-06-05 12:31:44 +02:00 |
|
Marco
|
a118a5a3aa
|
Teams implemented
|
2020-06-05 12:09:20 +02:00 |
|
Marco
|
da511dfb9e
|
DOCS/README: added coding guidelines and a link to the issues
|
2020-06-05 12:09:20 +02:00 |
|
Marco
|
fda28c3755
|
Storage: no more unneccessary parameters per mod stored | better arenas ID management
|
2020-06-05 12:09:20 +02:00 |
|
Marco
|
e7adff6da8
|
Translations updated | less redundancy and better editor structure
|
2020-06-05 12:09:20 +02:00 |
|
Marco
|
71611b999b
|
Editor implemented | set_sign has now the possibility to be used without any item just looking at the sign (give_sign_tool removed) | set_spawner now takes general parameters for a more complete customisation
|
2020-06-05 12:09:20 +02:00 |
|
Zughy
|
f707869b0b
|
Immunity: not a placeholder anymore, player is immune to any kind of damage
|
2020-06-04 15:41:50 +02:00 |
|
Zughy
|
93a1e9c9a4
|
Enabled mod message when starting the server (it prints the version too)
|
2020-06-04 13:38:23 +02:00 |
|
Marco
|
69857b610f
|
Bugfix: arenas HUDs weren't disappearing if people were in queue and someone disabled the arena
|
2020-06-02 16:07:14 +02:00 |
|
Marco
|
60ee833bec
|
Small fixes
|
2020-06-02 01:05:17 +02:00 |
|
Marco
|
58f3ba9cd8
|
Bugfix: enabling an arena while in the editor, now it kicks out of it automatically
|
2020-06-01 11:23:17 +02:00 |
|
Marco
|
1000feb6e8
|
Spawners are now randomised when a match starts
|
2020-06-01 00:17:45 +02:00 |
|
Marco
|
3e65800291
|
DOCS/README: added coding guidelines and a link to the issues
|
2020-05-31 14:19:58 +02:00 |
|