Author Topic: Nightly (Linux): 14 Nov 2009 - Revision 5654  (Read 1221 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Linux): 14 Nov 2009 - Revision 5654
Here is the nightly for Linux on 14 Nov 2009 - Revision 5654

fso-LINUX-20091114_r5654.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r5650 | portej05 | 2009-11-13 04:09:10 -0600 (Fri, 13 Nov 2009) | 2 lines
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

Fix mistake with globally defined symbols (_SECURE_SCL=0 and _HAS_ITERATOR_DEBUGGING=0)
Add PDB_DEBUGGING to default 'code' builds
------------------------------------------------------------------------
r5651 | portej05 | 2009-11-13 07:22:59 -0600 (Fri, 13 Nov 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/parse/parselo.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/weapon/muzzleflash.cpp

Fix more incorrect uses of memset causing crashes
------------------------------------------------------------------------
r5652 | portej05 | 2009-11-13 12:06:27 -0600 (Fri, 13 Nov 2009) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/menuui/techmenu.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelanim.cpp
   M /trunk/fs2_open/code/model/modelread.cpp
   M /trunk/fs2_open/code/network/multi.cpp
   M /trunk/fs2_open/code/network/multi_options.cpp
   M /trunk/fs2_open/code/network/multiui.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/weapon/shockwave.cpp
   M /trunk/fs2_open/code/weapon/shockwave.h

Fix for issues caused by memset and _HAS_ITERATOR_DEBUGGING.
Some ugliness involved (placement new - yuck!), however given that a lot of our structures are allocated with vm_malloc, I haven't got a better way around this at present.
------------------------------------------------------------------------
r5653 | chief1983 | 2009-11-13 17:35:08 -0600 (Fri, 13 Nov 2009) | 2 lines
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/Freespace2.sln
   M /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/libjpeg.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/liblua.vcproj

VS2008 remembers how to build
Zacam fixed the broken merge from Antipodes of the project file updates.
------------------------------------------------------------------------
r5654 | portej05 | 2009-11-13 22:11:16 -0600 (Fri, 13 Nov 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/osapi/outwnd.cpp

FRED Learns to write in its own log file!
------------------------------------------------------------------------