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 28, 2011, 10:09:24 am

Title: Nightly (OS X): 28 Jun 2011 - Revision 7286
Post by: SirKnightly on June 28, 2011, 10:09:24 am
Here is the nightly for OS X on 28 Jun 2011 - Revision 7286

Group: Inferno
fso-OSX-Inferno-20110628_r7286.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20110628_r7286.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20110628_r7286.md5)

Code: [Select]
------------------------------------------------------------------------
r7276 | The_E | 2011-06-27 17:16:41 -0500 (Mon, 27 Jun 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/network/multi_respawn.cpp

Adding a piece of sanity checking here, to avoid crashing the release build under certain strange circumstances

------------------------------------------------------------------------
r7277 | Zacam | 2011-06-27 20:03:03 -0500 (Mon, 27 Jun 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/stats/scoring.cpp

Some "\n"'s to help with logging during multi. "Scoring:" wasn't using any, so it would run on the next item right at the end.
------------------------------------------------------------------------
r7279 | Goober5000 | 2011-06-27 23:08:59 -0500 (Mon, 27 Jun 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

add string-get-substring, string-set-substring, and string-get-length; needed for Blue Planet
------------------------------------------------------------------------
r7280 | The_E | 2011-06-28 03:36:54 -0500 (Tue, 28 Jun 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/object/objcollide.cpp
   M /trunk/fs2_open/code/object/object.cpp
   M /trunk/fs2_open/code/object/object.h
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

Adds sexps to manipulate a ships' collision groups. If two objects are members of the same collision group, they will not collide with each other.

------------------------------------------------------------------------
r7283 | The_E | 2011-06-28 04:38:06 -0500 (Tue, 28 Jun 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.h

How did these values start colliding all of a sudden? Must have been my fault, sorry.

------------------------------------------------------------------------
r7284 | The_E | 2011-06-28 09:07:34 -0500 (Tue, 28 Jun 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Ooops, ****ed this one up a bit.

------------------------------------------------------------------------
r7285 | The_E | 2011-06-28 09:10:23 -0500 (Tue, 28 Jun 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Aaaargh, messed up AGAIN.

------------------------------------------------------------------------
r7286 | The_E | 2011-06-28 09:13:21 -0500 (Tue, 28 Jun 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

When will I get it right....

------------------------------------------------------------------------