91 Commits

Author SHA1 Message Date
rubenwardy
f961d96d68 newgame + endgame = match 2015-07-16 18:53:25 +01:00
rubenwardy
68e7cd397f Convert to ModPack 2015-07-16 18:25:25 +01:00
rubenwardy
57b7f709c9 Clean up 2015-07-16 18:23:00 +01:00
rubenwardy
56139c13b2 Wrong setting name 2015-07-15 20:09:06 +01:00
rubenwardy
2c7205b9a1 Don't crash server if no spawn for team 2015-07-15 09:51:25 +01:00
rubenwardy
5e59c46663 Add missing default setting to ctf_endgame 2015-07-15 09:50:30 +01:00
rubenwardy
821c208e2c More admin ctf chat commands 2015-07-15 09:30:05 +01:00
rubenwardy
0f66ff6b07 Setting cleaning 2015-07-14 18:30:41 +01:00
rubenwardy
5706b89871 Make ctf_flash generic 2015-07-14 17:52:55 +01:00
rubenwardy
7beadd1382 Remove debug print() 2015-07-14 17:52:55 +01:00
rubenwardy
6fd6c9b0df Don't show log message if player doesn't actually view flag board 2015-07-14 17:52:55 +01:00
rubenwardy
dd4a35f376 Fix remove player bug 2015-07-14 17:52:54 +01:00
rubenwardy
cb7f00cd11 Make ctf_flag.collect_claimed() return a value, fix a bug 2015-07-14 17:52:54 +01:00
rubenwardy
2328870dae ctf_flash Remove player from team on leaveplayer 2015-07-14 17:52:54 +01:00
rubenwardy
e536384f4e Fix crash on nil team name 2015-07-14 17:52:54 +01:00
rubenwardy
410345546c Set HP on respawn 2015-07-14 17:52:54 +01:00
rubenwardy
d58e173cb1 Add ctf_flash 2015-07-14 17:52:54 +01:00
rubenwardy
6bfcae834b Make player return flag if they leave the game 2015-07-14 17:52:54 +01:00
rubenwardy
ff37a6c2e0 Fix flag teleport 2015-07-14 17:52:54 +01:00
rubenwardy
76e3d25be0 ctf_flag fix bugs and make flag pick up faster 2015-07-14 17:52:54 +01:00
rubenwardy
dcce50c476 Make delete_blocks extend further 2015-07-14 17:52:54 +01:00
rubenwardy
02c1d684c3 ctf.join(): fix bug in anti-change team 2015-07-14 17:52:54 +01:00
rubenwardy
95b698cbd8 ctf.join(): remove player from old team 2015-07-14 17:52:54 +01:00
rubenwardy
b58ed038c3 Fix node protection 2015-07-14 17:52:54 +01:00
rubenwardy
613334fcd4 Give initial stuff 2015-07-14 17:52:54 +01:00
rubenwardy
ef9f5d9aac Remove depreciated minetest.env namespace 2015-07-14 17:52:54 +01:00
rubenwardy
ca9699d3eb Stop flags disappearing on map reset 2015-07-14 17:52:54 +01:00
rubenwardy
8444c36f3f Add player colors 2015-07-14 17:52:54 +01:00
rubenwardy
60f9060bd5 ctf.join() bug fixes and ctf.register_on_new_game() 2015-07-14 17:52:54 +01:00
rubenwardy
1aa85c35b8 Elimate buggy old ctf.add_user() and use ctf.join() 2015-07-14 17:52:54 +01:00
rubenwardy
4f1763265f Move players to their flags after endgame 2015-07-14 17:52:50 +01:00
rubenwardy
0dae99bacd Only save when needed 2015-07-14 17:52:49 +01:00
rubenwardy
61830d59bb Start map reset, ie: Flash CTF mode 2015-07-14 17:52:27 +01:00
rubenwardy
232cc7b35f Remove default setting in wrong place 2015-07-13 17:14:49 +01:00
rubenwardy
37023888b4 New teams after endgame 2015-07-13 17:12:22 +01:00
rubenwardy
4af828a365 Return flag on player death 2015-07-13 17:06:24 +01:00
rubenwardy
5264cc034a Add endgame 2015-07-13 16:44:00 +01:00
rubenwardy
ab87623c91 Rework flag capturing 2015-07-13 14:32:41 +01:00
rubenwardy
b2cc033d1b Better callback running and ctf.reset() 2015-07-13 13:35:59 +01:00
rubenwardy
a7d5d29220 Finish decoupling ctf_flags 2015-07-13 13:19:19 +01:00
rubenwardy
9db50cfd3d Remove ctf.area namespace 2015-07-13 13:05:42 +01:00
rubenwardy
f44e0903c4 Remove chatplus, it's no longer needed 2015-07-13 13:00:18 +01:00
rubenwardy
bd86f8bfef Make global chat default, change style in chat log 2015-07-13 12:59:45 +01:00
rubenwardy
59946bc5a3 Remove traps - it's buggy 2015-07-13 12:40:56 +01:00
rubenwardy
745c77cc55 Update minetest_game mods 2015-07-13 12:40:26 +01:00
fishyWET
3f888b51c5 Add more flag colors 2015-07-13 12:36:16 +01:00
rubenwardy
d8821e542b More decoupling of ctf_flag, ctf.area.get_spawn is now the only coupled thing 2015-07-12 16:52:50 +01:00
rubenwardy
114d2b3c39 Move team functions from core.lua to teams.lua and remove area.lua 2015-07-12 16:42:13 +01:00
rubenwardy
a1b24f73e1 Decouple ctf_flag 2015-07-12 16:37:45 +01:00
rubenwardy
821edc9637 Move flag.lua to ctf_flag/ 2015-07-12 16:10:54 +01:00