Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: Zacam on October 29, 2010, 07:35:37 pm

Title: Nightly (Windows): 29 Oct 2010 - Revision 6705
Post by: Zacam on October 29, 2010, 07:35:37 pm
Here is the nightly for Windows on 29 Oct 2010 - Revision 6705

Group: Inferno
fso-WIN-Inferno-20101029_r6705.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20101029_r6705.7z)
MD5: 16EAD4C4D7C25EE4A4DA392D5220C28B

Group: Inferno SSE
fso-WIN-Inferno_SSE-20101029_r6705.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20101029_r6705.7z)
MD5: DA4706A0AFDDEA9916CD359A372FA595

Group: Inferno SSE2
fso-WIN-Inferno_SSE2-20101029_r6705.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20101029_r6705.7z)
MD5: 07BD78DF1F3D89FF4EC4C24449B8280C


Code: [Select]
------------------------------------------------------------------------
r6697 | The_E | 2010-10-28 18:10:19 -0800 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Patch for minor snafu, from FUBAR
------------------------------------------------------------------------
r6699 | The_E | 2010-10-28 19:22:51 -0800 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Adding a warning and proper error handling to the "/" operator in order to catch div-by-zero scenarios.
------------------------------------------------------------------------
r6700 | The_E | 2010-10-28 19:44:14 -0800 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

Fix for faulty check
------------------------------------------------------------------------
r6701 | The_E | 2010-10-28 21:14:13 -0800 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Woops. How did I screw this up?
------------------------------------------------------------------------
r6704 | chief1983 | 2010-10-29 12:09:26 -0800 (Fri, 29 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/windows_stub/stubs.cpp

This should fix a OS X 10.5 crash, possibly others.
------------------------------------------------------------------------

Title: Re: Nightly (Windows): 29 Oct 2010 - Revision 6705
Post by: General Battuta on October 29, 2010, 07:56:52 pm
Quote
Adding a warning and proper error handling to the "/" operator in order to catch div-by-zero scenarios.

Sorry about that.  :nervous: