Commit graph

  • 82c4dab2bf
    Update ctf_pvp_engine ANAND 2019-07-05 16:12:45 +0530
  • 60d3f2600e
    Merge branch 'master' of https://github.com/MT-CTF/capturetheflag ANAND 2019-07-05 15:49:06 +0530
  • 85959ba913
    Fix deprecated API method calls ANAND 2019-07-05 15:48:59 +0530
  • 03f368743e ctf_map: Force-register aliases (#423) Lone_Wolf 2019-07-04 17:51:13 -0700
  • 1aca94fd8c
    medkits: Fix missing return statement ANAND 2019-07-03 12:24:54 +0530
  • 0d6c80642c Update ctf_pvp_engine rubenwardy 2019-07-03 06:17:47 +0100
  • 37d88a88a1
    Disable respawn immunity message when hitting teammates (#417) ANAND 2019-06-25 18:54:57 +0530
  • 62eb068c35
    Increase capacity of team-chest (#380) ANAND 2019-06-23 12:34:15 +0530
  • 74c8531de4 Maps catalog: Use textareas for hint and license, add others (#413) Thomas--S 2019-05-15 17:04:25 +0200
  • 0d04bfd081 Add random message for maps catalog (#414) Thomas--S 2019-05-14 09:54:02 +0200
  • 72f48db70d
    Update maps submodule ANAND 2019-05-12 23:37:12 +0530
  • 16ba9ef044 update.sh: Move map screenshots to ctf_map/textures/ (#411) Thomas--S 2019-05-12 19:36:39 +0200
  • 4d6b3512ab ctf_map: Move duplicated code to helper function (#410) Thomas--S 2019-05-12 19:33:32 +0200
  • 9956606899 Maps catalog: Abort if no maps are available (#412) Thomas--S 2019-05-12 19:19:14 +0200
  • abbd62acc8
    Add maps catalog (#381) ANAND ︻气デ═一 2019-05-12 18:53:31 +0530
  • 967dee94a0
    Remove leftover debug message ANAND 2019-05-12 14:52:12 +0530
  • b8d1bdc9f3 Fix healing interrupted on new match due to respawn (#400) Lars Müller 2019-05-11 06:27:25 +0200
  • 96636d4c88 Fix crash on grant/revoke of vote_starter, when granter/revoker is nil Thomas--S 2019-05-10 14:09:01 +0200
  • 0eadaf9a96 Fix crash when kick vote target leaves before being kicked Thomas--S 2019-05-09 19:50:46 +0200
  • ba432ea77c Improve feedback message upon reporting (#408) Thomas-AC-Dev 2019-05-10 08:31:15 -0700
  • b9e7b3b58e
    Update ctf_pvp_engine submodule ANAND 2019-05-01 12:11:16 +0530
  • b8b8d66cc0
    README: Remove static list of mods, link to mods/ dir instead (#393) ANAND 2019-04-26 21:50:15 +0530
  • 4917c3dc15
    Update .luacheckrc ANAND 2019-04-12 15:44:42 +0530
  • 4cb8e731ca
    Rename global playertag to ctf_playertag ANAND 2019-04-12 15:38:25 +0530
  • dc850acd9d
    Don't end respawn immunity on hitting team-mates (#404) ANAND 2019-04-12 15:22:32 +0530
  • fea07d8ae8
    Exclude map's initial_stuff from list of treasures (#385) ANAND 2019-04-10 15:37:31 +0530
  • 8f78cd7644
    Update calls to ctf_colors.get_color (#396) ANAND 2019-04-09 14:01:18 +0530
  • fd1103390e
    Remove game_api.txt and minetest.conf.example (#391) ANAND 2019-03-31 16:55:53 +0530
  • 802426b842
    physics: Remove assertions and physics.change (#394) ANAND 2019-03-26 07:28:58 +0530
  • 22ca8de079 Revert "Increase player movement speed (#210)" (#392) ANAND 2019-03-25 05:59:50 +0530
  • 8b2174a7dc Remove saplings and flint fully rubenwardy 2019-03-21 17:45:39 +0000
  • a1f32d8fcf Remove all unused MTG features - Part 2 Anand S 2019-03-18 08:54:41 +0530
  • 703a3bbc50
    Improve grenades (#349) ANAND 2019-03-21 00:40:16 +0530
  • 682f63d74b
    shooter: Fix incorrect eye_height used (#386) rubenwardy 2019-03-20 17:47:26 +0000
  • 17f4cfd58e Add mod.conf for physics mod (#387) ANAND 2019-03-20 23:14:19 +0530
  • 05033060db
    shooter: Fix incorrect eye_height used ANAND 2019-03-20 15:40:43 +0530
  • daf09af648
    Update maps sub-module (#384) ANAND 2019-03-20 13:32:57 +0530
  • 29a0861aef
    Add HUD score elements for flag pickup and capture (#378) ANAND 2019-03-19 22:34:41 +0530
  • ed85e3258b
    Fix indestructible snow and ice not being slippery (#377) ANAND 2019-03-19 22:34:25 +0530
  • d6dab9182a
    Move physics mod into "other" modpack (#382) ANAND 2019-03-19 22:34:05 +0530
  • 86ce4d7328
    Completely remove wooden tools (#331) ANAND 2019-03-19 22:24:43 +0530
  • b9d8d7b2a4 Update random message for reinforced cobble (#375) ANAND 2019-03-17 23:43:17 +0530
  • 9ddfedfe94 Increase player movement speed (#210) ANAND 2019-03-17 20:33:35 +0530
  • a3b41c154c Rename indestructible wool nodes (+ documentation and cleanups) (#367) ANAND 2019-03-17 20:13:31 +0530
  • ab423cea90 Fix param passed to get_player_by_name being nil (#374) ANAND 2019-03-17 16:19:00 +0530
  • b1da18dd86 Add map info to server status message (#175) ANAND 2019-03-17 09:08:24 +0530
  • e3a8f95f59 Add ctf_map.get_team_relative_z() and ctf_map.can_cross() rubenwardy 2019-03-17 03:32:15 +0000
  • d9f8042640
    Optimise hud_score register_globalstep (#372) rubenwardy 2019-03-17 03:21:51 +0000
  • 905ab2607f Add steel ingot to reinforced cobble recipe rubenwardy 2019-03-17 02:27:54 +0000
  • 7fa6da30bf Refactor and clean-up map_maker (#306) ANAND 2019-03-17 07:45:29 +0530
  • 721290085d Add physics modifiers wrapper mod for player physics overrides (#289) ANAND 2019-03-17 07:20:27 +0530
  • 3e2b6c083b Remove unused MTG features (Part 1) ANAND 2019-03-17 07:16:47 +0530
  • 7738ce1281 Update README ANAND 2019-03-17 07:08:40 +0530
  • 123ed6d1f5 Extend /summary to show scores of current match as well ANAND 2019-03-17 07:07:20 +0530
  • 762682ea80
    Merge ctf_team_base into ctf_map rubenwardy 2019-03-17 01:36:15 +0000
  • 5643fdf802 Add hud_score mod API ANAND 2019-03-17 07:05:51 +0530
  • f8b90c60a2 Increase marker visibility time to 30 seconds Thomas--S 2019-03-11 19:55:26 +0100
  • 67975e74c7 Add ctf_markers mod Anand S 2019-03-06 18:39:22 +0530
  • 1a2948b359 Fix normal -> unbreakable bug Thomas--S 2019-03-09 20:54:54 +0100
  • 8b706130aa Fix medkits HP leak due to missing check Anand S 2019-03-07 10:19:35 +0530
  • 32c0726995 Make tsm_chests:chest indestructible ClobberXD 2018-11-28 12:17:54 +0530
  • a5eb95b9ec Update maps sub-module Anand S 2019-03-06 12:31:58 +0530
  • 92c5600d7e Tweak and optimize medkits Anand S 2019-03-06 12:31:35 +0530
  • 82c2477d70 Fix falling sand exploit again rubenwardy 2019-03-05 18:04:19 +0000
  • 806e56d116 Fix Travis error rubenwardy 2019-03-05 13:55:49 +0000
  • 2789d141c3 Tweak medkit settings rubenwardy 2019-03-05 13:53:26 +0000
  • b7bab11c3b Add medkits, remove apples Anand S 2018-11-18 18:45:32 +0530
  • 3e57880520 Add bandages MinetestSam 2019-01-26 13:09:30 +0530
  • 82fb96c168 Fix rebase issue rubenwardy 2019-03-05 13:15:09 +0000
  • cb08c8c6e0 Fix furnace meta not being wiped ANAND 2019-03-05 18:40:00 +0530
  • c9bcfbb36e Make snow slippery rubenwardy 2019-03-05 13:00:05 +0000
  • 2b2a4222a8 Add reinforced cobble ANAND 2019-03-05 18:38:14 +0530
  • ee8073eed1 Add killnode archfan 2019-03-05 07:44:14 -0500
  • 20daeebead Add traps MinetestSam 2018-12-12 23:27:34 +0530
  • 0095c18678 Merge branch 'master' of github.com:MT-CTF/capturetheflag into dev5.0 rubenwardy 2019-03-05 11:09:48 +0000
  • b2fc302822 Combine furnace recipes; use group:stone as input (#340) ANAND 2019-02-28 09:18:50 +0530
  • 91c5f47886 Allow maps to optionally specify custom treasures (#351) ANAND 2019-02-24 10:41:16 +0530
  • 03fea8fac2 Set sprint_stamina to 10; double the prev. setting (#341) ANAND 2019-02-23 20:42:09 +0530
  • b54f6b204d Set collide_with_objects to false for arrows (#343) ANAND 2019-02-23 20:41:49 +0530
  • 84c55a3d7a Reduce width of name column in scores formspec (#344) ANAND 2019-02-23 20:41:35 +0530
  • 3955a1d765 Fix missing indestructible stairs and wool ANAND 2019-02-23 20:40:15 +0530
  • 97d3e6ba78 Fix gauges rubenwardy 2019-02-03 04:26:02 +0000
  • 947715fbe8 Fix bugs introduced by Minetest 5.0 rubenwardy 2019-01-08 21:24:35 +0000
  • 5daefadc7e Add 'Indestructible' prefix to indestructible nodes MinetestSam 2019-01-17 00:16:20 +0530
  • 9f3c9afec4 Fix textures placed in the incorrect directory ClobberXD 2019-01-16 16:13:07 +0530
  • dd722cb08a Provide a large set of indestructible nodes with ctf_map ClobberXD 2019-01-13 22:23:36 +0530
  • 3c57a71f20 Improve sorting of player score metric rubenwardy 2019-01-11 19:01:49 +0000
  • 4d299b19d6 Readd maps submodule rubenwardy 2019-01-11 18:51:35 +0000
  • 96ae526c24 Fix update, actually this time rubenwardy 2019-01-11 16:32:41 +0000
  • 6adf818289 Fix update rubenwardy 2019-01-11 16:31:04 +0000
  • af9d3c212c Add player ranking breakdown rubenwardy 2019-01-11 16:29:36 +0000
  • b38a89c2fe Reorganise game into modpacks rubenwardy 2019-01-11 15:45:27 +0000
  • 86a5266bb5 Reorder crafting recipes to display more important recipes on first page ClobberXD 2019-01-11 16:44:31 +0530
  • bb67e026ff
    Fix crash due to regression in previous commit rubenwardy 2019-01-09 20:05:43 +0000
  • 2bf00d37b6
    Remove debug error printing from ctf_map rubenwardy 2019-01-09 17:34:51 +0000
  • 29927d8d01 Add alternate furnace recipe MinetestSam 2019-01-09 19:14:42 +0530
  • 141f165289 Fix use of 5.0 setting method rubenwardy 2019-01-06 00:59:59 +0000
  • 919edf0aee Add ability to disable maps rubenwardy 2019-01-06 00:34:36 +0000
  • 6b657ceff6 Fix linter rubenwardy 2019-01-05 23:41:24 +0000
  • 244d256afe Remove ABMs rubenwardy 2019-01-05 23:24:53 +0000