Changesets: fs2open

trunk r8301

2012-01-22 01:47

Echelon9


Ported: N/A

Details Diff
Documentation: Missionweaponchoice.cpp and related changes. Removed a few redundant functions.
mod - /trunk/fs2_open/code/network/multiteamselect.h Diff File
mod - /trunk/fs2_open/code/network/multiteamselect.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missionscreencommon.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missionbrief.cpp Diff File
mod - /trunk/fs2_open/code/lighting/lighting.cpp Diff File
mod - /trunk/fs2_open/code/lab/lab.cpp Diff File

trunk r8300

2012-01-22 01:40

Goober5000


Ported: N/A

Details Diff
don't remove the escort flag from invisible ships that aren't on the escort list (fixes Mantis 0002057)
also, don't remove dead or dying ships from the escort list, because due to the design of the culling function, they were never removed previously
mod - /trunk/fs2_open/code/hud/hudescort.cpp Diff File

trunk r8299

2012-01-22 00:37

Goober5000


Ported: N/A

Details Diff
the proper way to fix Mantis 0002441 is by modifying the team_visibility_update function
also, clarify terminology: in-frustum/not-in-frustum replaces visible/invisible
and do some minor rewrites for additional clarification
mod - /trunk/fs2_open/code/ship/awacs.cpp Diff File
mod - /trunk/fs2_open/code/radar/radarsetup.cpp Diff File
mod - /trunk/fs2_open/code/nebula/neb.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

trunk r8298

2012-01-21 22:13

Zacam


Ported: N/A

Details Diff
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.
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r8297

2012-01-21 21:30

Zacam


Ported: N/A

Details Diff
Purely aesthetic. I have no idea what a packlock is.
mod - /trunk/fs2_open/code/playerman/playercontrol.cpp Diff File
mod - /trunk/fs2_open/code/playerman/player.h Diff File
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

antipodes r8296

2012-01-21 21:09

Zacam


Ported: N/A

Details Diff
Trunk Sync: r8287, r8291-8295
mod - /branches/antipodes/code/ship/subsysdamage.h Diff File
mod - /branches/antipodes/code/ship/ship.h 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/mission/missionmessage.cpp Diff File
mod - /branches/antipodes/code/mission/missionbriefcommon.cpp Diff File
mod - /branches/antipodes/code/menuui/mainhallmenu.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/hudsquadmsg.cpp Diff File
mod - /branches/antipodes/code/graphics/gropengllight.cpp Diff File
mod - /branches/antipodes/code/ai/aiturret.cpp Diff File

trunk r8295

2012-01-21 17:08

Goober5000


Ported: N/A

Details Diff
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 effects
also fixes Mantis 0002577
mod - /trunk/fs2_open/code/ship/subsysdamage.h Diff File
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.h Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudsquadmsg.cpp Diff File

trunk r8294

2012-01-21 14:52

Valathil


Ported: N/A

Details Diff
Fix for Mantis 2575: Don't increment array indices without checking for the maximum. Affected Issues
0002575
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp Diff File

trunk r8293

2012-01-21 10:52

zookeeper


Ported: N/A

Details Diff
Small scripting documentation fix: modeltextures -> modeltextures_h.
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

trunk r8292

2012-01-21 10:16

zookeeper


Ported: N/A

Details Diff
Added the $On Turret Fired scripting hook.
mod - /trunk/fs2_open/code/ship/ship.h Diff File
mod - /trunk/fs2_open/code/parse/scripting.h Diff File
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File

trunk r8291

2012-01-21 07:40

The_E


Ported: N/A

Details Diff
Fix a few unused variable warnings that popped up after recent commits by Echelon9
mod - /trunk/fs2_open/code/mission/missionbriefcommon.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

antipodes r8290

2012-01-21 07:12

The_E


Ported: N/A

