[Commits] [wesnoth/wesnoth] 2cff46: Added [elseif] support, Lua part. Also included sa...

GitHub noreply at github.com
Fri Apr 4 09:02:15 UTC 2014


  Branch: refs/heads/elseif_branch
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 2cff4662e24c456b1b9e32d8203ef64fa1014905
      https://github.com/wesnoth/wesnoth/commit/2cff4662e24c456b1b9e32d8203ef64fa1014905
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

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

  Log Message:
  -----------
  Added [elseif] support, Lua part. Also included sanity checks for missing [then] tags inside [if]


  Commit: c81530509f582bcb93b94ecd029d283bdda8e64d
      https://github.com/wesnoth/wesnoth/commit/c81530509f582bcb93b94ecd029d283bdda8e64d
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M src/storyscreen/controller.cpp
    M src/storyscreen/part.cpp

  Log Message:
  -----------
  Added [elseif] support, C++ part. This includes the missing [then] checks


  Commit: cf55cf84e6f4c20ce7eda5a8721276d457512844
      https://github.com/wesnoth/wesnoth/commit/cf55cf84e6f4c20ce7eda5a8721276d457512844
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

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

  Log Message:
  -----------
  [while]: added sanity checks for missing [do] tags


  Commit: 7e4beb86303276c20b76226d91828ead3772a2b7
      https://github.com/wesnoth/wesnoth/commit/7e4beb86303276c20b76226d91828ead3772a2b7
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

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

  Log Message:
  -----------
  Get rid of obsolete if_while_handler function


  Commit: df3063ed7060fc1e73b41d8348dab6fe12332e66
      https://github.com/wesnoth/wesnoth/commit/df3063ed7060fc1e73b41d8348dab6fe12332e66
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

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

  Log Message:
  -----------
  [switch]: implemented checks for missing [case], variable= and value=, Lua part


  Commit: 8d73d0ced0f7039af7e143765c95e2a7ee4b9836
      https://github.com/wesnoth/wesnoth/commit/8d73d0ced0f7039af7e143765c95e2a7ee4b9836
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M src/storyscreen/controller.cpp
    M src/storyscreen/part.cpp

  Log Message:
  -----------
  [switch]: implemented checks for missing [case], variable= and value=, C++ part


  Commit: 2caf68aa4b442e6e78290e8c2c755ce310c7d2c5
      https://github.com/wesnoth/wesnoth/commit/2caf68aa4b442e6e78290e8c2c755ce310c7d2c5
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M changelog

  Log Message:
  -----------
  Changelog entries for my series of commits


  Commit: 0aa53a06cceec396d68d0626d1327ec2867f90a1
      https://github.com/wesnoth/wesnoth/commit/0aa53a06cceec396d68d0626d1327ec2867f90a1
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M changelog
    M data/gui/default/window/campaign_dialog.cfg
    M src/multiplayer.cpp
    M src/multiplayer_wait.cpp
    M src/playcampaign.cpp
    M src/playcampaign.hpp
    M src/playmp_controller.cpp
    M src/playturn.cpp
    M src/replay.cpp
    M src/sdl/texture.cpp
    M src/sdl/texture.hpp
    M src/server/game.cpp
    M src/server/game.hpp
    M src/server/server.cpp

  Log Message:
  -----------
  Merge branch 'elseif_branch' of github.com:wesnoth/wesnoth-old into elseif_branch

Merging the branch with the one I created locally.


Compare: https://github.com/wesnoth/wesnoth/compare/9d3594620ed7...0aa53a06ccee


More information about the Commits mailing list