Author Topic: Nightly (FreeBSD): 28 Oct 2015 - Revision 62fcbea  (Read 696 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 28 Oct 2015 - Revision 62fcbea
Here is the nightly for FreeBSD on 28 Oct 2015 - Revision 62fcbea

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20151028_62fcbea.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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 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 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(-)