Author Topic: Nightly (OS X): 26 Sep 2011 - Revision 7811  (Read 969 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 26 Sep 2011 - Revision 7811
Here is the nightly for OS X on 26 Sep 2011 - Revision 7811

Group: Inferno
fso-OSX-Inferno-20110926_r7811.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r7777 | The_E | 2011-09-23 14:09:23 -0500 (Fri, 23 Sep 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp

Fix for Mantis 2134: set-fov sexp has no effect at mission start. This moves the camera initialization stuff up a few lines to run before game_simulation_frame, thus ensuring the main camera is set up when sexps are evaluated.
Many thanks to CommanderDJ for tracking this down.

------------------------------------------------------------------------
r7778 | Echelon9 | 2011-09-23 15:24:43 -0500 (Fri, 23 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

PVS-Studio fix: V581 The conditional expressions of the 'if' operators situated alongside each other are identical. Check lines: 1977, 1986 (sexp.cpp)
------------------------------------------------------------------------
r7779 | Echelon9 | 2011-09-23 15:26:32 -0500 (Fri, 23 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

PVS-Studio fix: V581 The conditional expressions of the 'if' operators situated alongside each other are identical. Check lines: 2172, 2186 (sexp.cpp)
------------------------------------------------------------------------
r7780 | Echelon9 | 2011-09-23 15:27:25 -0500 (Fri, 23 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiteamselect.cpp

PVS-Studio fix: V581 The conditional expressions of the 'if' operators situated alongside each other are identical. Check lines: 2039, 2044 (multiteamselect.cpp)
------------------------------------------------------------------------
r7781 | Echelon9 | 2011-09-23 15:28:06 -0500 (Fri, 23 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiteamselect.cpp

PVS-Studio fix: V581 The conditional expressions of the 'if' operators situated alongside each other are identical. Check lines: 2056, 2061 (multiteamselect.cpp)
------------------------------------------------------------------------
r7782 | Echelon9 | 2011-09-23 20:19:29 -0500 (Fri, 23 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/io/keycontrol.cpp

A small code cleanup patch from Eli2. Thanks.
------------------------------------------------------------------------
r7783 | Echelon9 | 2011-09-23 20:34:25 -0500 (Fri, 23 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/io/keycontrol.cpp

Documenation: Code cleanup of keycontrol.cpp
------------------------------------------------------------------------
r7784 | Echelon9 | 2011-09-23 20:35:19 -0500 (Fri, 23 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Xcode project file cleanup: Xcode 3 thinks these sections are unnecessary after the encrypt.cpp file was removed recently
------------------------------------------------------------------------
r7785 | The_E | 2011-09-24 09:22:35 -0500 (Sat, 24 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Remove unused variable

------------------------------------------------------------------------
r7786 | The_E | 2011-09-24 09:26:04 -0500 (Sat, 24 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/grbatch.cpp

PVS Studio fix: V547, <variable> >= 0 check on size_t variable

------------------------------------------------------------------------
r7787 | The_E | 2011-09-24 10:45:13 -0500 (Sat, 24 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfig.h

From eli2: Change the control defines into a more manageable enum

------------------------------------------------------------------------
r7788 | The_E | 2011-09-24 10:46:03 -0500 (Sat, 24 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/tgautils/tgautils.cpp

PVS Studio fix: Rearranged struct to decrease size

------------------------------------------------------------------------
r7789 | The_E | 2011-09-24 10:46:24 -0500 (Sat, 24 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

PVS Studio related: False alarms

------------------------------------------------------------------------
r7790 | The_E | 2011-09-24 10:59:00 -0500 (Sat, 24 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/gamesnd/gamesnd.h
   M /trunk/fs2_open/code/weapon/beam.cpp

From niffiwan: Fix for Mantis 2477

------------------------------------------------------------------------
r7791 | The_E | 2011-09-24 12:37:12 -0500 (Sat, 24 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cfile/cfile.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj.filters

Remove more useless encryption stuff. NOTE FOR PROJECT FILE MAINTAINERS: parse/encrypt.(cpp|h) should no longer be part of the project.

------------------------------------------------------------------------
r7792 | The_E | 2011-09-24 12:42:56 -0500 (Sat, 24 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Revert 7789
------------------------------------------------------------------------
r7794 | The_E | 2011-09-24 13:31:20 -0500 (Sat, 24 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cfile/cfile.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj.filters

Revert 7791. Something went wrong there.

------------------------------------------------------------------------
r7795 | The_E | 2011-09-24 14:47:47 -0500 (Sat, 24 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

Redo 7777 without breaking anything else in the process

------------------------------------------------------------------------
r7798 | Echelon9 | 2011-09-24 21:42:27 -0500 (Sat, 24 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_dogfight.cpp
   M /trunk/fs2_open/code/network/multi_pinfo.cpp
   M /trunk/fs2_open/code/stats/scoring.cpp
   M /trunk/fs2_open/code/stats/scoring.h
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Code cleanup: We should be really careful with using these scoring struct elements, as the types were changed from ushort to int at some point.
------------------------------------------------------------------------
r7799 | IssMneur | 2011-09-24 23:00:06 -0500 (Sat, 24 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

Fixes Mantis 2510 - Rotation periods for submodels of less than 1.0 seconds cause uncontrolled rotation of submodel.
------------------------------------------------------------------------
r7801 | The_E | 2011-09-25 02:50:07 -0500 (Sun, 25 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

FRom CommanderDJ: Patch for Mantis 2307, set-object-position weirdness when in nebula
------------------------------------------------------------------------
r7802 | Zacam | 2011-09-25 03:26:45 -0500 (Sun, 25 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfig.h
   M /trunk/fs2_open/code/gamesnd/gamesnd.h
   M /trunk/fs2_open/code/graphics/gropengllight.cpp
   M /trunk/fs2_open/code/network/multi.cpp
   M /trunk/fs2_open/code/network/multi_pinfo.cpp
   M /trunk/fs2_open/code/network/multi_pxo.cpp
   M /trunk/fs2_open/code/network/multi_rate.h
   M /trunk/fs2_open/code/network/multiui.cpp
   M /trunk/fs2_open/code/network/multiutil.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/weapon/beam.cpp

Sync Drift: Apparently still some lingering ifdefs for OEM/Multiplayer_Beta and non-AP specific things not having made it to trunk for some reason.
------------------------------------------------------------------------
r7805 | The_E | 2011-09-25 05:50:08 -0500 (Sun, 25 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix for subsystem flags resetting erroneously. Thanks to zookeeper for noticing this.

------------------------------------------------------------------------
r7806 | The_E | 2011-09-25 15:46:22 -0500 (Sun, 25 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

And a final fix here

------------------------------------------------------------------------
r7807 | The_E | 2011-09-25 15:47:31 -0500 (Sun, 25 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Aargh. NOW it's fixed correctly

------------------------------------------------------------------------
r7809 | Zacam | 2011-09-26 00:40:07 -0500 (Mon, 26 Sep 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/alphacolors.cpp
   M /trunk/fs2_open/code/globalincs/alphacolors.h

From CommanderDJ: Fix for Mantis 2224 "Chat messages may end up unreadable due to unfortunate color choice"
Allows for the specification of colors via a colors.tbl
(Wiki Documentation here: http://www.hard-light.net/wiki/index.php/Colors.tbl )
------------------------------------------------------------------------
r7811 | niffiwan | 2011-09-26 06:17:06 -0500 (Mon, 26 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

Fix for mantis 2501
------------------------------------------------------------------------