Changesets: fs2open

trunk r10884

2014-07-05 11:42

Echelon9


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

Echelon9


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

The_E


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

Echelon9


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

The_E


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

Echelon9


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

The_E


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

Echelon9


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

Echelon9


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

Echelon9


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

Echelon9


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

Echelon9


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

Echelon9


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

Goober5000


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

Goober5000


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

chief1983


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

chief1983


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

Echelon9


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

Echelon9


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

Goober5000


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

Goober5000


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

Goober5000


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

Echelon9


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

Echelon9


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

Echelon9


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
 First  Prev  1 2 3 ... 16 17 18 19 20 21 22 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last