Details Diff
TRunk sync r8270-8286, 8289
mod - /branches/antipodes/code/weapon/beam.h Diff File
mod - /branches/antipodes/code/weapon/beam.cpp Diff File
mod - /branches/antipodes/code/sound/audiostr.cpp Diff File
mod - /branches/antipodes/code/ship/ship.cpp Diff File
mod - /branches/antipodes/code/ship/afterburner.cpp Diff File
mod - /branches/antipodes/code/physics/physics.cpp Diff File
mod - /branches/antipodes/code/object/object.cpp Diff File
mod - /branches/antipodes/code/missionui/missionweaponchoice.cpp Diff File
mod - /branches/antipodes/code/mission/missionload.cpp Diff File
mod - /branches/antipodes/code/mission/missionhotkey.cpp Diff File
mod - /branches/antipodes/code/mission/missiongoals.cpp Diff File
mod - /branches/antipodes/code/mission/missionbriefcommon.cpp Diff File
mod - /branches/antipodes/code/localization/localize.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/freespace2/freespace.cpp Diff File
mod - /branches/antipodes/code/ai/aigoals.cpp Diff File
mod - /branches/antipodes/code/ai/aibig.cpp Diff File

trunk r8289

2012-01-21 05:33

Valathil


Ported: N/A

Details Diff
Fix for Mantis 2522: Moved the calculation of the sprite rotation to get the updated orientation matrix after dock calculation. Affected Issues
0002522
mod - /trunk/fs2_open/code/physics/physics.cpp Diff File
mod - /trunk/fs2_open/code/object/object.cpp Diff File

trunk r8288

2012-01-21 03:41

Goober5000


Ported: N/A

Details Diff
project file changes for wxfred
mod - /trunk/fs2_open/projects/MSVC_6/wxFRED2.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_2005/wxFRED2.vcproj Diff File
mod - /trunk/fs2_open/projects/MSVC_2005/code.vcproj Diff File
mod - /trunk/fs2_open/projects/MSVC_2005/Freespace2.sln Diff File

trunk r8287

2012-01-21 02:58

Goober5000


Ported: N/A

Details Diff
VC6 compatibility
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp Diff File

trunk r8286

2012-01-21 02:48

Echelon9


Ported: N/A

Details Diff
LLVM Warnings fix: Value stored to is never read and related, in mission folder
mod - /trunk/fs2_open/code/mission/missionload.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionhotkey.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionbriefcommon.cpp Diff File

trunk r8285

2012-01-21 02:27

Echelon9


Ported: N/A

Details Diff
LLVM Warnings fix: Value stored to * is never read, in missionweaponchoice.cpp
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp Diff File

trunk r8284

2012-01-21 02:21

Echelon9


Ported: N/A

Details Diff
LLVM Warning fix: Various warnings within hudtarget.cpp and ancilliary changes
mod - /trunk/fs2_open/code/hud/hudtarget.h Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r8283

2012-01-21 01:44

Echelon9


Ported: N/A

Details Diff
LLVM Warning fix: Value stored to goal_changed is never read
mod - /trunk/fs2_open/code/mission/missiongoals.cpp Diff File

trunk r8282

2012-01-21 01:42

Echelon9


Ported: N/A

Details Diff
LLVM Warning fix: Value stored to percent_left is never read
mod - /trunk/fs2_open/code/ship/afterburner.cpp Diff File

trunk r8281

2012-01-21 01:36

Echelon9


Ported: N/A

Details Diff
LLVM Warning fix: Value stored to num_offsets_on_this_line is never read. Btw no need to clear this specific variable as it is defined within the while() loop, unlike the others.
mod - /trunk/fs2_open/code/localization/localize.cpp Diff File

trunk r8280

2012-01-21 01:34

Echelon9


Ported: N/A

Details Diff
LLVM Warning fix: Value stored to ship_is_ballistic is never read
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r8279

2012-01-21 01:27

Echelon9


Ported: N/A

Details Diff
LLVM Warning fix: Value stored to target_objp is never read
mod - /trunk/fs2_open/code/ai/aibig.cpp Diff File

trunk r8278

2012-01-21 01:25

Echelon9


Ported: N/A

Details Diff
LLVM Warning fix: Value stored to enemy_ship_type is never read
mod - /trunk/fs2_open/code/ai/aibig.cpp Diff File

trunk r8277

2012-01-21 01:18

Echelon9


Ported: N/A

Details Diff
LLVM Warning fix: Remove this dead code to ai_shipname
mod - /trunk/fs2_open/code/ai/aigoals.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 105 106 107 108 109 110 111 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last