Changesets: fs2open

trunk r8977

2012-07-03 01:05

Goober5000


Ported: N/A

Details Diff
this is the equivalent of r8975 for FRED (Mantis 0002676) Affected Issues
0002676
mod - /trunk/fs2_open/code/fred2/fredrender.cpp Diff File

trunk r8976

2012-07-03 01:02

Goober5000


Ported: N/A

Details Diff
attacking a protected target will remove its protected flag, so don't allow this if hit by EMP
(Mantis 0002192)
Affected Issues
0002192
mod - /trunk/fs2_open/code/weapon/emp.cpp Diff File

trunk r8975

2012-07-03 01:01

Goober5000


Ported: N/A

Details Diff
Zacam's fix for Mantis 0002396 Affected Issues
0002396
mod - /trunk/fs2_open/code/jumpnode/jumpnode.cpp Diff File

trunk r8974

2012-07-02 23:46

Goober5000


Ported: N/A

Details Diff
fix for Mantis 0002179, proper afterburner shutdown Affected Issues
0002179
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r8973

2012-07-02 11:48

The_E


Ported: N/A

Details Diff
Changes the glBegin()/glEnd() stuff we were using in some places to the more modern glDrawArrays() way of doing things. Thanks to Kromaatikse for the initial implementation.
mod - /trunk/fs2_open/code/cutscene/mveplayer.cpp Diff File
mod - /trunk/fs2_open/code/cutscene/oggplayer.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/systemvars.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/systemvars.h Diff File
mod - /trunk/fs2_open/code/graphics/gropengldraw.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengldraw.h Diff File
mod - /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missionscreencommon.cpp Diff File
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File

trunk r8972

2012-07-02 02:00

Goober5000


Ported: N/A

Details Diff
fix Mantis 0001972: hotkey brackets are drawn around stealth ships Affected Issues
0001972
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r8971

2012-07-01 23:47

Goober5000


Ported: N/A

Details Diff
fix TD2192...
[derp, wrong game]
fix Mantis 0002192, EMP brings play-dead fighters back to life
Affected Issues
0002192
mod - /trunk/fs2_open/code/weapon/emp.cpp Diff File

fs2_open_3_6_14 r8970

2012-07-01 22:51

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8968; CommanderDJ's set-player-throttle-speed
mod - /branches/fs2_open_3_6_14/code/parse/sexp.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/parse/sexp.h Diff File

fs2_open_3_6_14 r8969

2012-07-01 22:51

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8967; wings that are initially docked will now arrive in mission correctly
mod - /branches/fs2_open_3_6_14/code/fred2/initialstatus.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/mission/missionlog.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/mission/missionparse.cpp Diff File

trunk r8968

2012-07-01 22:17

Goober5000


Ported: N/A

Details Diff
CommanderDJ's set-player-throttle-speed
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.h Diff File

trunk r8967

2012-07-01 21:59

Goober5000


Ported: N/A

Details Diff
wings that are initially docked will now arrive in mission correctly
mod - /trunk/fs2_open/code/fred2/initialstatus.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionlog.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File

fs2_open_3_6_14 r8966

2012-07-01 21:46

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8917; fix for Mantis 0002673, following Valathil's detective work Affected Issues
0002673
mod - /branches/fs2_open_3_6_14/code/object/objcollide.cpp Diff File

fs2_open_3_6_14 r8965

2012-07-01 21:45

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8914/8918/8921/8922/8923/8924;
fix the old Volition bug where a docked ship would execute its default behavior even when the preceding comment explicitly said that it should "just sit here" :-/
also guard against a few edge cases related to this (Mantis 945)
this should fix all of the issues with docked fighters and bombers (Mantis 945)
looks like this was never actually implemented!
add more error checking for initially docked ships, per Mantis (Mantis 1658)
make the dock leader code more robust, and make FRED mark dock leaders in wings correctly
follow-up to r8922: this part isn't actually a problem
mod - /branches/fs2_open_3_6_14/code/ai/aicode.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/fred2/initialstatus.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/mission/missionparse.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/object/parseobjectdock.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/object/parseobjectdock.h Diff File
mod - /branches/fs2_open_3_6_14/code/ship/ship.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/ship/shiphit.cpp Diff File

