Author Topic: Nightly (Windows): 03 Oct 2011 - Revision 7857  (Read 2312 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 03 Oct 2011 - Revision 7857
Here is the nightly for Windows on 03 Oct 2011 - Revision 7857

Group: Inferno
fso-WIN-Inferno-20111003_r7857.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20111003_r7857.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20111003_r7857.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r7833 | The_E | 2011-09-30 09:52:33 -0500 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/debugconsole/console.cpp
   D /trunk/fs2_open/code/debugconsole/dbugfile.cpp
   D /trunk/fs2_open/code/debugconsole/dbugfile.h
   M /trunk/fs2_open/code/fred2/fred.cpp
   M /trunk/fs2_open/code/fred2/fredview.cpp
   M /trunk/fs2_open/code/fred2/management.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/graphics/gropengl.cpp
   M /trunk/fs2_open/code/sound/fsspeech.cpp
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj.filters
   M /trunk/fs2_open/projects/MSVC_2011/code.vcxproj

Removing dbugfile.cpp/.h from the project, since it doesn't seem to be useful.
------------------------------------------------------------------------
r7834 | The_E | 2011-09-30 12:53:06 -0500 (Fri, 30 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Update to ad.playMusic to allow control over whether or not to loop the passed sound file.

------------------------------------------------------------------------
r7835 | The_E | 2011-09-30 12:54:01 -0500 (Fri, 30 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Damn, wrong line changed.

------------------------------------------------------------------------
r7836 | karajorma | 2011-09-30 19:03:38 -0500 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj

Remove dbugfile from VC2008 project files so that it will build.
------------------------------------------------------------------------
r7837 | Echelon9 | 2011-09-30 23:32:55 -0500 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Remove the variables.cpp and variables.h redundant references from the Xcode project file
------------------------------------------------------------------------
r7838 | Echelon9 | 2011-10-01 01:54:43 -0500 (Sat, 01 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/stand_gui.cpp

PVS-Studio fix: V507 Pointer to local array 'title_str' is stored outside the scope of this array. Such a pointer will become invalid.
------------------------------------------------------------------------
r7841 | The_E | 2011-10-01 14:16:38 -0500 (Sat, 01 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/object/collideshipship.cpp
   M /trunk/fs2_open/code/playerman/playercontrol.cpp
   M /trunk/fs2_open/code/ship/afterburner.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

From m!m: Allows per-ship customization of ship sounds in ships.tbl. See Wiki for details.
------------------------------------------------------------------------
r7842 | The_E | 2011-10-01 15:09:00 -0500 (Sat, 01 Oct 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Make force-jump cancel glide mode.

------------------------------------------------------------------------
r7845 | Zacam | 2011-10-02 03:09:04 -0500 (Sun, 02 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2005/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2011/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_6/code.dsp
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
   M /trunk/fs2_open/projects/codeblocks/code/code.cbp

Finish removing dbugfile.cpp/.h from the rest of the projects.
------------------------------------------------------------------------
r7847 | The_E | 2011-10-02 06:08:41 -0500 (Sun, 02 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudlock.cpp
   M /trunk/fs2_open/code/sound/sound.cpp
   M /trunk/fs2_open/code/sound/sound.h

From Eli2: Patch for Mantis 2489: adjust-audio-volume doesn't affect subspace
------------------------------------------------------------------------
r7848 | Echelon9 | 2011-10-03 01:03:55 -0500 (Mon, 03 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/debris/debris.cpp
   M /trunk/fs2_open/code/debris/debris.h
   M /trunk/fs2_open/code/object/object.cpp

Documentation: Code cleanup in debris.cpp and ancilliary changes
------------------------------------------------------------------------
r7849 | Echelon9 | 2011-10-03 02:40:09 -0500 (Mon, 03 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Documentation: Code cleanup in aicode.cpp and ancilliary changes
------------------------------------------------------------------------
r7850 | Echelon9 | 2011-10-03 02:46:04 -0500 (Mon, 03 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Documentation: Only need update_min_max() because CLAMP() doesn't handle pointers
------------------------------------------------------------------------
r7851 | Echelon9 | 2011-10-03 03:35:36 -0500 (Mon, 03 Oct 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/modelinterp.cpp

Documentation: Code cleanup in modelinterp.cpp and ancilliary changes
------------------------------------------------------------------------
r7852 | Echelon9 | 2011-10-03 04:06:56 -0500 (Mon, 03 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/autopilot/autopilot.cpp
   M /trunk/fs2_open/code/autopilot/autopilot.h
   M /trunk/fs2_open/code/camera/camera.cpp
   M /trunk/fs2_open/code/camera/camera.h
   M /trunk/fs2_open/code/cfile/cfile.h
   M /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp
   M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp
   M /trunk/fs2_open/code/freespace2/freespace.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_client.h
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp
   M /trunk/fs2_open/code/graphics/gropenglshader.cpp
   M /trunk/fs2_open/code/graphics/gropenglshader.h
   M /trunk/fs2_open/code/lab/lab.cpp
   M /trunk/fs2_open/code/lab/wmcgui.cpp
   M /trunk/fs2_open/code/lab/wmcgui.h
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/network/stand_gui.cpp
   M /trunk/fs2_open/code/object/objectsort.cpp
   M /trunk/fs2_open/code/parse/lua.h
   M /trunk/fs2_open/code/sound/ds.cpp
   M /trunk/fs2_open/code/sound/dscap.cpp
   M /trunk/fs2_open/code/sound/openal.cpp
   M /trunk/fs2_open/code/sound/openal.h

Use SCP_* types to access STL types wherever possible. This allows more complete memory monitoring
------------------------------------------------------------------------
r7853 | niffiwan | 2011-10-03 05:37:30 -0500 (Mon, 03 Oct 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp

Fix: Mantis 2470 - $Flags: ("untargetable") does not work on turret subsystems


------------------------------------------------------------------------
r7855 | Echelon9 | 2011-10-03 07:15:55 -0500 (Mon, 03 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/linklist.h
   M /trunk/fs2_open/code/jumpnode/jumpnode.cpp
   M /trunk/fs2_open/code/jumpnode/jumpnode.h
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

Refactor of the jump_node code to use the STL's std::list, rather than Volition's in-house written linked_list.
------------------------------------------------------------------------
r7856 | Echelon9 | 2011-10-03 08:26:03 -0500 (Mon, 03 Oct 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/dumpstats.cpp
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/fred2/waypointpathdlg.cpp
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/code/network/multilag.cpp
   M /trunk/fs2_open/code/parse/encrypt.cpp

A few further changes for Windows support under the new jump_nodes STL refactor
------------------------------------------------------------------------