Changesets: fs2open
trunk r10884 2014-07-05 11:42 Ported: N/A Details Diff |
Address clang warning - hud/hudtarget.cpp:7224:12: warning: declaration shadows a local variable [-Wshadow] | ||
mod - /trunk/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
trunk r10883 2014-07-05 11:37 Ported: N/A Details Diff |
Address clang warning - io/keycontrol.cpp:2504:7: warning: declaration shadows a local variable [-Wshadow] | ||
mod - /trunk/fs2_open/code/io/keycontrol.cpp | Diff File | ||
trunk r10882 2014-07-05 11:37 Ported: N/A Details Diff |
Fix unintended linebreak removal from 10880 |
||
mod - /trunk/fs2_open/code/asteroid/asteroid.cpp | Diff File | ||
trunk r10881 2014-07-05 11:34 Ported: N/A Details Diff |
Address clang warning - lab/lab.cpp:912:8: warning: declaration shadows a local variable [-Wshadow] | ||
mod - /trunk/fs2_open/code/lab/lab.cpp | Diff File | ||
trunk r10880 2014-07-05 11:31 Ported: N/A Details Diff |
From MageKing17: Removes redundant function call | ||
mod - /trunk/fs2_open/code/asteroid/asteroid.cpp | Diff File | ||
trunk r10879 2014-07-05 11:29 Ported: N/A Details Diff |
Address clang warning - menuui/mainhallmenu.cpp:2141:9: warning: declaration shadows a local variable [-Wshadow] | ||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
trunk r10878 2014-07-05 11:28 Ported: N/A Details Diff |
From MageKing17: Patch for a small issue in briefing text color spans | ||
mod - /trunk/fs2_open/code/mission/missionbriefcommon.cpp | Diff File | ||
trunk r10877 2014-07-05 11:16 Ported: N/A Details Diff |
Address clang warning - object/collideshipweapon.cpp:258:17: warning: declaration shadows a local variable [-Wshadow] | ||
mod - /trunk/fs2_open/code/object/collideshipweapon.cpp | Diff File | ||
trunk r10876 2014-07-05 11:09 Ported: N/A Details Diff |
Address clang warning - ./ui/ui.h:291:7: warning: private field 'ignore_escape' is not used [-Wunused-private-field] | ||
mod - /trunk/fs2_open/code/ui/ui.h | Diff File | ||
trunk r10875 2014-07-05 11:04 Ported: N/A Details Diff |
Address clang warning - ./ship/shipfx.h:202:6: warning: private field 'stage' is not used [-Wunused-private-field] | ||
mod - /trunk/fs2_open/code/ship/shipfx.h | Diff File | ||
trunk r10874 2014-07-05 10:59 Ported: N/A Details Diff |
Address clang warning - debugconsole/console.cpp:169:13: warning: declaration shadows a local variable [-Wshadow] | ||
mod - /trunk/fs2_open/code/debugconsole/console.cpp | Diff File | ||
trunk r10873 2014-07-05 10:30 Ported: N/A Details Diff |
Further tweak fix for Coverity 1093783 Uninitialized scalar variable, and remove redundant variable in opengl_light structure | ||
mod - /trunk/fs2_open/code/graphics/gropengllight.h | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp | Diff File | ||
trunk r10872 2014-07-05 10:22 Ported: N/A Details Diff |
Partially re-add the secure coding aspects of 10806 (which was rolled back in 10857). Fundamentally, the code in theora_open is written in a non-secure manner prior to this fix. That the callers currently appear per Goober to use it correctly is not the issue. There is no way of enforcing that contract as to length of the string unless it is internally handled in the function. Also Goober's comment that all callers use string lengths of MAX_FILENAME_LEN is incorrect. Examples trivially found that use the separate define NAME_LENGTH, which could be changed in future. | ||
mod - /trunk/fs2_open/code/cutscene/oggplayer.cpp | Diff File | ||
trunk r10871 2014-07-04 18:20 Ported: N/A Details Diff |
some enhancements to internet classes based on information about how HttpURLConnection works | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Connector.java | Diff File | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InputStreamInStream.java | Diff File | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java | Diff File | ||
trunk r10870 2014-07-02 22:26 Ported: N/A Details Diff |
some tweaks for improved cross-platform support | ||
mod - /trunk/fsoinstaller/resources/application.properties | Diff File | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/Configuration.java | Diff File | ||
trunk r10869 2014-07-02 12:30 Ported: N/A Details Diff |
Fix Mantis 0002790, Easy options should be just that again. |
Affected Issues 0002790 |
|
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
trunk r10868 2014-07-01 13:10 Ported: N/A Details Diff |
Fix Mantis 0003070, courtesy of Yarn. |
Affected Issues 0003070 |
|
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/2d.cpp | Diff File | ||
trunk r10867 2014-07-01 10:57 Ported: N/A Details Diff |
Fix Clang warnings about incorrect type given different pointer sizes for the architecture. Use the standard compliant ptrdiff_t | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
mod - /trunk/fs2_open/code/object/object.h | Diff File | ||
trunk r10866 2014-07-01 10:55 Ported: N/A Details Diff |
Remove a tautological Assert(), which cannot be triggered due to the type | ||
mod - /trunk/fs2_open/code/network/multi_voice.cpp | Diff File | ||
trunk r10865 2014-07-01 00:53 Ported: N/A Details Diff |
Yarn's fix for Mantis 0002362 (scale images properly with show-subtitle-image) |
Affected Issues 0002362 |
|
mod - /trunk/fs2_open/code/camera/camera.cpp | Diff File | ||
trunk r10864 2014-06-30 21:42 Ported: N/A Details Diff |
from MageKing17: choose alt_names and callsigns by array index instead of substring; fixes Mantis 0002934 |
Affected Issues 0002934 |
|
mod - /trunk/fs2_open/code/fred2/shipeditordlg.cpp | Diff File | ||
trunk r10863 2014-06-30 21:34 Ported: N/A Details Diff |
MageKing17's patch for callsigns not resetting when the mission is cleared (Mantis 0002934) |
Affected Issues 0002934 |
|
mod - /trunk/fs2_open/code/fred2/management.cpp | Diff File | ||
trunk r10862 2014-06-30 11:44 Ported: N/A Details Diff |
Quieten a number of warnings related to UI_USERBOX without a declaration yet. Added TODO. | ||
mod - /trunk/fs2_open/code/ui/ui.h | Diff File | ||
trunk r10861 2014-06-30 11:31 Ported: N/A Details Diff |
Address Clang warnings are overloaded virtual functions in UI_GADET. Also opportunity to simplify code by making the most of inherited polymorphism. Docs cleanup | ||
mod - /trunk/fs2_open/code/ui/gadget.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ui/scroll.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ui/slider.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ui/ui.h | Diff File | ||
mod - /trunk/fs2_open/code/ui/slider2.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ui/inputbox.cpp | Diff File | ||
trunk r10860 2014-06-30 10:36 Ported: N/A Details Diff |
Fix a range of issue identified via clang warnings | ||
mod - /trunk/fs2_open/code/model/modelanim.h | Diff File | ||
mod - /trunk/fs2_open/code/debugconsole/console.cpp | Diff File | ||
mod - /trunk/fs2_open/code/object/object.cpp | Diff File | ||
mod - /trunk/fs2_open/code/lab/wmcgui.h | Diff File | ||
mod - /trunk/fs2_open/code/radar/radarsetup.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/shipfx.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudtargetbox.h | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp | Diff File |