Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Test Builds => Topic started by: Goober5000 on August 07, 2007, 08:26:08 am

Title: 2007-08-07 stable branch
Post by: Goober5000 on August 07, 2007, 08:26:08 am
Since I uploaded this for Tolwyn, I figured I'd post it here too...
http://fs2source.warpcore.org/exes/latest/20070807-Goober5000.7z
(Make sure to right-click on the link and select Save As.  If you left-click on the link, your browser will attempt to open it as text since .7z is not a recognized extension.)

Not much has changed since Kazan's 7/24 build... just a few miscellaneous bug fixes.
Title: Re: 2007-08-07 stable branch
Post by: Grizzly on August 07, 2007, 01:03:51 pm
the shudder after fire and the missing engine glow bug?

getting an usb stick now.
Title: Re: 2007-08-07 stable branch
Post by: Goober5000 on August 07, 2007, 01:08:07 pm
If it's not fixed in Mantis, it's not fixed in this build.
Title: Re: 2007-08-07 stable branch
Post by: chief1983 on August 08, 2007, 03:55:33 am
Just curious, what are you compiling with?

If you're interested, I'm curious because I tried to do the HEAD branch today with MSVC++ Express 2005, and only got the debug of FS2 to compile.  It doesn't have a project for the release build yet (in the MSVC_2005 folder), and FRED failed on something about stdafx.  I installed the Windows 2003 SDK, so I thought FRED should have worked, and even added the includes according to the instructions on the site for using the SDK with Express 2005.
Title: Re: 2007-08-07 stable branch
Post by: Turey on August 08, 2007, 08:12:01 am
Just curious, what are you compiling with?

If you're interested, I'm curious because I tried to do the HEAD branch today with MSVC++ Express 2005, and only got the debug of FS2 to compile.  It doesn't have a project for the release build yet (in the MSVC_2005 folder), and FRED failed on something about stdafx.  I installed the Windows 2003 SDK, so I thought FRED should have worked, and even added the includes according to the instructions on the site for using the SDK with Express 2005.

The project's the same, you have to change the configuration of the project to build release. There's a "Release/Debug" setting somewhere.
Title: Re: 2007-08-07 stable branch
Post by: Goober5000 on August 08, 2007, 08:41:01 am
I use Visual Studio 6.
Title: Re: 2007-08-07 stable branch
Post by: chief1983 on August 08, 2007, 10:11:22 am
Turey, in the readme it stated that for the HEAD MSVC_2005 project, release didn't work, and it appeared to be disabled in the menus.
Title: Re: 2007-08-07 stable branch
Post by: Turey on August 08, 2007, 12:09:58 pm
Turey, in the readme it stated that for the HEAD MSVC_2005 project, release didn't work, and it appeared to be disabled in the menus.

I think Kazan got it to work. You'll have to ask him, I don't use release builds.