Changesets: fs2open

fs2_open_3_6_14 r8351

2012-01-23 17:53

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8298 + 8350; From Valathil: Adjusts view point rotation in 3rd Person/chase view. This is especially apparent in Nebula missions where rotating in Chase View is radically different from cockpit view. This fix corrects that, and has additionally been tested in Multiplayer. && Follow up to 8289 + 8310: Make the sprite rotation independent of the camera direction and revert the docking change and make it simpler
mod - /branches/fs2_open_3_6_14/code/object/object.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/freespace2/freespace.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/ai/aicode.cpp Diff File

trunk r8350

2012-01-23 17:50

Valathil


Ported: N/A

Details Diff
Follow up to 8289 + 8310: Make the sprite rotation independent of the camera direction and revert the docking change and make it simpler
mod - /trunk/fs2_open/code/object/object.cpp Diff File
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

fs2_open_3_6_14 r8349

2012-01-23 17:37

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8297; Purely aesthetic. I have no idea what a packlock is.
mod - /branches/fs2_open_3_6_14/code/playerman/playercontrol.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/playerman/player.h Diff File
mod - /branches/fs2_open_3_6_14/code/freespace2/freespace.cpp Diff File

fs2_open_3_6_14 r8348

2012-01-23 17:36

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8295; tie scramble-messages and unscramble-messages into the communications subsystem status so that they will affect all aspects of communications in a consistent way (squadmsg menu, dashed text, etc.)also make hud_communications_state() be a pure function, i.e. one without side effectsalso fixes Mantis 0002577 Affected Issues
0002577
mod - /branches/fs2_open_3_6_14/code/ship/subsysdamage.h Diff File
mod - /branches/fs2_open_3_6_14/code/mission/missionmessage.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/hud/hudtarget.h Diff File
mod - /branches/fs2_open_3_6_14/code/hud/hudtarget.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/hud/hudsquadmsg.cpp Diff File

fs2_open_3_6_14 r8347

2012-01-23 17:22

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8294; Fix for Mantis 2575: Don't increment array indices without checking for the maximum. Affected Issues
0002575
mod - /branches/fs2_open_3_6_14/code/graphics/gropengllight.cpp Diff File

fs2_open_3_6_14 r8346

2012-01-23 17:21

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8293; Small scripting documentation fix: modeltextures -> modeltextures_h.
mod - /branches/fs2_open_3_6_14/code/parse/lua.cpp Diff File

fs2_open_3_6_14 r8345

2012-01-23 17:20

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8291; Fix a few unused variable warnings that popped up after recent commits by Echelon9
mod - /branches/fs2_open_3_6_14/code/mission/missionbriefcommon.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/hud/hudtarget.cpp Diff File

trunk r8344

2012-01-23 14:12

Valathil


Ported: N/A

Details Diff
Fix for Mantis 2580: Use the texture matrix in the vertex shader to support texture panning. Affected Issues
0002580
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File

fs2_open_3_6_14 r8343

2012-01-23 13:18

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8289 + 8310; Fix for Mantis 2522: Moved the calculation of the sprite rotation to get the updated orientation matrix after dock calculation. && Follow up to 8289: Change the rotation back to relative cause of flipping out billboards at certain viewing angles and fix the dock rotation another way. Affected Issues
0002522
mod - /branches/fs2_open_3_6_14/code/physics/physics.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/object/object.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/ai/aicode.cpp Diff File

fs2_open_3_6_14 r8342

2012-01-23 13:11

Zacam


Ported: N/A

Details Diff
Backport: Trunk 8274-8286; LLVM Warnings Fixes from Echelon9.
mod - /branches/fs2_open_3_6_14/code/weapon/beam.h Diff File
mod - /branches/fs2_open_3_6_14/code/weapon/beam.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/sound/audiostr.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/ship/ship.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/ship/afterburner.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/missionui/missionweaponchoice.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/mission/missionload.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/mission/missionhotkey.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/mission/missiongoals.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/mission/missionbriefcommon.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/localization/localize.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/hud/hudtarget.h Diff File
mod - /branches/fs2_open_3_6_14/code/hud/hudtarget.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/ai/aigoals.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/ai/aibig.cpp Diff File

