Author Topic: Nightly (Windows): 18 Sep 2011 - Revision 7761  (Read 1137 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 18 Sep 2011 - Revision 7761
Here is the nightly for Windows on 18 Sep 2011 - Revision 7761

Group: Inferno
fso-WIN-Inferno-20110918_r7761.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110918_r7761.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110918_r7761.7z
MD5Sum

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