Author Topic: Nightly (Linux): 03 Sep 2014 - Revision 11062  (Read 1157 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 03 Sep 2014 - Revision 11062
Here is the nightly for Linux on 03 Sep 2014 - Revision 11062

Open non-feature issues in Mantis: 126

Group: Standard
fso_Standard_20140903_r11062.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r11011 | niffiwan | 2014-08-20 05:32:22 -0500 (Wed, 20 Aug 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/readyroom.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.h

Fix mantis 3020 (pilot stats issue)

Reset pilot stats when we're creating a new CSG file. Otherwise stats
from the current pilot or campaign will be inherited by the new pilot /
campaign
------------------------------------------------------------------------
r11012 | Echelon9 | 2014-08-20 09:46:10 -0500 (Wed, 20 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/generic_log.cpp

Fix cppcheck (warning) Logical conjunction always evaluates to false: logfile_type < 0 && logfile_type >= 2.
------------------------------------------------------------------------
r11013 | Echelon9 | 2014-08-20 10:09:03 -0500 (Wed, 20 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiutil.cpp

Fix cppcheck (style) Same expression on both sides of ||.
------------------------------------------------------------------------
r11014 | Echelon9 | 2014-08-20 10:27:44 -0500 (Wed, 20 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/anim/packunpack.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix cppcheck (style) Consecutive return, break, continue, goto or throw statements are unnecessary.
------------------------------------------------------------------------
r11015 | Echelon9 | 2014-08-20 10:48:12 -0500 (Wed, 20 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/gamehelp/contexthelp.cpp
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/stats/medals.cpp
   M /trunk/fs2_open/code/stats/scoring.cpp

Fix cppcheck (performance) Prefer prefix ++/-- operators for non-primitive types.
------------------------------------------------------------------------
r11016 | niffiwan | 2014-08-21 04:15:16 -0500 (Thu, 21 Aug 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/font.cpp
   M /trunk/fs2_open/code/menuui/playermenu.cpp

Followup fix for mantis 2883 (from Yarn)

Set Lcl_special_chars when changing fonts
Change some copyright chars to use Lcl_special_chars
------------------------------------------------------------------------
r11017 | niffiwan | 2014-08-21 04:36:10 -0500 (Thu, 21 Aug 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/sound/rtvoice.cpp

Silence GCC warning variable ‘max_size’ set but not used

Code seems redundant as dscap_get_raw_data checks for a max size
anyway. And AFAIK the entire voice capture code is non-functional anyway
------------------------------------------------------------------------
r11018 | niffiwan | 2014-08-22 22:58:13 -0500 (Fri, 22 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudconfig.cpp

Fix mantis 3099 (from Yarn)

Make HCF parsing more flexible
------------------------------------------------------------------------
r11019 | niffiwan | 2014-08-22 23:07:31 -0500 (Fri, 22 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/pilotfile/csg_convert.cpp

Partial fix for mantis 2932 (RA wep idx)

Ensure pilot conversion RA weapon indexes are always valid
------------------------------------------------------------------------
r11020 | niffiwan | 2014-08-22 23:07:36 -0500 (Fri, 22 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/pilotfile/csg_convert.cpp
   M /trunk/fs2_open/code/pilotfile/pilotfile_convert.h

Partial fix for mantis 2932 (cutscenes)

Convert campaign viewed cutscenes
------------------------------------------------------------------------
r11021 | niffiwan | 2014-08-22 23:38:03 -0500 (Fri, 22 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudconfig.cpp

Fix gcc warnings in hudconfig.cpp

declaration of ‘color’ shadows a global declaration [-Wshadow] (x2)
------------------------------------------------------------------------
r11027 | Goober5000 | 2014-08-23 23:15:33 -0500 (Sat, 23 Aug 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.h

MageKing17's patch: add door keys and quick start region, and fix single player / multiplayer description toggling
also fix two warnings regarding int and boolean conversions
------------------------------------------------------------------------
r11028 | Goober5000 | 2014-08-26 00:15:49 -0500 (Tue, 26 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Mantis #3101: check for presence of support dockpoints in all builds, not just release
------------------------------------------------------------------------
r11029 | niffiwan | 2014-08-26 06:14:48 -0500 (Tue, 26 Aug 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/sound/rtvoice.cpp

Revert "Silence GCC warning variable ‘max_size’ set but not used"

Based on chief1983's comment that this code is still used, I'll take
the safer route of just telling gcc to shaddupaboudit
------------------------------------------------------------------------
r11034 | karajorma | 2014-08-30 00:13:56 -0500 (Sat, 30 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Mantis 3077 (Subtitles including a message will crash multiplayer games).
------------------------------------------------------------------------
r11035 | karajorma | 2014-08-30 00:26:19 -0500 (Sat, 30 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

The previously committed version of multi-eval did not include the code to allow it to determine if client side scripts should also be executed on the server. This version does but will break any previously created missions.
------------------------------------------------------------------------
r11036 | karajorma | 2014-08-30 00:29:59 -0500 (Sat, 30 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Opps. Only need that defined once!
------------------------------------------------------------------------
r11037 | Goober5000 | 2014-08-30 17:13:20 -0500 (Sat, 30 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

add an Assertion about a buffer overflow vulnerability in split_str
------------------------------------------------------------------------
r11038 | Goober5000 | 2014-08-30 17:22:54 -0500 (Sat, 30 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Karajorma missed an Opps :p
------------------------------------------------------------------------
r11039 | Goober5000 | 2014-08-30 17:27:40 -0500 (Sat, 30 Aug 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/camera/camera.cpp
   M /trunk/fs2_open/code/camera/camera.h

since we can replace variables in SCP_string, use that instead of an arbitrary char[256] buffer
also const-correctness in the constructor
------------------------------------------------------------------------
r11040 | Goober5000 | 2014-08-30 17:32:48 -0500 (Sat, 30 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

subtitles can now be as long as messages
------------------------------------------------------------------------
r11041 | Goober5000 | 2014-08-30 17:39:32 -0500 (Sat, 30 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

that variable isn't actually a buffer, so change the misleading name
------------------------------------------------------------------------
r11042 | Goober5000 | 2014-08-31 19:21:30 -0500 (Sun, 31 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.h

use class declarations since these contain SCP_string
------------------------------------------------------------------------
r11043 | Goober5000 | 2014-08-31 19:21:55 -0500 (Sun, 31 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

VC6 compatibility
------------------------------------------------------------------------
r11044 | Goober5000 | 2014-08-31 22:44:57 -0500 (Sun, 31 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudparse.cpp
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/hud/hudtargetbox.cpp
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/localization/localize.h
   M /trunk/fs2_open/code/menuui/readyroom.cpp
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/mission/missionlog.cpp
   M /trunk/fs2_open/code/missionui/missioncmdbrief.cpp
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/network/multiui.cpp
   M /trunk/fs2_open/code/stats/medals.cpp

Yarn's patch for Polish localization
------------------------------------------------------------------------
r11046 | Goober5000 | 2014-09-01 18:30:23 -0500 (Mon, 01 Sep 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missioncampaign.cpp

substitue main hall for displaying MjnMixael's main halls in fsport
------------------------------------------------------------------------