Author Topic: Nightly (OS X): 23 Nov 2008 - Revision 4960  (Read 1279 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 23 Nov 2008 - Revision 4960
Here is the nightly for OS X on 23 Nov 2008 - Revision 4960

fso-OSX-20081123_r4960.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r4937 | karajorma | 2008-11-06 14:42:23 -0600 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/campaignfilelistbox.cpp

Fix Mantis 1044 (Campaign Editor crashes in release builds but not in debug)
------------------------------------------------------------------------
r4938 | taylor | 2008-11-08 23:08:19 -0600 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fs2netd/fs2netd_client.cpp
   M /trunk/fs2_open/code/fs2netd/fs2netd_client.h
   M /trunk/fs2_open/code/fs2netd/protocol.h
   M /trunk/fs2_open/code/fs2netd/tcp_client.cpp
   M /trunk/fs2_open/code/fs2netd/tcp_client.h
   M /trunk/fs2_open/code/fs2netd/tcp_socket.cpp
   M /trunk/fs2_open/code/fs2netd/tcp_socket.h
   M /trunk/fs2_open/code/io/timer.cpp
   M /trunk/fs2_open/code/io/timer.h
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp
   M /trunk/fs2_open/code/network/multi.cpp
   M /trunk/fs2_open/code/network/multi_endgame.cpp
   M /trunk/fs2_open/code/network/multi_options.cpp
   M /trunk/fs2_open/code/network/multi_pxo.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp
   M /trunk/fs2_open/code/network/multiui.cpp
   M /trunk/fs2_open/code/network/multiutil.cpp
   M /trunk/fs2_open/code/network/stand_gui.cpp

sync up to current FS2NetD code (fixes so many little problems/issues that it's not even funny)

------------------------------------------------------------------------
r4939 | taylor | 2008-11-08 23:09:51 -0600 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

address some rounding issues with integer based percent values (Mantis #1807)

------------------------------------------------------------------------
r4940 | karajorma | 2008-11-10 13:31:07 -0600 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionlog.cpp
   M /trunk/fs2_open/code/mission/missionlog.h
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Mantis 1812 (Ship-Deaths reported incorrectly for player starts controlled by AI ships)
------------------------------------------------------------------------
r4941 | phreak | 2008-11-10 18:09:30 -0600 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionlog.cpp

Got rid of goto statements
------------------------------------------------------------------------
r4942 | taylor | 2008-11-10 18:58:19 -0600 (Mon, 10 Nov 2008) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp

give multi clients a short delay on briefing music to reevaluate goals if needed (should fix/reduce Mantis #1465)

------------------------------------------------------------------------
r4943 | taylor | 2008-11-10 18:59:19 -0600 (Mon, 10 Nov 2008) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/network/multi_obj.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp

make sure that a positive hull precentage doesn't hit 0 due to rounding error (Mantis #1720)

------------------------------------------------------------------------
r4944 | taylor | 2008-11-10 19:03:38 -0600 (Mon, 10 Nov 2008) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/network/multiteamselect.cpp

remove bad checks for loadout info (we are screwed if the info is bad regardless, so making it Assert() is cleaner)
fix bug that screwed up TVT if more than 4 ships on team

------------------------------------------------------------------------
r4945 | taylor | 2008-11-10 19:09:01 -0600 (Mon, 10 Nov 2008) | 6 lines
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.rc
   M /trunk/fs2_open/code/freespace2/freespaceresource.h
   M /trunk/fs2_open/code/network/multi_log.cpp
   M /trunk/fs2_open/code/network/stand_gui-unix.cpp
   M /trunk/fs2_open/code/network/stand_gui.cpp

standalone changes:
 - add score/kill values to Player Info tab
 - add multi.log out to the Debug tab
 - add minimize-to-tray functionality
 - fix messaging problem with property sheet handled messages

------------------------------------------------------------------------
r4946 | karajorma | 2008-11-13 15:21:00 -0600 (Thu, 13 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/missionui/redalert.cpp

Fix Mantis 1633 (Initial orders for multiplayer Player Starts that end up AI controlled are ignored).
------------------------------------------------------------------------
r4947 | karajorma | 2008-11-14 03:15:19 -0600 (Fri, 14 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_endgame.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp

Fix the Decline error message that crops up in multiplayer sometimes and get rid of the PAIN! entry in the log.
------------------------------------------------------------------------
r4949 | karajorma | 2008-11-17 11:57:45 -0600 (Mon, 17 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

Allow AI-goals to be assigned to a ship represented by an <argument>
------------------------------------------------------------------------
r4951 | phreak | 2008-11-17 21:30:13 -0600 (Mon, 17 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/starfield/starfield.cpp

more fixes that deal with mantis 1564
------------------------------------------------------------------------
r4952 | karajorma | 2008-11-19 02:00:05 -0600 (Wed, 19 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix Mantis 1824 (Cargo containers disappear when using change-ship-class SEXPs)
------------------------------------------------------------------------
r4953 | phreak | 2008-11-19 09:31:30 -0600 (Wed, 19 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiteamselect.cpp

Fix Mantis #1278
------------------------------------------------------------------------
r4954 | phreak | 2008-11-19 10:12:05 -0600 (Wed, 19 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiui.cpp

Fixed Mantis #1675
------------------------------------------------------------------------
r4955 | phreak | 2008-11-19 17:45:43 -0600 (Wed, 19 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiui.cpp

Apply the time limit check when starting a co-op game to the kill limit as well.
------------------------------------------------------------------------
r4956 | karajorma | 2008-11-20 14:03:14 -0600 (Thu, 20 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/globalincs/systemvars.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Mantis 1823 (Rand SEXP only has 16-bit precision)
------------------------------------------------------------------------
r4957 | phreak | 2008-11-22 14:56:30 -0600 (Sat, 22 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.cpp

Add some preprocessor macros to aid in debugging.  Nothing is on by default, but when enabled, the macros will force windowed mode at various resolutions.
------------------------------------------------------------------------
r4958 | Goober5000 | 2008-11-23 18:01:00 -0600 (Sun, 23 Nov 2008) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aigoals.cpp

prevent form-on-wing goals from overriding everything else
this should fix the AI bug that revision 2170 applied to all wings (not just starting wings)
this should also fix the bug where Alpha wing couldn't be issued orders via sexp, even in retail
------------------------------------------------------------------------
r4959 | Goober5000 | 2008-11-23 20:13:13 -0600 (Sun, 23 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

if a ship or weapon is allowed, allow all its # equivalents (further insurance against the Interceptor#Weak problem)
------------------------------------------------------------------------
r4960 | Goober5000 | 2008-11-23 20:35:20 -0600 (Sun, 23 Nov 2008) | 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/globalincs/def_files.cpp
   M /trunk/fs2_open/code/weapon/weapons.cpp

add ai_profiles flag for Mantis #1422
------------------------------------------------------------------------