fs2_open_3_6_14 r8964

2012-07-01 21:30

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8912; CommanderDJ's fix for Mantis 0002628 Affected Issues
0002628
mod - /branches/fs2_open_3_6_14/code/fred2/wing.cpp Diff File

fs2_open_3_6_14 r8963

2012-07-01 21:29

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8909; Fix for Mantis 2671: Skip submodels that have been blown off in ship-ship collisions. Affected Issues
0002671
mod - /branches/fs2_open_3_6_14/code/object/collideshipship.cpp Diff File

fs2_open_3_6_14 r8962

2012-07-01 21:29

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8904; No warnings for release linux builds.
mod - /branches/fs2_open_3_6_14/configure.ac Diff File

fs2_open_3_6_14 r8961

2012-07-01 21:28

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8903/8906/8911; Fix for Mantis 2670: Truncate tokens to their maximum length and pop up a MessageBox for the user.
Fix for Mantis 2670: Followup: Fix the bug without breaking mission parsing.
fine-tune Valathil's error message
Affected Issues
0002670
mod - /branches/fs2_open_3_6_14/code/parse/sexp.cpp Diff File

fs2_open_3_6_14 r8960

2012-07-01 21:27

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8902; synchronize the ship classes that evade shockwaves
(this fixes Mantis 0002548)
Affected Issues
0002548
mod - /branches/fs2_open_3_6_14/code/ai/aicode.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/ship/ship.h Diff File

fs2_open_3_6_14 r8959

2012-07-01 21:26

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8901; restore retail behavior for chaining by reverting r8603 -- this fixes Mantis 0002667
also add descriptive comment in header file
Affected Issues
0002667
mod - /branches/fs2_open_3_6_14/code/mission/missiongoals.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/mission/missiongoals.h Diff File

fs2_open_3_6_14 r8958

2012-07-01 21:25

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8900; Fix for mantis 0002666: call the new HUD renderBitmap function for the red alert notification background image Affected Issues
0002666
mod - /branches/fs2_open_3_6_14/code/hud/hud.cpp Diff File

fs2_open_3_6_14 r8957

2012-07-01 21:25

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8899; From CommanderDJ: Fix for Mantis 2657 (Alt-Shift-E does not clear escort list) Affected Issues
0002657
mod - /branches/fs2_open_3_6_14/code/hud/hudescort.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/hud/hudescort.h Diff File
mod - /branches/fs2_open_3_6_14/code/io/keycontrol.cpp Diff File

fs2_open_3_6_14 r8956

2012-07-01 21:24

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8894; since the if() block already checks for a specific gauge type, we can safely do the static_cast
mod - /branches/fs2_open_3_6_14/code/parse/sexp.cpp Diff File

fs2_open_3_6_14 r8955

2012-07-01 21:23

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8892; Fix for Mantis 2665: Include Player Ship's in the search for valid Message Sources Affected Issues
0002665
mod - /branches/fs2_open_3_6_14/code/parse/sexp.cpp Diff File

fs2_open_3_6_14 r8954

2012-07-01 21:22

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8871; Fix for Mantis 2631: Take the main hall of first mission of the fallback campaign as the current one and save the campaign to the pilot struct. Affected Issues
0002631
mod - /branches/fs2_open_3_6_14/code/mission/missioncampaign.cpp Diff File

fs2_open_3_6_14 r8953

2012-07-01 21:22

Zacam


Ported: N/A

Details Diff
Backport: Trunk r8869; Valathil's fix for Mantis 0002652 Affected Issues
0002652
mod - /branches/fs2_open_3_6_14/code/ai/aiturret.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 78 79 80 81 82 83 84 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last