Author Topic: Nightly (Linux): 01 Jul 2014 - Revision 10867  (Read 781 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 01 Jul 2014 - Revision 10867
Here is the nightly for Linux on 01 Jul 2014 - Revision 10867

Group: Standard
fso_Standard_20140701_r10867.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10820 | The_E | 2014-06-16 10:55:13 -0500 (Mon, 16 Jun 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

Fix for Mantis 2982: Removes superfluous Assert.

------------------------------------------------------------------------
r10821 | The_E | 2014-06-16 11:01:17 -0500 (Mon, 16 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengl.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/nebula/neb.cpp
   M /trunk/fs2_open/code/object/objectsort.cpp

From MageKing17: Patch for Mantis 3012 (Various issues with ships in nebula)
------------------------------------------------------------------------
r10822 | The_E | 2014-06-16 11:07:10 -0500 (Mon, 16 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelanim.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

From MageKing17: Patch for Mantis 3061 (Turrets can't have an initial rotation defined)
------------------------------------------------------------------------
r10823 | The_E | 2014-06-16 11:15:52 -0500 (Mon, 16 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/beam.cpp
   M /trunk/fs2_open/code/weapon/beam.h

From MageKing17: Patch for Mantis 3060 (Beam particles not generated correctly in certain cases)
------------------------------------------------------------------------
r10824 | The_E | 2014-06-16 11:31:10 -0500 (Mon, 16 Jun 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/mod_table/mod_table.cpp
   M /trunk/fs2_open/code/mod_table/mod_table.h

Fix for Mantis 3016 (Briefing window FOV different from retail).
Also adds a new setting to game_settings.tbl, "$Briefing Window FOV:" under Graphics, which takes a single float argument to set the FOV of the briefing window.

------------------------------------------------------------------------
r10825 | The_E | 2014-06-18 11:08:17 -0500 (Wed, 18 Jun 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/fredrender.cpp
   M /trunk/fs2_open/code/fred2/management.cpp

Fix for Mantis 3016 part 2 (Make FRED respect the Briefing Window FOV setting in game_settings.tbl

------------------------------------------------------------------------
r10826 | m_m | 2014-06-18 11:38:24 -0500 (Wed, 18 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix for Mantis 3063: Animation code-related sound entries doesn't use new sound format
------------------------------------------------------------------------
r10827 | Zacam | 2014-06-19 01:34:12 -0500 (Thu, 19 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/techmenu.cpp

Follow-up to r10793, missed a spot of [more]
------------------------------------------------------------------------
r10828 | niffiwan | 2014-06-19 04:24:04 -0500 (Thu, 19 Jun 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/nebula/neblightning.cpp
   M /trunk/fs2_open/code/render/3dmath.cpp

Fix mantis 2945 (From MageKing17)

Don't set PF_PROJECTED in g3_transfer_vertex() as it's not projecting
the vertex
Note: displaying nebula emp/lightning used to depend on unitialised data!
------------------------------------------------------------------------
r10832 | niffiwan | 2014-06-23 04:08:33 -0500 (Mon, 23 Jun 2014) | 6 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/missionnotesdlg.cpp
   M /trunk/fs2_open/code/fred2/missionnotesdlg.h
   M /trunk/fs2_open/code/fred2/resource.h
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/missionui/missionbrief.cpp
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

Allow missions to exit to mainhall on successful completion

Activate with either a mission flag, or the 3rd parameter to the
end-mission sexp. Covers ending via the debrief, skipped from dying
5x times or skipped training mission
Does NOT work for redalert missions or multi (yet)
------------------------------------------------------------------------
r10833 | zookeeper | 2014-06-23 12:06:40 -0500 (Mon, 23 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Fixed a bug in normal maps caused by a redundant and float-inaccurate calculation.
------------------------------------------------------------------------
r10834 | Echelon9 | 2014-06-25 22:21:30 -0500 (Wed, 25 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiteamselect.cpp

Fix Coverity #1093544 Negative array index read
------------------------------------------------------------------------
r10835 | Echelon9 | 2014-06-25 22:26:01 -0500 (Wed, 25 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiteamselect.cpp

Fix Coverity #1093545 Negative array index read
------------------------------------------------------------------------
r10836 | Echelon9 | 2014-06-25 22:31:48 -0500 (Wed, 25 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multimsgs.cpp

Fix Coverity #1093552 Negative array index read
------------------------------------------------------------------------
r10837 | Echelon9 | 2014-06-25 22:49:09 -0500 (Wed, 25 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix Coverity #1093597 Negative array index read
------------------------------------------------------------------------
r10838 | Echelon9 | 2014-06-25 22:54:09 -0500 (Wed, 25 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_team.cpp

Fix Coverity #1093598 Negative array index read
------------------------------------------------------------------------
r10839 | Echelon9 | 2014-06-25 23:19:40 -0500 (Wed, 25 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Now that standalone server is support on more than Windows, ensure its features are applied as consistently as possible
------------------------------------------------------------------------
r10840 | niffiwan | 2014-06-26 03:23:30 -0500 (Thu, 26 Jun 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/missionui/redalert.cpp

Fix mantis 3056

In redalert loadout, only store the current number of banks in use by
ships, not all banks where the weapon idx is -1
------------------------------------------------------------------------
r10841 | The_E | 2014-06-26 10:55:54 -0500 (Thu, 26 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

From FUBAR: Patch for Mantis 2872 (Make FRED emit a warning for invalid ship classes in a mission file)
------------------------------------------------------------------------
r10842 | The_E | 2014-06-26 11:24:13 -0500 (Thu, 26 Jun 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/eventeditor.cpp
   M /trunk/fs2_open/code/mod_table/mod_table.cpp
   M /trunk/fs2_open/code/mod_table/mod_table.h

From FUBAR: Patch for Mantis 2842 (Adds new section to game_settings.tbl called "#FRED SETTINGS". Also adds a parameter for it, "$Disable Hard Coded Message Head Ani Files:", a boolean value that controls whether FRED fills the head ani selection in the Event Editor with the retail head ani names)

------------------------------------------------------------------------
r10843 | z64555 | 2014-06-26 21:19:31 -0500 (Thu, 26 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp

Fixes mantis 2877: $Type and $Category entries in controlconfigdefaults.tbl would not properly parse. #defines and enumerated names in the controls code (Such as TAB_SHIP and the various CC_TYPE's) may now be used in the .tbl
------------------------------------------------------------------------
r10844 | niffiwan | 2014-06-27 06:41:39 -0500 (Fri, 27 Jun 2014) | 6 lines
Changed paths:
   M /trunk/fs2_open/code/anim/animplay.cpp
   M /trunk/fs2_open/code/bmpman/bmpman.cpp
   M /trunk/fs2_open/code/controlconfig/controlsconfig.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/gamehelp/contexthelp.cpp
   M /trunk/fs2_open/code/gamehelp/contexthelp.h
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/graphics/2d.h
   M /trunk/fs2_open/code/graphics/font.cpp
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudshield.cpp
   M /trunk/fs2_open/code/menuui/barracks.cpp
   M /trunk/fs2_open/code/menuui/fishtank.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.h
   M /trunk/fs2_open/code/menuui/playermenu.cpp
   M /trunk/fs2_open/code/menuui/readyroom.cpp
   M /trunk/fs2_open/code/menuui/techmenu.cpp
   M /trunk/fs2_open/code/mission/missionhotkey.cpp
   M /trunk/fs2_open/code/missionui/missionbrief.cpp
   M /trunk/fs2_open/code/missionui/missioncmdbrief.cpp
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp
   M /trunk/fs2_open/code/missionui/missionscreencommon.cpp
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/network/multiui.cpp
   M /trunk/fs2_open/code/popup/popup.cpp

Allow any resolution for mainhalls (From Yarn)

Also includes support for more than two mainhall resolutions, zooming
so one mainhall can adapt to multiple resolutions, setting new mainhall
fonts, help overlays for all resolutions and adjustable tooltip padding.
Also allows preload screens to be any resolution & aspect ratio.
------------------------------------------------------------------------
r10845 | The_E | 2014-06-27 09:14:35 -0500 (Fri, 27 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/nebula/neblightning.cpp

From MageKing17: Patch form Mantis 3067 (Nebula flashing not following player view point)
------------------------------------------------------------------------
r10846 | The_E | 2014-06-27 09:20:11 -0500 (Fri, 27 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/mission/missionbriefcommon.h
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp

From MageKing17: Patch for Mantis 761(!): Text color tags do not work in debriefings. Also allows color spans in text to cover line breaks.
------------------------------------------------------------------------
r10847 | Echelon9 | 2014-06-28 07:17:06 -0500 (Sat, 28 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

Fix Coverity #1224005 Negative array index read
------------------------------------------------------------------------
r10848 | Echelon9 | 2014-06-28 07:29:20 -0500 (Sat, 28 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/nebula/neblightning.cpp

Fix Coverity #1224006 Uninitialized scalar variable in nebl_generate_section()
------------------------------------------------------------------------
r10849 | Echelon9 | 2014-06-28 07:55:55 -0500 (Sat, 28 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengllight.cpp

Fix Coverity #1093783 Uninitialized scalar variable in gr_opengl_set_center_alpha()
------------------------------------------------------------------------
r10850 | Echelon9 | 2014-06-28 08:02:16 -0500 (Sat, 28 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiteamselect.cpp

Fix Coverity #1093544 Negative array index read in multi_ts_handle_mouse()
------------------------------------------------------------------------
r10851 | Echelon9 | 2014-06-28 08:07:43 -0500 (Sat, 28 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Fix Coverity #1093720 Negative array index read in ai_big_maybe_follow_subsys_path()
------------------------------------------------------------------------
r10852 | Echelon9 | 2014-06-28 08:29:20 -0500 (Sat, 28 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix Coverity #1093715 Negative array index read in maybe_weapon_detonate()
------------------------------------------------------------------------
r10853 | Echelon9 | 2014-06-28 08:36:28 -0500 (Sat, 28 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/gamesnd/eventmusic.cpp

Fix Coverity #1093711 Negative array index read in event_music_enemy_arrival()
------------------------------------------------------------------------
r10854 | Echelon9 | 2014-06-28 09:19:33 -0500 (Sat, 28 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp

Fix Coverity #1093707 Negative array index read in start_ship_animation()
------------------------------------------------------------------------
r10855 | Echelon9 | 2014-06-28 09:24:17 -0500 (Sat, 28 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/stats/scoring.cpp

Fix Coverity #1093706 Negative array index read in scoring_eval_kill_on_weapon()
------------------------------------------------------------------------
r10856 | Goober5000 | 2014-06-29 03:08:50 -0500 (Sun, 29 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

the minimum macro is defined as MIN in FSO to avoid conflicts; no need to #undef (since rev 10796 uses MIN anyway)
------------------------------------------------------------------------
r10857 | Goober5000 | 2014-06-29 15:18:38 -0500 (Sun, 29 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cutscene/oggplayer.cpp

roll back r10806 because 1) all callers to this function have names which are MAX_FILENAME_LEN in size; and 2) the memset already sets all characters to 0, so there's no need to add a null terminator
------------------------------------------------------------------------
r10858 | Goober5000 | 2014-06-29 15:49:54 -0500 (Sun, 29 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

fix a bug introduced by r10837: 0 is a valid path index
------------------------------------------------------------------------
r10859 | Goober5000 | 2014-06-29 18:09:39 -0500 (Sun, 29 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

fix a bug introduced by r10852: MAX_OBJECTS is not a valid object index
------------------------------------------------------------------------
r10860 | Echelon9 | 2014-06-30 09:36:49 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/debugconsole/console.cpp
   M /trunk/fs2_open/code/hud/hudtargetbox.h
   M /trunk/fs2_open/code/lab/wmcgui.h
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/model/modelanim.h
   M /trunk/fs2_open/code/object/object.cpp
   M /trunk/fs2_open/code/radar/radarsetup.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp

Fix a range of issue identified via clang warnings
------------------------------------------------------------------------
r10861 | Echelon9 | 2014-06-30 10:31:22 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ui/gadget.cpp
   M /trunk/fs2_open/code/ui/inputbox.cpp
   M /trunk/fs2_open/code/ui/scroll.cpp
   M /trunk/fs2_open/code/ui/slider.cpp
   M /trunk/fs2_open/code/ui/slider2.cpp
   M /trunk/fs2_open/code/ui/ui.h

Address Clang warnings are overloaded virtual functions in UI_GADET. Also opportunity to simplify code by making the most of inherited polymorphism. Docs cleanup
------------------------------------------------------------------------
r10862 | Echelon9 | 2014-06-30 10:44:31 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ui/ui.h

Quieten a number of warnings related to UI_USERBOX without a declaration yet. Added TODO.
------------------------------------------------------------------------
r10863 | Goober5000 | 2014-06-30 20:34:08 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/management.cpp

MageKing17's patch for callsigns not resetting when the mission is cleared (Mantis #2934)
------------------------------------------------------------------------
r10864 | Goober5000 | 2014-06-30 20:42:18 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/shipeditordlg.cpp

from MageKing17: choose alt_names and callsigns by array index instead of substring; fixes Mantis #2934
------------------------------------------------------------------------
r10865 | Goober5000 | 2014-06-30 23:53:27 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/camera/camera.cpp

Yarn's fix for Mantis #2362 (scale images properly with show-subtitle-image)
------------------------------------------------------------------------
r10866 | Echelon9 | 2014-07-01 09:55:43 -0500 (Tue, 01 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_voice.cpp

Remove a tautological Assert(), which cannot be triggered due to the type
------------------------------------------------------------------------
r10867 | Echelon9 | 2014-07-01 09:57:25 -0500 (Tue, 01 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/object.h
   M /trunk/fs2_open/code/parse/lua.cpp

Fix Clang warnings about incorrect type given different pointer sizes for the architecture. Use the standard compliant ptrdiff_t
------------------------------------------------------------------------