Changesets: fs2open

antipodes r6526

2010-09-26 17:16

taylor


Ported: N/A

Details Diff
re-comment debug message
mod - /branches/antipodes/code/object/objectsort.cpp Diff File

antipodes r6525

2010-09-26 14:17

Zacam


Ported: N/A

Details Diff
Trunk Sync - r6524.
mod - /branches/antipodes/code/parse/lua.cpp Diff File
mod - /branches/antipodes/code/parse/sexp.cpp Diff File
mod - /branches/antipodes/code/sound/sound.cpp Diff File
mod - /branches/antipodes/code/weapon/beam.cpp Diff File

trunk r6524

2010-09-26 11:54

The_E


Ported: N/A

Details Diff
Better error checking for adjust-audio-volume, fixes Mantis 2314. Thanks to Echelon9 for noticing this.
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/sound/sound.cpp Diff File

trunk r6523

2010-09-26 07:32

Wanderer


Ported: N/A

Details Diff
Fix for mantis 2303 and related issue in lua.cpp
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File
mod - /trunk/fs2_open/code/weapon/beam.cpp Diff File

antipodes r6522

2010-09-26 06:39

Echelon9


Ported: N/A

Details Diff
Code cleanup: Remove redundant Num_observer_obs ahead of converting Observers array to an STL container
mod - /branches/antipodes/code/observer/observer.cpp Diff File
mod - /branches/antipodes/code/observer/observer.h Diff File

antipodes r6521

2010-09-26 06:33

Echelon9


Ported: N/A

Details Diff
Code cleanup: No need to track separately the Num_files variable when Cutscene_list is an STL container
mod - /branches/antipodes/code/cutscene/cutscenes.cpp Diff File

antipodes r6520

2010-09-25 23:25

The_E


Ported: N/A

Details Diff
Ooops, minor typo
mod - /branches/antipodes/code/graphics/gropenglshader.cpp Diff File

antipodes r6519

2010-09-25 21:44

Zacam


Ported: N/A

Details Diff
Trunk Sync - r6515 (6506, 6507, 6508, 6511, 6512, 5614 actually committed, 5613/6515 ignored)
mod - /branches/antipodes/code/ai/aibig.cpp Diff File
mod - /branches/antipodes/code/ai/aicode.cpp Diff File
mod - /branches/antipodes/code/object/object.cpp Diff File
mod - /branches/antipodes/code/parse/scripting.cpp Diff File
mod - /branches/antipodes/code/parse/scripting.h Diff File
mod - /branches/antipodes/code/parse/sexp.cpp 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/shiphit.cpp Diff File
mod - /branches/antipodes/code/weapon/weapon.h Diff File
mod - /branches/antipodes/code/weapon/weapons.cpp Diff File

antipodes r6518

2010-09-25 21:26

Zacam


Ported: N/A

Details Diff
Fix to add :AdditionalOptions="/FORCE:MULTIPLE" to MSVC 2008 to allow Fred compilation.
mod - /branches/antipodes/projects/MSVC_2008/Fred2.vcproj Diff File

antipodes r6517

2010-09-25 21:24

The_E


Ported: N/A

Details Diff
Normalized line endings
mod - /branches/antipodes/code/graphics/gropenglpostprocessing.cpp Diff File

antipodes r6516

2010-09-25 21:23

The_E


Ported: N/A

Details Diff
Bringing back the old-style shader compilation report
mod - /branches/antipodes/code/graphics/gropenglshader.cpp Diff File

trunk r6515

2010-09-25 17:38

The_E


Ported: N/A

Details Diff
Reverting 6513 due to errors found in the implementation
mod - /trunk/fs2_open/code/model/modelcollide.cpp Diff File

trunk r6514

2010-09-25 16:50

Wanderer


Ported: N/A

Details Diff
Fix to prevent global damage (shockwaves etc) from creating debris shards that spawn in empty space
mod - /trunk/fs2_open/code/ship/shiphit.cpp Diff File

trunk r6513

2010-09-25 16:49

Wanderer


Ported: N/A

Details Diff
Fix for mantis 2304 - non standard uvec/fvec turrets did not have proper collision detection
mod - /trunk/fs2_open/code/model/modelcollide.cpp Diff File

trunk r6512

2010-09-25 15:43

The_E


Ported: N/A

Details Diff
Adding the "On Weapon Selected", "On Weapon Deselected", "On Weapon Equipped" and "On Weapon Fired" scripting actions.
mod - /trunk/fs2_open/code/object/object.cpp Diff File
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File
mod - /trunk/fs2_open/code/parse/scripting.h Diff File
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/weapon/weapon.h Diff File
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r6511

2010-09-25 15:08

The_E


Ported: N/A

Details Diff
Moving this assert to a better place
mod - /trunk/fs2_open/code/ai/aibig.cpp Diff File

antipodes r6510

2010-09-24 12:48

The_E


Ported: N/A

Details Diff
Ooops, those are unneeded
mod - /branches/antipodes/code/fred2/fred.h Diff File

antipodes r6509

2010-09-24 12:34

The_E


Ported: N/A

Details Diff
Fix FRED building. Note that this is partially an ugly hack through using the linkers' FORCE:MULTIPLE option. See also: http://msdn.microsoft.com/en-us/library/70abkas3.aspx
mod - /branches/antipodes/code/fred2/fred.h Diff File
mod - /branches/antipodes/code/fred2/sexp_tree.cpp Diff File
mod - /branches/antipodes/code/graphics/gropenglpostprocessing.cpp Diff File
mod - /branches/antipodes/code/graphics/gropenglpostprocessing.h Diff File
mod - /branches/antipodes/projects/MSVC_2010/Fred2.vcxproj Diff File

trunk r6508

2010-09-24 02:31

The_E


Ported: N/A

Details Diff
Less ugly hacks is good as well. Why compute the object index, when it's passed as a function argument?
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

trunk r6507

2010-09-24 02:29

The_E


Ported: N/A

Details Diff
Added an Assertion() to further narrow down the cause of the "ai_find_path tries to find path that doesn't exist" bug
mod - /trunk/fs2_open/code/ai/aibig.cpp Diff File

trunk r6506

2010-09-24 02:28

The_E


Ported: N/A

Details Diff
Avoiding a possible Int3() due to invalid data being passed; since the documentation for get-object-* doesn't specify that you need to give all 3 "relative coordinate" arguments, this needs to be checked.
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

antipodes r6505

2010-09-23 16:53

The_E


Ported: N/A

Details Diff
Hopefully fix Xcode compilation issue reported by chief1983
mod - /branches/antipodes/code/graphics/gropengltexture.h Diff File

antipodes r6504

2010-09-23 13:06

chief1983


Ported: N/A

Details Diff
Add fsmemory.h to Xcode project
mod - /branches/antipodes/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj Diff File

antipodes r6503

2010-09-23 02:09

The_E


Ported: N/A

Details Diff
taylor's fix for the loading issues. Please regenerate your cache files.
mod - /branches/antipodes/code/model/modelinterp.cpp Diff File

antipodes r6502

2010-09-23 01:17

The_E


Ported: N/A

Details Diff
Only free what actually needs freeing
mod - /branches/antipodes/code/weapon/weapons.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 176 177 178 179 180 181 182 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last