Author Topic: Nightly (Windows): 17 Jun 2014 - Revision 10824  (Read 1248 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 17 Jun 2014 - Revision 10824
Here is the nightly for Windows on 17 Jun 2014 - Revision 10824

Group: Standard
fso_Standard_20140617_r10824.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20140617_r10824.7z
MD5Sum

Group: SSE
fso_SSE_20140617_r10824.7z
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.

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



 
Re: Nightly (Windows): 17 Jun 2014 - Revision 10824
This is truly incredible!! Thanks for your extraordinary effort in tracking down the problem with the nebula occlusion behaviour! This makes me very happy  :)

 

Offline AdmiralRalwood

  • 211
  • The Cthulhu programmer himself!
    • Skype
    • Steam
    • Twitter
Re: Nightly (Windows): 17 Jun 2014 - Revision 10824
This is truly incredible!! Thanks for your extraordinary effort in tracking down the problem with the nebula occlusion behaviour! This makes me very happy  :)
Your comment makes me very happy, given the amount of effort I spent tracking it down.
Ph'nglui mglw'nafh Codethulhu GitHub wgah'nagl fhtagn.

schrödinbug (noun) - a bug that manifests itself in running software after a programmer notices that the code should never have worked in the first place.

When you gaze long into BMPMAN, BMPMAN also gazes into you.

"I am one of the best FREDders on Earth" -General Battuta

<Aesaar> literary criticism is vladimir putin

<MageKing17> "There's probably a reason the code is the way it is" is a very dangerous line of thought. :P
<MageKing17> Because the "reason" often turns out to be "nobody noticed it was wrong".
(the very next day)
<MageKing17> this ****ing code did it to me again
<MageKing17> "That doesn't really make sense to me, but I'll assume it was being done for a reason."
<MageKing17> **** ME
<MageKing17> THE REASON IS PEOPLE ARE STUPID
<MageKing17> ESPECIALLY ME

<MageKing17> God damn, I do not understand how this is breaking.
<MageKing17> Everything points to "this should work fine", and yet it's clearly not working.
<MjnMixael> 2 hours later... "God damn, how did this ever work at all?!"
(...)
<MageKing17> so
<MageKing17> more than two hours
<MageKing17> but once again we have reached the inevitable conclusion
<MageKing17> How did this code ever work in the first place!?

<@The_E> Welcome to OpenGL, where standards compliance is optional, and error reporting inconsistent

<MageKing17> It was all working perfectly until I actually tried it on an actual mission.

<IronWorks> I am useful for FSO stuff again. This is a red-letter day!
* z64555 erases "Thursday" and rewrites it in red ink

<MageKing17> TIL the entire homing code is held up by shoestrings and duct tape, basically.

 

Offline Luis Dias

  • 211
Re: Nightly (Windows): 17 Jun 2014 - Revision 10824
Wait you solved the nebula popping behavior? Man, you're my hero! :)

:yes:

 

Offline AdmiralRalwood

  • 211
  • The Cthulhu programmer himself!
    • Skype
    • Steam
    • Twitter
Re: Nightly (Windows): 17 Jun 2014 - Revision 10824
Wait you solved the nebula popping behavior?
Pretty sure; if you get it with any build after r10821, let me know!
Ph'nglui mglw'nafh Codethulhu GitHub wgah'nagl fhtagn.

schrödinbug (noun) - a bug that manifests itself in running software after a programmer notices that the code should never have worked in the first place.

When you gaze long into BMPMAN, BMPMAN also gazes into you.

"I am one of the best FREDders on Earth" -General Battuta

<Aesaar> literary criticism is vladimir putin

<MageKing17> "There's probably a reason the code is the way it is" is a very dangerous line of thought. :P
<MageKing17> Because the "reason" often turns out to be "nobody noticed it was wrong".
(the very next day)
<MageKing17> this ****ing code did it to me again
<MageKing17> "That doesn't really make sense to me, but I'll assume it was being done for a reason."
<MageKing17> **** ME
<MageKing17> THE REASON IS PEOPLE ARE STUPID
<MageKing17> ESPECIALLY ME

<MageKing17> God damn, I do not understand how this is breaking.
<MageKing17> Everything points to "this should work fine", and yet it's clearly not working.
<MjnMixael> 2 hours later... "God damn, how did this ever work at all?!"
(...)
<MageKing17> so
<MageKing17> more than two hours
<MageKing17> but once again we have reached the inevitable conclusion
<MageKing17> How did this code ever work in the first place!?

<@The_E> Welcome to OpenGL, where standards compliance is optional, and error reporting inconsistent

<MageKing17> It was all working perfectly until I actually tried it on an actual mission.

<IronWorks> I am useful for FSO stuff again. This is a red-letter day!
* z64555 erases "Thursday" and rewrites it in red ink

<MageKing17> TIL the entire homing code is held up by shoestrings and duct tape, basically.

 
Re: Nightly (Windows): 17 Jun 2014 - Revision 10824
So far the patch has worked 100 % as intended. I have not seen even one pop-up  :yes: