Changesets: fs2open

antipodes r8776

2012-05-11 13:02

CommanderDJ


Ported: N/A

Details Diff
Trunk sync 8775
mod - /branches/antipodes/code/weapon/swarm.cpp Diff File
mod - /branches/antipodes/code/ship/ship.cpp Diff File
mod - /branches/antipodes/code/mod_table/mod_table.h Diff File
mod - /branches/antipodes/code/mod_table/mod_table.cpp Diff File
mod - /branches/antipodes/code/mission/missiontraining.cpp Diff File
mod - /branches/antipodes/code/hud/hudmessage.cpp Diff File
mod - /branches/antipodes/code/camera/camera.cpp Diff File

trunk r8775

2012-05-11 07:30

The_E


Ported: N/A

Details Diff
Add a log print for my previous mod.tbl addition
mod - /trunk/fs2_open/code/mod_table/mod_table.cpp Diff File

trunk r8774

2012-05-11 03:57

The_E


Ported: N/A

Details Diff
Since we can't change the default cutscene camera behaviour (switching off the HUD when cutscene camera is active), this introduces a mod.tbl setting to alter this behaviour.
The new setting is called "$Cutscene camera disables HUD:", is a boolean, and defaults to true.
mod - /trunk/fs2_open/code/mod_table/mod_table.h Diff File
mod - /trunk/fs2_open/code/mod_table/mod_table.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudmessage.cpp Diff File
mod - /trunk/fs2_open/code/camera/camera.cpp Diff File

trunk r8773

2012-05-11 02:34

Goober5000


Ported: N/A

Details Diff
supernova-stop sexp, written by CommanderDJ
mod - /trunk/fs2_open/code/starfield/supernova.h Diff File
mod - /trunk/fs2_open/code/starfield/supernova.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.h Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r8772

2012-05-10 17:38

The_E


Ported: N/A

Details Diff
Partial fix for 2410: Fixes Directive gauge ignoring hud-disable-except messages
Affected Issues
0002410
mod - /trunk/fs2_open/code/mission/missiontraining.cpp Diff File

trunk r8771

2012-05-10 16:54

The_E


Ported: N/A

Details Diff
Fix for Mantis 2606: Local SSMs fired in swarm may cause propagating NaN errors
Affected Issues
0002606
mod - /trunk/fs2_open/code/weapon/swarm.cpp Diff File

trunk r8770

2012-05-10 11:06

The_E


Ported: N/A

Details Diff
Make sure we use a valid pointer for 8768
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r8769

2012-05-10 11:04

The_E


Ported: N/A

Details Diff
Fix for Mantis 2647: Pointers becoming invalid when going out of scope during armor calculations (PVS Studio warning)
Affected Issues
0002647
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r8768

2012-05-10 08:32

The_E


Ported: N/A

Details Diff
From CommanderDJ: Patch for Mantis 2650 (Allow 0 door animations in mainhall.tbls/tbms)
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp Diff File

antipodes r8767

2012-05-10 06:03

The_E


Ported: N/A

Details Diff
Trunk sync r8766
mod - /branches/antipodes/code/starfield/starfield.cpp Diff File
mod - /branches/antipodes/code/parse/sexp.h Diff File
mod - /branches/antipodes/code/parse/sexp.cpp Diff File
mod - /branches/antipodes/code/parse/scripting.cpp Diff File
mod - /branches/antipodes/code/parse/lua.cpp Diff File
mod - /branches/antipodes/code/network/multi_ingame.cpp Diff File
mod - /branches/antipodes/code/model/modelread.cpp Diff File
mod - /branches/antipodes/code/menuui/mainhallmenu.cpp Diff File
mod - /branches/antipodes/code/hud/hudsquadmsg.h Diff File
mod - /branches/antipodes/code/hud/hudsquadmsg.cpp Diff File

trunk r8766

2012-05-09 01:09

karajorma


Ported: N/A

Details Diff
Add a SEXP allowing the FREDder to change the orders a player can give to a ship.
mod - /trunk/fs2_open/code/parse/sexp.h Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudsquadmsg.h Diff File
mod - /trunk/fs2_open/code/hud/hudsquadmsg.cpp Diff File

trunk r8765

2012-05-08 03:28

niffiwan


Ported: N/A

Details Diff
From m!m: Fix for mantis 0002648 - skip intercom mainhall sounds when none are defined Affected Issues
0002648
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp Diff File

trunk r8764

2012-05-07 03:52

Goober5000


Ported: N/A

Details Diff
make the install page display the mods it will install
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallPage.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/Configuration.java Diff File

trunk r8763

2012-05-07 03:18

Goober5000


Ported: N/A

Details Diff
make those classes and methods static again, and use SharedCounter to bridge the gap
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File

trunk r8762

2012-05-07 00:23

Goober5000


Ported: N/A

Details Diff
correct behavior of selecting/deselecting parents/children
disable Install button if nothing is checked
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File

trunk r8761

2012-05-06 22:56

Goober5000


Ported: N/A

Details Diff
change InstallerPage to WizardPage
add word-wrapping capability to mod descriptions
add - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/WizardPage.java File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File
rm - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallerPage.java File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallerGUI.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallPage.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/GUIConstants.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ConfigPage.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ChoicePage.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/BlankPage.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/MiscUtils.java Diff File

trunk r8760

2012-05-06 10:23

Echelon9


Ported: N/A

Details Diff
PVS-Studio fix: The conditional expressions of the 'if' operators situated alongside each other are identical. multi_ingame.cpp: 1073, 1086
mod - /trunk/fs2_open/code/network/multi_ingame.cpp Diff File

trunk r8759

2012-05-06 02:47

Echelon9


Ported: N/A

Details Diff
Fix The_E's partially broken commit in r8757 -- there is no wi_flags3 or WIF3_NOLINK yet
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File

trunk r8758

2012-05-05 23:46

niffiwan


Ported: N/A

Details Diff
From CommanderDJ: Fix for mantis 0002646 Affected Issues
0002646
mod - /trunk/fs2_open/code/starfield/starfield.cpp Diff File

trunk r8757

2012-05-05 18:05

The_E


Ported: N/A

Details Diff
Fixes a few more bugs with the On Weapon Deselect hook
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File

trunk r8756

2012-05-05 11:01

zookeeper


Ported: N/A

Details Diff
Fixed a pointer assignment which should have been a value assignment.
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File

trunk r8755

2012-05-05 10:39

The_E


Ported: N/A

Details Diff
Adds ability for scripting to manipulate subsystem armor classes and shield armor classes as well.
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

antipodes r8754

2012-05-05 10:09

The_E


Ported: N/A

Details Diff
Trunk sync r8753
mod - /branches/antipodes/code/ship/ship.cpp Diff File
mod - /branches/antipodes/code/parse/scripting.h Diff File
mod - /branches/antipodes/code/parse/scripting.cpp Diff File
mod - /branches/antipodes/code/parse/lua.cpp Diff File
mod - /branches/antipodes/code/object/objectsnd.cpp Diff File
mod - /branches/antipodes/code/model/modelread.cpp Diff File
mod - /branches/antipodes/code/model/modelinterp.cpp Diff File
mod - /branches/antipodes/code/model/model.h Diff File

trunk r8753

2012-05-05 10:07

The_E


Ported: N/A

Details Diff
Adds scripting access to a ships' armor type.
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

trunk r8752

2012-05-05 09:46

The_E


Ported: N/A

Details Diff
Clarifies the code for the On Weapon Fired hook. also adds On Primary Fire and On Secondary Fire hooks.
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/parse/scripting.h Diff File
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 86 87 88 89 90 91 92 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last