Author Topic: Nightly (Linux): 12 Jul 2010 - Revision 6289  (Read 1067 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 12 Jul 2010 - Revision 6289
Here is the nightly for Linux on 12 Jul 2010 - Revision 6289

Group: Standard
fso-LINUX-Standard-20100712_r6289.tar.bz2
MD5Sum

Group: Inferno
fso-LINUX-Inferno-20100712_r6289.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r6084 | karajorma | 2010-05-02 00:53:02 -0500 (Sun, 02 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Genghis' fix for Mantis 2151 (No error checking for incorrect engine wash entries).
------------------------------------------------------------------------
r6085 | karajorma | 2010-05-02 00:54:26 -0500 (Sun, 02 May 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/lab/lab.cpp

GencGenghis' fix for Mantis 2155 (No error checking for certain ship problems in the lab that FRED does pick up).

------------------------------------------------------------------------
r6086 | karajorma | 2010-05-02 01:00:50 -0500 (Sun, 02 May 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

Genghis' fix for Mantis 2157 (Invalid subsystems not properly detected on mission parse).

------------------------------------------------------------------------
r6087 | karajorma | 2010-05-02 05:24:48 -0500 (Sun, 02 May 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.h
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/code/hud/hudparse.cpp
   M /trunk/fs2_open/code/mission/missionmessage.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/nebula/neb.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

Genghis' fix for Mantis 2159 (Certain parsing errors are never reported)

------------------------------------------------------------------------
r6088 | karajorma | 2010-05-03 07:03:57 -0500 (Mon, 03 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

Add the (in)validate-all-arguments SEXPs
------------------------------------------------------------------------
r6089 | The_E | 2010-05-03 07:32:42 -0500 (Mon, 03 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

Genghis' fix for Mantis 2162 (Thruster cones have collision detection)
------------------------------------------------------------------------
r6090 | karajorma | 2010-05-04 07:34:05 -0500 (Tue, 04 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/windows_stub/stubs.cpp

Fix compilation under OSX and Linux with WarningEx
------------------------------------------------------------------------
r6091 | chief1983 | 2010-05-05 11:47:12 -0500 (Wed, 05 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/windows_stub/stubs.cpp

Quick fix for the WarningEx breakage on *nix
------------------------------------------------------------------------
r6092 | Sushi | 2010-05-07 12:03:23 -0500 (Fri, 07 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Some fixes/updates for the Circle Strafe behavior. The AI should use it a bit more effectively now.
------------------------------------------------------------------------
r6093 | Echelon9 | 2010-05-08 10:09:08 -0500 (Sat, 08 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cutscene/cutscenes.cpp
   M /trunk/fs2_open/code/cutscene/cutscenes.h

Benefit from our use of STL vectors be removing a now unnecessary variable in cutscenes.cpp and making code cleaner and easier to read
------------------------------------------------------------------------
r6094 | Echelon9 | 2010-05-09 01:12:06 -0500 (Sun, 09 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/weapon/muzzleflash.cpp
   M /trunk/fs2_open/code/weapon/muzzleflash.h

Remove commented out code (still in SVN history if needed) and the overhead of an empty function call every frame
------------------------------------------------------------------------
r6095 | The_E | 2010-05-09 09:53:29 -0500 (Sun, 09 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/swarm.cpp
   M /trunk/fs2_open/code/weapon/swarm.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Patch for Mantis 2202 (Children of swarm weapons do not inherit parent target)
------------------------------------------------------------------------
r6096 | The_E | 2010-05-10 12:17:49 -0500 (Mon, 10 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/swarm.cpp

Swarm weapons should respect "$Free flight time" as well
------------------------------------------------------------------------
r6097 | Sushi | 2010-05-12 14:40:09 -0500 (Wed, 12 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/objectshield.cpp

Fix for Mantis 2099
------------------------------------------------------------------------
r6098 | Sushi | 2010-05-14 13:57:58 -0500 (Fri, 14 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Small fix for circle strafe
------------------------------------------------------------------------
r6099 | Sushi | 2010-05-14 15:43:32 -0500 (Fri, 14 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai.h
   M /trunk/fs2_open/code/ai/ai_profiles.cpp
   M /trunk/fs2_open/code/ai/ai_profiles.h
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Added $No extra collision avoidance vs player flag. Makes the AI less likely to didder around like an idiot at close range.
------------------------------------------------------------------------
r6100 | Goober5000 | 2010-05-15 16:31:32 -0500 (Sat, 15 May 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/object/object.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

fix subsystem alignment on ship class change (Mantis #1181)
fix a bug with Bobboau's external missiles feature
------------------------------------------------------------------------
r6101 | Goober5000 | 2010-05-15 16:48:23 -0500 (Sat, 15 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/object.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

misc silly fixes
------------------------------------------------------------------------
r6102 | Goober5000 | 2010-05-15 17:53:41 -0500 (Sat, 15 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

better handling of missing models
------------------------------------------------------------------------
r6116 | The_E | 2010-05-16 10:40:11 -0500 (Sun, 16 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missiontraining.cpp

Committing IssMneur's fix for Mantis 2183.
------------------------------------------------------------------------
r6117 | Goober5000 | 2010-05-16 17:26:58 -0500 (Sun, 16 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missiontraining.cpp

reverted fix.  It has problems, which is why I'm going over it first.
------------------------------------------------------------------------
r6118 | Sushi | 2010-05-17 14:10:34 -0500 (Mon, 17 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai.h
   M /trunk/fs2_open/code/ai/ai_profiles.cpp
   M /trunk/fs2_open/code/ai/ai_profiles.h
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Added $Random Sidethrust Percent to AI Profiles and AI.tbl. Allows ships with sidethrust capability to sometimes randomly use it in dogfighting situations to make life more miserable for the player.
------------------------------------------------------------------------
r6119 | Goober5000 | 2010-05-18 23:28:43 -0500 (Tue, 18 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missiontraining.cpp

remove message from queue the correct way, thus fixing the training message crash
------------------------------------------------------------------------
r6121 | The_E | 2010-05-24 20:11:46 -0500 (Mon, 24 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2010/Fred2.vcxproj

Altered the project file to allow FRED release compilation on VS2010
------------------------------------------------------------------------
r6122 | Sushi | 2010-05-25 11:25:41 -0500 (Tue, 25 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/objcollide.cpp

Fix a bug where additive weapon velocity would sometimes cause primary shots to pass through a target
------------------------------------------------------------------------
r6123 | Sushi | 2010-05-25 13:09:59 -0500 (Tue, 25 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fixed a parsing bug in AI.tbl that scaled Glide Attack Percent, Glide Strafe Percent, Circle Strafe Percent, and Random Sidethrust percent between 0 and 1 instead of 0 and 100 (as is the case for AI profiles.tbl)
------------------------------------------------------------------------
r6133 | karajorma | 2010-05-28 01:09:53 -0500 (Fri, 28 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudsquadmsg.cpp

Swap the engage enemies messages over.
------------------------------------------------------------------------
r6134 | Wanderer | 2010-05-28 14:15:05 -0500 (Fri, 28 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/weapon/weapon.h

add read access for lua to weapon and ship info index. enable to check 'weapon_armed' status
------------------------------------------------------------------------
r6135 | The_E | 2010-05-28 15:07:05 -0500 (Fri, 28 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/fictionviewer.cpp

Fictionviewer interface adjusted for new, official interface art found here: http://blueplanet.fsmods.net/E/FictionViewer.7z
------------------------------------------------------------------------
r6138 | taylor | 2010-05-29 05:55:30 -0500 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/autogen.sh

support for newer versions of automake (Mantis #2145)
------------------------------------------------------------------------
r6139 | taylor | 2010-05-29 05:55:33 -0500 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglshader.cpp

bah!  remove debug code that slipped in with safety fixes
------------------------------------------------------------------------
r6140 | taylor | 2010-05-29 09:55:04 -0500 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/playerman/playercontrol.cpp

fix view skew math issue (Mantis #2213)
------------------------------------------------------------------------
r6144 | taylor | 2010-05-29 10:53:18 -0500 (Sat, 29 May 2010) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/Makefile.am
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.h
   M /trunk/fs2_open/code/cutscene/mve_audio.cpp
   M /trunk/fs2_open/code/cutscene/mveplayer.cpp
   M /trunk/fs2_open/code/cutscene/oggplayer.cpp
   D /trunk/fs2_open/code/directx/vdsound.h
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/management.cpp
   M /trunk/fs2_open/code/fred2/missionnotesdlg.cpp
   M /trunk/fs2_open/code/fred2/missionnotesdlg.h
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/fred2/resource.h
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/fred2/sexp_tree.h
   A /trunk/fs2_open/code/fred2/soundenvironmentdlg.cpp
   A /trunk/fs2_open/code/fred2/soundenvironmentdlg.h
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/gamesnd/gamesnd.cpp
   M /trunk/fs2_open/code/menuui/optionsmenumulti.cpp
   M /trunk/fs2_open/code/menuui/optionsmenumulti.h
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/network/multi_voice.cpp
   M /trunk/fs2_open/code/object/objectsnd.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h
   D /trunk/fs2_open/code/sound/acm-openal.cpp
   A /trunk/fs2_open/code/sound/acm.cpp (from /trunk/fs2_open/code/sound/acm-openal.cpp:6140)
   M /trunk/fs2_open/code/sound/acm.h
   D /trunk/fs2_open/code/sound/audiostr-openal.cpp
   M /trunk/fs2_open/code/sound/audiostr.cpp
   M /trunk/fs2_open/code/sound/channel.h
   M /trunk/fs2_open/code/sound/ds.cpp
   M /trunk/fs2_open/code/sound/ds.h
   M /trunk/fs2_open/code/sound/ds3d.cpp
   M /trunk/fs2_open/code/sound/ds3d.h
   M /trunk/fs2_open/code/sound/dscap.cpp
   A /trunk/fs2_open/code/sound/openal.cpp
   A /trunk/fs2_open/code/sound/openal.h
   D /trunk/fs2_open/code/sound/rbaudio.cpp
   D /trunk/fs2_open/code/sound/rbaudio.h
   M /trunk/fs2_open/code/sound/rtvoice.cpp
   M /trunk/fs2_open/code/sound/rtvoice.h
   M /trunk/fs2_open/code/sound/sound.cpp
   M /trunk/fs2_open/code/sound/sound.h
   D /trunk/fs2_open/code/vcodec/codec1.cpp
   D /trunk/fs2_open/code/vcodec/codec1.h
   M /trunk/fs2_open/code/windows_stub/config.h
   M /trunk/fs2_open/configure.ac
   M /trunk/fs2_open/projects/MSVC_2005/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj
   M /trunk/fs2_open/projects/MSVC_6/Fred2.dsp
   M /trunk/fs2_open/projects/MSVC_6/Freespace2.dsp
   M /trunk/fs2_open/projects/MSVC_6/code.dsp
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

new sound code

 - Mantis #58
 - Mantis #1769
 - many other fixes and improvements
------------------------------------------------------------------------
r6145 | taylor | 2010-05-29 10:53:24 -0500 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp
   M /trunk/fs2_open/code/sound/ds3d.cpp

disable doppler for the time being
------------------------------------------------------------------------
r6146 | taylor | 2010-05-29 10:53:27 -0500 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

fix endless loop
------------------------------------------------------------------------
r6147 | taylor | 2010-05-29 10:53:28 -0500 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cfile/cfilesystem.cpp

more sane memory reserve
------------------------------------------------------------------------
r6148 | The_E | 2010-05-29 21:17:21 -0500 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2010/Fred2.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/Fred2.vcxproj.filters
   M /trunk/fs2_open/projects/MSVC_2010/Freespace2.sln
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj.filters

Project file update for new sound code.
------------------------------------------------------------------------
r6149 | Echelon9 | 2010-05-30 00:14:00 -0500 (Sun, 30 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

codec1.cpp and codec1.h included in Xcode project file when no such source files present
------------------------------------------------------------------------
r6150 | Wanderer | 2010-05-30 14:28:21 -0500 (Sun, 30 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelanim.cpp

Certain fixes for Bobs animation code issues. Please report if this renders any current anims invalid.
------------------------------------------------------------------------
r6151 | The_E | 2010-05-31 05:38:00 -0500 (Mon, 31 May 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp

According to the OpenAL programmer's guide, AL_DOPPLER_FACTOR is not a valid parameter for alSourcef
------------------------------------------------------------------------
r6152 | taylor | 2010-05-31 21:44:15 -0500 (Mon, 31 May 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp

revert r6151

Per source doppler factor is part of the EFX spec, which means all full 1.1 implementations.
------------------------------------------------------------------------
r6153 | The_E | 2010-06-02 06:49:24 -0500 (Wed, 02 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudreticle.cpp

Fix for Mantis 2214 (toparc2 and toparc3 hud anis [The Enemy Missile threat and Enemy Missile lock indicators] may have a length > 2 now, instead of being fixed at 3 frames)
------------------------------------------------------------------------
r6154 | karajorma | 2010-06-02 07:01:13 -0500 (Wed, 02 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai_profiles.cpp
   M /trunk/fs2_open/code/ai/ai_profiles.h
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.h
   M /trunk/fs2_open/code/globalincs/def_files.cpp
   M /trunk/fs2_open/code/missionui/missionbrief.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

Kill the -wcs flag. Should have done this years ago.
------------------------------------------------------------------------
r6163 | Goober5000 | 2010-06-03 01:28:06 -0500 (Thu, 03 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

minor fix to the -wcs flag removal
------------------------------------------------------------------------
r6167 | The_E | 2010-06-04 21:36:41 -0500 (Fri, 04 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2008/zlib.vcproj

Remove unused files from the project file
------------------------------------------------------------------------
r6168 | The_E | 2010-06-04 21:45:13 -0500 (Fri, 04 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2010/zlib.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/zlib.vcxproj.filters

Same here.
------------------------------------------------------------------------
r6169 | taylor | 2010-06-05 22:10:38 -0500 (Sat, 05 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/audiostr.cpp

fix OS X compile issue
------------------------------------------------------------------------
r6170 | taylor | 2010-06-05 22:10:40 -0500 (Sat, 05 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/openal.cpp

make sure to always close context and device when searching through valid devices
------------------------------------------------------------------------
r6171 | Echelon9 | 2010-06-06 03:35:19 -0500 (Sun, 06 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/techmenu.cpp
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/missionui/missioncmdbrief.cpp

Removed defined but unused variables
------------------------------------------------------------------------
r6174 | taylor | 2010-06-06 09:50:36 -0500 (Sun, 06 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/sound/sound.cpp
   M /trunk/fs2_open/code/weapon/beam.cpp

add some missing safety checks for Snds[] (Mantis #2216)
------------------------------------------------------------------------
r6175 | taylor | 2010-06-06 09:50:38 -0500 (Sun, 06 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/io/joy_ff.cpp

make sure to stop deathroll effect too (Mantis #2215)
------------------------------------------------------------------------
r6176 | The_E | 2010-06-06 13:12:29 -0500 (Sun, 06 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/sound.cpp

A missing ) is bad for parsing.
------------------------------------------------------------------------
r6178 | Goober5000 | 2010-06-06 21:13:44 -0500 (Sun, 06 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/fictionviewer.cpp

tweak fiction viewer coordinates
------------------------------------------------------------------------
r6180 | Goober5000 | 2010-06-06 22:58:47 -0500 (Sun, 06 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelread.cpp

FUBAR's feature for LOD naming: http://www.hard-light.net/forums/index.php?topic=68901.0
------------------------------------------------------------------------
r6181 | Goober5000 | 2010-06-07 01:35:40 -0500 (Mon, 07 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/fictionviewer.cpp

adjust coordinates for The E's latest 640x480 art
------------------------------------------------------------------------
r6185 | Goober5000 | 2010-06-07 02:02:18 -0500 (Mon, 07 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_6

ignore generated file
------------------------------------------------------------------------
r6186 | Wanderer | 2010-06-07 05:53:34 -0500 (Mon, 07 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

mantis 1988 - error checking for the targeting priorities
------------------------------------------------------------------------
r6187 | The_E | 2010-06-07 06:10:11 -0500 (Mon, 07 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2010/Fred2.vcxproj

Not quite sure how this one went broken for so long....( FSO specific .libs were not loaded on non-SSE2 configurations, leading to broken builds.)
------------------------------------------------------------------------
r6188 | Wanderer | 2010-06-07 07:22:54 -0500 (Mon, 07 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

changes to external weapon model handling
------------------------------------------------------------------------
r6189 | Wanderer | 2010-06-07 07:48:53 -0500 (Mon, 07 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

fixes for the external weapons patch (accidentally uploaded outdated patch)
------------------------------------------------------------------------
r6195 | The_E | 2010-06-09 00:18:45 -0500 (Wed, 09 Jun 2010) | 1 line
Changed paths:
   A /trunk/fs2_open/projects/MSVC_2010/wxFRED2.vcxproj
   A /trunk/fs2_open/projects/MSVC_2010/wxFRED2.vcxproj.filters

Project File for wxFRED.
------------------------------------------------------------------------
r6196 | Wanderer | 2010-06-09 00:19:54 -0500 (Wed, 09 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

fix for target priorities and sif2 flags issue
------------------------------------------------------------------------
r6197 | Goober5000 | 2010-06-09 02:38:27 -0500 (Wed, 09 Jun 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/fred2/sexp_tree.h
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

add OPF_SOUND_ENVIRONMENT for Taylor's sexps
also, some tweaks for sexp checks and for SEXP_NONE_STRING
------------------------------------------------------------------------
r6198 | Wanderer | 2010-06-09 11:49:20 -0500 (Wed, 09 Jun 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/globals.h
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/parse/scripting.cpp
   M /trunk/fs2_open/code/parse/scripting.h
   M /trunk/fs2_open/code/weapon/beam.cpp
   M /trunk/fs2_open/code/weapon/beam.h
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

better handling of 'dying' weapons for lua scripting.cpp
added lua controls for accessing beams
------------------------------------------------------------------------
r6199 | The_E | 2010-06-09 20:29:17 -0500 (Wed, 09 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/wxfred2/aboutbox.cpp
   M /trunk/fs2_open/code/wxfred2/campaigneditor.cpp
   M /trunk/fs2_open/code/wxfred2/campaigneditor.h
   M /trunk/fs2_open/code/wxfred2/commandbriefingeditor.cpp
   M /trunk/fs2_open/code/wxfred2/debriefingeditor.cpp
   M /trunk/fs2_open/code/wxfred2/fredframe.cpp
   M /trunk/fs2_open/code/wxfred2/fredframe.h
   A /trunk/fs2_open/code/wxfred2/mission.h
   M /trunk/fs2_open/code/wxfred2/missionspecseditor.cpp
   M /trunk/fs2_open/code/wxfred2/missionspecseditor.h
   A /trunk/fs2_open/code/wxfred2/res/V_fred.ico
   A /trunk/fs2_open/code/wxfred2/res/V_fred.xpm
   A /trunk/fs2_open/code/wxfred2/res/bitmap1.xpm
   A /trunk/fs2_open/code/wxfred2/res/black_do.xpm
   A /trunk/fs2_open/code/wxfred2/res/bmp00001.xpm
   A /trunk/fs2_open/code/wxfred2/res/chained.xpm
   A /trunk/fs2_open/code/wxfred2/res/chained_directive.xpm
   A /trunk/fs2_open/code/wxfred2/res/data.xpm
   A /trunk/fs2_open/code/wxfred2/res/data00.xpm
   A /trunk/fs2_open/code/wxfred2/res/data05.xpm
   A /trunk/fs2_open/code/wxfred2/res/data10.xpm
   A /trunk/fs2_open/code/wxfred2/res/data15.xpm
   A /trunk/fs2_open/code/wxfred2/res/data20.xpm
   A /trunk/fs2_open/code/wxfred2/res/data25.xpm
   A /trunk/fs2_open/code/wxfred2/res/data30.xpm
   A /trunk/fs2_open/code/wxfred2/res/data35.xpm
   A /trunk/fs2_open/code/wxfred2/res/data40.xpm
   A /trunk/fs2_open/code/wxfred2/res/data45.xpm
   A /trunk/fs2_open/code/wxfred2/res/data50.xpm
   A /trunk/fs2_open/code/wxfred2/res/data55.xpm
   A /trunk/fs2_open/code/wxfred2/res/data60.xpm
   A /trunk/fs2_open/code/wxfred2/res/data65.xpm
   A /trunk/fs2_open/code/wxfred2/res/data70.xpm
   A /trunk/fs2_open/code/wxfred2/res/data75.xpm
   A /trunk/fs2_open/code/wxfred2/res/data80.xpm
   A /trunk/fs2_open/code/wxfred2/res/data85.xpm
   A /trunk/fs2_open/code/wxfred2/res/data90.xpm
   A /trunk/fs2_open/code/wxfred2/res/data95.xpm
   A /trunk/fs2_open/code/wxfred2/res/freddoc.ico
   A /trunk/fs2_open/code/wxfred2/res/green_do.xpm
   A /trunk/fs2_open/code/wxfred2/res/root.xpm
   A /trunk/fs2_open/code/wxfred2/res/root_directive.xpm
   A /trunk/fs2_open/code/wxfred2/res/toolbar.xpm
   A /trunk/fs2_open/code/wxfred2/res/toolbar1.xpm
   A /trunk/fs2_open/code/wxfred2/res/variable.xpm
   A /trunk/fs2_open/code/wxfred2/res/wxFREDIcon.xpm
   M /trunk/fs2_open/code/wxfred2/voiceactingmanagereditor.cpp
   D /trunk/fs2_open/code/wxfred2/voicefilemanager.cpp
   D /trunk/fs2_open/code/wxfred2/voicefilemanager.h
   A /trunk/fs2_open/code/wxfred2/wxFRED.fbp
   M /trunk/fs2_open/code/wxfred2/wxfred.xrc
   M /trunk/fs2_open/code/wxfred2/wxfred2.cpp

Some stuff for wxFRED. Slowly making progress.
------------------------------------------------------------------------
r6203 | Wanderer | 2010-06-12 11:10:31 -0500 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

related to mantis 2187 - fix to improve autoaim accuracy if additive velocity is enabled
------------------------------------------------------------------------
r6204 | Goober5000 | 2010-06-12 15:47:22 -0500 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai_profiles.cpp
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/globalincs/def_files.cpp

sync case
------------------------------------------------------------------------
r6205 | Goober5000 | 2010-06-12 16:23:56 -0500 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp

sync file for proper string length
------------------------------------------------------------------------
r6207 | The_E | 2010-06-13 20:59:15 -0500 (Sun, 13 Jun 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/gamesnd/eventmusic.cpp

Don't increase the total number of loaded menu music files if a tbm with +nocreate is loaded.

This also neatly fixes the somewhat screwed up music selection list in FRED (remember all those empty lines?), albeit not completely.
------------------------------------------------------------------------
r6208 | Goober5000 | 2010-06-14 01:56:52 -0500 (Mon, 14 Jun 2010) | 1 line
Changed paths:
   A /trunk/fs2_open/code/math/bitarray.h (from /trunk/fs2_open/code/math/bitarray.h:5679)
   M /trunk/fs2_open/code/object/objectdock.cpp
   M /trunk/fs2_open/code/object/parseobjectdock.cpp
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj
   M /trunk/fs2_open/projects/MSVC_6/code.dsp

revert portej05's removal of the bitstring code
------------------------------------------------------------------------
r6211 | The_E | 2010-06-14 02:36:07 -0500 (Mon, 14 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj.filters

Project file update to include bitarray.h
------------------------------------------------------------------------
r6212 | Echelon9 | 2010-06-14 09:12:45 -0500 (Mon, 14 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Project file update to include bitarray.h
------------------------------------------------------------------------
r6213 | The_E | 2010-06-15 07:04:50 -0500 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp

Fix for Mantis 2210 (Ship models in ship selection do not always show up properly)
------------------------------------------------------------------------
r6214 | The_E | 2010-06-15 12:24:03 -0500 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/generic.cpp

Fix for Mantis 2212 (Interface animations start at frame 1, not 0)
------------------------------------------------------------------------
r6215 | Goober5000 | 2010-06-15 21:10:48 -0500 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

add mission-time-msecs
------------------------------------------------------------------------
r6216 | Goober5000 | 2010-06-15 21:38:24 -0500 (Tue, 15 Jun 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

add awesome logical operators
(I wonder why nobody added these until now)
------------------------------------------------------------------------
r6221 | Zacam | 2010-06-17 14:46:46 -0500 (Thu, 17 Jun 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/pngutils/pngutils.cpp

Commit of PNG Data fix as suggested and supplied by Armchair Commander and marvn.
(Read: http://www.hard-light.net/forums/index.php?topic=68405.0)
------------------------------------------------------------------------
r6222 | karajorma | 2010-06-18 00:03:32 -0500 (Fri, 18 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shipfx.cpp

Remove the -tbp command line.
------------------------------------------------------------------------
r6223 | The_E | 2010-06-18 13:18:27 -0500 (Fri, 18 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/alphacolors.cpp

Stopgap fix for Mantis 2224 (Black text is unreadable in the multiplayer chat). Turned black into pink (as that colour wasn't used before).
------------------------------------------------------------------------
r6231 | Wanderer | 2010-06-20 09:06:34 -0500 (Sun, 20 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/math/vecmat.cpp

add a null vec check - hit by fubar
------------------------------------------------------------------------
r6232 | Wanderer | 2010-06-20 09:07:30 -0500 (Sun, 20 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Fix lua ray collision checks against debris pieces
------------------------------------------------------------------------
r6236 | Goober5000 | 2010-06-20 20:21:40 -0500 (Sun, 20 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/fred2/sexp_tree.h
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

add set-explosion-option to edit explosions (needed after karajorma's new special-exp code)
------------------------------------------------------------------------
r6237 | Goober5000 | 2010-06-21 02:14:54 -0500 (Mon, 21 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

fix some problems with set-explosion-option (viz. all options need to be set if a special explosion is being used)
------------------------------------------------------------------------
r6238 | Goober5000 | 2010-06-21 02:41:26 -0500 (Mon, 21 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shipfx.cpp

minor modification of karajorma's warp effect so that Knossos can be used for both warpin and warpout; Babylon5 still switches appropriately
------------------------------------------------------------------------
r6242 | chief1983 | 2010-06-21 09:59:36 -0500 (Mon, 21 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/autopilot/autopilot.cpp

IssMneur's fix for #1888 (finally):  Much better autopilot behavior.
------------------------------------------------------------------------
r6244 | chief1983 | 2010-06-21 12:12:23 -0500 (Mon, 21 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix the Assertion to not break Macs and Linux.
------------------------------------------------------------------------
r6246 | Wanderer | 2010-06-21 14:25:00 -0500 (Mon, 21 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai_profiles.cpp

fix for the ai profile issue (mantis 2228)
------------------------------------------------------------------------
r6248 | Wanderer | 2010-06-21 17:06:49 -0500 (Mon, 21 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

allow lua to track if ship is 'dying' during the frame (bugfix for flashy deaths script)
------------------------------------------------------------------------
r6249 | The_E | 2010-06-21 19:51:12 -0500 (Mon, 21 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/radar/radarorb.cpp

Fix for null vec3d error mentioned in Mantis 1888 by Woolie Wool
------------------------------------------------------------------------
r6250 | Goober5000 | 2010-06-21 21:29:53 -0500 (Mon, 21 Jun 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/shipfx.cpp

fix a silly bug noticed by karajorma
also, slightly compact the knossos check
------------------------------------------------------------------------
r6257 | Goober5000 | 2010-06-22 22:05:26 -0500 (Tue, 22 Jun 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

fix for Mantis #2056 (sexps may not want to process every ship)
also, account for the fact that Command may not be "#Command"
------------------------------------------------------------------------
r6258 | Goober5000 | 2010-06-23 01:19:43 -0500 (Wed, 23 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

remove not-kamikaze, since it was never implemented, and since its behavior is incorporated into the kamikaze sexp
------------------------------------------------------------------------
r6259 | Goober5000 | 2010-06-23 01:56:45 -0500 (Wed, 23 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai_profiles.cpp

this is just a bit cleaner
------------------------------------------------------------------------
r6260 | Sushi | 2010-06-23 21:33:48 -0500 (Wed, 23 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Removed unpopular circle strafe changes to make circle-strafing AI more aggressive (like in RC2)
------------------------------------------------------------------------
r6261 | Wanderer | 2010-06-24 12:56:19 -0500 (Thu, 24 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp

fix for salvo + check hull bug found by fubar
------------------------------------------------------------------------
r6262 | Wanderer | 2010-06-24 13:21:31 -0500 (Thu, 24 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp

fix for potential null vec issue when using limited base rotation turrets
------------------------------------------------------------------------
r6263 | Backslash | 2010-06-26 14:34:59 -0500 (Sat, 26 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudparse.cpp
   M /trunk/fs2_open/code/mission/missiontraining.cpp
   M /trunk/fs2_open/code/mission/missiontraining.h

Add a $Max Directives: option to hud_gauges.tbl -- works just like $Max Escort Ships
------------------------------------------------------------------------
r6264 | Goober5000 | 2010-06-27 01:04:48 -0500 (Sun, 27 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/shipfx.cpp

remove a bit of code that should no longer be necessary due to previous upgrades/fixes
------------------------------------------------------------------------
r6265 | Goober5000 | 2010-06-27 02:05:01 -0500 (Sun, 27 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/generic.cpp
   M /trunk/fs2_open/code/graphics/generic.h
   M /trunk/fs2_open/code/menuui/techmenu.cpp
   M /trunk/fs2_open/code/missionui/missioncmdbrief.cpp

use 2_ animations in the tech room, just as in the command brief (Mantis #2231)
------------------------------------------------------------------------
r6266 | Goober5000 | 2010-06-27 02:13:33 -0500 (Sun, 27 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/missioncmdbrief.cpp

remove unreferenced variables
------------------------------------------------------------------------
r6267 | Goober5000 | 2010-06-27 03:30:45 -0500 (Sun, 27 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.cpp
   M /trunk/fs2_open/code/fred2/fred.h

make FRED be intelligent about mission directory (Mantis #2236)
------------------------------------------------------------------------
r6269 | The_E | 2010-06-27 16:46:50 -0500 (Sun, 27 Jun 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/wxfred2/wxFRED.fbp

A few more dialogues added
------------------------------------------------------------------------
r6278 | Echelon9 | 2010-07-02 21:48:03 -0500 (Fri, 02 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/lua/lcode.c
   M /trunk/fs2_open/lua/ldblib.c
   M /trunk/fs2_open/lua/liolib.c
   M /trunk/fs2_open/lua/llex.c
   M /trunk/fs2_open/lua/loadlib.c
   M /trunk/fs2_open/lua/lstrlib.c
   M /trunk/fs2_open/lua/lvm.c

Update Lua interpreter to 5.1.4 (patch 2) to fix the following bugs http://www.lua.org/bugs.html#5.1.4
------------------------------------------------------------------------
r6279 | The_E | 2010-07-04 21:28:48 -0500 (Sun, 04 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shiphit.cpp

Introducing new SIF2 flag ("no pain flash") to turn off the pain flash. I guess all the peeps who want to do capship missions can rejoice now.
------------------------------------------------------------------------
r6280 | Goober5000 | 2010-07-05 00:41:57 -0500 (Mon, 05 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/starfield/starfield.cpp

use motion debris in asteroid fields, per Galemp
------------------------------------------------------------------------
r6281 | Goober5000 | 2010-07-05 00:43:08 -0500 (Mon, 05 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/weapon/beam.cpp

fix a bug noticed by The_E: object types are not bitfields
------------------------------------------------------------------------
r6283 | The_E | 2010-07-06 19:04:32 -0500 (Tue, 06 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shiphit.cpp

Reverting 6279, and making it more intelligently (Thanks Goober for the heads-up)
------------------------------------------------------------------------
r6284 | The_E | 2010-07-06 21:19:06 -0500 (Tue, 06 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/io/keycontrol.cpp

If lock-perspective is active, the perspective should stay locked.
------------------------------------------------------------------------
r6285 | The_E | 2010-07-07 10:27:37 -0500 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/shipfx.cpp

While the other code that was commented out might be unnecessary, this fvec still needs to be set up properly
------------------------------------------------------------------------
r6286 | Zacam | 2010-07-07 22:35:57 -0500 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.icns

From blowfish: Mac Icon update based on: http://www.hard-light.net/forums/index.php?topic=44371.0
------------------------------------------------------------------------
r6287 | Zacam | 2010-07-07 22:51:39 -0500 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open
   M /trunk/fs2_open/code
   M /trunk/fs2_open/code/ai
   M /trunk/fs2_open/code/anim
   M /trunk/fs2_open/code/asteroid
   M /trunk/fs2_open/code/autopilot
   M /trunk/fs2_open/code/bmpman
   M /trunk/fs2_open/code/camera
   M /trunk/fs2_open/code/cfile
   M /trunk/fs2_open/code/cfilearchiver
   M /trunk/fs2_open/code/cfileextractor
   M /trunk/fs2_open/code/cmdline
   M /trunk/fs2_open/code/cmeasure
   M /trunk/fs2_open/code/controlconfig
   M /trunk/fs2_open/code/cryptstring
   M /trunk/fs2_open/code/cutscene
   M /trunk/fs2_open/code/ddsutils
   M /trunk/fs2_open/code/debris
   M /trunk/fs2_open/code/debugconsole
   M /trunk/fs2_open/code/decals
   M /trunk/fs2_open/code/demo
   M /trunk/fs2_open/code/directx
   M /trunk/fs2_open/code/exceptionhandler
   M /trunk/fs2_open/code/external_dll
   M /trunk/fs2_open/code/fireball
   M /trunk/fs2_open/code/fred2
   M /trunk/fs2_open/code/fred2/hlp
   M /trunk/fs2_open/code/fred2/res
   M /trunk/fs2_open/code/freespace2
   M /trunk/fs2_open/code/fs2netd
   M /trunk/fs2_open/code/gamehelp
   M /trunk/fs2_open/code/gamesequence
   M /trunk/fs2_open/code/gamesnd
   M /trunk/fs2_open/code/globalincs
   M /trunk/fs2_open/code/graphics
   M /trunk/fs2_open/code/graphics/gl
   M /trunk/fs2_open/code/hud
   M /trunk/fs2_open/code/iff_defs
   M /trunk/fs2_open/code/inetfile
   M /trunk/fs2_open/code/io
   M /trunk/fs2_open/code/jpgutils
   M /trunk/fs2_open/code/jumpnode
   M /trunk/fs2_open/code/lab
   M /trunk/fs2_open/code/lighting
   M /trunk/fs2_open/code/localization
   M /trunk/fs2_open/code/math
   M /trunk/fs2_open/code/menuui
   M /trunk/fs2_open/code/mission
   M /trunk/fs2_open/code/missionui
   M /trunk/fs2_open/code/mm
   M /trunk/fs2_open/code/model
   M /trunk/fs2_open/code/nebula
   M /trunk/fs2_open/code/network
   M /trunk/fs2_open/code/object
   M /trunk/fs2_open/code/observer
   M /trunk/fs2_open/code/osapi
   M /trunk/fs2_open/code/palman
   M /trunk/fs2_open/code/parse
   M /trunk/fs2_open/code/particle
   M /trunk/fs2_open/code/pcxutils
   M /trunk/fs2_open/code/physics
   M /trunk/fs2_open/code/playerman
   M /trunk/fs2_open/code/pngutils
   M /trunk/fs2_open/code/popup
   M /trunk/fs2_open/code/radar
   M /trunk/fs2_open/code/render
   M /trunk/fs2_open/code/scramble
   M /trunk/fs2_open/code/ship
   M /trunk/fs2_open/code/sound
   M /trunk/fs2_open/code/sound/ogg
   M /trunk/fs2_open/code/species_defs
   M /trunk/fs2_open/code/starfield
   M /trunk/fs2_open/code/stats
   M /trunk/fs2_open/code/tgautils
   M /trunk/fs2_open/code/ui
   M /trunk/fs2_open/code/variables
   M /trunk/fs2_open/code/vcodec
   M /trunk/fs2_open/code/weapon
   M /trunk/fs2_open/code/windows_stub
   M /trunk/fs2_open/code/wxfred2
   M /trunk/fs2_open/code/wxfred2/res
   M /trunk/fs2_open/libjpeg
   M /trunk/fs2_open/libpng
   M /trunk/fs2_open/libpng/scripts
   M /trunk/fs2_open/lua
   M /trunk/fs2_open/oggvorbis
   M /trunk/fs2_open/oggvorbis/include
   M /trunk/fs2_open/oggvorbis/include/ogg
   M /trunk/fs2_open/oggvorbis/include/theora
   M /trunk/fs2_open/oggvorbis/include/vorbis
   M /trunk/fs2_open/oggvorbis/lib
   M /trunk/fs2_open/openal
   M /trunk/fs2_open/openal/include
   M /trunk/fs2_open/openal/libs
   M /trunk/fs2_open/openal/libs/win32
   M /trunk/fs2_open/openal/libs/win64
   M /trunk/fs2_open/projects
   M /trunk/fs2_open/projects/MSVC_2005
   M /trunk/fs2_open/projects/MSVC_2008
   M /trunk/fs2_open/projects/MSVC_2010
   M /trunk/fs2_open/projects/MSVC_6
   M /trunk/fs2_open/projects/Xcode
   M /trunk/fs2_open/projects/Xcode/English.lproj
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj
   M /trunk/fs2_open/projects/codeblocks
   M /trunk/fs2_open/projects/codeblocks/Freespace2
   M /trunk/fs2_open/projects/codeblocks/code
   M /trunk/fs2_open/speech
   M /trunk/fs2_open/speech/include
   M /trunk/fs2_open/speech/lib
   M /trunk/fs2_open/speech/lib/i386
   M /trunk/fs2_open/zlib
   M /trunk/fs2_open/zlib/win32

Added the following (recursively) to the svn:ignore: .ncb, .suo, .user, desktop.ini, thumbs.db.
------------------------------------------------------------------------
r6288 | Sushi | 2010-07-09 08:11:37 -0500 (Fri, 09 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai_profiles.cpp
   M /trunk/fs2_open/code/ai/ai_profiles.h
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Added "$big ships manage shields:" AI profile/AI class flag
------------------------------------------------------------------------
r6289 | The_E | 2010-07-10 10:06:33 -0500 (Sat, 10 Jul 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/math/staticrand.cpp

Patch for Mantis 2205 (Division by zero in do_random_sidethrust())
------------------------------------------------------------------------