[wesnoth-commits] [wesnoth/wesnoth] 34cce9: Deprecate wml_utils.parenthetical_split in favour ...
Celtic Minstrel
noreply at github.com
Wed Dec 4 13:55:18 UTC 2019
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 34cce96a584d9b8ca756654dcd147bca89a7f43f
https://github.com/wesnoth/wesnoth/commit/34cce96a584d9b8ca756654dcd147bca89a7f43f
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M data/lua/wml-utils.lua
Log Message:
-----------
Deprecate wml_utils.parenthetical_split in favour of stringx.split
There were no uses of this function in core Lua files.
Commit: 31467d29d77e7063317f13a38affd66f70bcff80
https://github.com/wesnoth/wesnoth/commit/31467d29d77e7063317f13a38affd66f70bcff80
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M data/lua/wml-utils.lua
Log Message:
-----------
Deprecate wml_utils.split in favour of stringx.split
Commit: d9b5e3c4df773bedffaa3c2db9fc3e7eadaf1bdd
https://github.com/wesnoth/wesnoth/commit/d9b5e3c4df773bedffaa3c2db9fc3e7eadaf1bdd
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M data/lua/on_event.lua
M data/lua/wml-flow.lua
M data/lua/wml-tags.lua
M data/lua/wml/endlevel.lua
M data/lua/wml/message.lua
M data/lua/wml/modify_side.lua
M data/lua/wml/modify_unit.lua
M data/lua/wml/move_unit.lua
M data/lua/wml/role.lua
Log Message:
-----------
Replace uses of wml_utils.split with stringx.split
Commit: f2f35cbd3847a7e880a963608acef1d432844503
https://github.com/wesnoth/wesnoth/commit/f2f35cbd3847a7e880a963608acef1d432844503
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M data/lua/wml/move_unit.lua
Log Message:
-----------
Fix broken [move_units]dir=
Commit: 7a1390adf71eab82d3f5cd0b8620fc2448597e74
https://github.com/wesnoth/wesnoth/commit/7a1390adf71eab82d3f5cd0b8620fc2448597e74
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M data/lua/on_event.lua
M data/lua/wml/endlevel.lua
M data/lua/wml/move_unit.lua
Log Message:
-----------
Remove "wml-utils" require from files that no longer use it
Commit: 9ae3be7386b8c05d5f7ee2b0a0e00cdadbf2cb09
https://github.com/wesnoth/wesnoth/commit/9ae3be7386b8c05d5f7ee2b0a0e00cdadbf2cb09
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M data/lua/core.lua
M src/scripting/lua_kernel_base.cpp
Log Message:
-----------
Add stringx functions for parsing ranges
Compare: https://github.com/wesnoth/wesnoth/compare/b32a08a6e728...9ae3be7386b8
More information about the Commits
mailing list