Author Topic: Nightly (FreeBSD): 23 Jun 2014 - Revision 10831  (Read 991 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (FreeBSD): 23 Jun 2014 - Revision 10831
Here is the nightly for FreeBSD on 23 Jun 2014 - Revision 10831

Group: Standard
fso_Standard_20140623_r10831.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10820 | The_E | 2014-06-16 10:55:13 -0500 (Mon, 16 Jun 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

Fix for Mantis 2982: Removes superfluous Assert.

------------------------------------------------------------------------
r10821 | The_E | 2014-06-16 11:01:17 -0500 (Mon, 16 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengl.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/nebula/neb.cpp
   M /trunk/fs2_open/code/object/objectsort.cpp

From MageKing17: Patch for Mantis 3012 (Various issues with ships in nebula)
------------------------------------------------------------------------
r10822 | The_E | 2014-06-16 11:07:10 -0500 (Mon, 16 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelanim.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

From MageKing17: Patch for Mantis 3061 (Turrets can't have an initial rotation defined)
------------------------------------------------------------------------
r10823 | The_E | 2014-06-16 11:15:52 -0500 (Mon, 16 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/beam.cpp
   M /trunk/fs2_open/code/weapon/beam.h

From MageKing17: Patch for Mantis 3060 (Beam particles not generated correctly in certain cases)
------------------------------------------------------------------------
r10824 | The_E | 2014-06-16 11:31:10 -0500 (Mon, 16 Jun 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/mod_table/mod_table.cpp
   M /trunk/fs2_open/code/mod_table/mod_table.h

Fix for Mantis 3016 (Briefing window FOV different from retail).
Also adds a new setting to game_settings.tbl, "$Briefing Window FOV:" under Graphics, which takes a single float argument to set the FOV of the briefing window.

------------------------------------------------------------------------
r10825 | The_E | 2014-06-18 11:08:17 -0500 (Wed, 18 Jun 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/fredrender.cpp
   M /trunk/fs2_open/code/fred2/management.cpp

Fix for Mantis 3016 part 2 (Make FRED respect the Briefing Window FOV setting in game_settings.tbl

------------------------------------------------------------------------
r10826 | m_m | 2014-06-18 11:38:24 -0500 (Wed, 18 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix for Mantis 3063: Animation code-related sound entries doesn't use new sound format
------------------------------------------------------------------------
r10827 | Zacam | 2014-06-19 01:34:12 -0500 (Thu, 19 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/techmenu.cpp

Follow-up to r10793, missed a spot of [more]
------------------------------------------------------------------------
r10828 | niffiwan | 2014-06-19 04:24:04 -0500 (Thu, 19 Jun 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/nebula/neblightning.cpp
   M /trunk/fs2_open/code/render/3dmath.cpp

Fix mantis 2945 (From MageKing17)

Don't set PF_PROJECTED in g3_transfer_vertex() as it's not projecting
the vertex
Note: displaying nebula emp/lightning used to depend on unitialised data!
------------------------------------------------------------------------