Author Topic: Nightly (OS X): 03 Sep 2014 - Revision 11062  (Read 730 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

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

Open non-feature issues in Mantis: 126

Group: Standard
fso_Standard_20140903_r11062.tgz
MD5Sum

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