Author Topic: Nightly (OS X): 14 Dec 2008 - Revision 4996  (Read 1303 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 14 Dec 2008 - Revision 4996
Here is the nightly for OS X on 14 Dec 2008 - Revision 4996

fso-OSX-20081214_r4996.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r4961 | phreak | 2008-11-25 16:05:39 -0600 (Tue, 25 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Mantis #1831
------------------------------------------------------------------------
r4962 | karajorma | 2008-11-26 17:19:31 -0600 (Wed, 26 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Mantis 1825 (Int3() when trying to change a ship flag on a ship which self destructed)
------------------------------------------------------------------------
r4963 | phreak | 2008-11-26 19:38:28 -0600 (Wed, 26 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

fix the message variable parsing the right way (mantis #1831)
------------------------------------------------------------------------
r4964 | karajorma | 2008-11-30 07:01:30 -0600 (Sun, 30 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

Fix add-background-bitmap and add-sun-bitmap to display a list of bitmaps from the tables properly.
------------------------------------------------------------------------
r4965 | phreak | 2008-11-30 08:13:28 -0600 (Sun, 30 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

whoops
------------------------------------------------------------------------
r4966 | karajorma | 2008-11-30 08:55:58 -0600 (Sun, 30 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionmessage.cpp

Print an error to the log when too many messages are in the queue rather than breakpointing.
------------------------------------------------------------------------
r4967 | karajorma | 2008-11-30 08:56:45 -0600 (Sun, 30 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/systemvars.cpp

Typo
------------------------------------------------------------------------
r4968 | karajorma | 2008-11-30 14:00:02 -0600 (Sun, 30 Nov 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc

Widen the primary and secondary combos in the weapons editor.
------------------------------------------------------------------------
r4969 | karajorma | 2008-12-01 11:29:24 -0600 (Mon, 01 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

Fix Mantis 1822 (Cannot use variables in add-background-bitmap or add-sun-bitmap)
------------------------------------------------------------------------
r4970 | karajorma | 2008-12-01 16:34:38 -0600 (Mon, 01 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Mantis 1733 (String variables required a valid default value when used in SEXPs even if that value would never be used)
------------------------------------------------------------------------
r4971 | karajorma | 2008-12-02 15:14:23 -0600 (Tue, 02 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

Since the player ship is the default for most of these SEXPs they should not be greyed out just cause it is a player start rather than a ship
------------------------------------------------------------------------
r4972 | karajorma | 2008-12-02 15:42:04 -0600 (Tue, 02 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/missionnotesdlg.cpp
   M /trunk/fs2_open/code/fred2/wing_editor.cpp

Fix gibberish entries in file dialogs. Maybe fix Mantis 1748
------------------------------------------------------------------------
r4973 | phreak | 2008-12-02 23:40:35 -0600 (Tue, 02 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cfile/cfile.cpp

Possible fix for mantis #1748 (FRED2 Crashes when squad logo button is pressed).
------------------------------------------------------------------------
r4974 | chief1983 | 2008-12-04 11:27:26 -0600 (Thu, 04 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/shockwave.cpp

Fix for disabled 3d shockwave flag when 2d shockwave doesn't exist - fallback to 3d anyway
------------------------------------------------------------------------
r4975 | chief1983 | 2008-12-04 11:38:11 -0600 (Thu, 04 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiteamselect.cpp

Different fix for 1278 - It's a bit more flexible.  Use ai_profiles to allow/disallow entering multi with no primaries or secondaries
------------------------------------------------------------------------
r4976 | chief1983 | 2008-12-04 11:40:28 -0600 (Thu, 04 Dec 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

Rest of the different fix for 1278 (only my second commit and I already goofed)
------------------------------------------------------------------------
r4977 | chief1983 | 2008-12-04 11:56:53 -0600 (Thu, 04 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cfile/cfile.cpp

Fix the cause of the problem in Mantis #1748 in both chdir functions in case it becomes a problem elsewhere down the line
------------------------------------------------------------------------
r4978 | karajorma | 2008-12-04 13:32:21 -0600 (Thu, 04 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Mantis 1835
------------------------------------------------------------------------
r4979 | chief1983 | 2008-12-04 14:17:51 -0600 (Thu, 04 Dec 2008) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cfile/cfile.cpp

Redo that fix again - tolower wins, but don't chdrive on non-Windows platforms
Made a variable more semantically correct
------------------------------------------------------------------------
r4980 | chief1983 | 2008-12-04 14:47:45 -0600 (Thu, 04 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Add 3d Shockwave to All Features On and Default Off lists
------------------------------------------------------------------------
r4981 | chief1983 | 2008-12-04 17:15:18 -0600 (Thu, 04 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/missionnotesdlg.cpp
   M /trunk/fs2_open/code/fred2/wing_editor.cpp

Allow DDS, TGA and JPEG files for squad logos (TGA and JPEG need testing)
------------------------------------------------------------------------
r4982 | karajorma | 2008-12-05 17:06:17 -0600 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/freddoc.cpp

Fix the FRED undo function.
------------------------------------------------------------------------
r4983 | chief1983 | 2008-12-05 18:44:44 -0600 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Force 3d Shockwave and 3d Weapon Selection command line option when The Babylon Project command line option is on, since their default launcher.ini does not have those and not having these options breaks things in TBP.
------------------------------------------------------------------------
r4984 | chief1983 | 2008-12-06 14:23:24 -0600 (Sat, 06 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Add Ship Choice 3d for TBP flag as well since lack of will crash debug builds, and fixed whitespace on that particular section of code.
------------------------------------------------------------------------
r4985 | phreak | 2008-12-06 15:24:14 -0600 (Sat, 06 Dec 2008) | 1 line
Changed paths:
   A /trunk/fs2_open/projects/codeblocks
   A /trunk/fs2_open/projects/codeblocks/Freespace2
   A /trunk/fs2_open/projects/codeblocks/Freespace2/Freespace2.cbp
   A /trunk/fs2_open/projects/codeblocks/code
   A /trunk/fs2_open/projects/codeblocks/code/code.cbp
   A /trunk/fs2_open/projects/codeblocks/fs2_open.workspace

Add code::blocks support.  To compile you will need to install the following library packages SDL, openal, ogg, vorbis, vorbisfile, theora, lua5.1, jpeg, GL, GLU.  Currently, it has two types of outputs: Debug (standard debug build), and Release, which optimizes using -O3 and -march=core2 (because my laptop is a core2).  Probably could experiment with additional compiler options to improve speed.
------------------------------------------------------------------------
r4986 | chief1983 | 2008-12-08 10:45:07 -0600 (Mon, 08 Dec 2008) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/missionnotesdlg.cpp
   M /trunk/fs2_open/code/fred2/wing_editor.cpp

Only PCX and DDS work for Squad Logos.
Slight tweak of the open file dialogs.
------------------------------------------------------------------------
r4987 | phreak | 2008-12-09 07:02:30 -0600 (Tue, 09 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp

Turning an Int3() into a Warning()
------------------------------------------------------------------------
r4988 | chief1983 | 2008-12-09 17:51:13 -0600 (Tue, 09 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/shockwave.cpp

Hopefully this will actually let it load the 2d without breaking WCS again
------------------------------------------------------------------------
r4989 | chief1983 | 2008-12-10 11:48:29 -0600 (Wed, 10 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/wing_editor.cpp

Must have fatfingered some keys when I wasn't paying attention.
------------------------------------------------------------------------
r4990 | phreak | 2008-12-12 08:38:28 -0600 (Fri, 12 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

This stops the crashing as demonstrated by Mantis #1844, but I don't know why or if it is correct.  Could someone please look at this?
------------------------------------------------------------------------
r4991 | karajorma | 2008-12-12 11:38:23 -0600 (Fri, 12 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

Fix a bug where you could supply add-background-bitmap or add-sun-bitmap with a string variable which then couldn't be used.
------------------------------------------------------------------------
r4992 | karajorma | 2008-12-13 04:09:59 -0600 (Sat, 13 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

Fix the <argument> option not appearing when there were no other options on the list
------------------------------------------------------------------------
r4993 | phreak | 2008-12-13 11:25:16 -0600 (Sat, 13 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/codeblocks/fs2_open.workspace

Edit workspace file to use relative paths
------------------------------------------------------------------------
r4994 | Goober5000 | 2008-12-14 01:20:56 -0600 (Sun, 14 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiteamselect.cpp

whoever made this change forgot about operator precedence
------------------------------------------------------------------------
r4995 | phreak | 2008-12-14 02:11:14 -0600 (Sun, 14 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missioncampaign.cpp

Possible fix for mantis #1843
------------------------------------------------------------------------
r4996 | Goober5000 | 2008-12-14 02:47:27 -0600 (Sun, 14 Dec 2008) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

fix algorithms for any-of, every-of, and number-of to align with or and and, respectively
------------------------------------------------------------------------