Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 22, 2009, 09:26:48 am
-
Here is the nightly for Windows on 22 Jun 2009 - Revision 5367
fso-WIN-20090622_r5367.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-20090622_r5367.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-20090622_r5367.md5)
------------------------------------------------------------------------
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
------------------------------------------------------------------------
-
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.
-
I'm stumped.
Debug builds crash in a vector push_back.
Release builds seem to work fine.
(FRED2)