Commit graph

107 commits

Author SHA1 Message Date
ANAND
99bb09def6
ctf_events: Fix grenade kills not being detected (#428) 2019-07-10 15:49:33 +05:30
ANAND
f3cd2a0539
Update maps submodule 2019-07-06 14:03:19 +05:30
ANAND
c30d3d84d9
ctf_map: Fix per-map treasures registering at server startup (#421)
Fixes regression introduced by abbd62ac, which calls `load_map_meta` for all maps right at server startup, instead of calling it per-map for every new match.
2019-07-06 10:16:04 +05:30
Lone_Wolf
045281e60d Fix crash due to missed updation of ctf_color.get_color in ctf_bounties (#427) 2019-07-05 21:48:59 +05:30
ANAND
102792032a
Update maps submodule 2019-07-05 19:57:35 +05:30
Lone_Wolf
03f368743e ctf_map: Force-register aliases (#423)
Fixes aliases not being registered, as they are names of existing items.
2019-07-05 06:21:13 +05:30
ANAND
37d88a88a1
Disable respawn immunity message when hitting teammates (#417) 2019-06-25 18:54:57 +05:30
ANAND
62eb068c35
Increase capacity of team-chest (#380)
+ cosmetic and code-style improvements
2019-06-23 12:34:15 +05:30
Thomas--S
74c8531de4 Maps catalog: Use textareas for hint and license, add others (#413) 2019-05-15 20:34:25 +05:30
ANAND
72f48db70d
Update maps submodule
Screenshots have been added for all existing maps
2019-05-12 23:37:37 +05:30
Thomas--S
16ba9ef044 update.sh: Move map screenshots to ctf_map/textures/ (#411) 2019-05-12 23:06:39 +05:30
Thomas--S
4d6b3512ab ctf_map: Move duplicated code to helper function (#410) 2019-05-12 23:03:32 +05:30
Thomas--S
9956606899 Maps catalog: Abort if no maps are available (#412) 2019-05-12 22:49:14 +05:30
ANAND ︻气デ═一
abbd62acc8
Add maps catalog (#381)
This allows maps to have a description, a valid viewable license, screenshot, etc.
2019-05-12 18:53:31 +05:30
ANAND
4cb8e731ca
Rename global playertag to ctf_playertag 2019-04-12 15:41:14 +05:30
ANAND
dc850acd9d
Don't end respawn immunity on hitting team-mates (#404) 2019-04-12 15:22:32 +05:30
ANAND
fea07d8ae8
Exclude map's initial_stuff from list of treasures (#385) 2019-04-10 15:37:31 +05:30
ANAND
8f78cd7644
Update calls to ctf_colors.get_color (#396)
MT-CTF/ctf_pvp_engine#35. Also update ctf_pvp_engine submodule.
2019-04-09 14:01:18 +05:30
rubenwardy
8b2174a7dc Remove saplings and flint fully 2019-03-21 17:45:39 +00:00
ANAND
daf09af648
Update maps sub-module (#384)
Includes fix for unknown items, due to maps specifying wooden tools as initial stuff.
2019-03-20 13:32:57 +05:30
ANAND
29a0861aef
Add HUD score elements for flag pickup and capture (#378) 2019-03-19 22:34:41 +05:30
ANAND
ed85e3258b
Fix indestructible snow and ice not being slippery (#377) 2019-03-19 22:34:25 +05:30
ANAND
86ce4d7328
Completely remove wooden tools (#331)
The default items given on respawn will consist of wooden tools instead.
2019-03-19 22:24:43 +05:30
ANAND
a3b41c154c Rename indestructible wool nodes (+ documentation and cleanups) (#367) 2019-03-17 14:43:31 +00:00
ANAND
ab423cea90 Fix param passed to get_player_by_name being nil (#374) 2019-03-17 10:49:00 +00:00
ANAND
b1da18dd86 Add map info to server status message (#175) 2019-03-17 03:38:24 +00:00
rubenwardy
e3a8f95f59 Add ctf_map.get_team_relative_z() and ctf_map.can_cross() 2019-03-17 03:33:12 +00:00
rubenwardy
905ab2607f Add steel ingot to reinforced cobble recipe 2019-03-17 02:29:16 +00:00
ANAND
7fa6da30bf Refactor and clean-up map_maker (#306) 2019-03-17 02:15:29 +00:00
ANAND
123ed6d1f5 Extend /summary to show scores of current match as well
Fixes #310
2019-03-17 01:37:20 +00:00
rubenwardy
762682ea80
Merge ctf_team_base into ctf_map 2019-03-17 01:36:15 +00:00
ANAND
5643fdf802 Add hud_score mod API
Fixes #72
2019-03-17 01:35:51 +00:00
Thomas--S
f8b90c60a2 Increase marker visibility time to 30 seconds 2019-03-17 01:33:56 +00:00
Anand S
67975e74c7 Add ctf_markers mod 2019-03-10 00:32:34 +00:00
Thomas--S
1a2948b359 Fix normal -> unbreakable bug 2019-03-09 23:30:08 +00:00
Anand S
a5eb95b9ec Update maps sub-module 2019-03-06 07:27:29 +00:00
Anand S
92c5600d7e Tweak and optimize medkits 2019-03-06 07:27:29 +00:00
Anand S
b7bab11c3b Add medkits, remove apples 2019-03-05 13:54:25 +00:00
MinetestSam
3e57880520 Add bandages 2019-03-05 13:44:14 +00:00
rubenwardy
82fb96c168 Fix rebase issue 2019-03-05 13:15:09 +00:00
ANAND
cb08c8c6e0 Fix furnace meta not being wiped 2019-03-05 13:10:00 +00:00
ANAND
2b2a4222a8 Add reinforced cobble 2019-03-05 13:08:14 +00:00
archfan
ee8073eed1 Add killnode 2019-03-05 12:44:14 +00:00
MinetestSam
20daeebead Add traps 2019-03-05 12:39:55 +00:00
rubenwardy
0095c18678 Merge branch 'master' of github.com:MT-CTF/capturetheflag into dev5.0 2019-03-05 11:09:48 +00:00
ANAND
b2fc302822 Combine furnace recipes; use group:stone as input (#340) 2019-02-28 03:48:50 +00:00
ANAND
91c5f47886 Allow maps to optionally specify custom treasures (#351) 2019-02-24 05:11:16 +00:00
ANAND
84c55a3d7a Reduce width of name column in scores formspec (#344) 2019-02-23 15:11:35 +00:00
ANAND
3955a1d765 Fix missing indestructible stairs and wool 2019-02-23 15:10:15 +00:00
rubenwardy
947715fbe8 Fix bugs introduced by Minetest 5.0 2019-02-03 04:21:27 +00:00
MinetestSam
5daefadc7e Add 'Indestructible' prefix to indestructible nodes 2019-01-16 18:46:20 +00:00
ClobberXD
9f3c9afec4 Fix textures placed in the incorrect directory 2019-01-16 10:43:07 +00:00
ClobberXD
dd722cb08a Provide a large set of indestructible nodes with ctf_map 2019-01-13 16:53:36 +00:00
rubenwardy
3c57a71f20 Improve sorting of player score metric 2019-01-11 19:01:49 +00:00
rubenwardy
4d299b19d6 Readd maps submodule 2019-01-11 18:51:35 +00:00
rubenwardy
af9d3c212c Add player ranking breakdown 2019-01-11 16:29:36 +00:00
rubenwardy
b38a89c2fe Reorganise game into modpacks 2019-01-11 15:52:47 +00:00