Changesets: fs2open

trunk r8851

2012-06-09 01:30

Goober5000


Ported: N/A

Details Diff
a few more fixes
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ConfigPage.java Diff File

trunk r8850

2012-06-09 01:29

Goober5000


Ported: N/A

Details Diff
refine the way the configuration works because we want to be able to expand this to standalone mods in the future
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/Configuration.java Diff File
mod - /trunk/fsoinstaller/build.xml Diff File
add - /trunk/fsoinstaller/application.properties File

trunk r8849

2012-06-08 23:51

Goober5000


Ported: N/A

Details Diff
rewrite for compatibility with 1.5
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/PropertiesUtils.java Diff File

trunk r8848

2012-06-08 21:33

Sushi


Ported: N/A

Details Diff
Mastadon's fix to make auto-target pick the nearest enemy ship instead of the nearest ship attacking the player.
http://www.hard-light.net/forums/index.php?topic=80906.msg1614837#msg1614837

mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r8847

2012-06-08 10:45

The_E


Ported: N/A

Details Diff
From CommanderDJ: Fix for Mantis 2663 (hud-set-color only works once per mission) Affected Issues
0002663
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

antipodes r8846

2012-06-06 09:59

Zacam


Ported: N/A

Details Diff
Trunk Sync r8845
mod - /branches/antipodes/projects/codeblocks/code/code.cbp Diff File
mod - /branches/antipodes/code/ship/ship.h Diff File
mod - /branches/antipodes/code/ship/ship.cpp Diff File
mod - /branches/antipodes/code/render/3dsetup.cpp Diff File
mod - /branches/antipodes/code/radar/radarorb.cpp Diff File
mod - /branches/antipodes/code/radar/radardradis.cpp Diff File
mod - /branches/antipodes/code/parse/sexp.cpp Diff File
mod - /branches/antipodes/code/parse/lua.cpp Diff File
mod - /branches/antipodes/code/object/collideshipweapon.cpp Diff File
mod - /branches/antipodes/code/model/modelanim.h Diff File
mod - /branches/antipodes/code/missionui/missionscreencommon.cpp Diff File
mod - /branches/antipodes/code/mission/missionparse.cpp Diff File
mod - /branches/antipodes/code/io/keycontrol.cpp Diff File
mod - /branches/antipodes/code/hud/hudtarget.h Diff File
mod - /branches/antipodes/code/hud/hudtarget.cpp Diff File
mod - /branches/antipodes/code/hud/hudparse.h Diff File
mod - /branches/antipodes/code/hud/hudparse.cpp Diff File
mod - /branches/antipodes/code/hud/hudbrackets.cpp Diff File
mod - /branches/antipodes/code/globalincs/windebug.cpp Diff File
mod - /branches/antipodes/code/freespace2/freespace.cpp Diff File

trunk r8845

2012-06-06 06:50

The_E


Ported: N/A

Details Diff
As requested and tested by VA, bumping MAX_INSTANCE_DEPTH to 10
mod - /trunk/fs2_open/code/render/3dsetup.cpp Diff File

trunk r8844

2012-06-06 02:17

Sushi


Ported: N/A

Details Diff
Fix Evil Turret Bug of Doom. :)
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r8843

2012-06-02 19:25

iss_mneur


Ported: N/A

Details Diff
Reformat the function modified by 8842 so that we don't jump over a variable initialization

This issue was not picked up by VC, and was brought to my attention by ZekeS on #scp and his GCC build. Fix was tested by ZekeS.
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r8842

2012-05-31 22:07

iss_mneur


Ported: N/A

Details Diff
From Mastadon: "target nearest attacker" now selects only *attacking* hostiles

Fixes 0002659
Affected Issues
0002659
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r8841

2012-05-31 22:05

iss_mneur


Ported: N/A

Details Diff
From Mastadon: "Target closest attacker" cycles through all attackers; misc code cleanup.

- Changed "target closest attacker" command to cycle through the other baddies gunning for you by pressing the "target closest attacker" command repeatedly.
- The new functionality behaves similarly to the "target closest hostile" key.
- Moved the esct (or, the "Evaluate Ship as Closest Target" struct) to hudtarget.h, where a type declaration belongs.
- Moved the documenting comments for hud_target_closest() to be just above the function definition.
-- Also, converted these comments to doxygen format.
mod - /trunk/fs2_open/code/io/keycontrol.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.h Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r8840

2012-05-30 04:48

niffiwan


Ported: N/A

Details Diff
Add mod_table.* to codeblocks
mod - /trunk/fs2_open/projects/codeblocks/code/code.cbp Diff File

trunk r8839

2012-05-29 06:27

