Commit graph

651 commits

Author SHA1 Message Date
Thomas--S c875175fd8
Add a basic EditorConfig file (#523) 2019-12-07 16:21:41 +01:00
ANAND dc83862df6 Add support for per-map physics modifiers (#488)
Three new map meta fields are now available to map makers:

- `phys_speed`: Speed multiplier
- `phys_jump`: Jump multiplier
- `phys_gravity`: Gravity multiplier
2019-12-07 10:23:02 +01:00
ANAND f0a8327c18 tsm_chests: Fix floating chests; remove extra bloat (#492) 2019-12-06 06:07:46 +01:00
Thomas--S 19ce34153b
Increase score requirements for is_pro
Closes #519
2019-12-05 19:36:03 +01:00
ANAND 6e35425e4c Add ctf_stats.is_pro; consolidate "pro-ness" calculations (#517) 2019-12-05 19:33:38 +01:00
ANAND ba2c1fdf05
Update maps submodule 2019-12-05 06:49:53 +05:30
ANAND d6717bbe7c
.luacheckrc: Fix undefined variable warnings 2019-11-29 19:52:37 +05:30
ANAND e7d9465d2a
ctf_map: Convert to modpack; split map maker into separate mod (#475) 2019-11-28 10:51:59 +05:30
ANAND 6b33c8e9cc
ctf_stats: Add support for retrieving stats by rank (#454) 2019-11-27 11:30:39 +05:30
MinetestSam 1f10fd9e22 Remove unused team ownership code; improve team listing (#512) 2019-11-25 13:05:45 +05:30
Thomas--S a8aa3f98c9 Maps catalog: Fix crash when index is invalid (#515) 2019-11-25 11:47:23 +05:30
ANAND 7e73ff05eb
Refactor ctf_stats [Part 1] (#491)
Move all chat-commands into separate file - chat.lua
2019-11-25 10:31:53 +05:30
-sniper- (minetest) 3dded7ef3b Remove stone sword from default treasure registration (#516) 2019-11-24 21:39:35 +01:00
ANAND 2845448e6e Combine server join message into team join message (#499) 2019-11-24 21:38:56 +01:00
ANAND 4de074dc17 ctf_stats: Add map name to match summary (#495) 2019-11-24 21:38:15 +01:00
ANAND 64793ea22c Improve /report; add report API (#163) 2019-11-24 21:37:44 +01:00
ANAND f0c4e19b51 update.sh: Use git submodule update instead of manually git pull-ing (#514) 2019-11-23 13:07:36 +01:00
ANAND e3d2a3424f Maps catalog: Add "Skip to map" and "Set as next map" buttons 2019-11-23 12:55:35 +01:00
ANAND a98d759b35 Support optionally specifying map name in /ctf_next 2019-11-23 12:55:35 +01:00
MinetestSam 67cb9b255d Remove unused textures diplo_*.png (#511) 2019-11-16 19:01:36 +05:30
MinetestSam 1c439b163b Remove unused function ctf.post() (#513) 2019-11-16 19:01:02 +05:30
MinetestSam 2dd7a14e31 Improve map makers call-for-action random message (#509) 2019-11-15 17:51:23 +05:30
ANAND 67be903881
Fix collision boxes of dead players not being restored on new match (#508) 2019-11-15 14:07:49 +05:30
ANAND 2c08fa4056
Remove redundant chat-command /post 2019-11-15 07:02:32 +05:30
TSafa-23 1a1d37822e Remove redundant /all chat-command (#507) 2019-11-15 07:01:26 +05:30
ANAND 47374a06db
Require interact and shout privs for /t 2019-11-15 06:47:35 +05:30
MinetestSam 2e3a487ef5 Increase damage of spikes to 7 HP/sec to justify its cost (#503) 2019-11-13 19:30:49 +05:30
ANAND 30ff0b9eb2
ctf_match: Increase skip vote's required majority ratio to 0.6 (#500) 2019-11-13 14:21:01 +05:30
ANAND 720f29adc6 Disable knockback completely 2019-11-11 20:57:10 +05:30
ANAND fa595b681d
Update maps submodule
> Remove extraneous newlines
> Remove screenshot meta field from all the maps (#72)
> Add "A Kingdom In The Nether" map by Waterbug (#66)
2019-11-11 08:07:48 +05:30
ANAND 6f56bfde5b
Update maps submodule
>  Update directory structure of maps, according to #435 (#39)
2019-11-10 17:23:55 +05:30
ANAND b36d54ec76 Auto-detect screenshots without requiring a map meta field 2019-11-10 17:20:38 +05:30
ANAND cbee83a2ac Improve directory structure of maps
- Each map will have its own sub-dir, containing
  - `map.conf` (used to be `<map_name>.conf`)
  - `map.mts` (used to be `<map_name>.mts`)
  - `screenshot.png` (used to be `<map_name>.png`)
  - `skybox_<n>.png` (used to be `<map_name>_skybox_<n>.png`)
- The `ctf_map` post-processing actions for maps has been moved into a dedicated shell script `setup_maps.sh`. This script appropriately renames all the textures to while copying them over to the mod's textures/ sub-dir. e.g.
  - `cool_map/screenshot.png` ---> `cool_map.png`
  - `awesome_map/skybox_2.png` ---> `awesome_map_skybox_2.png`
2019-11-10 17:20:38 +05:30
ANAND 739eac1d10 ctf_map: Consolidate outer barrier node selection into a local function 2019-11-10 07:15:22 +05:30
ANAND 5df1a7d260 ctf_map: Auto-replace stone with ind_stone_red when placing barriers
Also make the c_id variable names more explicit
2019-11-10 07:15:22 +05:30
ANAND 579d449ef4 ctf/core.lua: Fix incorrect indentation 2019-11-09 12:25:45 +05:30
ANAND 38c27736f6 Improve format of ctf.log 2019-11-09 12:25:45 +05:30
ANAND 67dfb30ead
Map maker: Fix crash when submitting fields in /gui 2019-11-09 08:59:44 +05:30
ANAND 28189920d4
Remove leftover debug messages from 2653a09 2019-11-08 08:00:46 +05:30
ANAND 6662139380
Map maker: Simplify storage of barrier_rot config value 2019-11-07 21:05:44 +05:30
ANAND b19523e6a7
Map maker: Fix incorrect field set in mod_storage during reset 2019-11-07 17:38:50 +05:30
ANAND 72c02d81cb
Update maps submodule
> Add torches as initial item on Abandoned Isles (#68)
> Add 'Big Ocean' by gameit (#67)
> README.md: Remove outdated map reviews wiki link
> Add "Wool land" by -sniper- (#45)
> Swap positions of pickaxe and pistol in inventory (#62)
> Add custom chest zones in Hunting Season (#61)
2019-11-07 12:36:17 +05:30
ANAND e84a321143 Make snow non-slippery again (#484) 2019-11-05 13:25:49 +01:00
ANAND 2653a09329
Allocate players into teams on the basis of cumulative team scores (#319)
Implement `ctf.custom_alloc`, which recalculates cumulative team scores and returns the name of the team with the lowest cumulative score.
2019-10-31 20:00:50 +05:30
ANAND 680dd4c87c Fix crash upon invoking /maps_reload (#486) 2019-10-31 10:49:34 +01:00
ANAND f364e73707
Map maker: Fix barrier rotation and outer barrier placement issues (#485) 2019-10-31 12:32:41 +05:30
ANAND ef16fc9971
Add indestructible torch [ctf_map:torch] (#473) 2019-10-30 10:44:56 +05:30
ANAND 17a974c1c3
ctf_map: Move on_joinplayer callback for skybox mgmt. into time_sky.lua 2019-10-29 15:23:15 +05:30
ANAND 04ac8223a9
ctf_treasure/init.lua: Align lines using whitespaces for improved readability 2019-10-29 12:39:50 +05:30
ANAND 179c993ee7 Add per-map skybox support
The skybox textures have to follow this naming convention to be auto-detected by `ctf_map`: `<mapname>_skybox_<1-6>.png`
2019-10-29 12:30:35 +05:30