Changesets: fs2open
trunk r10859 2014-06-29 19:09 Ported: N/A Details Diff |
fix a bug introduced by r10852: MAX_OBJECTS is not a valid object index | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r10858 2014-06-29 16:49 Ported: N/A Details Diff |
fix a bug introduced by r10837: 0 is a valid path index | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r10857 2014-06-29 16:18 Ported: N/A Details Diff |
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 | ||
mod - /trunk/fs2_open/code/cutscene/oggplayer.cpp | Diff File | ||
trunk r10856 2014-06-29 04:08 Ported: N/A Details Diff |
the minimum macro is defined as MIN in FSO to avoid conflicts; no need to #undef (since rev 10796 uses MIN anyway) | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
trunk r10855 2014-06-28 10:24 Ported: N/A Details Diff |
Fix Coverity #1093706 Negative array index read in scoring_eval_kill_on_weapon() | ||
mod - /trunk/fs2_open/code/stats/scoring.cpp | Diff File | ||
trunk r10854 2014-06-28 10:19 Ported: N/A Details Diff |
Fix Coverity #1093707 Negative array index read in start_ship_animation() | ||
mod - /trunk/fs2_open/code/missionui/missionshipchoice.cpp | Diff File | ||
trunk r10853 2014-06-28 09:36 Ported: N/A Details Diff |
Fix Coverity #1093711 Negative array index read in event_music_enemy_arrival() | ||
mod - /trunk/fs2_open/code/gamesnd/eventmusic.cpp | Diff File | ||
trunk r10852 2014-06-28 09:29 Ported: N/A Details Diff |
Fix Coverity #1093715 Negative array index read in maybe_weapon_detonate() | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r10851 2014-06-28 09:07 Ported: N/A Details Diff |
Fix Coverity #1093720 Negative array index read in ai_big_maybe_follow_subsys_path() | ||
mod - /trunk/fs2_open/code/ai/aibig.cpp | Diff File | ||
trunk r10850 2014-06-28 09:02 Ported: N/A Details Diff |
Fix Coverity #1093544 Negative array index read in multi_ts_handle_mouse() | ||
mod - /trunk/fs2_open/code/network/multiteamselect.cpp | Diff File | ||
trunk r10849 2014-06-28 08:55 Ported: N/A Details Diff |
Fix Coverity #1093783 Uninitialized scalar variable in gr_opengl_set_center_alpha() | ||
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp | Diff File | ||
trunk r10848 2014-06-28 08:29 Ported: N/A Details Diff |
Fix Coverity #1224006 Uninitialized scalar variable in nebl_generate_section() | ||
mod - /trunk/fs2_open/code/nebula/neblightning.cpp | Diff File | ||
trunk r10847 2014-06-28 08:17 Ported: N/A Details Diff |
Fix Coverity #1224005 Negative array index read | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
trunk r10846 2014-06-27 10:20 Ported: N/A Details Diff |
From MageKing17: Patch for Mantis 761(!): Text color tags do not work in debriefings. Also allows color spans in text to cover line breaks. | ||
mod - /trunk/fs2_open/code/mission/missionbriefcommon.h | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missiondebrief.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionbriefcommon.cpp | Diff File | ||
trunk r10845 2014-06-27 10:14 Ported: N/A Details Diff |
From MageKing17: Patch form Mantis 3067 (Nebula flashing not following player view point) | ||
mod - /trunk/fs2_open/code/nebula/neblightning.cpp | Diff File | ||
trunk r10844 2014-06-27 07:41 Ported: N/A Details Diff |
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. |
||
mod - /trunk/fs2_open/code/hud/hudshield.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/barracks.cpp | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missioncmdbrief.cpp | Diff File | ||
mod - /trunk/fs2_open/code/anim/animplay.cpp | Diff File | ||
mod - /trunk/fs2_open/code/controlconfig/controlsconfig.cpp | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionshipchoice.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/readyroom.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/2d.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/font.cpp | Diff File | ||
mod - /trunk/fs2_open/code/popup/popup.cpp | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionbrief.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/fishtank.cpp | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionscreencommon.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/2d.h | Diff File | ||
mod - /trunk/fs2_open/code/menuui/techmenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/gamehelp/contexthelp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.h | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missiondebrief.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multiui.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/playermenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/gamehelp/contexthelp.h | Diff File | ||
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionhotkey.cpp | Diff File | ||
trunk r10843 2014-06-26 22:19 Ported: N/A Details Diff |
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 |
Affected Issues 0002877 |
|
mod - /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp | Diff File | ||
trunk r10842 2014-06-26 12:24 Ported: N/A Details Diff |
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) |
||
mod - /trunk/fs2_open/code/fred2/eventeditor.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mod_table/mod_table.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mod_table/mod_table.h | Diff File | ||
trunk r10841 2014-06-26 11:55 Ported: N/A Details Diff |
From FUBAR: Patch for Mantis 2872 (Make FRED emit a warning for invalid ship classes in a mission file) |
Affected Issues 0002872 |
|
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
trunk r10840 2014-06-26 04:23 Ported: N/A Details Diff |
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 |
Affected Issues 0003056 |
|
mod - /trunk/fs2_open/code/missionui/redalert.cpp | Diff File | ||
trunk r10839 2014-06-26 00:19 Ported: N/A Details Diff |
Now that standalone server is support on more than Windows, ensure its features are applied as consistently as possible | ||
mod - /trunk/fs2_open/code/network/multi_options.cpp | Diff File | ||
trunk r10838 2014-06-25 23:54 Ported: N/A Details Diff |
Fix Coverity #1093598 Negative array index read | ||
mod - /trunk/fs2_open/code/network/multi_team.cpp | Diff File | ||
trunk r10837 2014-06-25 23:49 Ported: N/A Details Diff |
Fix Coverity #1093597 Negative array index read | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r10836 2014-06-25 23:31 Ported: N/A Details Diff |
Fix Coverity #1093552 Negative array index read | ||
mod - /trunk/fs2_open/code/network/multimsgs.cpp | Diff File | ||
trunk r10835 2014-06-25 23:26 Ported: N/A Details Diff |
Fix Coverity #1093545 Negative array index read | ||
mod - /trunk/fs2_open/code/network/multiteamselect.cpp | Diff File |