[wesnoth-commits] [wesnoth/wesnoth] bea3b1: Lua Cave Mapgen: Support comma-separated chamber l...

GitHub noreply at github.com
Wed Oct 24 02:52:40 UTC 2018


  Branch: refs/heads/lua_mapgen_stuff
  Home:   https://github.com/wesnoth/wesnoth
  Commit: bea3b11963b751251b3da6897647bfba19ce1a14
      https://github.com/wesnoth/wesnoth/commit/bea3b11963b751251b3da6897647bfba19ce1a14
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  Changed paths:
    M data/lua/cave_map_generator.lua

  Log Message:
  -----------
  Lua Cave Mapgen: Support comma-separated chamber locations


  Commit: df0bcc3a21a0881348de4239c867d5aa08f4bb95
      https://github.com/wesnoth/wesnoth/commit/df0bcc3a21a0881348de4239c867d5aa08f4bb95
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: c28abf7c37b63ae365096318dc85a0b9d843a2b2
      https://github.com/wesnoth/wesnoth/commit/c28abf7c37b63ae365096318dc85a0b9d843a2b2
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  Changed paths:
    M data/lua/cave_map_generator.lua

  Log Message:
  -----------
  Lua Cave Mapgen: Allow alternate clear and village terrains


  Commit: c5b92a59e76e000e42e628a947e08cf34f8aae8a
      https://github.com/wesnoth/wesnoth/commit/c5b92a59e76e000e42e628a947e08cf34f8aae8a
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: 30c1df01c43c9eb741a191d7fbc28f5cd0854af6
      https://github.com/wesnoth/wesnoth/commit/30c1df01c43c9eb741a191d7fbc28f5cd0854af6
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: e5fa9d6a28d654fc17477ce5ce91e58e335c9442
      https://github.com/wesnoth/wesnoth/commit/e5fa9d6a28d654fc17477ce5ce91e58e335c9442
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  Changed paths:
    M data/lua/mapgen_helper.lua

  Log Message:
  -----------
  Lua cave mapgen: Maintain compatibility support for - in chamber locations


  Commit: faf9a9dc8eba25841f096f56ec9b6d15ed99c7ba
      https://github.com/wesnoth/wesnoth/commit/faf9a9dc8eba25841f096f56ec9b6d15ed99c7ba
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: f4cc1e3f33c76f370d07539270c5491c24a3193c
      https://github.com/wesnoth/wesnoth/commit/f4cc1e3f33c76f370d07539270c5491c24a3193c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  Changed paths:
    M data/multiplayer/scenarios/Random_Scenario_Cave.cfg

  Log Message:
  -----------
  Add a little more variety to the cave map (trees, swamp)


  Commit: b59dec1981e2037dd537e4573d04fb7bec82beb9
      https://github.com/wesnoth/wesnoth/commit/b59dec1981e2037dd537e4573d04fb7bec82beb9
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: a24bf82cbd0d818a7b2e33df007262a7716796d3
      https://github.com/wesnoth/wesnoth/commit/a24bf82cbd0d818a7b2e33df007262a7716796d3
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: 690098c6d270df8212210d49bead44440350102c
      https://github.com/wesnoth/wesnoth/commit/690098c6d270df8212210d49bead44440350102c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: eb8f6679ea3a5fa86670c331f94c5bec10ee513f
      https://github.com/wesnoth/wesnoth/commit/eb8f6679ea3a5fa86670c331f94c5bec10ee513f
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: 9870cc9d04a44887bf11099b7236d3b25d41eda2
      https://github.com/wesnoth/wesnoth/commit/9870cc9d04a44887bf11099b7236d3b25d41eda2
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: 51176aa76589e7d8149559b432553c788e980404
      https://github.com/wesnoth/wesnoth/commit/51176aa76589e7d8149559b432553c788e980404
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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: cd87c9594c4f4f7206995ad745b9d6bcec1e2178
      https://github.com/wesnoth/wesnoth/commit/cd87c9594c4f4f7206995ad745b9d6bcec1e2178
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  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/b0bf38a730d3...cd87c9594c4f
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Commits mailing list