Author Topic: Nightly (Linux): 28 Jun 2011 - Revision 7289  (Read 1293 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Linux): 28 Jun 2011 - Revision 7289
Here is the nightly for Linux on 28 Jun 2011 - Revision 7289

Group: Standard
fso-LINUX-Standard-20110628_r7289.tar.bz2
MD5Sum

Group: Inferno
fso-LINUX-Inferno-20110628_r7289.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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

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



  

Offline chief1983

  • Still lacks a custom title
  • Moderator
  • 212
  • ⬇️⬆️⬅️⬅️🅰➡️⬇️
    • Skype
    • Steam
    • Twitter
    • Fate of the Galaxy
Re: Nightly (Linux): 28 Jun 2011 - Revision 7289
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.
Fate of the Galaxy - Now Hiring!  Apply within | Diaspora | SCP Home | Collada Importer for PCS2
Karajorma's 'How to report bugs' | Mantis
#freespace | #scp-swc | #diaspora | #SCP | #hard-light on EsperNet

"You may not sell or otherwise commercially exploit the source or things you created based on the source." -- Excerpt from FSO license, for reference

Nuclear1:  Jesus Christ zack you're a little too hamyurger for HLP right now...
iamzack:  i dont have hamynerge i just want ptatoc hips D:
redsniper:  Platonic hips?!
iamzack:  lays