Author Topic: Nightly (Windows): 28 Oct 2015 - Revision 14eec21  (Read 705 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 28 Oct 2015 - Revision 14eec21
Here is the nightly for Windows on 28 Oct 2015 - Revision 14eec21

Open non-feature issues in Mantis: 124

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

Group: AVX
fso_AVX_20151028_14eec21.7z
MD5Sum

Group: SSE
fso_SSE_20151028_14eec21.7z
MD5Sum

Group: Standard
fso_Standard_20151028_14eec21.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 0a08b63
Author: Fabian Woltermann <Wed Oct 28 09:19:21 2015 +0100>
Commit: Fabian Woltermann <Wed Oct 28 09:19:21 2015 +0100>

    Revert "Removes inline keyword from mc_info_init declaration"
 code/model/model.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit c789b11
Author: Fabian Woltermann <Wed Oct 28 08:54:03 2015 +0100>
Commit: Fabian Woltermann <Wed Oct 28 08:54:03 2015 +0100>

    Removes inline keyword from mc_info_init declaration
 code/model/model.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8a125ab
Author: Goober5000 <Wed Oct 28 00:18:31 2015 -0400>
Commit: Goober5000 <Wed Oct 28 00:18:31 2015 -0400>

    remove obsolete const_casts
 code/fred2/missionsave.cpp           | 16 ++++++++--------
 code/fred2/voiceactingmanager.cpp    |  2 +-
 code/fs2netd/fs2netd_client.cpp      |  2 +-
 code/gamesnd/gamesnd.cpp             |  2 +-
 code/hud/hudshield.cpp               |  4 ++--
 code/hud/hudtarget.cpp               |  2 +-
 code/mission/missioncampaign.cpp     |  2 +-
 code/pilotfile/csg_convert.cpp       |  6 +++---
 code/pilotfile/pilotfile_convert.cpp |  2 +-
 code/pilotfile/plr_convert.cpp       |  6 +++---
 code/playerman/playercontrol.cpp     |  2 +-
 11 files changed, 23 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 51c61b5
Author: DahBlount <Sun Oct 25 15:04:22 2015 -0600>
Commit: DahBlount <Tue Oct 27 15:51:45 2015 -0600>

    Change closeup_pos in draw_model_icon() to a pointer
 code/missionui/missionscreencommon.cpp | 4 ++--
 code/missionui/missionscreencommon.h   | 2 +-
 code/missionui/missionweaponchoice.cpp | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 6cf105b
Author: DahBlount <Sun Oct 25 14:29:11 2015 -0600>
Commit: DahBlount <Tue Oct 27 15:51:44 2015 -0600>

    Fix Closeup_Pos and Closeup_Zoom
 code/missionui/missionscreencommon.cpp |  6 +++---
 code/missionui/missionscreencommon.h   |  2 +-
 code/missionui/missionweaponchoice.cpp | 19 +++++++------------
 3 files changed, 11 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit 5fd09f8
Author: MageKing17 <Tue Oct 27 14:48:21 2015 -0700>
Commit: MageKing17 <Tue Oct 27 14:48:21 2015 -0700>

    Restore local SSM behavior broken by 88e7c83. Fixes issue #396.
 code/weapon/weapons.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 630ab5a
Author: Fabian Woltermann <Tue Oct 27 08:24:06 2015 +0100>
Commit: Fabian Woltermann <Tue Oct 27 08:24:06 2015 +0100>

    Makes sure mc_info_init sets everything to safe data.
 code/model/model.h | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit e28640d
Author: Fabian Woltermann <Tue Oct 27 08:15:45 2015 +0100>
Commit: Fabian Woltermann <Tue Oct 27 08:15:45 2015 +0100>

    Revert "Introduces a proper constructor for mc_info and removes the mc_info_init function on grounds of grave misuse of memset."
 code/ai/aibig.cpp                 |  1 +
 code/ai/aicode.cpp                |  1 +
 code/ai/aiturret.cpp              |  1 +
 code/asteroid/asteroid.cpp        |  3 +++
 code/debris/debris.cpp            |  1 +
 code/fred2/fredrender.cpp         |  1 +
 code/hud/hudtarget.cpp            |  1 +
 code/model/model.h                | 32 +++++---------------------------
 code/object/collideshipship.cpp   |  1 +
 code/object/collideshipweapon.cpp |  1 +
 code/object/objcollide.cpp        |  1 +
 code/parse/lua.cpp                |  1 +
 code/ship/ship.cpp                |  2 ++
 code/ship/shipfx.cpp              |  3 +++
 code/weapon/beam.cpp              |  4 ++++
 15 files changed, 27 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit ccc71a8
Author: Goober5000 <Sun Oct 25 21:20:57 2015 -0400>
Commit: Goober5000 <Sun Oct 25 21:20:57 2015 -0400>

    looks like we'll need them in these three other files too
 code/network/psnet2.cpp | 1 +
 code/ship/shiphit.cpp   | 2 ++
 code/weapon/beam.cpp    | 2 ++
 3 files changed, 5 insertions(+)

------------------------------------------------------------------------
commit 7dde0a7
Author: Goober5000 <Sun Oct 25 21:14:08 2015 -0400>
Commit: Goober5000 <Sun Oct 25 21:14:08 2015 -0400>

    that was just dumb
 code/network/multi_obj.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit e895f86
Author: Goober5000 <Sun Oct 25 20:48:02 2015 -0400>
Commit: Goober5000 <Sun Oct 25 20:48:02 2015 -0400>

    come on, Travis
 code/network/multi_obj.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 31e9a0d
Author: Goober5000 <Sun Oct 25 20:23:26 2015 -0400>
Commit: Goober5000 <Sun Oct 25 20:23:26 2015 -0400>

    more linux compatibility
 code/graphics/gropengllight.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 505de1b
Author: Goober5000 <Sun Oct 25 19:51:50 2015 -0400>
Commit: Goober5000 <Sun Oct 25 19:51:50 2015 -0400>

    linux compatibility
 code/cfile/cfilesystem.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit b82d0c5
Author: Goober5000 <Sun Oct 25 19:16:36 2015 -0400>
Commit: Goober5000 <Sun Oct 25 19:16:36 2015 -0400>

    convert qsort to std::sort
 code/cfile/cfilesystem.cpp      | 14 +++++--------
 code/graphics/gropengllight.cpp | 45 ++++++++++++++++++-----------------------
 code/network/multi_obj.cpp      | 21 ++++++++-----------
 code/network/psnet2.cpp         | 17 +---------------
 code/ship/shiphit.cpp           | 19 ++++++-----------
 code/weapon/beam.cpp            | 12 +++--------
 6 files changed, 43 insertions(+), 85 deletions(-)

------------------------------------------------------------------------
commit 35e34ac
Author: The E <Sat Oct 24 09:58:38 2015 +0200>
Commit: The E <Sat Oct 24 09:58:38 2015 +0200>

    Introduces a proper constructor for mc_info and removes the mc_info_init function on grounds of grave misuse of memset.
 code/ai/aibig.cpp                 |  1 -
 code/ai/aicode.cpp                |  1 -
 code/ai/aiturret.cpp              |  1 -
 code/asteroid/asteroid.cpp        |  3 ---
 code/debris/debris.cpp            |  1 -
 code/fred2/fredrender.cpp         |  1 -
 code/hud/hudtarget.cpp            |  1 -
 code/model/model.h                | 32 +++++++++++++++++++++++++++-----
 code/object/collideshipship.cpp   |  1 -
 code/object/collideshipweapon.cpp |  1 -
 code/object/objcollide.cpp        |  1 -
 code/parse/lua.cpp                |  1 -
 code/ship/ship.cpp                |  2 --
 code/ship/shipfx.cpp              |  3 ---
 code/weapon/beam.cpp              |  4 ----
 15 files changed, 27 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 96d32b5
Author: Goober5000 <Thu Oct 22 23:27:43 2015 -0400>
Commit: Goober5000 <Thu Oct 22 23:27:43 2015 -0400>

    remove WF_NEVER_EXISTED
 code/mission/missionparse.cpp | 3 ---
 code/missionui/redalert.cpp   | 3 ---
 code/parse/sexp.cpp           | 5 -----
 code/ship/ship.h              | 3 +--
 4 files changed, 1 insertion(+), 13 deletions(-)