[Commits] [wesnoth/wesnoth] 5109a3: Revert use of Lua for teleport, leadership, and ba...
GitHub
noreply at github.com
Tue Jun 20 04:27:25 UTC 2017
Branch: refs/heads/wfl_filters
Home: https://github.com/wesnoth/wesnoth
Commit: 5109a36b5674a3ba990e276309d555590417e1bc
https://github.com/wesnoth/wesnoth/commit/5109a36b5674a3ba990e276309d555590417e1bc
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-18 (Sun, 18 Jun 2017)
Changed paths:
M data/core/_main.cfg
M data/core/macros/abilities.cfg
R data/lua/teleport_filter.lua
Log Message:
-----------
Revert use of Lua for teleport, leadership, and backstab
Commit: beace5cd8675a2f82066e03cbb080f75aed0eb71
https://github.com/wesnoth/wesnoth/commit/beace5cd8675a2f82066e03cbb080f75aed0eb71
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-18 (Sun, 18 Jun 2017)
Changed paths:
M data/core/macros/abilities.cfg
Log Message:
-----------
Use WFL for leadership to avoid needing delayed variable substitution
Commit: 3376cd0938deaf434600ac63fe5106f670e9e23e
https://github.com/wesnoth/wesnoth/commit/3376cd0938deaf434600ac63fe5106f670e9e23e
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M changelog
M src/ai/formula/ai.cpp
M src/formula/callable_objects.cpp
M src/formula/callable_objects.hpp
M src/terrain/filter.cpp
Log Message:
-----------
Add owner key to terrain space callable
Commit: b0b0980c10d04347ad3836ea8394ccaeae7c38b1
https://github.com/wesnoth/wesnoth/commit/b0b0980c10d04347ad3836ea8394ccaeae7c38b1
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M changelog
M src/units/filter.cpp
Log Message:
-----------
SUF: Fix $other_unit not being available in nested [and], [or], [not]
Commit: 8914cacc132428531a02ecb37368072d80b14817
https://github.com/wesnoth/wesnoth/commit/8914cacc132428531a02ecb37368072d80b14817
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M changelog
M src/pathfind/teleport.cpp
M src/terrain/filter.cpp
M src/terrain/filter.hpp
Log Message:
-----------
Move implementation of $teleport_unit into SLF so it can be passed to location formulas
Commit: 20c1e81e64c2c4e99f00fe6b66f5056da1f06669
https://github.com/wesnoth/wesnoth/commit/20c1e81e64c2c4e99f00fe6b66f5056da1f06669
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M changelog
M src/ai/formula/function_table.cpp
M src/formula/function.cpp
M src/formula/function.hpp
Log Message:
-----------
WFL: Fix stack overflow when attempting to call a non-existent function
Commit: 3a84922c1504459c0bb1e30ca15dc6d063359903
https://github.com/wesnoth/wesnoth/commit/3a84922c1504459c0bb1e30ca15dc6d063359903
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M changelog
M projectfiles/VC12/wesnoth.vcxproj
M projectfiles/VC12/wesnoth.vcxproj.filters
M source_lists/wesnoth
M src/ai/formula/function_table.cpp
M src/formula/function.cpp
M src/formula/function.hpp
A src/formula/function_gamestate.cpp
A src/formula/function_gamestate.hpp
M src/side_filter.cpp
M src/terrain/filter.cpp
M src/units/attack_type.cpp
M src/units/filter.cpp
Log Message:
-----------
Allow filter formulas to use a number of previously FormulaAI-exclusive functions
Commit: a3a219650439acb8f84ce0a955993dad89da3710
https://github.com/wesnoth/wesnoth/commit/a3a219650439acb8f84ce0a955993dad89da3710
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M data/core/macros/abilities.cfg
Log Message:
-----------
Use WFL for teleport ability to avoid requiring delayed variable substitution
Commit: 39a56bbc959b85020842dffa6edd3729e99cf893
https://github.com/wesnoth/wesnoth/commit/39a56bbc959b85020842dffa6edd3729e99cf893
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M changelog
M src/formula/function.cpp
M src/formula/function_gamestate.cpp
Log Message:
-----------
Add WFL functions for manipulating locations
Commit: 234e7cb0089c6b1969d6468a590e8cc9a1dd00e4
https://github.com/wesnoth/wesnoth/commit/234e7cb0089c6b1969d6468a590e8cc9a1dd00e4
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M changelog
M src/formula/function_gamestate.cpp
Log Message:
-----------
Add enemy_of WFL function to test alliances
Commit: 4f0513e2174739e421754a840c0e6bea8e838c34
https://github.com/wesnoth/wesnoth/commit/4f0513e2174739e421754a840c0e6bea8e838c34
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M data/core/macros/abilities.cfg
Log Message:
-----------
Use WFL to implement backstab, to avoid needing delayed variable substitution
Compare: https://github.com/wesnoth/wesnoth/compare/5109a36b5674^...4f0513e21747
More information about the Commits
mailing list