Author Topic: Nightly (Linux): 29 Mar 2011 - Revision 7097  (Read 945 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 29 Mar 2011 - Revision 7097
Here is the nightly for Linux on 29 Mar 2011 - Revision 7097

Group: Inferno
fso-LINUX-Inferno-20110329_r7097.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r7019 | Goober5000 | 2011-02-18 22:51:02 -0600 (Fri, 18 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/localization/localize.cpp

add slash and backslash
------------------------------------------------------------------------
r7021 | Echelon9 | 2011-02-21 06:50:16 -0600 (Mon, 21 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/math/staticrand.cpp

Initial testing of something very exciting for the coders...
------------------------------------------------------------------------
r7022 | Echelon9 | 2011-02-21 08:13:23 -0600 (Mon, 21 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/math/staticrand.cpp
   M /trunk/fs2_open/code/math/staticrand.h

A couple of other small changes to staticrand.cpp|h to address readability
------------------------------------------------------------------------
r7023 | Echelon9 | 2011-02-21 08:15:34 -0600 (Mon, 21 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Accompanying changes to aicode.cpp following staticrand.cpp
------------------------------------------------------------------------
r7024 | Echelon9 | 2011-02-22 06:05:31 -0600 (Tue, 22 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/math/staticrand.cpp

DOC: Further instructions on initialisation of the pseudo random number generator
------------------------------------------------------------------------
r7025 | Goober5000 | 2011-02-22 23:09:24 -0600 (Tue, 22 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

change the subsystem warning to an nprintf, since it's a pretty benign notification and sexps don't notify you anyway
------------------------------------------------------------------------
r7028 | Echelon9 | 2011-02-25 08:38:28 -0600 (Fri, 25 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/lab/lab.cpp
   M /trunk/fs2_open/code/weapon/weapons.cpp

Effective STL: Use Container.empty() instead of Container.size() == 0 in if() statements
------------------------------------------------------------------------
r7029 | Echelon9 | 2011-02-25 19:15:51 -0600 (Fri, 25 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmeasure/cmeasure.cpp
   M /trunk/fs2_open/code/math/staticrand.cpp
   A /trunk/fs2_open/documentation
   A /trunk/fs2_open/documentation/doxygen
   A /trunk/fs2_open/fs2open.Doxyfile

First version of our Documentation system, using automated Doxygen source code comments
------------------------------------------------------------------------
r7030 | Echelon9 | 2011-02-25 19:18:16 -0600 (Fri, 25 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open

Update SVN ignore keyword so we don't get documentation output in SVN
------------------------------------------------------------------------
r7035 | Goober5000 | 2011-02-28 02:27:52 -0600 (Mon, 28 Feb 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

use subsystem_stricmp where appropriate
------------------------------------------------------------------------
r7036 | Swifty | 2011-03-02 08:08:22 -0600 (Wed, 02 Mar 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelread.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

Memory leaks involving Polymodel_instances plugged.
------------------------------------------------------------------------
r7038 | Goober5000 | 2011-03-03 01:00:42 -0600 (Thu, 03 Mar 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp

finish patching subsystem comparison
------------------------------------------------------------------------
r7049 | Goober5000 | 2011-03-08 22:04:33 -0600 (Tue, 08 Mar 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

add another ship class to the list of FSPort changed names
------------------------------------------------------------------------
r7050 | karajorma | 2011-03-09 18:26:45 -0600 (Wed, 09 Mar 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/shiptexturesdlg.cpp
   M /trunk/fs2_open/code/object/collideshipweapon.cpp
   M /trunk/fs2_open/code/weapon/beam.cpp

Remove a few annoying compilation warnings
------------------------------------------------------------------------
r7051 | Goober5000 | 2011-03-11 01:21:27 -0600 (Fri, 11 Mar 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudsquadmsg.cpp

improved version of hud_squadmsg_wing_valid(); fixes Mantis #2415
------------------------------------------------------------------------
r7075 | Sushi | 2011-03-18 09:33:50 -0500 (Fri, 18 Mar 2011) | 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/model/modelinterp.cpp

Add "$Detail Distance Multiplier"
------------------------------------------------------------------------
r7077 | The_E | 2011-03-18 16:47:17 -0500 (Fri, 18 Mar 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/parse/lua.cpp

m!m's corrections to subsystem:fireWeapon() as seen here: http://www.hard-light.net/forums/index.php?topic=44821.msg1486751#msg1486751. Slightly adjusted to use model instances. Also tweaked ship_get_global_turret_gun_info() to use model instances.

------------------------------------------------------------------------
r7078 | The_E | 2011-03-19 16:37:51 -0500 (Sat, 19 Mar 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

A few tweaks and additions by nuke

------------------------------------------------------------------------
r7079 | The_E | 2011-03-19 16:49:42 -0500 (Sat, 19 Mar 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/particle/particle.cpp
   M /trunk/fs2_open/code/particle/particle.h

And more from m!m, as seen here: http://www.hard-light.net/forums/index.php?topic=44821.msg1487355#msg1487355

------------------------------------------------------------------------
r7080 | Wanderer | 2011-03-19 17:37:32 -0500 (Sat, 19 Mar 2011) | 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

feature commit - damage and impact particle spew controls, control for setting a multiplier for propagating explosion radius.
------------------------------------------------------------------------
r7090 | Echelon9 | 2011-03-24 07:53:44 -0500 (Thu, 24 Mar 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp

DOC: Update some documentation in missionbriefcommon.cpp
------------------------------------------------------------------------
r7092 | Zacam | 2011-03-29 08:42:57 -0500 (Tue, 29 Mar 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/Makefile.am

Pull the "demo" dir out of the makefile.
------------------------------------------------------------------------
r7093 | Zacam | 2011-03-29 08:50:17 -0500 (Tue, 29 Mar 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/bmpman/bmpman.cpp

Reported by rsaxvc (Probably due to MAX_INT being used)
http://www.hard-light.net/forums/index.php?topic=75332.0
------------------------------------------------------------------------
r7095 | Zacam | 2011-03-29 08:55:04 -0500 (Tue, 29 Mar 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/Makefile.am
   M /trunk/fs2_open/code/bmpman/bmpman.cpp

7092/7093 were meant for Antipodes, not Trunk.
------------------------------------------------------------------------
r7096 | The_E | 2011-03-29 12:17:15 -0500 (Tue, 29 Mar 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Change an Assert to an Assertion for better debugging.

------------------------------------------------------------------------
r7097 | The_E | 2011-03-29 13:06:04 -0500 (Tue, 29 Mar 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Add a sanity check here.

------------------------------------------------------------------------