Author Topic: Nightly: 03 February 2017 - Revision cd06284  (Read 820 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 03 February 2017 - Revision cd06284
Here is the nightly for 03 February 2017 - Revision cd06284



Group: Linux
nightly_20170203_cd06284-builds-Linux.tar.gz
SHA1: 12a1cd1a4a3a54c45d8dbb1bb950d76dbdebfbec


Group: MacOSX
nightly_20170203_cd06284-builds-MacOSX.tar.gz
SHA1: c96cd724fb4751d335262b2260ce634926e44956


Group: Win32
nightly_20170203_cd06284-builds-Win32.zip
SHA1: 1b05e5ab93c13c369aafc03a98973e4b5e240edf


Group: Win64
nightly_20170203_cd06284-builds-Win64.zip
SHA1: 2124752f3ff24bc16e3fcaccdd56f7483669a081


Code: [Select]
------------------------------------------------------------------------
commit b3a8824
Author: Fabian Woltermann <Thu Feb 2 15:07:43 2017 +0100>
Commit: Fabian Woltermann <Thu Feb 2 15:07:43 2017 +0100>

    Adds more trace scopes to get a better look at the internals of render_frame
 code/nebula/neb.cpp          |  4 ++++
 code/particle/particle.cpp   |  1 +
 code/ship/shield.cpp         |  4 ++++
 code/starfield/starfield.cpp | 19 +++++++++++++++++++
 code/tracing/categories.cpp  |  9 +++++++++
 code/tracing/categories.h    |  9 +++++++++
 code/weapon/beam.cpp         |  4 ++++
 code/weapon/trails.cpp       |  1 +
 8 files changed, 51 insertions(+)

------------------------------------------------------------------------
commit b42fb82
Author: Fabian Woltermann <Thu Feb 2 13:16:28 2017 +0100>
Commit: Fabian Woltermann <Thu Feb 2 13:16:28 2017 +0100>

    Removes code that had been #ifdefed out
 fred2/freddoc.cpp | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

------------------------------------------------------------------------
commit 0c0f7b9
Author: Fabian Woltermann <Wed Feb 1 19:58:58 2017 +0100>
Commit: Fabian Woltermann <Wed Feb 1 19:58:58 2017 +0100>

    Removes unused variable
 code/tgautils/tgautils.cpp | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 38e803c
Author: Fabian Woltermann <Wed Feb 1 19:04:09 2017 +0100>
Commit: Fabian Woltermann <Wed Feb 1 19:04:09 2017 +0100>

    Restores accidentally deleted assertion from aicode
 code/ai/aicode.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit 2c4c337
Author: Fabian Woltermann <Wed Feb 1 18:57:52 2017 +0100>
Commit: Fabian Woltermann <Wed Feb 1 18:57:52 2017 +0100>

    Removes the palette code entirely.
 code/bmpman/bmpman.cpp                 |  3 +--
 code/graphics/2d.cpp                   | 10 +---------
 code/graphics/opengl/gropengl.cpp      |  1 -
 code/graphics/opengl/gropengldraw.cpp  |  1 -
 code/jpgutils/jpgutils.cpp             |  1 -
 code/menuui/barracks.cpp               |  6 ------
 code/menuui/mainhallmenu.cpp           |  1 -
 code/missionui/missionscreencommon.cpp |  4 ----
 code/nebula/neb.cpp                    | 28 +---------------------------
 code/nebula/neb.h                      |  6 ++----
 code/network/multi_pxo.cpp             |  1 -
 code/pcxutils/pcxutils.cpp             | 23 +++++++----------------
 code/pngutils/pngutils.cpp             |  1 -
 code/ship/ship.cpp                     | 15 +--------------
 code/ship/ship.h                       |  5 -----
 code/starfield/nebula.cpp              |  9 ---------
 code/starfield/starfield.cpp           |  2 +-
 code/stats/medals.cpp                  |  2 --
 code/tgautils/tgautils.cpp             |  6 ------
 code/ui/window.cpp                     |  1 -
 fred2/bgbitmapdlg.cpp                  | 13 -------------
 fred2/freddoc.cpp                      |  1 -
 fred2/fredrender.cpp                   |  1 -
 fred2/management.cpp                   | 14 +-------------
 freespace2/freespace.cpp               |  5 +----
 25 files changed, 16 insertions(+), 144 deletions(-)

------------------------------------------------------------------------
commit 7a1c587
Author: Fabian Woltermann <Wed Feb 1 18:29:18 2017 +0100>
Commit: Fabian Woltermann <Wed Feb 1 18:29:18 2017 +0100>

    Remove palette manager
 code/ai/aicode.cpp           |   6 -
 code/palman/palman.cpp       | 596 -------------------------------------------
 code/palman/palman.h         |  55 ----
 code/source_groups.cmake     |   8 -
 code/starfield/nebula.cpp    |  52 ----
 code/starfield/starfield.cpp |   6 +-
 6 files changed, 1 insertion(+), 722 deletions(-)