Commit graph

56 commits

Author SHA1 Message Date
rubenwardy 141f165289 Fix use of 5.0 setting method 2019-01-06 00:59:59 +00:00
rubenwardy 919edf0aee Add ability to disable maps 2019-01-06 00:34:36 +00:00
ClobberXD cdef72cf5d Fix missing assignment of return value (#308) 2018-12-30 23:11:17 +00:00
ClobberXD 678c86aef5 Allow players to cross barrier if fly=true, interact=false 2018-11-29 16:19:07 +00:00
ClobberXD b82af22a05 Allow .git in map dirs 2018-11-26 19:29:20 +00:00
ClobberXD 63835a51fa Add maps as submodule in mods/ctf_maps/maps 2018-11-26 19:16:40 +00:00
ClobberXD def3b99150 Fix accidental inclusion of 5.0-only methods 2018-11-20 13:22:44 +00:00
AKryukov92 e6e9760320 Add validation to map detection, to fix some issues 2018-11-16 19:52:02 +00:00
ClobberXD 696a44d3d9 Remove maps 2018-11-16 10:15:39 +00:00
ClobberXD 9ac91d8ee1
Map Editor: Save context to mod_storage until map has been exported (#236) 2018-11-12 18:40:09 +05:30
ClobberXD b07f318411 Improve layout of ctf_map GUI 2018-11-12 04:11:23 +00:00
ClobberXD 58fe5230d6 Replace middle barrier with water if surrounded by water 2018-11-12 04:06:52 +00:00
ClobberXD 6562959e63 Add ceiling and bedrock during barrier placement 2018-11-12 04:05:38 +00:00
ClobberXD 41409ce158 Remove gold-related nodes and craftitems 2018-10-17 22:26:43 +01:00
ClobberXD 6375bb2cf0 Fix map editor not saving team flag positions
Previously, meta was written to map.conf *before* setting the aforementioned values
2018-08-31 13:11:35 +01:00
rubenwardy da8c9b53aa
Revert "Use an LVM to emerge map, place schematic, and fix lighting"
This reverts commit 7732d0c23d.
2018-07-19 22:17:15 +01:00
rubenwardy 35da0ca3fe
Revert "Fix lighting glitches on LVM map caused by engine mapgen"
This reverts commit ae8005a1f4.
2018-07-19 22:17:15 +01:00
rubenwardy 469347f716
Add map reload feature 2018-06-24 23:14:18 +01:00
rubenwardy d3c8f39372
Add /set_next command, cycle rather than random 2018-06-24 21:17:23 +01:00
rubenwardy b4be27e4a5
Require two flags before being able to export 2018-06-23 15:54:00 +01:00
rubenwardy ae8005a1f4
Fix lighting glitches on LVM map caused by engine mapgen 2018-06-23 14:24:57 +01:00
Anand S 7732d0c23d
Use an LVM to emerge map, place schematic, and fix lighting 2018-06-23 13:39:01 +01:00
Jak R da9ab8ec15 Add ind_dirt and ind_dirt_with_grass 2018-06-08 23:35:28 +01:00
SmallJoker 0430aabdb0 Fix ability to use builtin inventory lists to store items between matches or craft 2018-05-04 19:01:53 +01:00
rubenwardy 7bd82dca86 Fix a load of issues, add luacheck and travis 2018-04-06 14:04:56 +01:00
rubenwardy 06b9e6ee8d Add placable flags to map editor 2018-02-04 03:57:32 +00:00
rubenwardy 460774edaa Remove author name from IRC message 2018-01-28 00:39:20 +00:00
rubenwardy c6526d32f2 Announce map name and author to IRC 2018-01-27 19:44:25 +00:00
rubenwardy 8cbceb9e4d Fix dropondie not taking map's initial stuff into account 2018-01-27 18:45:52 +00:00
rubenwardy 77d622b10c Readd clear objects at end of round 2018-01-26 23:24:31 +00:00
rubenwardy c53722376c Fix accidental removal of all but cavern map 2018-01-26 22:58:15 +00:00
rubenwardy 26a153a232 Add support for arbitrary number of chest zones 2018-01-26 22:44:56 +00:00
rubenwardy 6440e66cad Increase number of chests 2018-01-26 20:09:30 +00:00
rubenwardy 512211ca0d Add support for map hints 2018-01-26 18:33:02 +00:00
rubenwardy 8727cc77eb Fix middle barrier not being removed 2018-01-26 17:40:09 +00:00
rubenwardy ba6096148d Add alases to remove unknown nodes in maps 2018-01-26 17:15:46 +00:00
rubenwardy 112d4389ea Hide entity bug by not spawning maps at 0,0,0
This has always been a bug, it's just now more obvious as 0,0,0 may have been visible before.
Ideally the engine would just not bug with entity attachments, but alas.
A better mod-side fix would be to constantly reattach in wield3d and guages, but cba.
2018-01-26 16:26:14 +00:00
rubenwardy e1fd9c21db Fix attempt for loading issues 2018-01-22 03:52:51 +00:00
rubenwardy ae01714049 Add notice of map details 2018-01-22 03:35:40 +00:00
rubenwardy 31ed99b22c Fix wrong offset logic in next map selector 2018-01-22 03:28:16 +00:00
rubenwardy d5b4e5f1ce Add support for sub directories in map dir 2018-01-22 02:23:53 +00:00
rubenwardy 6a53c23f95 Readd team base 2018-01-21 23:09:07 +00:00
rubenwardy 749bde3165 Add per-map initial stuff 2018-01-21 22:10:37 +00:00
rubenwardy d2db81bf9b Reduce number of chests 2018-01-06 03:35:44 +00:00
rubenwardy aa9605574e Fix same map being played twice in a row 2018-01-06 03:21:54 +00:00
rubenwardy 61b909142e Add chest bounds to cavern map 2018-01-06 03:21:39 +00:00
rubenwardy 0a5e05201f Add per-map chest spawn areas 2018-01-06 03:06:32 +00:00
rubenwardy bfa1312583 Fix spawning bugs by using different location for each map 2018-01-06 02:05:51 +00:00
rubenwardy 3216cf75ab Attempt to fix map bugs 2017-12-28 12:49:17 +00:00
rubenwardy ad2750adef Remove stone barrier on match start 2017-12-28 12:48:58 +00:00