Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 28, 2010, 03:34:27 pm

Title: Nightly (Linux): 28 Dec 2010 - Revision 6832
Post by: SirKnightly on December 28, 2010, 03:34:27 pm
Here is the nightly for Linux on 28 Dec 2010 - Revision 6832

Group: Inferno
fso-LINUX-Inferno-20101228_r6832.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Inferno-20101228_r6832.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Inferno-20101228_r6832.md5)

Code: [Select]
------------------------------------------------------------------------
r6799 | The_E | 2010-12-02 15:06:32 -0600 (Thu, 02 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengltexture.cpp

Okay, I'm disabling this Int3(). It's far too easy to hit, even with perfectly valid data.

------------------------------------------------------------------------
r6800 | Sushi | 2010-12-03 09:37:44 -0600 (Fri, 03 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

Fix an additive weapon velocity bug (main symptom: collision detection going wonky sometimes).
------------------------------------------------------------------------
r6801 | The_E | 2010-12-03 11:44:23 -0600 (Fri, 03 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengltexture.cpp

Taylor's fix for Mantis 2172
------------------------------------------------------------------------
r6802 | The_E | 2010-12-03 16:41:44 -0600 (Fri, 03 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Converting this Assert() to an Assertion() for better feedback

------------------------------------------------------------------------
r6803 | The_E | 2010-12-03 17:27:58 -0600 (Fri, 03 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Turning these Warnings into Assertions, as it's something that really needs to be fixed.

------------------------------------------------------------------------
r6804 | The_E | 2010-12-05 12:07:28 -0600 (Sun, 05 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Turning this assert to an Error, after feedback from Goober

------------------------------------------------------------------------
r6806 | FUBAR-BDHR | 2010-12-06 16:00:14 -0600 (Mon, 06 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix backward LOD warning message.
------------------------------------------------------------------------
r6807 | The_E | 2010-12-06 17:27:46 -0600 (Mon, 06 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix for Mantis 2336 (Countermeasure type assignment doesn't survive ship class change)

------------------------------------------------------------------------
r6808 | FUBAR-BDHR | 2010-12-07 00:31:53 -0600 (Tue, 07 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Oops on the use of /n instead of \n.  Good catch IssMneur
------------------------------------------------------------------------
r6809 | Goober5000 | 2010-12-07 01:57:00 -0600 (Tue, 07 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

follow-up to 6804... fix secondary as well as primary
------------------------------------------------------------------------
r6810 | The_E | 2010-12-07 10:33:58 -0600 (Tue, 07 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudartillery.cpp
   M /trunk/fs2_open/code/hud/hudartillery.h
   M /trunk/fs2_open/code/ship/ship.cpp

Fix for Mantis 2257. This adds the options "+HUD Message:" (Boolean, whether or not firing this SSM generates a notification on the HUD), and "+Custom Message:" (if you want to use something other than "Firing Artillery!") to ssm.tbl.

------------------------------------------------------------------------
r6811 | The_E | 2010-12-07 22:25:14 -0600 (Tue, 07 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

What in the nine hells is happening here? Did noone ever use set-armor-type to reset an armor type?

------------------------------------------------------------------------
r6812 | The_E | 2010-12-08 14:08:25 -0600 (Wed, 08 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fixes issue with "external model launcher" flag, where secondary weapons would use the models for primary weapons noticed y Droid803
------------------------------------------------------------------------
r6813 | The_E | 2010-12-09 10:24:54 -0600 (Thu, 09 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix for Mantis 2055 (Allow/break/never/fix-warp sexps don't work on the AI)

------------------------------------------------------------------------
r6814 | The_E | 2010-12-09 12:07:44 -0600 (Thu, 09 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp

Fix for Mantis 2111 (Bank indicator alignment issues in weapon loadout select screen)

------------------------------------------------------------------------
r6815 | The_E | 2010-12-09 12:54:28 -0600 (Thu, 09 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp

Aaaand done. Now it's fixed.

------------------------------------------------------------------------
r6816 | The_E | 2010-12-09 13:55:46 -0600 (Thu, 09 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/weapon/muzzleflash.cpp

Genghis' fix for Mantis 2164 (Better feedback and error handling for invalid muzzleflash definitions)

------------------------------------------------------------------------
r6817 | The_E | 2010-12-09 14:28:16 -0600 (Thu, 09 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/shiphit.cpp

Fix for Mantis 2306 (Destroy subsystem cheat does not work in release builds)

------------------------------------------------------------------------
r6818 | The_E | 2010-12-09 17:13:46 -0600 (Thu, 09 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp

Partial fix for Mantis 2277. This moves the "Turret Firing" animation trigger so that it only triggers when the turret really is firing.

------------------------------------------------------------------------
r6820 | FUBAR-BDHR | 2010-12-09 17:30:04 -0600 (Thu, 09 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

Fix for mantis 0002337: lock-rotating-subsystem affects more than it should
------------------------------------------------------------------------
r6822 | Goober5000 | 2010-12-10 02:39:21 -0600 (Fri, 10 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/fictionviewer.cpp

use standard font to output the "more" indicator
------------------------------------------------------------------------
r6825 | The_E | 2010-12-11 00:03:45 -0600 (Sat, 11 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionmessage.cpp

Fix for Mantis 1647 (Message brackets linger around when player turns traitor)

------------------------------------------------------------------------
r6826 | Echelon9 | 2010-12-11 06:54:02 -0600 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/autopilot/autopilot.cpp

Fix: Buffer overrun: accessing 'struct NavPoint * Navs', the writable size is '352' bytes, but '396' bytes might be written: Lines: 1597, 1600
------------------------------------------------------------------------
r6827 | Echelon9 | 2010-12-11 07:49:06 -0600 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

Fix: Local declaration of 'rship' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '6450'
------------------------------------------------------------------------
r6828 | Echelon9 | 2010-12-11 19:07:03 -0600 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

Fix: Local declaration of 'wip' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '5444'
------------------------------------------------------------------------
r6829 | Echelon9 | 2010-12-11 19:08:10 -0600 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multimsgs.cpp

Clean up up logic check on packet length overrun
------------------------------------------------------------------------
r6830 | Echelon9 | 2010-12-11 19:09:02 -0600 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix: Local declaration of 'template_id' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1062'
------------------------------------------------------------------------