Author Topic: Nightly (Linux): 30 Nov 2010 - Revision 6797  (Read 1088 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Linux): 30 Nov 2010 - Revision 6797
Here is the nightly for Linux on 30 Nov 2010 - Revision 6797

Group: Inferno
fso-LINUX-Inferno-20101130_r6797.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r6628 | Zacam | 2010-10-18 14:29:38 -0500 (Mon, 18 Oct 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/starfield/starfield.cpp
   M /trunk/fs2_open/code/starfield/starfield.h
   M /trunk/fs2_open/code/starfield/supernova.cpp

Sun OS compatibility: "Sun" is a reserved word, so (*sun) becomes (*sun_ptr), (bool sun) becomes (bool is_a_sun), etc.
Also: void stars_delete_instance_FRED is now void stars_delete_entry_FRED in the CPP to better match the H.
White-space clean-up took place too.
------------------------------------------------------------------------
r6629 | The_E | 2010-10-18 14:57:12 -0500 (Mon, 18 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp

This case shouldn't ever be hit, but it's still bad form to Int3() there.

------------------------------------------------------------------------
r6630 | The_E | 2010-10-18 15:17:01 -0500 (Mon, 18 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp

Warnings done properly. Thanks, chief

------------------------------------------------------------------------
r6632 | Zacam | 2010-10-18 15:55:08 -0500 (Mon, 18 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/starfield/supernova.cpp

The hell...? Missed one somehow.
------------------------------------------------------------------------
r6634 | chief1983 | 2010-10-18 16:18:10 -0500 (Mon, 18 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/starfield/starfield.h

Pedantically correct a comment
------------------------------------------------------------------------
r6635 | Zacam | 2010-10-18 16:23:16 -0500 (Mon, 18 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

From FUBAR: Turret ROF Sexp
http://www.hard-light.net/forums/index.php?topic=71884.0
------------------------------------------------------------------------
r6639 | chief1983 | 2010-10-19 17:14:52 -0500 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/fsmemory.cpp
   M /trunk/fs2_open/code/globalincs/fsmemory.h
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp

Use appropriate line endings
------------------------------------------------------------------------
r6640 | chief1983 | 2010-10-19 17:16:26 -0500 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp

Wrong way with this fix, should have gone from trunk to antipodes
------------------------------------------------------------------------
r6646 | Sushi | 2010-10-20 00:21:51 -0500 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix bug where changing AI goals while gliding can cause them to get stuck in glide
------------------------------------------------------------------------
r6654 | The_E | 2010-10-20 14:38:34 -0500 (Wed, 20 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

Change an Assert to a more elegant way of handling this.

------------------------------------------------------------------------
r6655 | The_E | 2010-10-20 15:06:55 -0500 (Wed, 20 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/scripting.cpp

Thank you code analysis. This could have been ugly....

------------------------------------------------------------------------
r6662 | The_E | 2010-10-22 08:45:33 -0500 (Fri, 22 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Fix for Mantis 2171 (documentation out of sync for gr.getVectorFromCoords)

------------------------------------------------------------------------
r6669 | The_E | 2010-10-22 15:43:27 -0500 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

m!m's function to access the "affected by gravity" flag
------------------------------------------------------------------------
r6671 | Echelon9 | 2010-10-22 17:53:48 -0500 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/README

Update project file listing
------------------------------------------------------------------------
r6672 | The_E | 2010-10-22 18:17:44 -0500 (Fri, 22 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionmessage.cpp
   M /trunk/fs2_open/code/mission/missionmessage.h
   M /trunk/fs2_open/code/parse/sexp.cpp

Adding special message source "<none>"

------------------------------------------------------------------------
r6674 | Wanderer | 2010-10-23 14:54:39 -0500 (Sat, 23 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/gamesequence/gamesequence.cpp
   M /trunk/fs2_open/code/gamesequence/gamesequence.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

adding blank scripting state to the game
------------------------------------------------------------------------
r6675 | karajorma | 2010-10-24 00:28:30 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_sexp.cpp

Not 100% a bug fix but this will have the effect of making it harder to hit the bug and will warn when it hits it. See http://www.hard-light.net/forums/index.php?topic=72160.0 for more details
------------------------------------------------------------------------
r6677 | Zacam | 2010-10-24 19:03:29 -0500 (Sun, 24 Oct 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/debugconsole/console.cpp
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/menuui/playermenu.cpp
   M /trunk/fs2_open/code/nebula/neb.cpp

Warnings Resolutions: 'int' to 'ubyte' conversion warnings.
Some formatting cleanup done on the affected files.
While not necessary, some {} put in by suggestion of output from GCC and to improve readability.
------------------------------------------------------------------------
r6679 | Zacam | 2010-10-24 22:26:03 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cutscene/decoder16.cpp
   M /trunk/fs2_open/code/cutscene/mve_audio.cpp
   M /trunk/fs2_open/code/cutscene/mveplayer.cpp
   M /trunk/fs2_open/code/fs2netd/fs2netd_client.cpp
   M /trunk/fs2_open/code/fs2netd/tcp_client.cpp
   M /trunk/fs2_open/code/fs2netd/tcp_socket.cpp
   M /trunk/fs2_open/code/lab/wmcgui.cpp
   M /trunk/fs2_open/code/lab/wmcgui.h
   M /trunk/fs2_open/code/sound/acm.cpp
   M /trunk/fs2_open/code/sound/acm.h
   M /trunk/fs2_open/code/sound/ds.cpp
   M /trunk/fs2_open/code/sound/ds.h

Clears up the rest of the type conversion warnings listed in MSVC.
------------------------------------------------------------------------
r6680 | Zacam | 2010-10-24 22:34:33 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2005/liblua.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/liblua.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/liblua.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/liblua.vcxproj.filters
   M /trunk/fs2_open/projects/MSVC_6/liblua.dsp

'lua.c' not needed for liblua.
------------------------------------------------------------------------
r6681 | Zacam | 2010-10-24 22:43:02 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp

Fix for Release Build warning for 'err'
------------------------------------------------------------------------
r6682 | Zacam | 2010-10-24 22:48:01 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ddsutils/ddsutils.cpp
   M /trunk/fs2_open/code/fs2netd/tcp_socket.cpp
   M /trunk/fs2_open/code/inetfile/chttpget.cpp
   M /trunk/fs2_open/code/network/multi_update.cpp
   M /trunk/fs2_open/code/ship/awacs.cpp

Let see how unreachable all this really was.
------------------------------------------------------------------------
r6683 | Zacam | 2010-10-24 22:54:48 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp

Should have paid more attention on that last one, need to define what 'err' is outside of where it is.
------------------------------------------------------------------------
r6684 | Zacam | 2010-10-24 22:59:15 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp

...and then it helps to actually initialize it to something.
------------------------------------------------------------------------
r6686 | karajorma | 2010-10-25 08:53:31 -0500 (Mon, 25 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/missionsave.cpp

Looks like we forgot to update the save functions when we changed the special_explosion to use floats.

------------------------------------------------------------------------
r6687 | chief1983 | 2010-10-25 09:57:53 -0500 (Mon, 25 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Let's get rid of lua.c for Xcode then too
------------------------------------------------------------------------
r6689 | The_E | 2010-10-25 10:09:17 -0500 (Mon, 25 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2010/liblua.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/liblua.vcxproj.filters

Removing lua.c from the VS2010 project

------------------------------------------------------------------------
r6692 | The_E | 2010-10-26 17:23:56 -0500 (Tue, 26 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/playermenu.cpp

Fixes issue with the wrong mainhall being loaded on startup. Note: If a value gets initialized to -1, don't change it to a ubyte and init it to 0, even if that fixes a conversion warning. In this case, casting explicitly is a valid course of action, and should be taken. Here endeth the lesson on refactoring.
------------------------------------------------------------------------
r6693 | The_E | 2010-10-26 17:56:58 -0500 (Tue, 26 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

Changing this sanity check to pop up a warning in FRED, but print to log in FS.
------------------------------------------------------------------------
r6694 | The_E | 2010-10-26 18:42:14 -0500 (Tue, 26 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp



------------------------------------------------------------------------
r6697 | The_E | 2010-10-28 20:10:19 -0500 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Patch for minor snafu, from FUBAR
------------------------------------------------------------------------
r6699 | The_E | 2010-10-28 21:22:51 -0500 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Adding a warning and proper error handling to the "/" operator in order to catch div-by-zero scenarios.
------------------------------------------------------------------------
r6700 | The_E | 2010-10-28 21:44:14 -0500 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

Fix for faulty check
------------------------------------------------------------------------
r6701 | The_E | 2010-10-28 23:14:13 -0500 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Woops. How did I screw this up?
------------------------------------------------------------------------
r6704 | chief1983 | 2010-10-29 14:09:26 -0500 (Fri, 29 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/windows_stub/stubs.cpp

This should fix a OS X 10.5 crash, possibly others.
------------------------------------------------------------------------
r6706 | The_E | 2010-11-01 10:24:07 -0500 (Mon, 01 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

Adding check for invalid MOI values

------------------------------------------------------------------------
r6707 | The_E | 2010-11-01 10:25:27 -0500 (Mon, 01 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

Remove bogus debug warning from the :V: days

------------------------------------------------------------------------
r6708 | chief1983 | 2010-11-02 16:20:09 -0500 (Tue, 02 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fs2netd/tcp_socket.cpp
   M /trunk/fs2_open/code/network/chat_api.cpp
   M /trunk/fs2_open/configure.ac

More compatibility fixes for Solaris
------------------------------------------------------------------------
r6709 | FUBAR-BDHR | 2010-11-04 00:17:52 -0500 (Thu, 04 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

4 new sexps to control Wanderer's subsystem flags from r6581
Fix for Mantis 2330 subsystem targetable/untargetable in multi.
------------------------------------------------------------------------
r6710 | FUBAR-BDHR | 2010-11-04 00:28:39 -0500 (Thu, 04 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Remove sexp_turret_subsystem_targeting_disable() and sexp_turret_subsystem_targeting_enable() and changes them to use the new generic function.
------------------------------------------------------------------------
r6711 | The_E | 2010-11-04 19:34:29 -0500 (Thu, 04 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

Woops. This fixes screwed up test for MOI validity

------------------------------------------------------------------------
r6713 | The_E | 2010-11-05 23:44:17 -0500 (Fri, 05 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp

Fix for Mantis 2329 (Malloc fail on invalid sound files)
------------------------------------------------------------------------
r6714 | The_E | 2010-11-07 19:36:43 -0600 (Sun, 07 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/sound/sound.cpp

Adding a few checks here to guard/catch Mantis 2333

------------------------------------------------------------------------
r6715 | The_E | 2010-11-08 17:04:34 -0600 (Mon, 08 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/gamesnd/gamesnd.cpp
   M /trunk/fs2_open/code/sound/sound.cpp

Fix for Mantis 2333 (Random crashes caused by snd_get_duration())

------------------------------------------------------------------------
r6724 | The_E | 2010-11-11 02:41:34 -0600 (Thu, 11 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Replacing a few asserts with proper error handling (in this case, simply CLAMPing the offending values to valid ranges).

------------------------------------------------------------------------
r6725 | The_E | 2010-11-11 02:45:25 -0600 (Thu, 11 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

Adding proper FRED-side support for special message source "<none>"

------------------------------------------------------------------------
r6726 | The_E | 2010-11-11 03:54:18 -0600 (Thu, 11 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Reverting that again to help tr5ack this down further

------------------------------------------------------------------------
r6729 | FUBAR-BDHR | 2010-11-12 17:46:24 -0600 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiui.cpp

Fix for mantis 2174:  ERANGE: String error in multiui.cpp
------------------------------------------------------------------------
r6731 | IssMneur | 2010-11-13 01:27:45 -0600 (Sat, 13 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudartillery.cpp
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Remove redundant weapon_name_lookup().
Make the parameter to weapon_info_lookup a const char* (like it should be).
------------------------------------------------------------------------
r6735 | Goober5000 | 2010-11-13 16:49:22 -0600 (Sat, 13 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

Bad IssMneur!  No biscuit!
------------------------------------------------------------------------
r6736 | Goober5000 | 2010-11-13 19:53:21 -0600 (Sat, 13 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2005/Fred2.vcproj
   M /trunk/fs2_open/projects/MSVC_2005/code.vcproj

add missing files to MSVC 2005 project
------------------------------------------------------------------------
r6737 | Goober5000 | 2010-11-13 20:07:45 -0600 (Sat, 13 Nov 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/debugconsole/dbugfile.cpp
   M /trunk/fs2_open/code/fred2/eventeditor.cpp
   M /trunk/fs2_open/code/fred2/messageeditordlg.cpp
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/localization/localize.h
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/parse/parselo.h
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h
   M /trunk/fs2_open/code/playerman/player.h
   M /trunk/fs2_open/code/playerman/playercontrol.cpp

add SCP_string variants of sprintf, sexp_replace_variable_names_with_values, replace_one, replace_all, and lcl_replace_stuff
change the death message to use an SCP_string
change the set-death-message sexp to accept actual messages
------------------------------------------------------------------------
r6738 | Goober5000 | 2010-11-13 23:42:47 -0600 (Sat, 13 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/windebug.cpp

remove the mprintf per discussion with taylor
------------------------------------------------------------------------
r6745 | IssMneur | 2010-11-15 14:40:25 -0600 (Mon, 15 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/autogen.sh

Modify autogen.sh so that it can be run without running configure.  To run autogen.sh without running configure pass --noconfigure as first parameter.
------------------------------------------------------------------------
r6746 | IssMneur | 2010-11-15 15:13:53 -0600 (Mon, 15 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/autogen.sh

Back to how the no configure worked before, because it does work just IssMneur is a dummy.  Thank you ni1s for pointing it out :P
Added a clarifying comment to autogen.sh.
------------------------------------------------------------------------
r6753 | Echelon9 | 2010-11-20 02:25:16 -0600 (Sat, 20 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiutil.cpp
   M /trunk/fs2_open/code/object/objectdock.cpp
   M /trunk/fs2_open/code/object/parseobjectdock.cpp
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/scramble/scramble.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp

Fix a few malloc/vm_malloc changes to properly track memory usage; fix a potential NULL dereference in parse/lua.cpp
------------------------------------------------------------------------
r6754 | Echelon9 | 2010-11-20 06:22:03 -0600 (Sat, 20 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/bmpman/bmpman.cpp
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/graphics/gropenglbmpman.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/network/multilag.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp
   M /trunk/fs2_open/code/object/collideshipship.cpp
   M /trunk/fs2_open/code/object/objectsnd.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/playerman/playercontrol.cpp
   M /trunk/fs2_open/code/radar/radar.cpp
   M /trunk/fs2_open/code/radar/radarorb.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/starfield/starfield.cpp

Fix a range of potential NULL dereferences
------------------------------------------------------------------------
r6755 | Echelon9 | 2010-11-20 09:10:14 -0600 (Sat, 20 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cutscene/cutscenes.cpp

Fix: Invalid data: accessing 'Text_line_size', the readable size is '80' bytes, but '4194244' bytes might be read; Invalid data: accessing 'Text_lines', the readable size is '80' bytes, but '4194244' bytes might be read
------------------------------------------------------------------------
r6756 | Echelon9 | 2010-11-20 10:25:33 -0600 (Sat, 20 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix: Use of swp->current_secondary_bank when equal to -1 as an array index. Very broken.
------------------------------------------------------------------------
r6757 | Echelon9 | 2010-11-20 11:27:45 -0600 (Sat, 20 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Corrected sprintf format, as 'Changed from 'int' to 'float' by Zacam 10/2010'
------------------------------------------------------------------------
r6758 | Echelon9 | 2010-11-20 12:45:34 -0600 (Sat, 20 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Fix: Local declaration of 'num_lines' hides declaration of the same name in outer scope.
------------------------------------------------------------------------
r6760 | FUBAR-BDHR | 2010-11-21 00:34:27 -0600 (Sun, 21 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/ship/shiphit.cpp
   M /trunk/fs2_open/code/weapon/beam.cpp
   M /trunk/fs2_open/code/weapon/beam.h

Fix for Mantis 2190 - Player beams do not cause traitor.
------------------------------------------------------------------------
r6762 | The_E | 2010-11-22 00:14:11 -0600 (Mon, 22 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix for commit 6756: -1 is a perfectly valid value for current_secondary_bank at that point.

------------------------------------------------------------------------
r6764 | Echelon9 | 2010-11-22 06:51:59 -0600 (Mon, 22 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai_profiles.cpp

Fix: Local declaration of 'i' hides declaration of the same name in outer scope.
------------------------------------------------------------------------
r6765 | Echelon9 | 2010-11-22 07:01:41 -0600 (Mon, 22 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/swarm.cpp

MAGIC numbers aren't for hiding in code...
------------------------------------------------------------------------
r6766 | chief1983 | 2010-11-22 11:21:12 -0600 (Mon, 22 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/scramble/scramble.cpp

Finish matching vm_mallocs and vm_frees
------------------------------------------------------------------------
r6768 | Goober5000 | 2010-11-23 01:30:36 -0600 (Tue, 23 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

fix some things that Zacam noticed
------------------------------------------------------------------------
r6771 | Goober5000 | 2010-11-23 02:11:16 -0600 (Tue, 23 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

corrected Echelon9's correction of Zacam's ... correction?
Anyway, sexp variables are only ints or strings, not floats. Therefore we need to print them to the file correctly.
------------------------------------------------------------------------
r6772 | The_E | 2010-11-23 02:20:56 -0600 (Tue, 23 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Fix two instances where an object instance number was used as an index into Weapon_info[]
------------------------------------------------------------------------
r6773 | Goober5000 | 2010-11-23 02:27:18 -0600 (Tue, 23 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/bmpman/bmpman.cpp
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/graphics/gropenglbmpman.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/network/multilag.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp
   M /trunk/fs2_open/code/object/collideshipship.cpp
   M /trunk/fs2_open/code/object/objectsnd.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/playerman/playercontrol.cpp
   M /trunk/fs2_open/code/radar/radar.cpp
   M /trunk/fs2_open/code/radar/radarorb.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/starfield/starfield.cpp

revert Echelon9's commit 6754 which needs to be discussed first
------------------------------------------------------------------------
r6774 | FUBAR-BDHR | 2010-11-23 20:22:46 -0600 (Tue, 23 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/shiphit.cpp

Fix issue with beams not doing damage due to the traitor beam fix. 
------------------------------------------------------------------------
r6776 | Goober5000 | 2010-11-23 22:35:10 -0600 (Tue, 23 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

slight cleanup
------------------------------------------------------------------------
r6777 | Goober5000 | 2010-11-23 22:53:41 -0600 (Tue, 23 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

ugh; formatting ftw
------------------------------------------------------------------------
r6778 | Goober5000 | 2010-11-24 00:33:53 -0600 (Wed, 24 Nov 2010) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

remove #defines that were obsolete since after FS1
fix an nprintf bug
change the method of pausing anims so that more than one anim can play in the same spot
(this means that the first frame of an anim won't be drawn until the anim actually starts playing but I think that's okay; it is really only noticeable for the crane animation in the Bastion main hall when the "new player tips" box appears)
------------------------------------------------------------------------
r6779 | Goober5000 | 2010-11-24 00:39:22 -0600 (Wed, 24 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

how was that accidentally deleted?
------------------------------------------------------------------------
r6780 | Goober5000 | 2010-11-24 01:18:05 -0600 (Wed, 24 Nov 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

add error detection for arrays that exceed maximum
num door sounds = num door animations
(how did that ever work before?)
------------------------------------------------------------------------
r6781 | The_E | 2010-11-24 05:35:21 -0600 (Wed, 24 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Adding a return and Warning in case of a null pointer here

------------------------------------------------------------------------
r6783 | The_E | 2010-11-25 09:11:04 -0600 (Thu, 25 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Moving post processing flag back to graphics section

------------------------------------------------------------------------
r6784 | The_E | 2010-11-25 12:48:00 -0600 (Thu, 25 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp

Fix for Mantis 2344 (Post-processing sexps don't show correctly in FRED)

------------------------------------------------------------------------
r6785 | Goober5000 | 2010-11-25 14:10:13 -0600 (Thu, 25 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

move the error nprintf to a place where it will trigger before the crash it tests for
fix a loop boundary check
------------------------------------------------------------------------
r6786 | The_E | 2010-11-25 14:48:07 -0600 (Thu, 25 Nov 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

Thanks to Goober for noticing the right way to do this.

------------------------------------------------------------------------
r6787 | Goober5000 | 2010-11-25 17:51:22 -0600 (Thu, 25 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

add feature to select a random animation from a miscellaneous animation group
------------------------------------------------------------------------
r6789 | Goober5000 | 2010-11-25 22:03:56 -0600 (Thu, 25 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

bump number of misc anims to 32
------------------------------------------------------------------------
r6792 | The_E | 2010-11-27 02:13:53 -0600 (Sat, 27 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

Adding a break here
------------------------------------------------------------------------
r6794 | Goober5000 | 2010-11-29 02:36:31 -0600 (Mon, 29 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

add_data_dup when we're working with a temporary string
------------------------------------------------------------------------
r6795 | Echelon9 | 2010-11-29 04:28:47 -0600 (Mon, 29 Nov 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix 2339: Intermittent crashes in add_sexps
------------------------------------------------------------------------