Changesets: fs2open

trunk r10384

2014-02-01 16:33

Echelon9


Ported: N/A

Details Diff
Fix Coverity 1093455 Dereference after null check: In read_model_file(polymodel *, char *, int, model_subsystem *, int): Pointer is checked against null but then dereferenced anyway (CWE-476). From Flaming_Sword.
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File

trunk r10383

2014-02-01 16:32

Echelon9


Ported: N/A

Details Diff
Fix Coverity 1093728 Allocation size mismatch: In model_allocate_interp_data(int, int, int): Allocation size is not a multiple of the target pointer's pointed-to type (CWE-131). From Flaming_Sword.
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File

trunk r10382

2014-02-01 16:31

Echelon9


Ported: N/A

Details Diff
Fix Coverity 1093413 Logically dead code: In model_collide_sub(void *): Code can never be reached because of a logical contradiction (CWE-561). From Flaming_Sword.
mod - /trunk/fs2_open/code/model/modelcollide.cpp Diff File

trunk r10381

2014-02-01 16:29

Echelon9


Ported: N/A

Details Diff
Fix Coverity 1093669 Out-of-bounds access: In triggered_rotation::add_queue(queued_animation *, int): Out-of-bounds access to a buffer (CWE-119). From Flaming_Sword.
mod - /trunk/fs2_open/code/model/modelanim.cpp Diff File

trunk r10380

2014-02-01 16:27

Echelon9


Ported: N/A

Details Diff
Fix Coverity 1093859: Uninitialized scalar field In mst_info::?\226?\128?\139mst_info(): A scalar field is not initialized by the constructor (CWE-457). From Flaming_Sword.
mod - /trunk/fs2_open/code/model/model.h Diff File

trunk r10379

2014-02-01 16:19

Echelon9


Ported: N/A

Details Diff
Expand the .gitignore exclusions to cover modern Xcode project local files. Based off StackOverflow suggestions as documented.
mod - /trunk/fs2_open/.gitignore Diff File

trunk r10378

2014-02-01 16:05

Echelon9


Ported: N/A

Details Diff
Fix Mantis 2997: Make +Bitmap a required table item if a weapon trail has been set Affected Issues
0002997
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r10377

2014-02-01 06:27

karajorma


Ported: N/A

Details Diff
There was some confusion about the old help text.
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r10376

2014-01-31 11:38

The_E


Ported: N/A

Details Diff
Remove a pointless, :v: original assert (All ships should be able to send messages regardless of whether they're flyable; checking whether they are accomplishes literally nothing)
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File

trunk r10375

2014-01-30 23:27

Goober5000


Ported: N/A

Details Diff
Bump version. Also, the previous commit inadvertently committed this file too. There was a new "validate" method added as an alternative to launching the wizard.
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java Diff File

trunk r10374

2014-01-30 23:21

Goober5000


Ported: N/A

Details Diff
revise TestTree using the new InstallerNode read method
mod - /trunk/fsoinstaller/src/com/fsoinstaller/builder/TestTree.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java Diff File

trunk r10373

2014-01-30 23:21

Goober5000


Ported: N/A

Details Diff
move the code for reading InstallerNode objects from a text file into its own method
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/IOUtils.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ConfigPage.java Diff File

trunk r10372

2014-01-30 23:20

Goober5000


Ported: N/A

Details Diff
separate text file reading methods both with and without exceptions
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/IOUtils.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ConfigPage.java Diff File

trunk r10371

2014-01-30 23:16

Goober5000


Ported: N/A

Details Diff
change "result" logging to error logging, and add note logging per the NOTE token in the installer config file
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/Configuration.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/FinishedPage.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallPage.java Diff File

trunk r10370

2014-01-30 00:26

Goober5000


Ported: N/A

Details Diff
bump version
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java Diff File

trunk r10369

2014-01-30 00:26

Goober5000


Ported: N/A

Details Diff
limit number of parallel downloads
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java Diff File

trunk r10368

2014-01-29 23:57

Goober5000


Ported: N/A

Details Diff
don't limit the number of threads in the pool
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java Diff File

trunk r10367

2014-01-28 23:33

Goober5000


Ported: N/A

Details Diff
allow gui to be resized, by request
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallerGUI.java Diff File

trunk r10366

2014-01-28 23:31

Goober5000


Ported: N/A

Details Diff
compute all hashes even if some are bad
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java Diff File

trunk r10365

2014-01-28 23:19

Goober5000


Ported: N/A

Details Diff
update version
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java Diff File

trunk r10364

2014-01-28 22:41

Goober5000


Ported: N/A

Details Diff
tweak for task interruption
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java Diff File

trunk r10363

2014-01-28 22:30

Goober5000


Ported: N/A

Details Diff
catch RuntimeExceptions from downloads as soon as possible
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java Diff File

trunk r10362

2014-01-28 22:30

Goober5000


Ported: N/A

Details Diff
add missing log result
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java Diff File

trunk r10361

2014-01-28 22:29

Goober5000


Ported: N/A

Details Diff
remove temporary code
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/FinishedPage.java Diff File

trunk r10360

2014-01-28 22:29

Goober5000


Ported: N/A

Details Diff
initialize 7zip in a thread-safe manner
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/MiscUtils.java Diff File
 First  Prev  1 2 3 ... 36 37 38 39 40 41 42 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last