Author Topic: Nightly (Windows): 22 Jun 2009 - Revision 5367  (Read 1690 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 22 Jun 2009 - Revision 5367
Here is the nightly for Windows on 22 Jun 2009 - Revision 5367

fso-WIN-20090622_r5367.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r5356 | chief1983 | 2009-06-20 13:28:13 -0500 (Sat, 20 Jun 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp

Zacam's enhancement for briefing text colors.
------------------------------------------------------------------------
r5358 | portej05 | 2009-06-21 10:39:13 -0500 (Sun, 21 Jun 2009) | 2 lines
Changed paths:
   A /trunk/fs2_open/code/globalincs/mspdb_callstack.cpp
   A /trunk/fs2_open/code/globalincs/mspdb_callstack.h
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj

Callstacks now work under VC2008 - define PDB_DEBUGGING to use. (you need the PSDK to make this work)
See the post in SCP for what/why.
------------------------------------------------------------------------
r5359 | portej05 | 2009-06-21 12:08:18 -0500 (Sun, 21 Jun 2009) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/pstypes.h
   A /trunk/fs2_open/code/globalincs/safe_strings.cpp
   A /trunk/fs2_open/code/globalincs/safe_strings.h
   A /trunk/fs2_open/code/globalincs/safe_strings_test.cpp
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj

Fixed up some indentation in pstypes.h - the assert section is now readable
Added a space after the ! in the stack tracing using DbgHelp
Added the str*_s basic functions. Note the licence in the top. (also, this only updates the VC2008 project)
------------------------------------------------------------------------
r5360 | portej05 | 2009-06-21 12:27:24 -0500 (Sun, 21 Jun 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/pstypes.h

Add safe_strings to pstypes.h - forgot to do it in the last checkin
------------------------------------------------------------------------
r5361 | Echelon9 | 2009-06-21 13:01:11 -0500 (Sun, 21 Jun 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/safe_strings.h

Updating portej05 str*_s implementation
------------------------------------------------------------------------
r5362 | Echelon9 | 2009-06-21 13:22:40 -0500 (Sun, 21 Jun 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/safe_strings.cpp

Small change to safe_strings.cpp
------------------------------------------------------------------------
r5363 | Echelon9 | 2009-06-21 13:36:34 -0500 (Sun, 21 Jun 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/globalincs/safe_strings.cpp
   M /trunk/fs2_open/code/globalincs/safe_strings.h

Cleanup includes
------------------------------------------------------------------------
r5364 | Echelon9 | 2009-06-21 13:52:21 -0500 (Sun, 21 Jun 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Update Xcode project file for safe_strings.*
------------------------------------------------------------------------
r5365 | Echelon9 | 2009-06-21 14:09:02 -0500 (Sun, 21 Jun 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/safe_strings.h

Adopt Assertion in safe_strings.h
------------------------------------------------------------------------
r5367 | portej05 | 2009-06-22 01:37:32 -0500 (Mon, 22 Jun 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/windebug.cpp

Just->Error in windebug
------------------------------------------------------------------------



 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: Nightly (Windows): 22 Jun 2009 - Revision 5367
Something introduced in this build is crashing debug builds of FRED on startup with an unhandled exception. It wasn't removed when the safe strings stuff was removed so it's something else.

The crash is occurring on line 334 of species_defs and only seems to affect FRED rather bizarrely even though FS2 passes through the same code.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 
Re: Nightly (Windows): 22 Jun 2009 - Revision 5367
I'm stumped.
Debug builds crash in a vector push_back.
Release builds seem to work fine.

(FRED2)
STRONGTEA. Why can't the x86 be sane?