Author Topic: Nightly (OS X): 22 Nov 2010 - Revision 6766  (Read 1164 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 22 Nov 2010 - Revision 6766
Here is the nightly for OS X on 22 Nov 2010 - Revision 6766

Group: Inferno
fso-OSX-Inferno-20101122_r6766.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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
------------------------------------------------------------------------