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, 04:17:22 pm
-
Here is the nightly for Linux on 28 Dec 2010 - Revision 6898
Group: Inferno
fso-LINUX-Inferno-20101228_r6898.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Inferno-20101228_r6898.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-Inferno-20101228_r6898.md5)
------------------------------------------------------------------------
r6851 | Echelon9 | 2010-12-15 06:27:14 -0600 (Wed, 15 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hudparse.cpp
Fix: Local declaration of 'retail_gauge_loaded' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '392'
------------------------------------------------------------------------
r6852 | Echelon9 | 2010-12-15 06:39:11 -0600 (Wed, 15 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/io/keycontrol.cpp
Clear out commented #IFDEF INTERPLAYQA section
------------------------------------------------------------------------
r6854 | Echelon9 | 2010-12-15 06:48:24 -0600 (Wed, 15 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
Fix: Local declaration of 'i' hides declaration of the same name in outer scope.
------------------------------------------------------------------------
r6855 | Echelon9 | 2010-12-15 06:51:51 -0600 (Wed, 15 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelinterp.cpp
Fix: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '786'
------------------------------------------------------------------------
r6861 | Echelon9 | 2010-12-18 19:06:58 -0600 (Sat, 18 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/cfilearchiver/cfilearchiver.cpp
M /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp
Correct typo in comments
------------------------------------------------------------------------
r6862 | Echelon9 | 2010-12-18 19:09:38 -0600 (Sat, 18 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/controlconfig/controlsconfig.cpp
Remove redundant #ifdef check
------------------------------------------------------------------------
r6863 | Echelon9 | 2010-12-18 19:24:50 -0600 (Sat, 18 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/controlconfig/controlsconfig.cpp
Remove redundant Invalid_demo_keys[] and associated control_config_valid_action()
------------------------------------------------------------------------
r6864 | Echelon9 | 2010-12-18 19:28:38 -0600 (Sat, 18 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/cryptstring/cryptstring.cpp
M /trunk/fs2_open/code/scramble/scramble.cpp
Two further cases of typo referenced in r6861 fixed
------------------------------------------------------------------------
r6865 | Echelon9 | 2010-12-18 20:03:41 -0600 (Sat, 18 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/physics/physics.cpp
Clean up redundant checks
------------------------------------------------------------------------
r6867 | Echelon9 | 2010-12-19 21:04:54 -0600 (Sun, 19 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/gamesnd/eventmusic.cpp
Guarding against array out of bounds error, ahead of conversion to STL type
------------------------------------------------------------------------
r6868 | Echelon9 | 2010-12-19 22:28:01 -0600 (Sun, 19 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/camera/camera.cpp
M /trunk/fs2_open/code/cfilearchiver/cfilearchiver.cpp
M /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp
M /trunk/fs2_open/code/freespace2/freespace.cpp
M /trunk/fs2_open/code/globalincs/windebug.cpp
M /trunk/fs2_open/code/hud/hud.cpp
M /trunk/fs2_open/code/hud/hudtarget.cpp
M /trunk/fs2_open/code/io/swff_lib.cpp
M /trunk/fs2_open/code/menuui/barracks.cpp
M /trunk/fs2_open/code/mission/missionmessage.cpp
M /trunk/fs2_open/code/network/multi_pxo.cpp
M /trunk/fs2_open/code/network/stand_gui.cpp
M /trunk/fs2_open/code/osapi/outwnd.cpp
M /trunk/fs2_open/code/osapi/outwnd_unix.cpp
M /trunk/fs2_open/code/parse/sexp.cpp
M /trunk/fs2_open/code/ship/ship.cpp
M /trunk/fs2_open/code/variables/variables.cpp
Fix: Convert a further subset of strcpy() to the SAFE_STRINGS strcpy_s() version
------------------------------------------------------------------------
r6869 | Echelon9 | 2010-12-20 00:14:08 -0600 (Mon, 20 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/io/swff_lib.cpp
M /trunk/fs2_open/code/network/stand_gui.cpp
MSVC compiler doesn't like some of these SAFE_STRINGS changes, GCC does...
------------------------------------------------------------------------
r6870 | Echelon9 | 2010-12-20 01:46:38 -0600 (Mon, 20 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hudtargetbox.cpp
Mantis 1889: Utilise all three hud target box rendering styles (inclusion of a rendering style with proper lighting)
------------------------------------------------------------------------
r6871 | Echelon9 | 2010-12-20 01:50:23 -0600 (Mon, 20 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/globalincs/windebug.cpp
M /trunk/fs2_open/code/osapi/outwnd.cpp
A further two spots where the MSVC 2008 compiler doesn't like SAFE_STRINGS changes
------------------------------------------------------------------------
r6874 | Sushi | 2010-12-20 10:57:13 -0600 (Mon, 20 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/ai/aicode.cpp
Fix oversight from AI.tbl overhaul a while ago
------------------------------------------------------------------------
r6875 | The_E | 2010-12-20 13:53:52 -0600 (Mon, 20 Dec 2010) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
------------------------------------------------------------------------
r6878 | The_E | 2010-12-22 08:42:21 -0600 (Wed, 22 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/ai/aibig.cpp
M /trunk/fs2_open/code/ai/aicode.cpp
M /trunk/fs2_open/code/ai/aiturret.cpp
M /trunk/fs2_open/code/asteroid/asteroid.cpp
M /trunk/fs2_open/code/debris/debris.cpp
M /trunk/fs2_open/code/fred2/fredrender.cpp
M /trunk/fs2_open/code/hud/hudtarget.cpp
M /trunk/fs2_open/code/model/model.h
M /trunk/fs2_open/code/model/modelcollide.cpp
M /trunk/fs2_open/code/model/modelread.cpp
M /trunk/fs2_open/code/object/collideshipship.cpp
M /trunk/fs2_open/code/object/collideshipweapon.cpp
M /trunk/fs2_open/code/object/objcollide.cpp
M /trunk/fs2_open/code/object/object.cpp
M /trunk/fs2_open/code/ship/ship.cpp
M /trunk/fs2_open/code/ship/ship.h
M /trunk/fs2_open/code/ship/shipfx.cpp
M /trunk/fs2_open/code/weapon/beam.cpp
Swifty's go-swift stuff. Makes collision detection slightly less insane.
------------------------------------------------------------------------
r6880 | FUBAR-BDHR | 2010-12-22 12:39:40 -0600 (Wed, 22 Dec 2010) | 3 lines
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
Fix for mantis 2356: Turret-free-all in an every-time acts as turret-lock-all
Fixed turret-free, beam-free-all, and beam-free as well
Removed generic subsystem argument from those as well as turret-tagged-specific as they do not have code to process it.
------------------------------------------------------------------------
r6884 | Zacam | 2010-12-25 07:15:55 -0600 (Sat, 25 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelread.cpp
Fix: MSVC signed/unsigned mismatch.
------------------------------------------------------------------------
r6886 | The_E | 2010-12-25 09:15:28 -0600 (Sat, 25 Dec 2010) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
Fix for Mantis 2350 (Sound assignments get lost/become bogus when changing ship class)
------------------------------------------------------------------------
r6888 | Zacam | 2010-12-26 13:46:00 -0600 (Sun, 26 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelread.cpp
Revert 6884. Not a good thing to do apparently.
------------------------------------------------------------------------
r6890 | Swifty | 2010-12-26 23:43:52 -0600 (Sun, 26 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hudtarget.cpp
Fixes the weapons list gauge bug where a blank space would render when no secondaries are loaded.
------------------------------------------------------------------------
r6891 | Swifty | 2010-12-26 23:52:33 -0600 (Sun, 26 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/freespace2/freespace.cpp
M /trunk/fs2_open/code/ship/ship.cpp
M /trunk/fs2_open/code/ship/ship.h
Limit the setup of cockpit displays to only the player ship.
------------------------------------------------------------------------
r6892 | Echelon9 | 2010-12-27 00:47:03 -0600 (Mon, 27 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/object/object.h
Fix a comment typo
------------------------------------------------------------------------
r6893 | Swifty | 2010-12-27 01:36:49 -0600 (Mon, 27 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/lua.cpp
Get Lua ray tests to use model_instances for collision detection. Fixes the failed assertion associated with this.
------------------------------------------------------------------------
r6894 | Echelon9 | 2010-12-27 01:48:31 -0600 (Mon, 27 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/modelread.cpp
This check can go back in, the real cause was fixed in r6893. Good work Assert()
------------------------------------------------------------------------
r6895 | Echelon9 | 2010-12-27 02:00:31 -0600 (Mon, 27 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/asteroid/asteroid.cpp
M /trunk/fs2_open/code/debris/debris.cpp
M /trunk/fs2_open/code/model/model.h
M /trunk/fs2_open/code/model/modelread.cpp
M /trunk/fs2_open/code/object/collideshipship.cpp
Fix: Mantis 2351 - Animated subsystems not counted as rotating allowing max to be exceeded
------------------------------------------------------------------------
r6896 | Echelon9 | 2010-12-27 02:18:39 -0600 (Mon, 27 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
Correct 2 comment typos
------------------------------------------------------------------------
r6897 | Echelon9 | 2010-12-27 02:26:04 -0600 (Mon, 27 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/model/model.h
Fix a small typo in Diaspora feature's comment
------------------------------------------------------------------------
r6898 | Swifty | 2010-12-27 03:28:17 -0600 (Mon, 27 Dec 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
Clear the active display list when this ship is beleeted.
------------------------------------------------------------------------