Author Topic: Nightly (Linux): 15 Feb 2011 - Revision 7016  (Read 1184 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Linux): 15 Feb 2011 - Revision 7016
Here is the nightly for Linux on 15 Feb 2011 - Revision 7016

Group: Inferno
fso-LINUX-Inferno-20110215_r7016.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r6939 | Goober5000 | 2011-01-11 19:37:03 -0600 (Tue, 11 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

commit string-concatenate and int-to-string
------------------------------------------------------------------------
r6940 | Goober5000 | 2011-01-11 20:10:22 -0600 (Tue, 11 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

change xor (but not bitwise-xor) to use any number of arguments, not just 2
enhance string-to-int to ignore non-numeric characters (so turret07 becomes 7)
------------------------------------------------------------------------
r6941 | Goober5000 | 2011-01-12 04:03:45 -0600 (Wed, 12 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/starfield/starfield.cpp

fix a return value error
also, cut down on the number of warning messages shown for background bitmap loading
------------------------------------------------------------------------
r6942 | Sushi | 2011-01-12 10:51:38 -0600 (Wed, 12 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/radar/radarsetup.cpp
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Add "hide from radar" weapon flag to force bombs not to show up on radar
------------------------------------------------------------------------
r6943 | Echelon9 | 2011-01-14 20:33:34 -0600 (Fri, 14 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudescort.cpp

Prevent potential overflow of Escort_ships[] array
------------------------------------------------------------------------
r6944 | Echelon9 | 2011-01-14 21:05:01 -0600 (Fri, 14 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmeasure/cmeasure.cpp
   M /trunk/fs2_open/code/cmeasure/cmeasure.h

Cleanup cmeasure.*: Remove dead code, use size_t as for loop array index not a signed int
------------------------------------------------------------------------
r6945 | Echelon9 | 2011-01-14 21:54:50 -0600 (Fri, 14 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/nebula/neblightning.cpp

Fix Mantis 2379: Last available nebula storm type in Lightning.tbl wouldn't be used in game
------------------------------------------------------------------------
r6947 | Goober5000 | 2011-01-16 02:18:09 -0600 (Sun, 16 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/messageeditordlg.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

add if-then-else and perform-actions
------------------------------------------------------------------------
r6948 | Goober5000 | 2011-01-16 02:20:08 -0600 (Sun, 16 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/ship/shiphit.cpp

make subsystem-vanish consistent with ship-vanish
clarify sexp help and fix name (using deprecation, so that old missions will still work)
------------------------------------------------------------------------
r6949 | The_E | 2011-01-18 10:21:36 -0600 (Tue, 18 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/asteroid/asteroid.cpp
   M /trunk/fs2_open/code/asteroid/asteroid.h
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/fred2/sexp_tree.h
   M /trunk/fs2_open/code/lab/lab.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shiphit.cpp
   M /trunk/fs2_open/code/weapon/shockwave.h
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

FUBAR's damage type sexps. Tested ad nauseum by BP.
------------------------------------------------------------------------
r6951 | karajorma | 2011-01-19 02:24:26 -0600 (Wed, 19 Jan 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/object/collideshipship.cpp

LuaPineapple's fix for Mantis 2322.
Some comment clean up.

------------------------------------------------------------------------
r6952 | Swifty | 2011-01-19 03:21:22 -0600 (Wed, 19 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudparse.cpp

Resolved some issues involving the Ping Indicator not displaying.
------------------------------------------------------------------------
r6954 | IssMneur | 2011-01-21 00:28:37 -0600 (Fri, 21 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

get-object-speed-{x,y,z} added.
------------------------------------------------------------------------
r6955 | Goober5000 | 2011-01-21 02:49:54 -0600 (Fri, 21 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

get-object-speed-* are status sexps, not change sexps!
------------------------------------------------------------------------
r6956 | Goober5000 | 2011-01-21 02:55:26 -0600 (Fri, 21 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/fred2/resource.h
   M /trunk/fs2_open/code/fred2/shipflagsdlg.cpp
   M /trunk/fs2_open/code/fred2/shipflagsdlg.h
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/object/object.h
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

add turret-protect-ship and turret-unprotect-ship
------------------------------------------------------------------------
r6957 | Sushi | 2011-01-21 18:44:44 -0600 (Fri, 21 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/ship/ship.cpp

Add "starts locked" subsystem flag (that turret starts out locked by default and needs to be turret-freed before it will fire)
------------------------------------------------------------------------
r6958 | Echelon9 | 2011-01-21 23:35:43 -0600 (Fri, 21 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/bgbitmapdlg.cpp
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/nebula/neblightning.cpp
   M /trunk/fs2_open/code/nebula/neblightning.h

Refactored nebula lightning & removed limits on Lightning.tbl
------------------------------------------------------------------------
r6959 | FUBAR-BDHR | 2011-01-22 00:52:43 -0600 (Sat, 22 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix bug in sexp_ship_set_damage_type()
------------------------------------------------------------------------
r6961 | FUBAR-BDHR | 2011-01-23 00:56:01 -0600 (Sun, 23 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/bgbitmapdlg.cpp

Fix for FRED not compiling with new nebula lightning from r6958
------------------------------------------------------------------------
r6962 | Echelon9 | 2011-01-23 06:30:06 -0600 (Sun, 23 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmeasure/cmeasure.cpp

Revert this change to size_t; will require the wholesale update of the weapon code indices at the same time
------------------------------------------------------------------------
r6963 | Echelon9 | 2011-01-23 06:47:08 -0600 (Sun, 23 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/io/keycontrol.cpp

Fix: warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope.
------------------------------------------------------------------------
r6964 | The_E | 2011-01-23 10:03:04 -0600 (Sun, 23 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/resource.h
   M /trunk/fs2_open/code/fred2/shipflagsdlg.cpp
   M /trunk/fs2_open/code/fred2/shipflagsdlg.h
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudets.cpp
   M /trunk/fs2_open/code/io/keycontrol.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

Adds "no ets" ships.tbl flag.
------------------------------------------------------------------------
r6966 | The_E | 2011-01-23 11:06:58 -0600 (Sun, 23 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/voiceactingmanager.cpp

Resolves a few signed/unsigned warnings

------------------------------------------------------------------------
r6967 | The_E | 2011-01-23 11:10:53 -0600 (Sun, 23 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Fix for Mantis 2380 (Setting target subsystem through scripting doesn't work)

------------------------------------------------------------------------
r6969 | The_E | 2011-01-23 15:20:04 -0600 (Sun, 23 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/missionui/missionshipchoice.h
   M /trunk/fs2_open/code/network/multiteamselect.cpp

Fix for Mantis 2372 (+Description field in Ships.tbl is being ignored)

------------------------------------------------------------------------
r6970 | Zacam | 2011-01-25 01:51:02 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudparse.cpp

A tiny over-sight. Now incorrect values on "hud_speed_multiplier" will actually report as such.
------------------------------------------------------------------------
r6971 | Echelon9 | 2011-01-25 06:25:59 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/ship/shipfx.h

shipfx_large_blowup_init() function can have the void return type, as the caller never checks.
------------------------------------------------------------------------
r6972 | Echelon9 | 2011-01-25 07:03:00 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

We don't need a specific Copy Bundle Resources stage to put the Info.plist file in the Mac .app bundle, as well as setting the INFOPLIST_FILE setting. Using Copy Bundle Resources doesn't use the C preprocessor and then puts the file in the wrong location anyway.
------------------------------------------------------------------------
r6973 | Echelon9 | 2011-01-25 07:05:58 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

What's radardradis.cpp doing in that spot of the Xcode project file?
------------------------------------------------------------------------
r6974 | Echelon9 | 2011-01-25 07:10:37 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Chase down radardradis.h from the same location in Xcode
------------------------------------------------------------------------
r6975 | Echelon9 | 2011-01-25 08:37:43 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/autopilot/autopilot.cpp
   M /trunk/fs2_open/code/autopilot/autopilot.h

Small fix: Correct the spelling of a NavPoint function
------------------------------------------------------------------------
r6977 | Echelon9 | 2011-01-26 05:30:56 -0600 (Wed, 26 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Resolve circa 800 warnings that occur on Xcode due to symbol visibility scoping issue.
------------------------------------------------------------------------
r6978 | IssMneur | 2011-01-26 23:35:13 -0600 (Wed, 26 Jan 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Allow a primary or secondary weapon shot be substituted with any other weapon in any arbitrary pattern.

http://www.hard-light.net/wiki/index.php/Weapons.tbl#.24Substitute:
------------------------------------------------------------------------
r6979 | Goober5000 | 2011-01-29 03:41:13 -0600 (Sat, 29 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

this should fix the weird crashes in localization
------------------------------------------------------------------------
r6980 | Echelon9 | 2011-01-29 19:33:52 -0600 (Sat, 29 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/libjpeg/README
   D /trunk/fs2_open/libjpeg/cderror.h
   D /trunk/fs2_open/libjpeg/cdjpeg.h
   A /trunk/fs2_open/libjpeg/change.log
   A /trunk/fs2_open/libjpeg/install.txt
   A /trunk/fs2_open/libjpeg/jaricom.c
   M /trunk/fs2_open/libjpeg/jcapimin.c
   D /trunk/fs2_open/libjpeg/jccoefct.c
   D /trunk/fs2_open/libjpeg/jccolor.c
   D /trunk/fs2_open/libjpeg/jcdctmgr.c
   D /trunk/fs2_open/libjpeg/jchuff.c
   D /trunk/fs2_open/libjpeg/jchuff.h
   D /trunk/fs2_open/libjpeg/jcinit.c
   D /trunk/fs2_open/libjpeg/jcmainct.c
   D /trunk/fs2_open/libjpeg/jcmarker.c
   D /trunk/fs2_open/libjpeg/jcmaster.c
   A /trunk/fs2_open/libjpeg/jconfig.h
   A /trunk/fs2_open/libjpeg/jconfig.txt
   D /trunk/fs2_open/libjpeg/jconfig_lnx.h
   D /trunk/fs2_open/libjpeg/jconfig_vc.h
   M /trunk/fs2_open/libjpeg/jcparam.c
   D /trunk/fs2_open/libjpeg/jcphuff.c
   D /trunk/fs2_open/libjpeg/jcprepct.c
   D /trunk/fs2_open/libjpeg/jcsample.c
   M /trunk/fs2_open/libjpeg/jctrans.c
   M /trunk/fs2_open/libjpeg/jdapimin.c
   M /trunk/fs2_open/libjpeg/jdapistd.c
   A /trunk/fs2_open/libjpeg/jdarith.c
   D /trunk/fs2_open/libjpeg/jdatadst.c
   M /trunk/fs2_open/libjpeg/jdatasrc.c
   M /trunk/fs2_open/libjpeg/jdcoefct.c
   M /trunk/fs2_open/libjpeg/jdct.h
   M /trunk/fs2_open/libjpeg/jddctmgr.c
   M /trunk/fs2_open/libjpeg/jdhuff.c
   D /trunk/fs2_open/libjpeg/jdhuff.h
   M /trunk/fs2_open/libjpeg/jdinput.c
   M /trunk/fs2_open/libjpeg/jdmainct.c
   M /trunk/fs2_open/libjpeg/jdmarker.c
   M /trunk/fs2_open/libjpeg/jdmaster.c
   D /trunk/fs2_open/libjpeg/jdphuff.c
   M /trunk/fs2_open/libjpeg/jdsample.c
   M /trunk/fs2_open/libjpeg/jdtrans.c
   M /trunk/fs2_open/libjpeg/jerror.h
   D /trunk/fs2_open/libjpeg/jfdctflt.c
   D /trunk/fs2_open/libjpeg/jfdctfst.c
   D /trunk/fs2_open/libjpeg/jfdctint.c
   M /trunk/fs2_open/libjpeg/jidctflt.c
   M /trunk/fs2_open/libjpeg/jidctint.c
   D /trunk/fs2_open/libjpeg/jidctred.c
   M /trunk/fs2_open/libjpeg/jinclude.h
   D /trunk/fs2_open/libjpeg/jmemansi.c
   A /trunk/fs2_open/libjpeg/jmemnobs.c
   M /trunk/fs2_open/libjpeg/jmorecfg.h
   M /trunk/fs2_open/libjpeg/jpegint.h
   M /trunk/fs2_open/libjpeg/jpeglib.h
   M /trunk/fs2_open/libjpeg/jutils.c
   M /trunk/fs2_open/libjpeg/jversion.h
   A /trunk/fs2_open/libjpeg/libjpeg.txt
   D /trunk/fs2_open/libjpeg/transupp.h
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Update libjpeg in source to v8c (16-Jan-11) from 6b (27-Mar-98). For more details see http://www.hard-light.net/forums/index.php?topic=74110.0
------------------------------------------------------------------------
r6981 | Zacam | 2011-01-29 19:40:18 -0600 (Sat, 29 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2005/libjpeg.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/libjpeg.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/libjpeg.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/libjpeg.vcxproj.filters
   M /trunk/fs2_open/projects/MSVC_6/libjpeg.dsp

Microsoft Visual Studio 6/2005/2008/2010 project updates to use newer libjpeg code committed on 6980.
------------------------------------------------------------------------
r6982 | Zacam | 2011-01-29 23:59:36 -0600 (Sat, 29 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/Makefile.am
   M /trunk/fs2_open/code/fred2/fredstubs.cpp
   M /trunk/fs2_open/code/network/multi.cpp
   M /trunk/fs2_open/code/network/multi.h
   M /trunk/fs2_open/code/network/multi_obj.cpp
   M /trunk/fs2_open/code/network/multi_obj.h
   M /trunk/fs2_open/code/network/multi_options.cpp
   M /trunk/fs2_open/code/network/multi_xfer.cpp
   M /trunk/fs2_open/code/network/multilag.cpp
   M /trunk/fs2_open/code/network/multiui.cpp
   M /trunk/fs2_open/code/network/multiutil.h
   M /trunk/fs2_open/code/network/psnet2.cpp
   M /trunk/fs2_open/code/network/psnet2.h
   M /trunk/fs2_open/code/playerman/playercontrol.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/projects/MSVC_2005/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj.filters
   M /trunk/fs2_open/projects/MSVC_6/code.dsp
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
   M /trunk/fs2_open/projects/codeblocks/code/code.cbp

Resolves LNK4221 under MSVC. multi_oo and psnet are not actually linked/used, so references pointing to them now go to multi_obj and psnet2 respectively. (Same as Antipodes 6881)
http://www.hard-light.net/forums/index.php?topic=73147.0
------------------------------------------------------------------------
r6983 | Zacam | 2011-01-30 00:09:42 -0600 (Sun, 30 Jan 2011) | 1 line
Changed paths:
   D /trunk/fs2_open/code/network/multi_oo.cpp
   D /trunk/fs2_open/code/network/multi_oo.h
   D /trunk/fs2_open/code/network/psnet.cpp
   D /trunk/fs2_open/code/network/psnet.h

It would have been NICE if Tortoise had actually _deleted_ the files when it asked if I wanted them removed. Stupid !@$^*&# Tortoise.
------------------------------------------------------------------------
r6984 | Goober5000 | 2011-01-30 01:07:33 -0600 (Sun, 30 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/shipflagsdlg.cpp
   M /trunk/fs2_open/code/fred2/voiceactingmanager.cpp

fix compilation
------------------------------------------------------------------------
r6985 | Goober5000 | 2011-01-30 01:55:05 -0600 (Sun, 30 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/missionsave.cpp

someone made a bug here!
------------------------------------------------------------------------
r6986 | Goober5000 | 2011-01-30 02:12:42 -0600 (Sun, 30 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc

fix ship flag dlg layout, which got messed up in The E's commit
------------------------------------------------------------------------
r6987 | Goober5000 | 2011-01-30 02:19:17 -0600 (Sun, 30 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/fred2/resource.h
   M /trunk/fs2_open/code/fred2/shipflagsdlg.cpp
   M /trunk/fs2_open/code/fred2/shipflagsdlg.h
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/object/object.h
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

commit the "immobile" flag, requested by Black Wolf, Diaspora, etc.  This is just the infrastructure; the flag doesn't actually do anything yet.
------------------------------------------------------------------------
r6988 | Goober5000 | 2011-01-30 03:17:15 -0600 (Sun, 30 Jan 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

fix some errors with sexp numbering that free up 2 Change slots
merge the Nav operators into other categories
add the new Change2 category and set up hacks so that its operators will display in Change's menu
------------------------------------------------------------------------
r6990 | Goober5000 | 2011-01-31 03:18:21 -0600 (Mon, 31 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionlog.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/playerman/playercontrol.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

fix for Mantis #2390
errors in handling the CARGO_NO_DEPLETE flag for ship subsystems
------------------------------------------------------------------------
r6991 | Goober5000 | 2011-01-31 04:04:37 -0600 (Mon, 31 Jan 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/initialstatus.cpp
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/mission/missionlog.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/playerman/playercontrol.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

--the behavior of cargo index -1 (which can only happen for capships) and cargo index 0 is substantially the same, so let's standardize on index 0... this prevents crazy stuff happening with bitwise operators on negative numbers :-/
--also, remove the restriction on capship cargo where ships must have the "scannable" flag
--because of the above constraints, "nothing" cannot be a meaningful subsys cargo, but then again, scanning a subsystem with "nothing" didn't do anything in the old code, so this doesn't change anything
------------------------------------------------------------------------
r6992 | FUBAR-BDHR | 2011-02-02 00:26:21 -0600 (Wed, 02 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

Add node-targeted sexp
------------------------------------------------------------------------
r6993 | Zacam | 2011-02-03 01:41:16 -0600 (Thu, 03 Feb 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/systemvars.h
   M /trunk/fs2_open/code/mission/missiongoals.cpp
   M /trunk/fs2_open/code/network/multi.cpp
   M /trunk/fs2_open/code/network/multi.h
   M /trunk/fs2_open/code/network/multi_ping.cpp
   M /trunk/fs2_open/code/network/multi_ping.h
   M /trunk/fs2_open/code/network/multimsgs.cpp
   M /trunk/fs2_open/code/network/multiui.cpp
   M /trunk/fs2_open/code/playerman/playercontrol.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

Karajorma's "Clean up" code. (Not for credit, but because I'm trying to reduce the "open" number of "Code Reviews" so that we don't get too backlogged with them)
http://www.hard-light.net/forums/index.php?topic=74066.0
------------------------------------------------------------------------
r6995 | Zacam | 2011-02-04 08:10:59 -0600 (Fri, 04 Feb 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Nukes Particle Code update (for more particle types)
http://www.hard-light.net/forums/index.php?topic=74165.0
------------------------------------------------------------------------
r6997 | Echelon9 | 2011-02-04 09:31:44 -0600 (Fri, 04 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/techmenu.cpp

Remove last references to the redundant Intel_anim_filenames array
------------------------------------------------------------------------
r6998 | The_E | 2011-02-04 11:02:49 -0600 (Fri, 04 Feb 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Adding a few error messages

------------------------------------------------------------------------
r6999 | The_E | 2011-02-04 11:12:48 -0600 (Fri, 04 Feb 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/shield.cpp

Adding a bit of verification here to catch a very strange bug

------------------------------------------------------------------------
r7000 | The_E | 2011-02-04 11:18:39 -0600 (Fri, 04 Feb 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/model/modelanim.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/weapon/weapons.cpp

Adding patch for Mantis 2385. This adds a "+sub_name" option to the animation code, which comes after/replaces "+sub_type" for a few triggers, such as the "weapon fired" trigger.

------------------------------------------------------------------------
r7001 | The_E | 2011-02-05 02:59:26 -0600 (Sat, 05 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

Minor whoopsie. This shouldn't have been committed just yet.
------------------------------------------------------------------------
r7002 | The_E | 2011-02-05 03:18:04 -0600 (Sat, 05 Feb 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/network/multiteamselect.cpp

More fixes for Mantis 2372. Should now allow longer descriptions.

------------------------------------------------------------------------
r7004 | Goober5000 | 2011-02-06 02:18:26 -0600 (Sun, 06 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

fixed compilation error
------------------------------------------------------------------------
r7005 | Goober5000 | 2011-02-07 03:08:39 -0600 (Mon, 07 Feb 2011) | 7 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/fred2/resource.h
   M /trunk/fs2_open/code/fred2/shipflagsdlg.cpp
   M /trunk/fs2_open/code/fred2/shipflagsdlg.h
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

gaaaah, fix a whole bunch of bugs with the no-ets flag:
checkbox ui settings were incorrect
checkbox wasn't hooked into the event loop
resource #define's overlapped
FRED never saved the ship flag
ship flag did not have an equivalent parse flag
sexp(s) to modify ship flag did not use the existing ship flag sexp architecture
------------------------------------------------------------------------
r7008 | Goober5000 | 2011-02-11 23:00:13 -0600 (Fri, 11 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/object.cpp

activate the OF_IMMOBILE flag, and clean up the obj_move_all loop slightly
------------------------------------------------------------------------
r7010 | Sushi | 2011-02-12 11:02:23 -0600 (Sat, 12 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix a bug with friendly shield manage/cm usage
------------------------------------------------------------------------
r7011 | The_E | 2011-02-13 13:45:12 -0600 (Sun, 13 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

More lua stuff from m!m
------------------------------------------------------------------------
r7014 | Goober5000 | 2011-02-14 02:33:23 -0600 (Mon, 14 Feb 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aigoals.cpp
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudsquadmsg.cpp
   M /trunk/fs2_open/code/io/keycontrol.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/missionui/redalert.cpp
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/network/multi_obj.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shiphit.cpp

rename subsystem type fields so as to better distinguish them
some consistency checks
add "no aggregate" flag to exclude a subsystem from aggregate hitpoint calculations
------------------------------------------------------------------------
r7016 | karajorma | 2011-02-15 02:18:58 -0600 (Tue, 15 Feb 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

Add the Num-Valid-Arguments SEXP.

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