[Commits] [wesnoth/wesnoth] 9623b7: Fix compiler warnings
GitHub
noreply at github.com
Fri Jul 29 22:54:43 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 9623b746a99972feed484510e5bcdd489fb8155b
https://github.com/wesnoth/wesnoth/commit/9623b746a99972feed484510e5bcdd489fb8155b
Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M src/units/animation.cpp
Log Message:
-----------
Fix compiler warnings
Use a more meaningful variable name and make the usage more clear while we're snubbing the compiler warnings.
Commit: 001917bb32e5fe1c8a25f789989ec35065a6b194
https://github.com/wesnoth/wesnoth/commit/001917bb32e5fe1c8a25f789989ec35065a6b194
Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M src/units/animation.cpp
Log Message:
-----------
Use utils::join where possible
Commit: b895abd331838a37742bd0671e25b72f92d85394
https://github.com/wesnoth/wesnoth/commit/b895abd331838a37742bd0671e25b72f92d85394
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M src/units/animation.cpp
Log Message:
-----------
Merge pull request #705 from GregoryLundberg/GL_fix_warnings_in_units_animation_cpp
Commit: 997464d630e259dd586c9ca54f4839819a4c2877
https://github.com/wesnoth/wesnoth/commit/997464d630e259dd586c9ca54f4839819a4c2877
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M src/units/animation.cpp
Log Message:
-----------
Build joined string once instead of twice
Commit: 37fe451bde81d10ba86dbbfda8b470067e2b0aea
https://github.com/wesnoth/wesnoth/commit/37fe451bde81d10ba86dbbfda8b470067e2b0aea
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M src/units/animation.cpp
Log Message:
-----------
Remove obsolete commented code
Commit: 0b57922488b139052a6c7a5034813a386acb2c0b
https://github.com/wesnoth/wesnoth/commit/0b57922488b139052a6c7a5034813a386acb2c0b
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M src/units/animation.cpp
Log Message:
-----------
Output to requested stream instead of cout
Commit: 63081cac467df9fb4f6f25403f4b65cba7b932e1
https://github.com/wesnoth/wesnoth/commit/63081cac467df9fb4f6f25403f4b65cba7b932e1
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M src/units/animation.cpp
M src/units/animation.hpp
M src/units/animation_component.hpp
M src/units/udisplay.cpp
Log Message:
-----------
Simplify enum output with std::transform
Commit: d58697e7772d1707bf2bf43da54dcee4c66b1eff
https://github.com/wesnoth/wesnoth/commit/d58697e7772d1707bf2bf43da54dcee4c66b1eff
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M src/scripting/plugins/context.hpp
M src/theme.hpp
M src/units/animation.hpp
M src/units/frame.hpp
Log Message:
-----------
Eliminate C-style enum/struct declarations
Commit: 7ca8897ff58d4c2a61358fce6d30d06b14de33ea
https://github.com/wesnoth/wesnoth/commit/7ca8897ff58d4c2a61358fce6d30d06b14de33ea
Author: Celtic Minstrel <CelticMinstrel at users.noreply.github.com>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M src/scripting/plugins/context.hpp
M src/theme.hpp
M src/units/animation.cpp
M src/units/animation.hpp
M src/units/animation_component.hpp
M src/units/frame.hpp
M src/units/udisplay.cpp
Log Message:
-----------
Merge pull request #707 from CelticMinstrel/uanim_output_cleanup
Clean up the debug output for unit animations
Compare: https://github.com/wesnoth/wesnoth/compare/7b61ce2400fa...7ca8897ff58d
More information about the Commits
mailing list