[wesnoth-commits] [wesnoth/wesnoth] 71fd32: Integrate GLEW to the Visual Studio project
GitHub
noreply at github.com
Sat Jun 30 08:27:12 UTC 2018
Branch: refs/heads/opengl
Home: https://github.com/wesnoth/wesnoth
Commit: 71fd32ffa481ba3b3fc2934804f7ce6bc9d9bac1
https://github.com/wesnoth/wesnoth/commit/71fd32ffa481ba3b3fc2934804f7ce6bc9d9bac1
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 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: 9f5eee7dcf511126ca72bab4808079bcd5289762
https://github.com/wesnoth/wesnoth/commit/9f5eee7dcf511126ca72bab4808079bcd5289762
Author: Sofartin <hrubymar10 at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 2018)
Changed paths:
M projectfiles/Xcode/Fix_Xcode_Dependencies
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fixed Xcode Project for OpenGL
Commit: f3f13c7d7603aca94315d52090e129d3fc4b3e93
https://github.com/wesnoth/wesnoth/commit/f3f13c7d7603aca94315d52090e129d3fc4b3e93
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 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: b128414d3d8323baca0840beed79c6e83070179f
https://github.com/wesnoth/wesnoth/commit/b128414d3d8323baca0840beed79c6e83070179f
Author: pentarctagon <pentarctagon at tutamail.com>
Date: 2018-06-30 (Sat, 30 Jun 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: e65d67f6b494926fefaaa9416ffefd59e156046a
https://github.com/wesnoth/wesnoth/commit/e65d67f6b494926fefaaa9416ffefd59e156046a
Author: pentarctagon <pentarctagon at tutamail.com>
Date: 2018-06-30 (Sat, 30 Jun 2018)
Changed paths:
M SConstruct
Log Message:
-----------
Remove forgotten environment dump.
Commit: 1e157da2028c453b9f7571cb189efa231ad5a7d1
https://github.com/wesnoth/wesnoth/commit/1e157da2028c453b9f7571cb189efa231ad5a7d1
Author: pentarctagon <pentarctagon at tutamail.com>
Date: 2018-06-30 (Sat, 30 Jun 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
Re-add travis' notifications.
Commit: f095147d6ceeea568c689db266fdc41b6c793256
https://github.com/wesnoth/wesnoth/commit/f095147d6ceeea568c689db266fdc41b6c793256
Author: pentarctagon <pentarctagon at tutamail.com>
Date: 2018-06-30 (Sat, 30 Jun 2018)
Changed paths:
M SConstruct
Log Message:
-----------
Adds OpenGL/GLEW checks to scons.
Taken mostly verbatim from 3e2eba22a96cb2c6c69ee5109059b806f22a372f
Commit: f7c82754905c3fdc9ed6c19c7d6a15437860d5df
https://github.com/wesnoth/wesnoth/commit/f7c82754905c3fdc9ed6c19c7d6a15437860d5df
Author: Sofartin <hrubymar10 at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 2018)
Changed paths:
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fixed Xcode Project for OpenGL
Commit: d048316afa344002afe033189f771cb79c7fb98e
https://github.com/wesnoth/wesnoth/commit/d048316afa344002afe033189f771cb79c7fb98e
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 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: e666011f99d0e774db6ed23eb168f2e2fde29e0f
https://github.com/wesnoth/wesnoth/commit/e666011f99d0e774db6ed23eb168f2e2fde29e0f
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 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: 6cbde7e3dcc96d2a941078a406b356af0669fb1f
https://github.com/wesnoth/wesnoth/commit/6cbde7e3dcc96d2a941078a406b356af0669fb1f
Author: Sofartin <hrubymar10 at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 2018)
Changed paths:
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fix xcode project after aff0465441c62f6932bf19ba42fbedeffc5fbf86
Commit: d1770d7f892cfe4d4104f17f35a2462685f15dfd
https://github.com/wesnoth/wesnoth/commit/d1770d7f892cfe4d4104f17f35a2462685f15dfd
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 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: 0e642c18802cb52e0f6b791d83dbb8fbb9e06f6d
https://github.com/wesnoth/wesnoth/commit/0e642c18802cb52e0f6b791d83dbb8fbb9e06f6d
Author: Martin Hrubý (hrubymar10) <hrubymar10 at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 2018)
Changed paths:
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fix Xcode project after 3e96a3aa2c357c539c255dbe8b431f6857f8170a
Commit: 79dfcb9f4daa4c0b6dcddc3745b8e62b2bec3c07
https://github.com/wesnoth/wesnoth/commit/79dfcb9f4daa4c0b6dcddc3745b8e62b2bec3c07
Author: Martin Hrubý (hrubymar10) <hrubymar10 at gmail.com>
Date: 2018-06-30 (Sat, 30 Jun 2018)
Changed paths:
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fix Xcode Project
Compare: https://github.com/wesnoth/wesnoth/compare/1dfce2401bf5...79dfcb9f4daa
**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