Changesets: fs2open

trunk r5524

2009-08-19 13:19

Wanderer


Ported: N/A

Details Diff
fix for shield armor issue reported by Qent
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r5523

2009-08-19 02:58

karajorma


Ported: N/A

Details Diff
Bump the number of manoeuvring thrusters again. This probably should be made dynamic at some point.
mod - /trunk/fs2_open/code/ship/ship.h Diff File

trunk r5522

2009-08-18 00:32

Sushi


Ported: N/A

Details Diff
Major expansion of AI.tbl. AI.tbl now allows per-AI-class changes to AI settings in AI Profiles. Numerical values (such as $Glide Attack Percent or $Predict Position Delay) are handled as multipliers. YES/NO flags are overridden if set for a specific AI class. All of these multipliers and overrides are optional, and only active if explicitly specified for an AI class.
mod - /trunk/fs2_open/code/ai/ai.h Diff File
mod - /trunk/fs2_open/code/ai/ai_profiles.cpp Diff File
mod - /trunk/fs2_open/code/ai/ai_profiles.h Diff File
mod - /trunk/fs2_open/code/ai/aibig.cpp Diff File
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File
mod - /trunk/fs2_open/code/object/objectshield.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r5521

2009-08-17 07:41

Wanderer


Ported: N/A

Details Diff
fix for low res medals screen (by flaming sword)
mod - /trunk/fs2_open/code/stats/medals.cpp Diff File

trunk r5520

2009-08-15 12:40

portej05


Ported: N/A

Details Diff
Another offsets fix from Flaming_Sword (optionsmenumulti.cpp Line 471 20->31)
What appears to be an indexing error (cheers wanderer!)
mod - /trunk/fs2_open/code/menuui/optionsmenumulti.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r5519

2009-08-14 11:42

portej05


Ported: N/A

Details Diff
Flaming_Swords Interface Fixes "fixed popup dialog button errors"
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File

trunk r5518

2009-08-14 08:18

portej05


Ported: N/A

Details Diff
Windoze->Windows
(Another) Fix (Attempt) for Mantis 1090. Make the IS_VEC_NULL now check small ranges, not just == 0.f
mod - /trunk/fs2_open/code/io/joy.cpp Diff File
mod - /trunk/fs2_open/code/math/vecmat.h Diff File

trunk r5517

2009-08-14 07:39

Wanderer


Ported: N/A

Details Diff
lua virtvar to check and control hud draw status
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

trunk r5516

2009-08-13 13:23

Wanderer


Ported: N/A

Details Diff
fix for the support ship issue
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r5515

2009-08-13 08:41

Echelon9


Ported: N/A

Details Diff
Modified version of blowfish's FSAA implementation for OS X. Enabled in ~/Library/FS2_Open/fs2_open.ini with OGL_AntiAliasSamples
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File

trunk r5514

2009-08-13 00:25

portej05


Ported: N/A

Details Diff
Quick update to mspdb_callstack.cpp to handle 64bit windows more correctly (I think - nobody has actually managed to compile FSO on 64bit windows successfully yet.)
Offset fix from Flaming_Sword for the music slider in optionsmenu.cpp (281->279 on line 189)
mod - /trunk/fs2_open/code/globalincs/mspdb_callstack.cpp Diff File
mod - /trunk/fs2_open/code/menuui/optionsmenu.cpp Diff File

antipodes r5513

2009-08-09 10:38

portej05


Ported: N/A

Details Diff
Hery's shaders patch
mod - /branches/antipodes/code/graphics/gropenglshader.cpp Diff File

antipodes r5512

2009-08-09 09:47

portej05


Ported: N/A

