[wesnoth-commits] [wesnoth/wesnoth] 9336bf: Integrate GLEW to the Visual Studio project

GitHub noreply at github.com
Thu Aug 2 11:05:08 UTC 2018


  Branch: refs/heads/opengl
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 9336bfaf55721001d5ff826a5d62a6c69b3dbe76
      https://github.com/wesnoth/wesnoth/commit/9336bfaf55721001d5ff826a5d62a6c69b3dbe76
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 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: 5a453c761d8ffdf0c5d897ed96d77979cac4ab55
      https://github.com/wesnoth/wesnoth/commit/5a453c761d8ffdf0c5d897ed96d77979cac4ab55
  Author: Sofartin <hrubymar10 at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M projectfiles/Xcode/Fix_Xcode_Dependencies
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Fixed Xcode Project for OpenGL


  Commit: 9ef9553c50308a96ae7dfe69098f841a3d506402
      https://github.com/wesnoth/wesnoth/commit/9ef9553c50308a96ae7dfe69098f841a3d506402
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 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: ef704eb95436619499efe5ec76e102ab4b130a7f
      https://github.com/wesnoth/wesnoth/commit/ef704eb95436619499efe5ec76e102ab4b130a7f
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-08-02 (Thu, 02 Aug 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: 666196bc85494ffb22ed9c3c7095d89abaa87dc4
      https://github.com/wesnoth/wesnoth/commit/666196bc85494ffb22ed9c3c7095d89abaa87dc4
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M SConstruct

  Log Message:
  -----------
  Remove forgotten environment dump.


  Commit: 5e4ed5badde197c711cd763d7a238436e4a4a44a
      https://github.com/wesnoth/wesnoth/commit/5e4ed5badde197c711cd763d7a238436e4a4a44a
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Re-add travis' notifications.


  Commit: 01fd74df3b50b4c7664f1973e461a5f57c0b8a2c
      https://github.com/wesnoth/wesnoth/commit/01fd74df3b50b4c7664f1973e461a5f57c0b8a2c
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M SConstruct

  Log Message:
  -----------
  Adds OpenGL/GLEW checks to scons.

Taken mostly verbatim from 3e2eba22a96cb2c6c69ee5109059b806f22a372f


  Commit: 2b0dfded0330202b547b93373a4dcb15329e8985
      https://github.com/wesnoth/wesnoth/commit/2b0dfded0330202b547b93373a4dcb15329e8985
  Author: Sofartin <hrubymar10 at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Fixed Xcode Project for OpenGL


  Commit: 138593bc4561794ec1326c053e942af68365e252
      https://github.com/wesnoth/wesnoth/commit/138593bc4561794ec1326c053e942af68365e252
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 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: 1d0ed5773590ecd4852f1c2c753808df6cb6c5cd
      https://github.com/wesnoth/wesnoth/commit/1d0ed5773590ecd4852f1c2c753808df6cb6c5cd
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 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: 6d46f377c651c723d45ff5050a84c0dcca3dff91
      https://github.com/wesnoth/wesnoth/commit/6d46f377c651c723d45ff5050a84c0dcca3dff91
  Author: Sofartin <hrubymar10 at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Fix xcode project after aff0465441c62f6932bf19ba42fbedeffc5fbf86


  Commit: eb934d6fb8cc16e3cc297c2df592be0d479b2566
      https://github.com/wesnoth/wesnoth/commit/eb934d6fb8cc16e3cc297c2df592be0d479b2566
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 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: a6b6d62f19e327c944aecc676c1da03c01cc07dd
      https://github.com/wesnoth/wesnoth/commit/a6b6d62f19e327c944aecc676c1da03c01cc07dd
  Author: Martin Hrubý (hrubymar10) <hrubymar10 at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Fix Xcode project after 3e96a3aa2c357c539c255dbe8b431f6857f8170a


  Commit: 543218ec4684a16f4c30005be8a1c719d4ee883c
      https://github.com/wesnoth/wesnoth/commit/543218ec4684a16f4c30005be8a1c719d4ee883c
  Author: Martin Hrubý (hrubymar10) <hrubymar10 at gmail.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Fix Xcode Project


Compare: https://github.com/wesnoth/wesnoth/compare/79dfcb9f4daa...543218ec4684
      **NOTE:** This service has 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