Author Topic: Nightly (OS X): 25 Oct 2010 - Revision 6687  (Read 1088 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 25 Oct 2010 - Revision 6687
Here is the nightly for OS X on 25 Oct 2010 - Revision 6687

Group: Inferno
fso-OSX-Inferno-20101025_r6687.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r6669 | The_E | 2010-10-22 15:43:27 -0500 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

m!m's function to access the "affected by gravity" flag
------------------------------------------------------------------------
r6671 | Echelon9 | 2010-10-22 17:53:48 -0500 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/README

Update project file listing
------------------------------------------------------------------------
r6672 | The_E | 2010-10-22 18:17:44 -0500 (Fri, 22 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionmessage.cpp
   M /trunk/fs2_open/code/mission/missionmessage.h
   M /trunk/fs2_open/code/parse/sexp.cpp

Adding special message source "<none>"

------------------------------------------------------------------------
r6674 | Wanderer | 2010-10-23 14:54:39 -0500 (Sat, 23 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/gamesequence/gamesequence.cpp
   M /trunk/fs2_open/code/gamesequence/gamesequence.h
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/parse/scripting.cpp
   M /trunk/fs2_open/code/parse/scripting.h

adding blank scripting state to the game
------------------------------------------------------------------------
r6675 | karajorma | 2010-10-24 00:28:30 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_sexp.cpp

Not 100% a bug fix but this will have the effect of making it harder to hit the bug and will warn when it hits it. See http://www.hard-light.net/forums/index.php?topic=72160.0 for more details
------------------------------------------------------------------------
r6677 | Zacam | 2010-10-24 19:03:29 -0500 (Sun, 24 Oct 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/debugconsole/console.cpp
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/menuui/playermenu.cpp
   M /trunk/fs2_open/code/nebula/neb.cpp

Warnings Resolutions: 'int' to 'ubyte' conversion warnings.
Some formatting cleanup done on the affected files.
While not necessary, some {} put in by suggestion of output from GCC and to improve readability.
------------------------------------------------------------------------
r6679 | Zacam | 2010-10-24 22:26:03 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cutscene/decoder16.cpp
   M /trunk/fs2_open/code/cutscene/mve_audio.cpp
   M /trunk/fs2_open/code/cutscene/mveplayer.cpp
   M /trunk/fs2_open/code/fs2netd/fs2netd_client.cpp
   M /trunk/fs2_open/code/fs2netd/tcp_client.cpp
   M /trunk/fs2_open/code/fs2netd/tcp_socket.cpp
   M /trunk/fs2_open/code/lab/wmcgui.cpp
   M /trunk/fs2_open/code/lab/wmcgui.h
   M /trunk/fs2_open/code/sound/acm.cpp
   M /trunk/fs2_open/code/sound/acm.h
   M /trunk/fs2_open/code/sound/ds.cpp
   M /trunk/fs2_open/code/sound/ds.h

Clears up the rest of the type conversion warnings listed in MSVC.
------------------------------------------------------------------------
r6680 | Zacam | 2010-10-24 22:34:33 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2005/liblua.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/liblua.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/liblua.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/liblua.vcxproj.filters
   M /trunk/fs2_open/projects/MSVC_6/liblua.dsp

'lua.c' not needed for liblua.
------------------------------------------------------------------------
r6681 | Zacam | 2010-10-24 22:43:02 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp

Fix for Release Build warning for 'err'
------------------------------------------------------------------------
r6682 | Zacam | 2010-10-24 22:48:01 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ddsutils/ddsutils.cpp
   M /trunk/fs2_open/code/fs2netd/tcp_socket.cpp
   M /trunk/fs2_open/code/inetfile/chttpget.cpp
   M /trunk/fs2_open/code/network/multi_update.cpp
   M /trunk/fs2_open/code/ship/awacs.cpp

Let see how unreachable all this really was.
------------------------------------------------------------------------
r6683 | Zacam | 2010-10-24 22:54:48 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp

Should have paid more attention on that last one, need to define what 'err' is outside of where it is.
------------------------------------------------------------------------
r6684 | Zacam | 2010-10-24 22:59:15 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp

...and then it helps to actually initialize it to something.
------------------------------------------------------------------------
r6686 | karajorma | 2010-10-25 08:53:31 -0500 (Mon, 25 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/missionsave.cpp

Looks like we forgot to update the save functions when we changed the special_explosion to use floats.

------------------------------------------------------------------------
r6687 | chief1983 | 2010-10-25 09:57:53 -0500 (Mon, 25 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Let's get rid of lua.c for Xcode then too
------------------------------------------------------------------------