Echelon9


Ported: N/A

Details Diff
Implement EModelAnimationPosition enum to more completely address boolean issue fixed in r8837
mod - /trunk/fs2_open/code/ship/ship.h Diff File
mod - /trunk/fs2_open/code/model/modelanim.h Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File

trunk r8838

2012-05-29 06:24

niffiwan


Ported: N/A

Details Diff
GCC Warning: declaration shadows a global declarationa (hudparse.*)
mod - /trunk/fs2_open/code/hud/hudparse.h Diff File
mod - /trunk/fs2_open/code/hud/hudparse.cpp Diff File

trunk r8837

2012-05-29 05:55

Echelon9


Ported: N/A

Details Diff
PVS-Studio fix: The 'false' value is implicitly casted to the integer type.
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r8836

2012-05-29 01:01

Goober5000


Ported: N/A

Details Diff
add very rudimentary queuing of install items
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallPage.java Diff File
add - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java File

trunk r8835

2012-05-29 01:01

Goober5000


Ported: N/A

Details Diff
Downloader is now set up to represent a single download task, which fits better with the way its listeners are set up
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ConfigPage.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/Configuration.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java Diff File

trunk r8834

2012-05-28 18:24

Goober5000


Ported: N/A

Details Diff
truncate assert strings, warnings, errors, and dump buffers if they are too long
(this should fix Mantis 0002658)
Affected Issues
0002658
mod - /trunk/fs2_open/code/globalincs/windebug.cpp Diff File

trunk r8833

2012-05-28 09:35

Echelon9


Ported: N/A

Details Diff
PVS-Studio fix: The 'false' value is implicitly casted to the integer type.
mod - /trunk/fs2_open/code/radar/radarorb.cpp Diff File
mod - /trunk/fs2_open/code/radar/radardradis.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File
mod - /trunk/fs2_open/code/object/collideshipweapon.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missionscreencommon.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudbrackets.cpp Diff File

trunk r8832

2012-05-28 09:20

Echelon9


Ported: N/A

Details Diff
PVS-Studio fix: The 'modified' variable is assigned values twice successively. Perhaps this is a mistake (freespace.cpp:4666,4668)
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

antipodes r8831

2012-05-28 08:23

CommanderDJ


Ported: N/A

Details Diff
Trunk sync r8830.
mod - /branches/antipodes/code/radar/radarorb.cpp Diff File
mod - /branches/antipodes/code/parse/sexp.cpp Diff File
mod - /branches/antipodes/code/parse/parselo.cpp Diff File
mod - /branches/antipodes/code/parse/lua.cpp Diff File
mod - /branches/antipodes/code/mission/missioncampaign.cpp Diff File
mod - /branches/antipodes/code/mission/missionbriefcommon.cpp Diff File
mod - /branches/antipodes/code/hud/hudtarget.cpp Diff File
mod - /branches/antipodes/code/hud/hudshield.cpp Diff File
mod - /branches/antipodes/code/hud/hudparse.h Diff File
mod - /branches/antipodes/code/hud/hudparse.cpp Diff File
mod - /branches/antipodes/code/hud/hudets.h Diff File
mod - /branches/antipodes/code/hud/hudets.cpp Diff File
mod - /branches/antipodes/code/hud/hud.cpp Diff File
mod - /branches/antipodes/code/graphics/gropenglpostprocessing.cpp Diff File
mod - /branches/antipodes/code/graphics/grbatch.cpp Diff File
mod - /branches/antipodes/code/globalincs/alphacolors.cpp Diff File

trunk r8830

2012-05-28 04:13

niffiwan


Ported: N/A

Details Diff
Mantis 2419: add a new ETS gauge that behaves like the retail one
mod - /trunk/fs2_open/code/hud/hudparse.h Diff File
mod - /trunk/fs2_open/code/hud/hudparse.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudets.h Diff File
mod - /trunk/fs2_open/code/hud/hudets.cpp Diff File

trunk r8829

2012-05-27 11:00

Echelon9


Ported: N/A

Details Diff
GCC warning: Absence of curly brackets in initialiser
mod - /trunk/fs2_open/code/globalincs/alphacolors.cpp Diff File

trunk r8828

2012-05-27 10:52

Echelon9


Ported: N/A

Details Diff
GCC warning: base_res[0] and base_res[1] may be used uninitialised in this function
mod - /trunk/fs2_open/code/hud/hudparse.cpp Diff File

trunk r8827

2012-05-27 10:46

Echelon9


Ported: N/A

Details Diff
GCC warning: initialisation reorder
mod - /trunk/fs2_open/code/hud/hud.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 83 84 85 86 87 88 89 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last