[wesnoth-commits] [wesnoth/wesnoth] 0183bc: Integrate GLEW to the Visual Studio project
GitHub
noreply at github.com
Wed May 30 15:56:42 UTC 2018
Branch: refs/heads/opengl
Home: https://github.com/wesnoth/wesnoth
Commit: 0183bcc56c6005f19ffbf7cba707d512985fe8e3
https://github.com/wesnoth/wesnoth/commit/0183bcc56c6005f19ffbf7cba707d512985fe8e3
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M projectfiles/VC14/wesnoth.vcxproj
M src/editor/editor_display.cpp
M src/events.cpp
M src/game_display.cpp
M src/ogl/context.cpp
M src/ogl/context.hpp
M src/ogl/utils.cpp
M src/ogl/utils.hpp
M src/playsingle_controller.cpp
M src/sdl/window.cpp
M src/sdl/window.hpp
M src/video.cpp
M src/video.hpp
Log Message:
-----------
Integrate GLEW to the Visual Studio project
I also removed USE_GL_RENDERING (OpenGL rendering is now used
unconditionally), moved initialization of gl::context out of the
constructor, and added some light logging about OpenGL (so that, in the
future with hardware-specific issues, we have a way to know which hardware
is affected).
This commit breaks build with anything except Visual Studio due to
requiring OpenGL and GLEW but not linking to them.
Commit: ebd2d4c9e73e580f01833364d02c9dfaa66129c0
https://github.com/wesnoth/wesnoth/commit/ebd2d4c9e73e580f01833364d02c9dfaa66129c0
Author: Sofartin <hrubymar10 at gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M projectfiles/Xcode/Fix_Xcode_Dependencies
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fixed Xcode Project for OpenGL
Commit: d63133c09ffa9a01bddabe8447800145b4e78846
https://github.com/wesnoth/wesnoth/commit/d63133c09ffa9a01bddabe8447800145b4e78846
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M src/ogl/context.cpp
Log Message:
-----------
Stop logging GL_VENDOR
I think the log output looks nicer without it in the end.
Commit: 2c3dd2f4f3ff8f2c61176c7d5a533b3ade3556eb
https://github.com/wesnoth/wesnoth/commit/2c3dd2f4f3ff8f2c61176c7d5a533b3ade3556eb
Author: pentarctagon <pentarctagon at tutamail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M .travis.yml
M SConstruct
A cmake/FindGLEW.make
Log Message:
-----------
Updates cmake and scons to be able to compile with OGL.
Commit: c276bc8dfd0f0e6883e287b089335866df3408e5
https://github.com/wesnoth/wesnoth/commit/c276bc8dfd0f0e6883e287b089335866df3408e5
Author: pentarctagon <pentarctagon at tutamail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M SConstruct
Log Message:
-----------
Remove forgotten environment dump.
Commit: 6d34e6f2a8340232d4c77aec5551ae1615f7caff
https://github.com/wesnoth/wesnoth/commit/6d34e6f2a8340232d4c77aec5551ae1615f7caff
Author: pentarctagon <pentarctagon at tutamail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
Re-add travis' notifications.
Commit: c1018c812a29c4c295e033976cbde7420173c5a7
https://github.com/wesnoth/wesnoth/commit/c1018c812a29c4c295e033976cbde7420173c5a7
Author: pentarctagon <pentarctagon at tutamail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M SConstruct
Log Message:
-----------
Adds OpenGL/GLEW checks to scons.
Taken mostly verbatim from 3e2eba22a96cb2c6c69ee5109059b806f22a372f
Commit: c93290db4ec930a6a2fadf52b26b17d5949c997b
https://github.com/wesnoth/wesnoth/commit/c93290db4ec930a6a2fadf52b26b17d5949c997b
Author: Sofartin <hrubymar10 at gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fixed Xcode Project for OpenGL
Commit: 0e47e00b7b517588208881c3ed86a286e81a8385
https://github.com/wesnoth/wesnoth/commit/0e47e00b7b517588208881c3ed86a286e81a8385
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M projectfiles/VC14/wesnoth.vcxproj
M projectfiles/VC14/wesnoth.vcxproj.filters
M source_lists/libwesnoth_sdl
M src/ogl/context.cpp
A src/ogl/texture.cpp
A src/ogl/texture.hpp
Log Message:
-----------
Add a texture class
Commit: a42a63ac0ddecf437e45a6ddf0501f20c53df631
https://github.com/wesnoth/wesnoth/commit/a42a63ac0ddecf437e45a6ddf0501f20c53df631
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M projectfiles/VC14/wesnoth.vcxproj
M projectfiles/VC14/wesnoth.vcxproj.filters
M source_lists/libwesnoth_sdl
A src/ogl/draw_op.hpp
A src/ogl/sprite.cpp
A src/ogl/sprite.hpp
A src/ogl/vertex.hpp
Log Message:
-----------
Add sprite, draw_op and vertex classes
Commit: 82f60e7711ab9d2bf652da723703e2503ac6afd7
https://github.com/wesnoth/wesnoth/commit/82f60e7711ab9d2bf652da723703e2503ac6afd7
Author: Sofartin <hrubymar10 at gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fix xcode project after aff0465441c62f6932bf19ba42fbedeffc5fbf86
Commit: 8066bf1fc504cfa9ed995a725b619f789ec91c84
https://github.com/wesnoth/wesnoth/commit/8066bf1fc504cfa9ed995a725b619f789ec91c84
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M projectfiles/VC14/wesnoth.vcxproj
M projectfiles/VC14/wesnoth.vcxproj.filters
M source_lists/libwesnoth_sdl
A src/ogl/shader.cpp
A src/ogl/shader.hpp
Log Message:
-----------
Add a shader class
Commit: a725b46dc20faf62c1054413119cdf01802a405f
https://github.com/wesnoth/wesnoth/commit/a725b46dc20faf62c1054413119cdf01802a405f
Author: Martin Hrubý (hrubymar10) <hrubymar10 at gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fix Xcode project after 3e96a3aa2c357c539c255dbe8b431f6857f8170a
Compare: https://github.com/wesnoth/wesnoth/compare/f0497b15ead5...a725b46dc20f
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list