Author Topic: Nightly (FreeBSD): 01 Sep 2014 - Revision 11045  (Read 922 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 01 Sep 2014 - Revision 11045
Here is the nightly for FreeBSD on 01 Sep 2014 - Revision 11045

Open non-feature issues in Mantis: 125

Group: Standard
fso_Standard_20140901_r11045.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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 ?\226?\128?\152max_size?\226?\128?\153 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
------------------------------------------------------------------------