Details Diff
Trunk sync (pending Hery's shaders patch)
mod - /branches/antipodes/code/ai/aibig.cpp Diff File
mod - /branches/antipodes/code/ai/aicode.cpp Diff File
mod - /branches/antipodes/code/graphics/gropengl.cpp Diff File
mod - /branches/antipodes/code/weapon/weapons.cpp Diff File

trunk r5511

2009-08-09 07:49

karajorma


Ported: N/A

Details Diff
That really needs to be more than just an assertion.
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r5510

2009-08-08 02:02

Echelon9


Ported: N/A

Details Diff
Proposed change for a OpenGL GLint fix in Snow Leopard
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File

trunk r5509

2009-08-05 01:36

Sushi


Ported: N/A

Details Diff
Some fixes/improvements to AI glide stuff, cleaned up some comments and notes
mod - /trunk/fs2_open/code/ai/aibig.cpp Diff File
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

antipodes r5508

2009-08-03 12:15

portej05


Ported: N/A

Details Diff
Trunk sync
mod - /branches/antipodes/code/cutscene/cutscenes.cpp Diff File
mod - /branches/antipodes/code/fred2/fredview.cpp Diff File
mod - /branches/antipodes/code/fred2/fredview.h Diff File
mod - /branches/antipodes/code/fred2/missionsave.cpp Diff File
mod - /branches/antipodes/code/globalincs/mspdb_callstack.cpp Diff File
mod - /branches/antipodes/code/globalincs/safe_strings.cpp Diff File
mod - /branches/antipodes/code/globalincs/safe_strings.h Diff File
mod - /branches/antipodes/code/globalincs/version.cpp Diff File
mod - /branches/antipodes/code/hud/hud.h Diff File
mod - /branches/antipodes/code/iff_defs/iff_defs.cpp Diff File
mod - /branches/antipodes/code/radar/radar.cpp Diff File
mod - /branches/antipodes/code/radar/radarorb.cpp Diff File
mod - /branches/antipodes/code/radar/radarsetup.cpp Diff File
mod - /branches/antipodes/code/radar/radarsetup.h Diff File
mod - /branches/antipodes/code/ship/ship.cpp Diff File
mod - /branches/antipodes/code/ship/ship.h Diff File
mod - /branches/antipodes/code/ship/shipfx.cpp Diff File
mod - /branches/antipodes/code/ship/shiphit.cpp Diff File
mod - /branches/antipodes/code/weapon/weapon.h Diff File
mod - /branches/antipodes/code/weapon/weapons.cpp Diff File

trunk r5507

2009-08-03 11:31

portej05


Ported: N/A

Details Diff
Get rid of confusing magic numbers and boolean logic that is confusing on non-0 or not numbers.
mod - /trunk/fs2_open/code/fred2/fredview.cpp Diff File
mod - /trunk/fs2_open/code/fred2/fredview.h Diff File
mod - /trunk/fs2_open/code/fred2/missionsave.cpp Diff File

trunk r5506

2009-08-02 08:56

Wanderer


Ported: N/A

Details Diff
Fix for the 'carry-no-damage' subsystem flag, feature commit of shield armor types and shield armor type based piercing percentage setting.
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File
mod - /trunk/fs2_open/code/ship/shiphit.cpp Diff File

trunk r5505

2009-08-02 08:20

Wanderer


Ported: N/A

Details Diff
fix to allow live debris from static subsystems
mod - /trunk/fs2_open/code/ship/shipfx.cpp Diff File

trunk r5504

2009-08-02 05:22

portej05


Ported: N/A

Details Diff
Fix for pdb debugging not showing the symbols on subsequent warnings.
mod - /trunk/fs2_open/code/globalincs/mspdb_callstack.cpp Diff File

trunk r5503

2009-08-02 02:32

portej05


Ported: N/A

Details Diff
Fix crash when no cutscenes are defined (NULL pointer dereference through vector [] overload)
mod - /trunk/fs2_open/code/cutscene/cutscenes.cpp Diff File

trunk r5502

2009-07-31 13:26

Wanderer


Ported: N/A

Details Diff
variable lead prediction missiles & untargeted heat seekers (aka 'primitive sensor' heat seekers)
mod - /trunk/fs2_open/code/weapon/weapon.h Diff File
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r5501

2009-07-31 13:25

Wanderer


Ported: N/A

Details Diff
commit of target highlighting options mostly for radar icons
mod - /trunk/fs2_open/code/hud/hud.h Diff File
mod - /trunk/fs2_open/code/iff_defs/iff_defs.cpp Diff File
mod - /trunk/fs2_open/code/radar/radar.cpp Diff File
mod - /trunk/fs2_open/code/radar/radarorb.cpp Diff File
mod - /trunk/fs2_open/code/radar/radarsetup.cpp Diff File
mod - /trunk/fs2_open/code/radar/radarsetup.h Diff File

trunk r5500

2009-07-31 11:02

portej05


Ported: N/A

Details Diff
ifdef logic correction for safe_strings (VS2008 release build)
Full logic description is included in comments - please check!
mod - /trunk/fs2_open/code/globalincs/safe_strings.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/safe_strings.h Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 216 217 218 219 220 221 222 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last