Author Topic: Nightly: 29 January 2017 - Revision 39649e9  (Read 791 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 29 January 2017 - Revision 39649e9
Here is the nightly for 29 January 2017 - Revision 39649e9



Group: Linux
nightly_20170129_39649e9-builds-Linux.tar.gz
SHA1: 829bfaf9ef3b420e32af6522fd37fc3c572eb4de


Group: MacOSX
nightly_20170129_39649e9-builds-MacOSX.tar.gz
SHA1: 3d1cadbe4a0476cd3b085794d6126839f466367d


Group: Win32
nightly_20170129_39649e9-builds-Win32.zip
SHA1: c8a4e309eb9ce0e0c7b4bee86cf738e4a18e71ad


Group: Win64
nightly_20170129_39649e9-builds-Win64.zip
SHA1: 01ebb597b6624f525883c79513ecb1e805c8d53d


Code: [Select]
------------------------------------------------------------------------
commit 377751a
Author: MageKing17 <Tue Jan 24 12:01:40 2017 -0800>
Commit: MageKing17 <Tue Jan 24 13:18:42 2017 -0800>

    Avoid crashing if certain interface artwork is missing.
 code/hud/hudconfig.cpp    | 28 +++++++++++++++++++++++++++-
 code/menuui/readyroom.cpp | 31 ++++++++++++++++++++++++++++++-
 code/menuui/techmenu.cpp  | 31 ++++++++++++++++++++++++-------
 code/popup/popup.cpp      |  6 ++++++
 code/popup/popup.h        |  3 +++
 code/stats/medals.cpp     | 22 ++++++++++++++++++----
 6 files changed, 108 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit e1d3677
Author: MageKing17 <Tue Jan 24 11:58:00 2017 -0800>
Commit: MageKing17 <Tue Jan 24 12:03:06 2017 -0800>

    Fix bitmap release ordering mistake in medals.cpp.
 code/stats/medals.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 559b07d
Author: MageKing17 <Fri Jan 20 12:35:54 2017 -0800>
Commit: MageKing17 <Tue Jan 24 12:03:06 2017 -0800>

    Change check for 1024x768 interface art to not check 2_TechShipData-m.
 code/graphics/2d.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

------------------------------------------------------------------------
commit b91e3c6
Author: MageKing17 <Fri Jan 20 12:32:25 2017 -0800>
Commit: MageKing17 <Tue Jan 24 12:03:06 2017 -0800>

    Remove unhelpful assertions from comp_training_lines_by_born_on_date().
 code/mission/missiontraining.cpp | 3 ---
 1 file changed, 3 deletions(-)

------------------------------------------------------------------------
commit 7767fdd
Author: MageKing17 <Fri Jan 20 12:16:28 2017 -0800>
Commit: MageKing17 <Tue Jan 24 12:03:06 2017 -0800>

    Make bm_unload() check for a handle of -1.
 code/bmpman/bmpman.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit 0bd8754
Author: MageKing17 <Fri Jan 20 12:13:20 2017 -0800>
Commit: MageKing17 <Tue Jan 24 12:03:06 2017 -0800>

    Don't try to do anything with a nonexistent Fade_anim.
 code/missionui/missionbrief.cpp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit bedfc47
Author: MageKing17 <Fri Jan 20 12:11:21 2017 -0800>
Commit: MageKing17 <Tue Jan 24 12:03:06 2017 -0800>

    Make "+Music:" optional in mainhalls.
 code/menuui/mainhallmenu.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)