Author Topic: Nightly (OS X): 13 Sep 2010 - Revision 6461  (Read 826 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 13 Sep 2010 - Revision 6461
Here is the nightly for OS X on 13 Sep 2010 - Revision 6461

Group: Inferno
fso-OSX-Inferno-20100913_r6461.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r6450 | The_E | 2010-09-08 05:56:31 -0500 (Wed, 08 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/object/object.cpp

Two more Asserts turned into Assertions() for better explaining

------------------------------------------------------------------------
r6451 | The_E | 2010-09-08 09:58:41 -0500 (Wed, 08 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Thanks to Goober for the warning.

------------------------------------------------------------------------
r6452 | The_E | 2010-09-08 11:42:58 -0500 (Wed, 08 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

....And another fix for is-facing.

------------------------------------------------------------------------
r6453 | karajorma | 2010-09-10 05:42:12 -0500 (Fri, 10 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix sexp_show_subtitle_image to work properly in multiplayer.
------------------------------------------------------------------------
r6454 | The_E | 2010-09-10 15:51:55 -0500 (Fri, 10 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Adding the vector:getNormalized() and object:getfvec() functions

------------------------------------------------------------------------
r6455 | The_E | 2010-09-10 18:11:28 -0500 (Fri, 10 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Adding object:getrvec() and object:getuvec() for completeness' sake

------------------------------------------------------------------------
r6456 | Goober5000 | 2010-09-10 19:08:57 -0500 (Fri, 10 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmeasure/cmeasure.cpp

partial revert on 6444... don't forget, someone recently fixed a five-year-old bug in the countermeasures code :)
------------------------------------------------------------------------
r6457 | The_E | 2010-09-11 11:52:36 -0500 (Sat, 11 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Adding ship:getEMP() for scripting.

------------------------------------------------------------------------
r6458 | The_E | 2010-09-11 11:55:10 -0500 (Sat, 11 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

... right this time.

------------------------------------------------------------------------
r6459 | The_E | 2010-09-12 14:30:10 -0500 (Sun, 12 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix for is-facing (hopefully)

------------------------------------------------------------------------
r6460 | The_E | 2010-09-12 14:38:48 -0500 (Sun, 12 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

...For real

------------------------------------------------------------------------
r6461 | Sushi | 2010-09-13 09:27:42 -0500 (Mon, 13 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/object/collidedebrisship.cpp
   M /trunk/fs2_open/code/object/collideshipship.cpp
   M /trunk/fs2_open/code/object/objcollide.cpp
   M /trunk/fs2_open/code/object/objcollide.h
   M /trunk/fs2_open/code/physics/physics.cpp
   M /trunk/fs2_open/code/physics/physics.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

Re-added collision physics, added basic landings support (still needs some work)
------------------------------------------------------------------------