trunk r8341

2012-01-23 08:51

The_E


Ported: N/A

Details Diff
Followup to 8327: Texture names from pofs are provided without extension, so we have to make sure to account for it.
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File

fs2_open_3_6_14 r8340

2012-01-23 00:00

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8272; Fix for Mantis 2576: Use the beam direction as the applied force vector Affected Issues
0002576
mod - /branches/fs2_open_3_6_14/code/weapon/beam.cpp Diff File

fs2_open_3_6_14 r8339

2012-01-22 23:59

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8270; Fix for Mantis 2461: Check to see if the reduced damp timestamp is valid so we don't get ridiculous acceleration values. Affected Issues
0002461
mod - /branches/fs2_open_3_6_14/code/physics/physics.cpp Diff File

fs2_open_3_6_14 r8338

2012-01-22 23:59

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8269; These error messages need to be waay clearer
mod - /branches/fs2_open_3_6_14/code/model/modelread.cpp Diff File

fs2_open_3_6_14 r8337

2012-01-22 23:58

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8266; Fix for Mantis 2574: Timestamps do not work that way, also fixed the rapid fire "Out of Energy" sound for fighter beams. Affected Issues
0002574
mod - /branches/fs2_open_3_6_14/code/weapon/beam.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/ship/ship.cpp Diff File

fs2_open_3_6_14 r8336

2012-01-22 23:57

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8265; Fix for Mantis 2553: Fix overdrawing subspace glows by changing them from thrusters to normal bitmaps therefore avoiding a render time problem with the thruster geometry batcher. Affected Issues
0002553
mod - /branches/fs2_open_3_6_14/code/starfield/starfield.cpp Diff File

fs2_open_3_6_14 r8335

2012-01-22 23:56

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8263 + 8271; Fix for Mantis 2573: Special Hitpoint settings get carried over when deleting and adding ships in FRED && update to revision 8263: one should probably reset the special shields if you reset special hitpoints Affected Issues
0002573
mod - /branches/fs2_open_3_6_14/code/ship/ship.cpp Diff File

fs2_open_3_6_14 r8334

2012-01-22 23:54

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8262; need to use subsystem_stricmp for subsystems
mod - /branches/fs2_open_3_6_14/code/mission/missionlog.cpp Diff File

fs2_open_3_6_14 r8333

2012-01-22 23:53

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8261; Fix for Mantis 2572: Just dont render 0.0 Laser Length weapons Affected Issues
0002572
mod - /branches/fs2_open_3_6_14/code/weapon/weapons.cpp Diff File
mod - /branches/fs2_open_3_6_14/code/lab/lab.cpp Diff File

fs2_open_3_6_14 r8332

2012-01-22 23:52

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8260; Fix for mantis 0002480: when emptying secondary banks use the standard function... Affected Issues
0002480
mod - /branches/fs2_open_3_6_14/code/ship/ship.cpp Diff File

fs2_open_3_6_14 r8331

2012-01-22 23:47

chief1983


Ported: N/A

Details Diff
Backport: Trunk 8254; Fixes 0002571 - Changes a value in each config to match the config name. Affected Issues
0002571
mod - /branches/fs2_open_3_6_14/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj Diff File

antipodes r8330

2012-01-22 22:19

chief1983


Ported: N/A

Details Diff
Trunk Sync: r8239
mod - /branches/antipodes/code/ship/ship.cpp Diff File

trunk r8329

2012-01-22 21:48

Goober5000


Ported: N/A

Details Diff
fix Mantis 0002579
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

antipodes r8328

2012-01-22 20:36

chief1983


Ported: N/A

Details Diff
Trunk Sync: r8326-8327
mod - /branches/antipodes/code/ship/ship.cpp Diff File
mod - /branches/antipodes/code/model/modelinterp.cpp Diff File
mod - /branches/antipodes/code/ai/aigoals.cpp Diff File
mod - /branches/antipodes/code/ai/ai.cpp Diff File

trunk r8327

2012-01-22 20:25

The_E


Ported: N/A

Details Diff
Fix for Mantis 1997: "Filename too long" warning for nonexistant textures.
Affected Issues
0001997
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 103 104 105 106 107 108 109 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last