[Commits] [wesnoth/wesnoth] b67d0f: Update formatting.
GitHub
noreply at github.com
Sat May 10 11:37:24 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: b67d0f428dfa91a5a3cc11a7915f1c4f88bd2a13
https://github.com/wesnoth/wesnoth/commit/b67d0f428dfa91a5a3cc11a7915f1c4f88bd2a13
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-09 (Fri, 09 May 2014)
Changed paths:
M src/sdl/alpha.hpp
Log Message:
-----------
Update formatting.
Commit: 22c56b49c7ad7ba576c27ee5e442ade1f164cd08
https://github.com/wesnoth/wesnoth/commit/22c56b49c7ad7ba576c27ee5e442ade1f164cd08
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-09 (Fri, 09 May 2014)
Changed paths:
M src/sdl/texture.cpp
M src/sdl/texture.hpp
Log Message:
-----------
Refactor the ttexture image loading constructor.
The image to surface conversion part has been moved to its own helper
function. This will be used for a constructor using a SDL_Surface as
base.
Commit: 0f6b1c12bc94fed75c65b4791a8b28a6f57cb7a2
https://github.com/wesnoth/wesnoth/commit/0f6b1c12bc94fed75c65b4791a8b28a6f57cb7a2
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-10 (Sat, 10 May 2014)
Changed paths:
M src/sdl/texture.cpp
M src/sdl/texture.hpp
M src/sdl/window.cpp
M src/sdl/window.hpp
Log Message:
-----------
Add a texture constructor taking a SDL_Surface.
Commit: 8840a9f0f8b6c73cd1d2d4dfedf396d87be0aa74
https://github.com/wesnoth/wesnoth/commit/8840a9f0f8b6c73cd1d2d4dfedf396d87be0aa74
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-10 (Sat, 10 May 2014)
Changed paths:
M src/sdl/texture.cpp
M src/sdl/texture.hpp
M src/sdl/window.cpp
M src/sdl/window.hpp
Log Message:
-----------
Add a texture constructor taking a surface.
Commit: 6edb01b228f9f78461b26343006de87bef90ba60
https://github.com/wesnoth/wesnoth/commit/6edb01b228f9f78461b26343006de87bef90ba60
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-10 (Sat, 10 May 2014)
Changed paths:
M src/sdl/texture.cpp
M src/sdl/texture.hpp
M src/sdl/window.cpp
M src/sdl/window.hpp
Log Message:
-----------
Add a draw function for the window.
Commit: d20c12019ba639033e2f65bc5ed8881321991f13
https://github.com/wesnoth/wesnoth/commit/d20c12019ba639033e2f65bc5ed8881321991f13
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-10 (Sat, 10 May 2014)
Changed paths:
M src/sdl/window.cpp
M src/sdl/window.hpp
Log Message:
-----------
Add a clear function to the window.
Also clear the window in the constructor.
Commit: 525cd6ea425adecd4bad7344f980d7e3f8d5438c
https://github.com/wesnoth/wesnoth/commit/525cd6ea425adecd4bad7344f980d7e3f8d5438c
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-10 (Sat, 10 May 2014)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
A src/tools/sdl2/sdl2.cpp
Log Message:
-----------
Adds a basic version of the SDL2 test tool.
The tool is used to test parts of the new SDL2 code, without the need
to directly modify the main Wesnoth code.
Commit: 3fd618b7f1f6964ae9d73e0e2c0f163a374cc016
https://github.com/wesnoth/wesnoth/commit/3fd618b7f1f6964ae9d73e0e2c0f163a374cc016
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-10 (Sat, 10 May 2014)
Changed paths:
M src/CMakeLists.txt
M src/tools/sdl2/sdl2.cpp
A src/tools/sdl2/sdl2.hpp
A src/tools/sdl2/window.cpp
A src/tools/sdl2/window.hpp
Log Message:
-----------
Implement the window command.
Commit: 3e4689b6986fcc553080a96f62af0ad41526c102
https://github.com/wesnoth/wesnoth/commit/3e4689b6986fcc553080a96f62af0ad41526c102
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-10 (Sat, 10 May 2014)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
M src/sdl/alpha.hpp
M src/sdl/texture.cpp
M src/sdl/texture.hpp
M src/sdl/window.cpp
M src/sdl/window.hpp
A src/tools/sdl2/sdl2.cpp
A src/tools/sdl2/sdl2.hpp
A src/tools/sdl2/window.cpp
A src/tools/sdl2/window.hpp
Log Message:
-----------
Merge branch 'SDL2_test_tool'
The branch contains several improvements for the SDL2 code and adds a
small tool to test the code outside of the main code.
Compare: https://github.com/wesnoth/wesnoth/compare/c611481e260b...3e4689b6986f
More information about the Commits
mailing list