Commit graph

19 commits

Author SHA1 Message Date
ANAND 6b33820447
setup_maps.sh: Improve renaming of maps' screenshot textures
Screenshot textures would be renamed to "<mapname>_screenshot.png", making it explicit that this texture is a screenshot texture.

This fixes a potential bug wherein the screenshot texture could unintentionally override other textures if the map's name matches the texture name. e.g. moon.png - this would now be renamed to moon_screenshot.png.
2020-04-24 00:45:29 +05:30
ANAND ff483a2092
Update maps submodule
> Add Moon map (#83)
2020-04-21 13:22:25 +05:30
rubenwardy ac24f09417 Automatically fix incorrect chest zones in map configs 2020-03-15 01:00:04 +00:00
rubenwardy 02d527eaf5 Add class items 2020-03-14 20:00:32 +00:00
rubenwardy 34d891c6c5 Add classes 2020-03-14 20:00:32 +00:00
ANAND 38e7b46e49
Update maps submodule
> Add custom treasures for Tunnel map (#82)
2019-12-29 20:52:43 +05:30
ANAND 19d9b3efb8 ctf_map_core: Move treasure registration into meta_helpers.lua (#545) 2019-12-28 10:34:26 +01:00
ANAND e5793d7c7f
ctf_map_core: Fix per-map treasures not being registered 2019-12-28 11:05:31 +05:30
ANAND c908af6ccd
Update maps submodule
> Add custom chest zones to "Towers" map (#79)
2019-12-24 20:04:34 +05:30
ANAND 99f2a20cfd
Update maps submodule
> Add "The Maze" map by Waterbug (#63)
2019-12-24 19:01:32 +05:30
MinetestSam 06a1fb3d22 Update pro-section criteria label (#524) 2019-12-15 18:23:51 +05:30
ANAND 9974e3d509
ctf_map_core: Make 'physics' an optional dependency 2019-12-15 15:53:30 +05:30
ANAND e09d79301c
Update maps submodule
> Fix missing barriers underwater and other holes (#76)
2019-12-15 10:59:44 +05:30
ANAND a37df650d6 ctf_map: Re-implement random map selection in a better way (#498) 2019-12-08 11:25:59 +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
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 e7d9465d2a
ctf_map: Convert to modpack; split map maker into separate mod (#475) 2019-11-28 10:51:59 +05:30