Author Topic: Nightly (FreeBSD): 19 Jun 2015 - Revision 35813b5  (Read 742 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 19 Jun 2015 - Revision 35813b5
Here is the nightly for FreeBSD on 19 Jun 2015 - Revision 35813b5

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150619_35813b5.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit c56925a
Author: Cliff Gordon (chief1983) <Wed Jun 17 10:38:15 2015 -0500>
Commit: Cliff Gordon (chief1983) <Wed Jun 17 10:38:15 2015 -0500>

    Disable the minimal rebuilds that were enabled for debug configurations.  Also contains some whitespace cleanup that VS applied automatically.
 projects/MSVC_2012/Fred2.vcxproj      |   4 -
 projects/MSVC_2012/Freespace2.vcxproj | 448 +++++++++++++++++-----------------
 projects/MSVC_2012/code.vcxproj       |   6 +-
 projects/MSVC_2012/libjpeg.vcxproj    |   4 -
 projects/MSVC_2012/liblua.vcxproj     |   4 -
 projects/MSVC_2012/libpng.vcxproj     |   4 -
 projects/MSVC_2012/zlib.vcxproj       |   4 -
 7 files changed, 223 insertions(+), 251 deletions(-)

------------------------------------------------------------------------
commit 9429770
Author: Cliff Gordon (chief1983) <Wed May 20 12:19:43 2015 -0500>
Commit: Cliff Gordon (chief1983) <Wed May 20 12:19:43 2015 -0500>

    Add /MP to all projects and configs in VS 2012 project files.
 projects/MSVC_2012/Fred2.vcxproj   | 422 +++++++++++++++++++------------------
 projects/MSVC_2012/code.vcxproj    |   8 +
 projects/MSVC_2012/libjpeg.vcxproj | 228 ++++++++++----------
 projects/MSVC_2012/liblua.vcxproj  | 232 ++++++++++----------
 projects/MSVC_2012/libpng.vcxproj  | 230 ++++++++++----------
 projects/MSVC_2012/zlib.vcxproj    | 214 ++++++++++---------
 6 files changed, 691 insertions(+), 643 deletions(-)

------------------------------------------------------------------------
commit 0ce31bf
Author: Cliff Gordon <Wed May 6 10:40:45 2015 -0500>
Commit: Cliff Gordon <Wed May 6 10:40:45 2015 -0500>

    [fix/triplemon_hud] Yarn's triple-monitor fix, see http://www.hard-light.net/forums/index.php?topic=89262.0.  Patch tweaked to work around changes in 9aed627.
 code/bmpman/bmpman.cpp                |  18 +++
 code/camera/camera.cpp                |  12 +-
 code/cmdline/cmdline.cpp              |   5 +
 code/cmdline/cmdline.h                |   1 +
 code/controlconfig/controlsconfig.cpp |   2 +-
 code/cutscene/mveplayer.cpp           |  14 +-
 code/cutscene/oggplayer.cpp           |  14 +-
 code/debugconsole/console.cpp         |  18 +--
 code/freespace2/freespace.cpp         |  71 ++++----
 code/graphics/2d.cpp                  | 293 ++++++++++++++++++++++++++++------
 code/graphics/2d.h                    |  13 +-
 code/hud/hud.cpp                      |  24 +--
 code/hud/hudartillery.cpp             |   2 +-
 code/hud/hudparse.cpp                 |  49 ++++--
 code/hud/hudshield.cpp                |   2 +-
 code/hud/hudtargetbox.cpp             |  46 +++---
 code/lab/lab.cpp                      |  36 ++---
 code/lab/wmcgui.cpp                   |   4 +-
 code/menuui/mainhallmenu.cpp          |   4 +-
 code/missionui/missiondebrief.cpp     |   2 +-
 code/network/multi.cpp                |   4 +-
 code/network/multi_pxo.cpp            |  12 +-
 code/network/multiui.cpp              |   2 +-
 code/parse/lua.cpp                    |  34 +++-
 code/parse/sexp.cpp                   |  28 ++--
 code/sound/sound.cpp                  |  13 +-
 26 files changed, 508 insertions(+), 215 deletions(-)