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
ANAND
baa15e39a6
Optimise map parsing for more flexibility
2019-10-29 12:30:35 +05:30
MinetestSam
b04f904f8b
Fixing documentation for reinforced cobble ( #482 )
2019-10-28 19:03:48 +01:00
MinetestSam
e282ed405b
Add damage cobble to default treasure registration ( #481 )
2019-10-28 19:01:19 +05:30
ANAND
5eb5d3311a
Improve log messages ( #422 )
...
- Add log messages wherever required/useful
- Remove unnecessary log messages and print statements
- Convert print statements to minetest.log
- Fix incorrect log level for some messages
- Trivial code-style fixes
2019-10-18 11:22:18 +05:30
ANAND
21e7daa183
Add support for optionally setting start time and time speed per-map ( #478 )
2019-10-17 10:48:06 +05:30
David Leal
8241544d07
Improve README.md ( #451 )
2019-10-17 10:47:47 +05:30
KaylebJay
a39b1c8950
Add stone and steel axes to default treasures ( #474 )
2019-10-13 11:49:57 +05:30
ANAND
96c21f2ef5
ctf_map: Fix crash due to missing item description for some stairs
2019-10-11 17:22:36 +05:30
ANAND
3797c703ad
ctf_map: Fix description of ind. stairs and wool
2019-10-10 19:15:32 +05:30
ANAND
136211a073
ctf_map: Add missing documentation for some map meta fields
2019-10-09 20:20:14 +05:30
ANAND
526031473b
ctf_map/base.lua: Fix code-style
2019-10-09 20:20:14 +05:30
ANAND
c4e3683071
Map maker: Add support for optionally specifying base node
2019-10-09 20:20:14 +05:30
MinetestSam
31ba4286fe
Colorize random messages ( #467 )
2019-10-09 19:19:41 +05:30
MinetestSam
2d6b16de43
Remove collision boxes of dead players ( #468 )
2019-10-09 19:19:03 +05:30
ANAND
0eb5b71648
Update maps submodule
...
- Repair Plain Battle
2019-10-09 12:31:49 +05:30
ANAND
fcb0fedf32
Update maps submodule
...
Changes:
- "Abandoned Isles" by gimp and caoutiouspotato
- "Towers" by Atmozpheric
- Improvements to "Tunnel"
- Addition of 5 torches to initial_stuff of "Ice Age"
2019-10-06 13:42:32 +05:30
MinetestSam
552a79a54e
Add eligibility criteria for participating in kick votes ( #463 )
...
Players should have a score of 1000 or greater to be able to vote in kick votes.
2019-10-02 20:02:09 +05:30
ANAND
2ae401d4f5
ctf_chat: Add colored PMs ( #449 )
...
- Sender name is colorized according to their team color.
- Message body is colorized according to the setting `ctf_chat.message_color`; defaults to `#E043FF`.
2019-09-18 02:28:17 +08:00
ANAND
da245981aa
Update maps submodule
...
> Add license to existing maps (#49 )
2019-09-17 23:46:21 +05:30
Panquesito7
08cbc41409
dropondie: Fix deprecated API function calls
2019-09-07 14:36:18 +05:30
ANAND
2b395cdedc
update.sh: Don't pull ctf_pvp_engine
2019-09-07 13:33:43 +05:30
ANAND
d16d7fa09c
Improve attribution of shooter_explode.ogg
2019-09-02 13:04:43 +05:30
ANAND
67c1dfa4ee
Replace shooter_explode.ogg with the new, licensed sound from MTG
2019-09-02 06:32:19 +05:30
ANAND
5e3578ae00
ctf_map: Dofile base.lua only when ctf
exists
...
This prevents a crash when running in map-maker mode, as base.lua (which is unnecessarily dofile'd) contains code which re-defines `ctf.get_spawn`
2019-08-31 12:48:46 +05:30
ANAND
f04663fc6c
Fix depends.txt present in mods from ctf_pvp_engine
2019-08-31 11:40:46 +05:30
Panquesito7
515b0ca1f7
Use mod.conf and modpack.conf
...
Replaces depends.txt, description.txt, and modpack.txt
2019-08-31 10:31:14 +05:30
rubenwardy
aa0cc1ab53
Update Lib ChatCmdBuilder
2019-08-28 18:57:11 +01:00
rubenwardy
ebf4316594
Fix issues found by luacheck
2019-08-28 18:54:24 +01:00
rubenwardy
450027c3b7
Dissolve ctf_pvp_engine modpack into other modpacks
2019-08-28 18:46:14 +01:00