[Commits] [wesnoth/wesnoth] 4e46c7: fix issues with [unit] in [side] in mp connect.
GitHub
noreply at github.com
Mon Feb 15 17:03:00 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 4e46c7cc287b72a02b1942c25ff6a7c7cc287b9a
https://github.com/wesnoth/wesnoth/commit/4e46c7cc287b72a02b1942c25ff6a7c7cc287b9a
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M src/game_initialization/connect_engine.cpp
Log Message:
-----------
fix issues with [unit] in [side] in mp connect.
this code here might write to the wrong config. 'type' and 'gender' are
also writen below to the correct config. This fixes an error that
prevented 2p Drak forecast to load.
Commit: c425e62a20b9134932fcad351aedb78f0b7e77e5
https://github.com/wesnoth/wesnoth/commit/c425e62a20b9134932fcad351aedb78f0b7e77e5
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M src/map_location.hpp
M src/pathfind/astarsearch.cpp
M src/pathfind/pathfind.hpp
M src/scripting/mapgen_lua_kernel.cpp
Log Message:
-----------
add support to search in border in wesnoth.find_path
Commit: b753e54b0341cb6329eaf5948fe6490f14ed848f
https://github.com/wesnoth/wesnoth/commit/b753e54b0341cb6329eaf5948fe6490f14ed848f
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M src/scripting/mapgen_lua_kernel.cpp
Log Message:
-----------
fixup comment
Commit: 6e0f8ed6d753a88db49ddd147d2d16ebb5188b88
https://github.com/wesnoth/wesnoth/commit/6e0f8ed6d753a88db49ddd147d2d16ebb5188b88
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M src/actions/undo.cpp
Log Message:
-----------
fix assertion failure when loading mp saves
Commit: ba154d07b957f0dee38dc07a4c38c6b2910a916c
https://github.com/wesnoth/wesnoth/commit/ba154d07b957f0dee38dc07a4c38c6b2910a916c
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M src/mouse_events.cpp
Log Message:
-----------
fix assertion failure and OOS when attacking with DSU active
undo_stack.clear() shouldn't be called from outside the synced contect
since it might fire sigted events and similar.
The attack handle in synced_commands.cpp already calls clear() so its
enought to just rmeove it here.
Commit: 3f681c14128dd52eadecd0f5889eda904d92bbbc
https://github.com/wesnoth/wesnoth/commit/3f681c14128dd52eadecd0f5889eda904d92bbbc
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M src/variable_info.cpp
Log Message:
-----------
dont allow empty indexes in wml variables
wesnoth.get_variable("a[].b") now gives an error, previously it was the
same as wesnoth.get_variable("a[0].b")
Commit: 50725cabe311fd194953208cdd6090c3853a003e
https://github.com/wesnoth/wesnoth/commit/50725cabe311fd194953208cdd6090c3853a003e
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M src/scripting/game_lua_kernel.cpp
M src/unit.hpp
Log Message:
-----------
add a setter for a units level in lua proxy units
Commit: 09e88c89d1d1921a6ba73ade0dcd323d38c4fbcd
https://github.com/wesnoth/wesnoth/commit/09e88c89d1d1921a6ba73ade0dcd323d38c4fbcd
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M data/test/multiplayer/_main.cfg
Log Message:
-----------
remove a useless prprocessor guard
in inclusion of test/multiplayer/ is already guarded with a #ifdef
MP_TEST so there is no point in using #ifdef MP_TEST in that file.
Commit: ff9a9e017a54d0b413eb6c59ef1ab630effdcfb6
https://github.com/wesnoth/wesnoth/commit/ff9a9e017a54d0b413eb6c59ef1ab630effdcfb6
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M src/gui/widgets/listbox.cpp
Log Message:
-----------
fix listboxes having problems to find sort toggle buttons in different columns.
Commit: 644f5e7386e92f9b090cdd990efd3cefb7180283
https://github.com/wesnoth/wesnoth/commit/644f5e7386e92f9b090cdd990efd3cefb7180283
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M src/variable_info.cpp
Log Message:
-----------
attempt to fix [set_variables]
https://gna.org/bugs/?24412
Compare: https://github.com/wesnoth/wesnoth/compare/b9380e88c1b2...644f5e7386e9
More information about the Commits
mailing list