Author Topic: Nightly (Linux): 01 Aug 2009 - Revision 5502  (Read 1016 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 01 Aug 2009 - Revision 5502
Here is the nightly for Linux on 01 Aug 2009 - Revision 5502

fso-LINUX-20090801_r5502.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r5497 | portej05 | 2009-07-31 04:30:03 -0500 (Fri, 31 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/version.cpp

safe_strings is actually safe here (copying stack buffer to stack buffer)
------------------------------------------------------------------------
r5498 | portej05 | 2009-07-31 04:45:50 -0500 (Fri, 31 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/safe_strings.cpp
   M /trunk/fs2_open/code/globalincs/safe_strings.h

Update to asserts that come from safe_strings - now they print out what they're trying to concatenate - still some ways to go on how pretty they are though (strcat_s will not show the current contents of the buffer, so a short filename might appear to cause the assert, but it's being concatenated with a very long directory structure - the buffer size shown is the full buffer size, not the remaining size)
------------------------------------------------------------------------
r5499 | Echelon9 | 2009-07-31 06:07:10 -0500 (Fri, 31 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/version.cpp

Well yes, but the issue is that strcpy_s was out of scope though
------------------------------------------------------------------------
r5500 | portej05 | 2009-07-31 10:02:56 -0500 (Fri, 31 Jul 2009) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/safe_strings.cpp
   M /trunk/fs2_open/code/globalincs/safe_strings.h

ifdef logic correction for safe_strings (VS2008 release build)
Full logic description is included in comments - please check!
------------------------------------------------------------------------
r5501 | Wanderer | 2009-07-31 12:25:29 -0500 (Fri, 31 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hud.h
   M /trunk/fs2_open/code/iff_defs/iff_defs.cpp
   M /trunk/fs2_open/code/radar/radar.cpp
   M /trunk/fs2_open/code/radar/radarorb.cpp
   M /trunk/fs2_open/code/radar/radarsetup.cpp
   M /trunk/fs2_open/code/radar/radarsetup.h

commit of target highlighting options mostly for radar icons
------------------------------------------------------------------------
r5502 | Wanderer | 2009-07-31 12:26:55 -0500 (Fri, 31 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

variable lead prediction missiles & untargeted heat seekers (aka 'primitive sensor' heat seekers)
------------------------------------------------------------------------