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, 05:34:21 pm
-
Here is the nightly for Linux on 28 Jun 2011 - Revision 7289
Group: Standard
fso-LINUX-Standard-20110628_r7289.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Standard-20110628_r7289.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Standard-20110628_r7289.md5)
Group: Inferno
fso-LINUX-Inferno-20110628_r7289.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Inferno-20110628_r7289.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Inferno-20110628_r7289.md5)
------------------------------------------------------------------------
r7265 | Zacam | 2011-06-21 14:23:56 -0500 (Tue, 21 Jun 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/osapi/outwnd.cpp
Standalone execution now creates it's own log file (fs2_standalone.log)
------------------------------------------------------------------------
r7268 | The_E | 2011-06-25 03:03:52 -0500 (Sat, 25 Jun 2011) | 3 lines
Changed paths:
M /trunk/fs2_open/code/mission/missionparse.cpp
M /trunk/fs2_open/code/mission/missionparse.h
M /trunk/fs2_open/code/parse/sexp.cpp
Patch for Mantis 2326: Standalone server crashes when ship classes are changed in loadout.
I hope.
------------------------------------------------------------------------
r7269 | Swifty | 2011-06-25 04:30:47 -0500 (Sat, 25 Jun 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hud.cpp
M /trunk/fs2_open/code/hud/hud.h
M /trunk/fs2_open/code/hud/hudmessage.cpp
M /trunk/fs2_open/code/hud/hudmessage.h
Introduced the preprocess() method in HudGauges. Allowed the HUD to peek at the HUD message buffer when HUD is disabled.
------------------------------------------------------------------------
r7270 | The_E | 2011-06-25 09:15:44 -0500 (Sat, 25 Jun 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/lua.cpp
Patch from m!m to give scripting access to debris metadata
------------------------------------------------------------------------
r7271 | Sushi | 2011-06-26 13:10:54 -0500 (Sun, 26 Jun 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/ai/aiturret.cpp
M /trunk/fs2_open/code/model/model.h
M /trunk/fs2_open/code/ship/ship.cpp
Add "wait for animation" turret flag (turret won't fire until associated animation completes)
------------------------------------------------------------------------
r7272 | The_E | 2011-06-27 07:49:42 -0500 (Mon, 27 Jun 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/lua.cpp
From m!m: Patch for Mantis 2459 (Calling ts.createParticle with an invalid effect handle causes an Int3())
------------------------------------------------------------------------
r7273 | The_E | 2011-06-27 08:45:19 -0500 (Mon, 27 Jun 2011) | 2 lines
Changed paths:
M /trunk/fs2_open/code/cfile/cfile.cpp
Patch for Mantis 2050: Renaming the log file may cause crashes
------------------------------------------------------------------------
r7274 | The_E | 2011-06-27 08:52:45 -0500 (Mon, 27 Jun 2011) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ai/aicode.cpp
Disable warning that is meaningless ("why are G_predicted_pos and G_fire_pos the same?"), and only serves to confuse people.
------------------------------------------------------------------------
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....
------------------------------------------------------------------------
r7287 | The_E | 2011-06-28 14:24:13 -0500 (Tue, 28 Jun 2011) | 2 lines
Changed paths:
M /trunk/fs2_open/code/network/multiteamselect.cpp
Fix for Mantis 2424: Crashes in multiplayer when <Wingname> 1 is not a player ship
------------------------------------------------------------------------
r7288 | The_E | 2011-06-28 14:48:20 -0500 (Tue, 28 Jun 2011) | 2 lines
Changed paths:
M /trunk/fs2_open/code/nebula/neblightning.cpp
Fix for Mantis 1983: Do not process lightning info when in standalone mode
------------------------------------------------------------------------
r7289 | The_E | 2011-06-28 15:20:25 -0500 (Tue, 28 Jun 2011) | 2 lines
Changed paths:
M /trunk/fs2_open/code/cmdline/cmdline.cpp
M /trunk/fs2_open/code/cmdline/cmdline.h
M /trunk/fs2_open/code/graphics/gropengltnl.cpp
Fix for Mantis 2395: Introduces troubleshooting flag to switch between using glDrawElements and glDrawRangeElements
------------------------------------------------------------------------
-
This was build on a new virtual machine, running Bodhi Linux 1.1.0, which is an Ubuntu derivative. Shouldn't have changed much but let me know if anything acts differently.