[Commits] [wesnoth/wesnoth] 72f138: Fix bug #22306: move_unit moves a unit even when i...

GitHub noreply at github.com
Fri Sep 5 20:56:20 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 72f138c54414bc0349def0271ec1ccbad984a28b
      https://github.com/wesnoth/wesnoth/commit/72f138c54414bc0349def0271ec1ccbad984a28b
  Author: unknown <lweche159 at gmail.com>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M changelog
    M data/core/about.cfg
    M data/lua/wml-tags.lua

  Log Message:
  -----------
  Fix bug #22306: move_unit moves a unit even when it shouldn't

Modified the lua script for wml_action.move_unit. In the
loop to check for vacant tile, if the current location
is equal to the previous location we don't look for a
vacant tile since our location is free (where we are).


  Commit: 8308f7d3b97f215319ac3b1c8e89b609d8781541
      https://github.com/wesnoth/wesnoth/commit/8308f7d3b97f215319ac3b1c8e89b609d8781541
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

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

  Log Message:
  -----------
  fix whitespace at end of line


  Commit: 8cea4b80a15e31927214662ee63b509f08915cc1
      https://github.com/wesnoth/wesnoth/commit/8cea4b80a15e31927214662ee63b509f08915cc1
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

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

  Log Message:
  -----------
  Merge branch 'moveunitbug_fixup'

Conflicts:
	changelog


Compare: https://github.com/wesnoth/wesnoth/compare/cc057d92a24e...8cea4b80a15e


More information about the Commits mailing list