Author Topic: Nightly (OS X): 23 Sep 2011 - Revision 7776  (Read 2475 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

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

Group: Inferno
fso-OSX-Inferno-20110923_r7776.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r7735 | The_E | 2011-09-16 16:17:02 -0500 (Fri, 16 Sep 2011) | 1 line
Changed paths:
   A /trunk/fs2_open/projects/MSVC_2011
   A /trunk/fs2_open/projects/MSVC_2011/Fred2.vcxproj
   A /trunk/fs2_open/projects/MSVC_2011/Freespace2.sln
   A /trunk/fs2_open/projects/MSVC_2011/Freespace2.v11.suo
   A /trunk/fs2_open/projects/MSVC_2011/Freespace2.vcxproj
   A /trunk/fs2_open/projects/MSVC_2011/code.vcxproj
   A /trunk/fs2_open/projects/MSVC_2011/libjpeg.vcxproj
   A /trunk/fs2_open/projects/MSVC_2011/liblua.vcxproj
   A /trunk/fs2_open/projects/MSVC_2011/libpng.vcxproj
   A /trunk/fs2_open/projects/MSVC_2011/wxFRED2.vcxproj
   A /trunk/fs2_open/projects/MSVC_2011/zlib.vcxproj

Highly experimental project files for the highly experimental MSVC 2011.
------------------------------------------------------------------------
r7736 | The_E | 2011-09-17 07:59:54 -0500 (Sat, 17 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

From m!m: Adds isTurret() and isAfterburnerActive() Scripting functions

------------------------------------------------------------------------
r7737 | The_E | 2011-09-17 08:03:52 -0500 (Sat, 17 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp

From m!m: Make the player object and mn.* table available in an $On Mission Start hook

------------------------------------------------------------------------
r7738 | Valathil | 2011-09-17 09:36:29 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/playerman/playercontrol.cpp

Don't do a boolean check on Floats could be -0.0 which is boolean true
------------------------------------------------------------------------
r7742 | Valathil | 2011-09-17 13:00:38 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

Add Ships.tbl flag to disable lighting
------------------------------------------------------------------------
r7743 | The_E | 2011-09-17 14:36:24 -0500 (Sat, 17 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp

Little change to fix bug with external post shaders not loading

------------------------------------------------------------------------
r7744 | The_E | 2011-09-17 14:53:27 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   D /trunk/fs2_open/code/lab/lua.cpp
   D /trunk/fs2_open/code/variables

These files are referenced nowhere, so away they go
------------------------------------------------------------------------
r7745 | The_E | 2011-09-17 15:00:29 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   D /trunk/fs2_open/code/scramble

These are unused as well.
------------------------------------------------------------------------
r7746 | The_E | 2011-09-17 15:08:13 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   D /trunk/fs2_open/code/cryptstring

And another obsolete tool goes away
------------------------------------------------------------------------
r7747 | The_E | 2011-09-17 15:25:49 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   D /trunk/fs2_open/code/globalincs/crypt.cpp
   D /trunk/fs2_open/code/globalincs/crypt.h
   M /trunk/fs2_open/code/io/keycontrol.cpp

Since this header and cpp define a single function used in a single place, let's move the function to where it's used, and get rid of these files
------------------------------------------------------------------------
r7749 | Valathil | 2011-09-17 15:55:03 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglshader.cpp

Reordered shaders for performance reasons
------------------------------------------------------------------------
r7750 | Valathil | 2011-09-17 16:02:33 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Reinitialize collision checks when executing the change-ship-class sexp
------------------------------------------------------------------------
r7751 | The_E | 2011-09-17 16:48:46 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/waypoint.cpp

Another case where one should use the case-insensitive check found and fixed.
------------------------------------------------------------------------
r7752 | The_E | 2011-09-17 17:11:34 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Make sure ETS settings carry over when changing ship class, as well as making sure that weapon selection are still valid after the change.
------------------------------------------------------------------------
r7753 | Valathil | 2011-09-17 18:00:58 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/io/keycontrol.cpp

From Eli2_: Change cheat codes to not use that useless crypto function anymore
------------------------------------------------------------------------
r7755 | Zacam | 2011-09-17 19:35:48 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/Makefile.am
   M /trunk/fs2_open/code/Makefile.am
   M /trunk/fs2_open/projects/MSVC_2005/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj.filters
   M /trunk/fs2_open/projects/MSVC_2011/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_6/code.dsp
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
   M /trunk/fs2_open/projects/codeblocks/code/code.cbp

Project cleanup for the removals of cryptstring, scramble, and crypt.cpp/.h.
------------------------------------------------------------------------
r7757 | Zacam | 2011-09-17 20:03:23 -0500 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/io/keycontrol.cpp

Also from Eli2: Code cleanup
------------------------------------------------------------------------
r7759 | Echelon9 | 2011-09-18 00:24:34 -0500 (Sun, 18 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

From niffiwan: Fix for Mantis 2468 - Change-Ship-Class does not change armor type
------------------------------------------------------------------------
r7762 | The_E | 2011-09-18 12:31:41 -0500 (Sun, 18 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

As requested by zookeeper: Adds "play fire sound for player" subsystem flag

------------------------------------------------------------------------
r7763 | The_E | 2011-09-19 10:53:11 -0500 (Mon, 19 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp

Small fix for the logic here

------------------------------------------------------------------------
r7764 | The_E | 2011-09-19 13:01:56 -0500 (Mon, 19 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Move this check outside the for loop for better performance

------------------------------------------------------------------------
r7766 | IssMneur | 2011-09-19 21:47:39 -0500 (Mon, 19 Sep 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

- renamed +frequency to +period to reflect what the code actually does (as Valathil pointed out)
- +period: or +index: is no longer required for $substitute: (default is +index: 0)
- removed unnecessary check on +period: (1 is now a valid period)
------------------------------------------------------------------------
r7768 | Zacam | 2011-09-21 01:37:56 -0500 (Wed, 21 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/Fred2.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/Freespace2.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj

Revert enabling Speech and Voice Recognition, as it doesn't play well with Express versions of MSVC (at least not without a lot of work)
------------------------------------------------------------------------
r7770 | Echelon9 | 2011-09-21 09:37:36 -0500 (Wed, 21 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/grbatch.cpp

Documentation: Code cleanup of grbatch.cpp and work to prepare for 64bit with size_t
------------------------------------------------------------------------
r7773 | Swifty | 2011-09-22 01:28:49 -0500 (Thu, 22 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missiontraining.cpp

Further fix for Mantis 2500. Directives should now be using sexp overrides.
------------------------------------------------------------------------
r7774 | Echelon9 | 2011-09-22 08:42:07 -0500 (Thu, 22 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/mspdb_callstack.cpp

PVS-Studio fix: V512 A call of the 'memset' function will lead to underflow of the buffer '&stackFrame' (mspdb_callstack.cpp).

------------------------------------------------------------------------
r7776 | Swifty | 2011-09-23 04:14:02 -0500 (Fri, 23 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudmessage.cpp

Fixed Mantis 2502. Messages gauge will no longer calculate string sizes using the incorrect font.
------------------------------------------------------------------------