[Commits] [wesnoth/wesnoth] 18b135: Lua API: Fix ai table sometimes unexpectedly becom...

GitHub noreply at github.com
Thu Mar 24 21:49:19 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 18b1356d747d8b8b5d0d081b4c2c0176d26c33ca
      https://github.com/wesnoth/wesnoth/commit/18b1356d747d8b8b5d0d081b4c2c0176d26c33ca
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M src/ai/lua/core.cpp
    M src/ai/lua/core.hpp

  Log Message:
  -----------
  Lua API: Fix ai table sometimes unexpectedly becoming read-only
This could happen if an AI action was checked or executed, and that action made use of an aspect or goal that was implemented in Lua.


  Commit: d48060bc00418d1b877ceaef94732aba9356bf4d
      https://github.com/wesnoth/wesnoth/commit/d48060bc00418d1b877ceaef94732aba9356bf4d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M data/ai/lua/extCAexample.lua
    M data/ai/scenarios/scenario-lua_ai.cfg

  Log Message:
  -----------
  Fix external Lua CA example for new syntax


  Commit: 16ed12f7defbdda20808ef19afa62a92fdc33ad8
      https://github.com/wesnoth/wesnoth/commit/16ed12f7defbdda20808ef19afa62a92fdc33ad8
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M data/ai/micro_ais/engines/lurker_moves.fai
    M data/ai/micro_ais/scenarios/lurkers.cfg

  Log Message:
  -----------
  Fix FormulaAI lurkers example


  Commit: a6fbabead20c2abf2f0b7c59b760c0b9cb90b63e
      https://github.com/wesnoth/wesnoth/commit/a6fbabead20c2abf2f0b7c59b760c0b9cb90b63e
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M data/gui/schema.cfg
    M src/gui/widgets/scroll_label.cpp
    M src/gui/widgets/scroll_label.hpp

  Log Message:
  -----------
  GUI2: Add wrap key to [scroll_label]


  Commit: 7f4c04c6764dcaeb387be09e6e796f82a4b987f5
      https://github.com/wesnoth/wesnoth/commit/7f4c04c6764dcaeb387be09e6e796f82a4b987f5
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M src/gui/dialogs/formula_debugger.cpp

  Log Message:
  -----------
  tformula_debugger: Scroll execution trace and stack to the bottom


Compare: https://github.com/wesnoth/wesnoth/compare/cccf1f860418...7f4c04c6764d


More information about the Commits mailing list