Author Topic: Nightly (Windows): 11 Sep 2015 - Revision 9df07cd  (Read 670 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 11 Sep 2015 - Revision 9df07cd
Here is the nightly for Windows on 11 Sep 2015 - Revision 9df07cd

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20150911_9df07cd.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20150911_9df07cd.7z
MD5Sum

Group: AVX
fso_AVX_20150911_9df07cd.7z
MD5Sum

Group: SSE
fso_SSE_20150911_9df07cd.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit d7eca39
Author: Echelon9 <Mon Sep 7 16:52:28 2015 +1000>
Commit: Echelon9 <Tue Sep 8 22:14:43 2015 +0800>

    Refactor bm_load_and_parse_eff() return type to bool, thereby removing a TODO
 code/bmpman/bmpman.cpp | 12 ++++++------
 code/bmpman/bmpman.h   |  8 +++-----
 2 files changed, 9 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit b7aaf2e
Author: Echelon9 <Mon Sep 7 17:07:24 2015 +1000>
Commit: Echelon9 <Mon Sep 7 17:07:24 2015 +1000>

    Refactor bm_set_render_target() return type to bool, thereby removing a TODO
 code/bmpman/bmpman.cpp | 8 ++++----
 code/bmpman/bmpman.h   | 8 +++-----
 code/parse/lua.cpp     | 4 +---
 3 files changed, 8 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 1a0f2cf
Author: MageKing17 <Sun Sep 6 05:33:30 2015 -0700>
Commit: MageKing17 <Sun Sep 6 05:33:30 2015 -0700>

    Fix Mantis #3173.
 code/weapon/beam.cpp | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 032aa15
Author: asarium <Thu Sep 3 15:38:33 2015 +0200>
Commit: asarium <Thu Sep 3 15:38:33 2015 +0200>

    Re-enable two warnings
 code/ai/aibig.cpp                   | 3 ++-
 code/ai/aicode.cpp                  | 2 ++
 code/gamesnd/eventmusic.cpp         | 6 ++++--
 code/mission/missionbriefcommon.cpp | 5 ++++-
 code/network/multiutil.cpp          | 5 ++++-
 configure.ac                        | 4 ++--
 6 files changed, 18 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 3b5ba96
Author: Goober5000 <Thu Aug 27 13:23:36 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:49:31 2015 -0400>

    change the Warning to an mprintf since technically SSM entries do not need a name
 code/hud/hudartillery.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit be5fdd0
Author: Goober5000 <Wed Aug 26 22:55:58 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:45:46 2015 -0400>

    sprintf_s only works in Visual Studio; change to regular sprintf
 code/hud/hudartillery.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit abd3103
Author: Goober5000 <Mon Aug 24 23:54:21 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:45:38 2015 -0400>

    a bit of code cleanup with some robustness for SSM entry names
 code/hud/hudartillery.cpp | 65 ++++++++++++++++++++++++++++++-----------------
 1 file changed, 41 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit 902fd5e
Author: Goober5000 <Mon Aug 24 23:37:28 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:45:24 2015 -0400>

    fix a VS2013 warning
 code/hud/hudartillery.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7db9ada
Author: Goober5000 <Mon Aug 24 23:35:42 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:45:04 2015 -0400>

    since Alarm Sound is optional, it's possible the sound index won't get assigned
 code/hud/hudartillery.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 932a523
Author: Yarn366 <Wed Sep 2 17:13:33 2015 -0400>
Commit: Yarn366 <Wed Sep 2 17:13:33 2015 -0400>

    Fixed language autodetection
 code/freespace2/freespace.cpp  | 4 ++--
 code/localization/localize.cpp | 1 -
 code/localization/localize.h   | 4 ++++
 3 files changed, 6 insertions(+), 3 deletions(-)