Commit Graph

153 Commits (master)

Author SHA1 Message Date
Giov4 762943db0d + Improved textures 2020-11-13 10:25:08 +01:00
Giov4 2805cc2542 + Recursive teleporting now teleport every 3 seconds 2020-11-13 00:52:23 +01:00
Giov4 6239f83942 + Added recursive teleporting when the arena is loading 2020-11-12 12:35:22 +01:00
Giov4 a4cc16784c + Added timer HUD 2020-11-10 20:41:43 +01:00
Giov4 3aaa8df487 + Default queue waiting time is now 30s 2020-11-09 22:44:50 +01:00
Giov4 d678c69bc7 + Fixed /addchest cmd 2020-11-09 21:31:17 +01:00
Giov4 8ca972ba9e Yeah I'm stupid, fixed the didn't working create cmd fix 2020-11-09 20:00:27 +01:00
Giov4 d0ad724b11 + Fixed ender pearl not blocking correctly after match finished 2020-11-09 19:57:28 +01:00
Giov4 3a90112ced + CRITICAL BUG FIX: Create cmd didn't work 2020-11-09 19:52:20 +01:00
Giov4 bd06be1f5c + When a player dies he/she drops his/her inventory on the ground 2020-11-09 16:23:34 +01:00
Giov4 114cc0b151 + Removed old on_timer_tick and replaced it with on_time_tick 2020-11-07 19:30:08 +01:00
Giov4 908ca8ea4c + Adding privs on_start instead of on_load, so that the glass cage is unbreakable 2020-11-06 16:22:51 +01:00
Giov4 217eb58f23 + Resetting the player's inventory when selecting a kit 2020-11-05 15:28:17 +01:00
Giov4 16f88e7c7a Add README.md 2020-11-05 12:04:42 +00:00
Giov4 6cfd235a23 + Fixed reset system crash 2020-11-04 22:03:43 +01:00
Giov4 111de3fec3 Merge branch 'master' of gitlab.com:zughy-friends-minetest/skywars into master 2020-11-04 21:51:01 +01:00
Giov4 791df717a1 + Fixed crash, to investigate 2020-11-04 21:42:03 +01:00
_Zaizen_ 74f16a0964 Hub spawn point updated. 2020-11-04 19:26:23 +01:00
Giov4 701ef92c12 + Resetting is_resetting property on mods loaded
+ Code cleaning
2020-11-04 14:44:30 +01:00
Giov4 db07b76c1a + added skywars_settings.nodes_per_tick 2020-11-02 21:43:52 +01:00
Giov4 174ccbb4fd + Fixed tutorial 2020-11-02 18:16:10 +01:00
Giov4 ad3f9b5261 + Reset system now async!
+ Added tests for the map reset system
+ Fixed get_arena_by_pos()
+ Code cleaning and optimizations
- Debug messages translations
2020-11-02 18:13:45 +01:00
Giov4 f3615d3e8f + metadata names are now more specific 2020-10-28 17:42:15 +01:00
Giov4 2b8222cc40 + fixed addtreasure cmd
+ simplified counters textures
2020-10-26 11:19:09 +01:00
Giov4 04038dc288 + BIG code cleaning (pt.2)
+ Textures rework
2020-10-24 00:22:48 +02:00
Giov4 680d9780a1 + BIG code refactoring, fixing and cleaning (part 1) 2020-10-23 00:35:26 +02:00
Giov4 197c69a907 + Various fixes to copykits and copytreasures cmds 2020-10-22 22:38:03 +02:00
Giov4 317e9fb873 + Moved utils funcions in utils.lua 2020-10-22 12:31:53 +02:00
Giov4 71b2d7e8ac + fixed get_looking_node_pos crash on error
- debug logs
2020-10-22 12:25:45 +02:00
Giov4 3dfb97eab8 + Fixed get_arena_by_pos and moved some functions into init.lua 2020-10-22 12:23:32 +02:00
Giov4 2d66094a01 + Refactoring and code cleaning 2020-10-21 15:14:29 +02:00
Giov4 ca4a8395da + Fixed tutorial cmd 2020-10-21 14:57:08 +02:00
Giov4 b666a6b2cc + Code cleaning (get_wielded_item)
+ get_looking_node -> get_looking_node_pos
2020-10-21 14:55:09 +02:00
Giov4 430708d5ac + inspect cmd (to inspect a chest)
+ kit background width/height properties
- tutorial from the cmds
  now /tutorial tells the user to look at the file
+ moved local functions at the end of the source files
+ now addchest and removechest cmds don't require the
  player to specify the arena anymore
- addchest pos cmd
+ tutorial fixes
+ code cleaning
2020-10-21 14:31:21 +02:00
Giov4 a479580ace - debug log 2020-10-20 23:10:07 +02:00
Giov4 9edbd25b61 + Fixed reset cmd 2020-10-20 22:04:26 +02:00
Giov4 7116333bd5 + fixed @ not returning the correct arena name
+ code cleaning
2020-10-20 21:28:53 +02:00
Giov4 ad14f0107f + @ instead of arena name to get the one you're stading in
+ arena lib 4.0 timers
+ code cleaning
2020-10-20 21:00:34 +02:00
Giov4 7b1dd57447 + Uploaded correct textures 2020-10-19 17:38:07 +02:00
Giov4 e1f75c377b + New textures (they're bad anyway but at least they're better) 2020-10-19 17:36:21 +02:00
Giov4 8834425f3b + I'm dumb, treasures system fixed 2020-10-19 17:00:58 +02:00
Giov4 a3374c19a7 + Code cleaning 2020-10-19 16:36:26 +02:00
Giov4 4c9b044b43 + Loading arena mapblocks in loading phase
+ Code cleaning
2020-10-19 16:24:18 +02:00
Giov4 2639ace197 + Restoring player's speed on_quit
+ Glass cage system fixes
2020-10-16 19:11:31 +02:00
Giov4 c2265c1efc + Optimized treasures sorting
+ Removed unused function
2020-10-15 21:00:18 +02:00
Giov4 fa68f4db40 + Code cleaning
+ Bug fixes
+ Cmds corrections
+ Comments corrections
2020-10-11 15:22:54 +02:00
Giov4 a9784285e8 + Removing/adding permissions on join, in case the server crashes 2020-10-01 20:45:16 +02:00
Giov4 49a32b79c1 + Grammar corrections 2020-10-01 20:32:05 +02:00
Giov4 15245337a2 + Build permission setting
+ Removing drops when resetting a map
+ removeitem and removetreasure hand cmds
+ clearmapstable debug cmd
+ Translations corrections and cmd messages improved
+ Code cleaning
2020-10-01 19:54:39 +02:00
Giov4 6a17c99ca6 + glass cage is now generated after 0.1 seconds 2020-09-30 22:53:42 +02:00