[wesnoth-commits] [wesnoth/wesnoth] add999: Fixed unstore_unit lua code (issue #5519)

Charles Dang noreply at github.com
Sat Feb 13 14:43:09 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: add999b9d5c430d0e4b30da053d34229357c7bf2
      https://github.com/wesnoth/wesnoth/commit/add999b9d5c430d0e4b30da053d34229357c7bf2
  Author: MrTitainin <jaromirb at op.pl>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Fixed unstore_unit lua code (issue #5519)

x,y were both binding to whole table instead of their expected values


  Commit: 8db66e8551072517131c108eb77a88b77e8e7e17
      https://github.com/wesnoth/wesnoth/commit/8db66e8551072517131c108eb77a88b77e8e7e17
  Author: MrTitainin <jaromirb at op.pl>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Fixed lua [teleport] code

And changed [unstore_unit] to use table.unpack for shorter code


  Commit: 6bb854408cb521e5fc56770b06a3f1e04248518c
      https://github.com/wesnoth/wesnoth/commit/6bb854408cb521e5fc56770b06a3f1e04248518c
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-02-14 (Sun, 14 Feb 2021)

  Changed paths:
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Merge pull request #5521 from MrTitainin/patch-1

Fixed unstore_unit lua code (issue #5519)


Compare: https://github.com/wesnoth/wesnoth/compare/04a3b2d0022f...6bb854408cb5



More information about the Commits mailing list