Changesets: fs2open
trunk r10959 2014-07-29 07:36 Ported: N/A Details Diff |
Fix a render target bug by disabling environment mapping when doing full-scene RTT. | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r10958 2014-07-27 07:10 Ported: N/A Details Diff |
Doh! Assign, not equality! | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r10957 2014-07-27 07:08 Ported: N/A Details Diff |
Fix Coverity ID 1093805 Uninitialized scalar variable 1st use of fbfire_info.bfi_flags so assign instead of |= |
||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r10956 2014-07-27 06:59 Ported: N/A Details Diff |
Fix Coverity 1093822 Uninitialized scalar variable Set sensible looking defaults for the elems added to the beam_collision struct since retail |
||
mod - /trunk/fs2_open/code/weapon/beam.cpp | Diff File | ||
trunk r10955 2014-07-27 06:15 Ported: N/A Details Diff |
Fix gcc warnings in hud/hudtarget.cpp declaration of ‘gauge_object’ shadows a member of 'this' declaration of ‘esct’ shadows a global declaration [-Wshadow] variable ‘srange’ set but not used [-Wunused-but-set-variable] variable ‘ship_is_ballistic’ set but not used |
||
mod - /trunk/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
trunk r10954 2014-07-27 04:46 Ported: N/A Details Diff |
Fix gcc warnings in hud/hud.cpp declaration of ‘render’ shadows a member of 'this' declaration of ‘font’ shadows a global declaration [-Wshadow] variable ‘flags’ set but not used [-Wunused-but-set-variable] |
||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
trunk r10953 2014-07-27 00:36 Ported: N/A Details Diff |
From MageKing17: tweak team colors While we're looking at the Team Color code, let's have a warning if someone tries to name a team 'none', and avoid pushing duplicate teams to the Team_Names vector. |
||
mod - /trunk/fs2_open/code/globalincs/alphacolors.cpp | Diff File | ||
trunk r10952 2014-07-27 00:36 Ported: N/A Details Diff |
Fix gcc warning in io/keycontrol.cpp suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] This code previously worked only by fluke! |
||
mod - /trunk/fs2_open/code/io/keycontrol.cpp | Diff File | ||
trunk r10951 2014-07-26 22:58 Ported: N/A Details Diff |
From MageKing17: Followup to r10914. Makes the name check ignore case. | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r10950 2014-07-26 22:50 Ported: N/A Details Diff |
Fix gcc warnings in globalincs/alphacolors.cpp warning: declaration of ‘i’ shadows a previous local [-Wshadow] |
||
mod - /trunk/fs2_open/code/globalincs/alphacolors.cpp | Diff File | ||
trunk r10949 2014-07-26 22:03 Ported: N/A Details Diff |
Fix Coverity 1228854 Copy-paste error Check pof_file_hud for "$POF target file:" not pof_file ("$POF file:") |
||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r10948 2014-07-26 22:03 Ported: N/A Details Diff |
Fix Coverity ID 1228858 Missing varargs init or cleanup In required_string_one_of(int arg_count, ...) |
||
mod - /trunk/fs2_open/code/parse/parselo.cpp | Diff File | ||
trunk r10947 2014-07-26 11:38 Ported: N/A Details Diff |
Fixed bits missing from r10946. | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r10946 2014-07-26 05:39 Ported: N/A Details Diff |
Turned the required SEXP variable arguments for add-background-bitmap and add-sun-bitmap into optional arguments. | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r10945 2014-07-25 19:56 Ported: N/A Details Diff |
Fixed inverted normals in RTT if post-processing is on. | ||
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp | Diff File | ||
trunk r10944 2014-07-25 15:21 Ported: N/A Details Diff |
Fixed RTT bugs: 1) inverted geometry, 2) the output being mirrored both ways and a quarter of the output missing if post-processing is off. | ||
mod - /trunk/fs2_open/code/graphics/gropengldraw.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp | Diff File | ||
trunk r10943 2014-07-25 06:10 Ported: N/A Details Diff |
Fix several gcc warnings in code/graphics/gropengldraw.cpp variable ‘clipped’ set but not used [-Wunused-but-set-variable] variable ‘swapped’ set but not used [-Wunused-but-set-variable] the address of ‘Distortion_texture’ will always evaluate as ‘true’ [-Waddress] declaration of ‘vertex’ shadows a global declaration [-Wshadow] |
||
mod - /trunk/fs2_open/code/graphics/gropengldraw.cpp | Diff File | ||
antipodes r10942 2014-07-25 05:38 Ported: N/A Details Diff |
Trunk Sync - r10941 | ||
mod - /branches/antipodes/code/parse/lua.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.h | Diff File | ||
mod - /branches/antipodes/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/scripting.cpp | Diff File | ||
mod - /branches/antipodes/code/io/joy.h | Diff File | ||
mod - /branches/antipodes/code/menuui/snazzyui.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/lua.h | Diff File | ||
mod - /branches/antipodes/code/menuui/mainhallmenu.h | Diff File | ||
mod - /branches/antipodes/code/parse/scripting.h | Diff File | ||
mod - /branches/antipodes/code/menuui/snazzyui.h | Diff File | ||
mod - /branches/antipodes/code/debugconsole/consoleparse.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/controlconfig/controlsconfigcommon.cpp | Diff File | ||
trunk r10941 2014-07-25 00:06 Ported: N/A Details Diff |
a tweaked version of ngld's patch for additional main hall capabilities (see Mantis 0003071) |
Affected Issues 0003071 |
|
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.h | Diff File | ||
trunk r10940 2014-07-24 23:59 Ported: N/A Details Diff |
use static casts to make our intentions clear and prevent compiler warnings | ||
mod - /trunk/fs2_open/code/debugconsole/consoleparse.cpp | Diff File | ||
trunk r10939 2014-07-24 23:58 Ported: N/A Details Diff |
some const-correctness in preparation for the Mantis 0003071 patch |
Affected Issues 0003071 |
|
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/scripting.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/snazzyui.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/lua.h | Diff File | ||
mod - /trunk/fs2_open/code/parse/scripting.h | Diff File | ||
mod - /trunk/fs2_open/code/menuui/snazzyui.h | Diff File | ||
trunk r10938 2014-07-24 23:09 Ported: N/A Details Diff |
for Mantis 0002064: remove ship template feature which never worked without crashing |
Affected Issues 0002064 |
|
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r10937 2014-07-24 23:07 Ported: N/A Details Diff |
for Mantis 0002651: revert r10933, per forum discussion: http://www.hard-light.net/forums/index.php?topic=88047.0 |
Affected Issues 0002651 |
|
mod - /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp | Diff File | ||
mod - /trunk/fs2_open/code/io/joy.h | Diff File | ||
antipodes r10936 2014-07-24 06:32 Ported: N/A Details Diff |
Trunk Sync - r10935 | ||
mod - /branches/antipodes/code/missionui/fictionviewer.cpp | Diff File | ||
mod - /branches/antipodes/code/globalincs/systemvars.cpp | Diff File | ||
mod - /branches/antipodes/code/localization/localize.h | Diff File | ||
mod - /branches/antipodes/code/missionui/missionloopbrief.cpp | Diff File | ||
mod - /branches/antipodes/code/globalincs/safe_strings.cpp | Diff File | ||
mod - /branches/antipodes/code/popup/popup.cpp | Diff File | ||
mod - /branches/antipodes/code/controlconfig/controlsconfigcommon.cpp | Diff File | ||
mod - /branches/antipodes/code/ai/aicode.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/fredview.cpp | Diff File | ||
mod - /branches/antipodes/code/missionui/missiondebrief.cpp | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.h | Diff File | ||
mod - /branches/antipodes/code/ui/slider2.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missionbriefcommon.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/parselo.h | Diff File | ||
mod - /branches/antipodes/code/globalincs/alphacolors.cpp | Diff File | ||
mod - /branches/antipodes/code/missionui/missionweaponchoice.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/localization/localize.cpp | Diff File | ||
mod - /branches/antipodes/code/starfield/starfield.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/lua.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudparse.cpp | Diff File | ||
mod - /branches/antipodes/code/missionui/missioncmdbrief.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hud.cpp | Diff File | ||
mod - /branches/antipodes/code/globalincs/systemvars.h | Diff File | ||
mod - /branches/antipodes/code/model/model.h | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/io/joy.h | Diff File | ||
mod - /branches/antipodes/code/fred2/management.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/parselo.cpp | Diff File | ||
mod - /branches/antipodes/code/gamehelp/contexthelp.cpp | Diff File | ||
mod - /branches/antipodes/code/network/multiui.cpp | Diff File | ||
mod - /branches/antipodes/code/missionui/redalert.cpp | Diff File | ||
mod - /branches/antipodes/code/model/modelinterp.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missionbriefcommon.h | Diff File | ||
mod - /branches/antipodes/code/globalincs/alphacolors.h | Diff File | ||
trunk r10935 2014-07-24 06:25 Ported: N/A Details Diff |
Fix gcc warning: ordered comparison of pointer with integer zero | ||
mod - /trunk/fs2_open/code/ui/slider2.cpp | Diff File |