Author Topic: Nightly: 02 September 2017 - Revision f8dd06c  (Read 813 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 September 2017 - Revision f8dd06c
Here is the nightly for 02 September 2017 - Revision f8dd06c



Group: Win64
nightly_20170902_f8dd06c-builds-Win64.zip (Mirror)


Group: Linux
nightly_20170902_f8dd06c-builds-Linux.tar.gz (Mirror)


Group: MacOSX
nightly_20170902_f8dd06c-builds-MacOSX.tar.gz (Mirror)


Group: Win32
nightly_20170902_f8dd06c-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit dbbb8af
Author: Cliff <Thu Aug 31 20:38:40 2017 -0500>
Commit: Cliff <Thu Aug 31 20:38:40 2017 -0500>

    Avoid a potential crash when ff is enabled without a joystick.
 code/io/joy_ff-sdl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit a238303
Author: Cliff Gordon <Fri Mar 31 12:49:31 2017 -0500>
Commit: Cliff <Thu Aug 31 19:56:15 2017 -0500>

    libupgrade/sdl2_0_5: joy_get_device is not defined, use this instead, thanks @ashdnazg
 code/io/joy_ff-sdl.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 31e572e
Author: Cliff Gordon <Fri Mar 31 10:46:14 2017 -0500>
Commit: Cliff <Thu Aug 31 19:56:15 2017 -0500>

    Revert "Allow force feedback to work again."
 code/io/joy_ff-sdl.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

------------------------------------------------------------------------
commit 29b5c4b
Author: Cliff Gordon <Fri Mar 31 10:27:53 2017 -0500>
Commit: Cliff <Thu Aug 31 19:56:15 2017 -0500>

    libupgrade/sdl2_0_5: Attempt to migrate the MinGW support to the official libs using the filename they are published with.
 lib/libsdl/CMakeLists.txt        |   2 +-
 lib/libsdl/lib/x64/libSDL2main.a | Bin 0 -> 12056 bytes
 lib/libsdl/lib/x86/libSDL2main.a | Bin 0 -> 9580 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3811270
Author: Cliff Gordon <Fri Mar 31 10:27:17 2017 -0500>
Commit: Cliff <Thu Aug 31 19:56:15 2017 -0500>

    libupgrade/sdl2_0_5: Upgrade to SDL 2.0.5.
 lib/libsdl/include/SDL.h                       |    20 +-
 lib/libsdl/include/SDL_audio.h                 |    95 +-
 lib/libsdl/include/SDL_egl.h                   |  1673 ++++
 lib/libsdl/include/SDL_events.h                |     8 +-
 lib/libsdl/include/SDL_gamecontroller.h        |     6 +-
 lib/libsdl/include/SDL_haptic.h                |    32 +-
 lib/libsdl/include/SDL_hints.h                 |   112 +-
 lib/libsdl/include/SDL_joystick.h              |     2 +-
 lib/libsdl/include/SDL_keyboard.h              |     2 +-
 lib/libsdl/include/SDL_main.h                  |     2 +-
 lib/libsdl/include/SDL_mouse.h                 |     6 +-
 lib/libsdl/include/SDL_opengl_glext.h          | 11177 +++++++++++++++++++++++
 lib/libsdl/include/SDL_opengles.h              |     1 +
 lib/libsdl/include/SDL_opengles2.h             |     2 +
 lib/libsdl/include/SDL_opengles2_gl2.h         |   621 ++
 lib/libsdl/include/SDL_opengles2_gl2ext.h      |  2050 +++++
 lib/libsdl/include/SDL_opengles2_gl2platform.h |    30 +
 lib/libsdl/include/SDL_opengles2_khrplatform.h |   282 +
 lib/libsdl/include/SDL_pixels.h                |    14 +
 lib/libsdl/include/SDL_platform.h              |    14 +-
 lib/libsdl/include/SDL_render.h                |    27 +-
 lib/libsdl/include/SDL_revision.h              |     4 +-
 lib/libsdl/include/SDL_rwops.h                 |    12 +-
 lib/libsdl/include/SDL_stdinc.h                |    10 +-
 lib/libsdl/include/SDL_surface.h               |    10 +
 lib/libsdl/include/SDL_syswm.h                 |    22 +-
 lib/libsdl/include/SDL_version.h               |     2 +-
 lib/libsdl/include/SDL_video.h                 |   133 +-
 lib/libsdl/lib/x64/SDL2.dll                    |   Bin 1230336 -> 1254400 bytes
 lib/libsdl/lib/x64/SDL2.lib                    |   Bin 117610 -> 119944 bytes
 lib/libsdl/lib/x64/SDL2main.a                  |   Bin 11126 -> 0 bytes
 lib/libsdl/lib/x64/SDL2main.lib                |   Bin 39358 -> 41688 bytes
 lib/libsdl/lib/x64/SDL2test.lib                |   Bin 831240 -> 834732 bytes
 lib/libsdl/lib/x86/SDL2.dll                    |   Bin 1047552 -> 1068544 bytes
 lib/libsdl/lib/x86/SDL2.lib                    |   Bin 120400 -> 122786 bytes
 lib/libsdl/lib/x86/SDL2main.a                  |   Bin 9566 -> 0 bytes
 lib/libsdl/lib/x86/SDL2main.lib                |   Bin 37594 -> 39844 bytes
 lib/libsdl/lib/x86/SDL2test.lib                |   Bin 820224 -> 823702 bytes
 38 files changed, 16277 insertions(+), 92 deletions(-)

------------------------------------------------------------------------
commit 64fc95e
Author: Cliff Gordon <Fri Mar 31 10:26:25 2017 -0500>
Commit: Cliff <Thu Aug 31 19:56:15 2017 -0500>

    libupgrade/sdl2_0_5: Remove old build system files from gitignore.
 .gitignore | 30 ------------------------------
 1 file changed, 30 deletions(-)

------------------------------------------------------------------------
commit 5095b1c
Author: Goober5000 <Sun Aug 27 17:18:39 2017 -0400>
Commit: Goober5000 <Sun Aug 27 17:18:39 2017 -0400>

    several fixes to time-docked and time-undocked
 code/mission/missionlog.cpp |  1 +
 code/parse/sexp.cpp         | 26 ++++++--------------------
 fred2/sexp_tree.cpp         |  2 +-
 3 files changed, 8 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit 999eb8a
Author: asarium <Sun Aug 27 17:32:58 2017 +0200>
Commit: asarium <Sun Aug 27 17:32:58 2017 +0200>

    Add documentation to new functions
 code/graphics/render.cpp |  4 ++--
 code/graphics/render.h   | 39 ++++++++++++++++++++++++++++++++++++---
 2 files changed, 38 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 03aa75c
Author: asarium <Sun Apr 16 15:18:01 2017 +0200>
Commit: asarium <Sun Aug 27 17:14:02 2017 +0200>

    Move immediate mode rendering into generic graphics code
 code/graphics/2d.cpp                  |  2 +
 code/graphics/2d.h                    | 50 ++++----------------
 code/graphics/grstub.cpp              | 16 ++-----
 code/graphics/opengl/gropengl.cpp     | 12 ++---
 code/graphics/opengl/gropengldraw.cpp | 74 +++++++++++++----------------
 code/graphics/opengl/gropengldraw.h   | 89 +----------------------------------
 code/graphics/opengl/gropengltnl.cpp  | 67 +++-----------------------
 code/graphics/opengl/gropengltnl.h    |  6 +--
 code/graphics/render.cpp              | 88 ++++++++++++++++++++++++++++++++++
 code/graphics/render.h                | 10 ++++
 10 files changed, 162 insertions(+), 252 deletions(-)

------------------------------------------------------------------------
commit 3db9fe9
Author: Goober5000 <Sat Aug 26 13:35:38 2017 -0400>
Commit: Goober5000 <Sat Aug 26 13:35:38 2017 -0400>

    add field for setting the hotspot index of the exit button in the medals screen
 code/stats/medals.cpp | 13 +++++++++++++
 1 file changed, 13 insertions(+)

------------------------------------------------------------------------
commit b6dcc4f
Author: asarium <Mon Aug 21 17:19:04 2017 +0200>
Commit: asarium <Fri Aug 25 18:18:17 2017 +0200>

    Only generate headers for OpenGL 3.2
 code/graphics/opengl/gropengl.cpp              |    2 +-
 code/graphics/opengl/gropenglquery.cpp         |    2 +-
 code/graphics/opengl/gropenglshader.cpp        |    2 +-
 code/graphics/opengl/gropengltexture.cpp       |    4 +-
 lib/opengl/gl/extensions.txt                   |    3 +
 lib/opengl/gl/gen_cmd.txt                      |    2 +-
 lib/opengl/gl/glad/include/glad/glad.h         | 1861 ++----------------------
 lib/opengl/gl/glad/src/glad.c                  | 1437 +++++-------------
 lib/opengl/gl/glad_wgl/include/glad/glad_wgl.h |    4 +-
 lib/opengl/gl/glad_wgl/src/glad_wgl.c          |    6 +-
 10 files changed, 497 insertions(+), 2826 deletions(-)

------------------------------------------------------------------------
commit 28898ca
Author: asarium <Tue Jan 24 16:42:15 2017 +0100>
Commit: asarium <Fri Aug 25 09:51:09 2017 +0200>

    Add scrolling support to new debug window
 code/osapi/DebugWindow.cpp | 78 ++++++++++++++++++++++++++++++++++++++++------
 code/osapi/DebugWindow.h   | 13 ++++++++
 2 files changed, 81 insertions(+), 10 deletions(-)