[wesnoth-commits] [wesnoth/wesnoth] 57091f: Lua Cave Mapgen: Support comma-separated chamber l...
Celtic Minstrel
noreply at github.com
Fri Oct 11 04:30:53 UTC 2019
Branch: refs/heads/lua_mapgen_stuff
Home: https://github.com/wesnoth/wesnoth
Commit: 57091f4c68f44c737aaf98a49b078e564a5dda9b
https://github.com/wesnoth/wesnoth/commit/57091f4c68f44c737aaf98a49b078e564a5dda9b
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/lua/cave_map_generator.lua
Log Message:
-----------
Lua Cave Mapgen: Support comma-separated chamber locations
Commit: 71f0786ed07f78b57a9005f3ebcfa0af0d47529f
https://github.com/wesnoth/wesnoth/commit/71f0786ed07f78b57a9005f3ebcfa0af0d47529f
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/campaigns/Heir_To_The_Throne/scenarios/17_Scepter_of_Fire.cfg
M data/campaigns/Sceptre_of_Fire/scenarios/4_Gathering_Materials.cfg
M data/lua/cave_map_generator.lua
M data/lua/mapgen_helper.lua
Log Message:
-----------
Lua mapgen: Use helper.rand for chamber locations
Commit: 3621432d5feacffc5f3ac7f1f87d73458e6f88e1
https://github.com/wesnoth/wesnoth/commit/3621432d5feacffc5f3ac7f1f87d73458e6f88e1
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/lua/cave_map_generator.lua
Log Message:
-----------
Lua Cave Mapgen: Allow alternate clear and village terrains
Commit: d2c98087e3a3a33c46d9121918987a8dcde411f0
https://github.com/wesnoth/wesnoth/commit/d2c98087e3a3a33c46d9121918987a8dcde411f0
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/lua/cave_map_generator.lua
Log Message:
-----------
Lua Cave Mapgen: Allow a chamber's existence to depend on number of players
Commit: a7cb9d901c4eb2a507a02647b0381bb15daf86ba
https://github.com/wesnoth/wesnoth/commit/a7cb9d901c4eb2a507a02647b0381bb15daf86ba
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
A data/multiplayer/scenarios/Random_Scenario_Cave.cfg
Log Message:
-----------
Add a multiplayer cave random map
Currently it's restricted to debug-only since it's somewhat experimental.
Commit: 5d994b0c5fbd4f8b62f2d3877f6a1963753a389a
https://github.com/wesnoth/wesnoth/commit/5d994b0c5fbd4f8b62f2d3877f6a1963753a389a
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/lua/mapgen_helper.lua
Log Message:
-----------
Lua cave mapgen: Maintain compatibility support for - in chamber locations
Commit: 574e01716b067e7a12ae9e1b2e2b89ff8d8caa8b
https://github.com/wesnoth/wesnoth/commit/574e01716b067e7a12ae9e1b2e2b89ff8d8caa8b
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/lua/cave_map_generator.lua
M data/lua/mapgen_helper.lua
M data/multiplayer/scenarios/Random_Scenario_Cave.cfg
Log Message:
-----------
Support [road_cost] in [passage]
Commit: 232696ac4e84c77d9cf7ffb524bf6e7ee8f00ef2
https://github.com/wesnoth/wesnoth/commit/232696ac4e84c77d9cf7ffb524bf6e7ee8f00ef2
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/multiplayer/scenarios/Random_Scenario_Cave.cfg
Log Message:
-----------
Add a little more variety to the cave map (trees, swamp)
Commit: ca6b63eba5ccc70f77cc66fb93deef461c87c6a1
https://github.com/wesnoth/wesnoth/commit/ca6b63eba5ccc70f77cc66fb93deef461c87c6a1
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/lua/cave_map_generator.lua
M data/multiplayer/scenarios/Random_Scenario_Cave.cfg
Log Message:
-----------
Fix road patchiness, missing keeps, and boring tunnels
Commit: 3ca44f3d7d10b8f3a5d10ab10ed2df4c1ae01a6c
https://github.com/wesnoth/wesnoth/commit/3ca44f3d7d10b8f3a5d10ab10ed2df4c1ae01a6c
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/lua/cave_map_generator.lua
M data/multiplayer/scenarios/Random_Scenario_Cave.cfg
Log Message:
-----------
Allow specifying chamber locations relative to any map edge or corner, or relative to the map center
Commit: 68eb6863b3fb17b25d26e8e407eadd7f60f3fc18
https://github.com/wesnoth/wesnoth/commit/68eb6863b3fb17b25d26e8e407eadd7f60f3fc18
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/multiplayer/scenarios/Random_Scenario_Cave.cfg
M src/scripting/mapgen_lua_kernel.cpp
M src/scripting/mapgen_lua_kernel.hpp
Log Message:
-----------
Allow mapgen user_config functions to mutate the [generator] config
(Also fixed a missing undef in the sample MP cave map)
Commit: 80e2af2afa5f3ada51a0cb551011d6089498d4ff
https://github.com/wesnoth/wesnoth/commit/80e2af2afa5f3ada51a0cb551011d6089498d4ff
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M src/gui/dialogs/editor/generator_settings.cpp
Log Message:
-----------
Use variables for village density label
(Who knows, maybe some language has its own standard way of displaying ratios!)
Commit: a1402664baeb2730635b6911e1520ae67bd99247
https://github.com/wesnoth/wesnoth/commit/a1402664baeb2730635b6911e1520ae67bd99247
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/lua/cave_map_generator.lua
M data/multiplayer/scenarios/Random_Scenario_Cave.cfg
Log Message:
-----------
Implement a settings dialog for the sample cave map generator
Commit: 1e5b6e5a6017b39cec8e78abf6f0637e8f8bd37f
https://github.com/wesnoth/wesnoth/commit/1e5b6e5a6017b39cec8e78abf6f0637e8f8bd37f
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M src/scripting/mapgen_lua_kernel.cpp
Log Message:
-----------
Make it optional for the map generator user_config to return the new settings
Commit: b605d72fb70a00824a9e1763aa7c70ac8579cdee
https://github.com/wesnoth/wesnoth/commit/b605d72fb70a00824a9e1763aa7c70ac8579cdee
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-10-11 (Fri, 11 Oct 2019)
Changed paths:
M data/lua/cave_map_generator.lua
Log Message:
-----------
Fix issue with map generation occasionally failing
Compare: https://github.com/wesnoth/wesnoth/compare/bc89a31fec94...b605d72fb70a
More information about the Commits
mailing list