Author Topic: Nightly: 03 January 2020 - Revision 1c23d90  (Read 903 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 03 January 2020 - Revision 1c23d90
Here is the nightly for 03 January 2020 - Revision 1c23d90

At least one of the nightly builds failed!


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit bfe507a
Author: asarium
Commit: asarium

    Cleanup some unused functions in the graphics subsystem
 code/graphics/2d.cpp                   | 25 ++++---------------
 code/graphics/2d.h                     | 44 +++-------------------------------
 code/graphics/grstub.cpp               | 16 -------------
 code/graphics/opengl/gropengl.cpp      | 19 ---------------
 code/graphics/opengl/gropengl.h        |  2 --
 code/graphics/opengl/gropengldraw.cpp  |  3 ---
 code/graphics/opengl/gropengldraw.h    |  8 -------
 code/graphics/opengl/gropenglshader.h  |  8 -------
 code/graphics/opengl/gropengltexture.h |  2 ++
 code/model/modelrender.cpp             | 15 ++++++------
 10 files changed, 16 insertions(+), 126 deletions(-)

------------------------------------------------------------------------
commit 0c26ad4
Author: Goober5000
Commit: Goober5000

    fix disable/enable builtin messages for wingmen
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)