Changesets: fs2open

antipodes r7351

2011-07-17 00:44

Zacam


Ported: N/A

Details Diff
Trunk Syn - r7350
mod - /branches/antipodes/code/globalincs/def_files.cpp Diff File
mod - /branches/antipodes/code/graphics/gropengllight.cpp Diff File
mod - /branches/antipodes/code/mission/missiontraining.cpp Diff File
mod - /branches/antipodes/code/weapon/beam.cpp Diff File

trunk r7350

2011-07-17 00:39

Zacam


Ported: N/A

Details Diff
Update to Post_Processing for split controls on Brightness and contrast.
Spacing/formatting clean-up.
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File

trunk r7349

2011-07-17 00:36

Zacam


Ported: N/A

Details Diff
From Valathil: Beams now use Tube lighting. Updates to main shaders accordingly.
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp Diff File
mod - /trunk/fs2_open/code/weapon/beam.cpp Diff File

trunk r7348

2011-07-14 03:08

Swifty


Ported: N/A

Details Diff
Corrected directive gauge to use both X and Y offsets.
mod - /trunk/fs2_open/code/mission/missiontraining.cpp Diff File

antipodes r7347

2011-07-13 05:04

The_E


Ported: N/A

Details Diff
Trunk sync r7246
mod - /branches/antipodes/code/ai/ai_profiles.cpp Diff File
mod - /branches/antipodes/code/graphics/gropengltnl.cpp Diff File
mod - /branches/antipodes/code/model/modelinterp.cpp Diff File
mod - /branches/antipodes/code/weapon/weapons.cpp Diff File

trunk r7346

2011-07-13 05:03

The_E


Ported: N/A

Details Diff
From Valathil: Do light sorting only once per object
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp Diff File
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File

trunk r7345

2011-07-13 03:33

Goober5000


Ported: N/A

Details Diff
Valathil's fixes for #weak weapon variants
http://www.hard-light.net/forums/index.php?topic=77060.0
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r7344

2011-07-11 15:09

Zacam


Ported: N/A

Details Diff
Copeh Pasteh does not make for al dente.
mod - /trunk/fs2_open/code/ai/ai_profiles.cpp Diff File

antipodes r7343

2011-07-11 04:22

Zacam


Ported: N/A

Details Diff
Trunk Sync - r7342
mod - /branches/antipodes/code/ai/ai_profiles.cpp Diff File
mod - /branches/antipodes/code/globalincs/def_files.cpp Diff File

trunk r7342

2011-07-10 22:10

Goober5000


Ported: N/A

Details Diff
deal with string truncation on MSVC6
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File

trunk r7341

2011-07-10 22:05

Goober5000


Ported: N/A

Details Diff
Valathil's method will fail on a string that is less than 60 chars and does not contain a :, so use memset, which is the historical technique
mod - /trunk/fs2_open/code/ai/ai_profiles.cpp Diff File

trunk r7340

2011-07-10 13:21

Zacam


Ported: N/A

Details Diff
Additional warning messaging for parsing the ai_profiles.tbl or -aip.tbm.
mod - /trunk/fs2_open/code/ai/ai_profiles.cpp Diff File

trunk r7339

2011-07-10 13:05

Zacam


Ported: N/A

Details Diff
From Valathil: ai_profiles tbl/tbm will now parse set_flags and warn on unrecognized declarations when found.
Credits to Spoon and WoD for unveiling this over-sight.
mod - /trunk/fs2_open/code/ai/ai_profiles.cpp Diff File

antipodes r7338

2011-07-09 13:37

Zacam


Ported: N/A

Details Diff
One should remember to revert testing code out before doing a Sync. *sighs*
mod - /branches/antipodes/code/graphics/gropengllight.cpp Diff File

antipodes r7337

2011-07-09 13:11

Zacam


Ported: N/A

Details Diff
Trunk Sync -r7336
mod - /branches/antipodes/code/fireball/fireballs.cpp Diff File
mod - /branches/antipodes/code/graphics/gropengllight.cpp Diff File

trunk r7336

2011-07-09 09:14

The_E


Ported: N/A

Details Diff
Reverting 7334 and 7333, following feedback from valathil
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp Diff File

trunk r7335

2011-07-07 08:59

Echelon9


Ported: N/A

Details Diff
Fix r7325: Asset() =/= Assertion()
mod - /trunk/fs2_open/code/fireball/fireballs.cpp Diff File

trunk r7334

2011-07-06 19:07

Zacam


Ported: N/A

Details Diff
Directional Lights sorting probably should not have been flipped, the rest seem to be okay though.
(Sun facing sides of ships were going pitch dark when lots of beams were active)
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp Diff File

trunk r7333

2011-07-06 16:55

Zacam


Ported: N/A

Details Diff
From Valathil: Correction to commit 7292. Light sorting now takes place in the proper order.
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp Diff File

antipodes r7332

2011-07-06 16:55

Zacam


Ported: N/A

Details Diff
From Valathil: Correction to commit 7292. Light sorting now takes place in the proper order.
mod - /branches/antipodes/code/graphics/gropengllight.cpp Diff File

antipodes r7331

2011-07-06 06:51

The_E


Ported: N/A

Details Diff
Trunk sync r7230
mod - /branches/antipodes/code/cmdline/cmdline.cpp Diff File
mod - /branches/antipodes/code/globalincs/def_files.cpp Diff File
mod - /branches/antipodes/code/graphics/gropenglpostprocessing.cpp Diff File

trunk r7330

2011-07-06 06:48

The_E


Ported: N/A

Details Diff
Major change to FXAA. Now doing a prepass to convert the main shaders' RGBA output into RGBL. Also enables minor speedup for OpenGL 4/4.1 capable chips. Default preset changed to 6.
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp Diff File

antipodes r7329

2011-07-06 01:23

Zacam


Ported: N/A

Details Diff
Trunk Sync - r7328
mod - /branches/antipodes/code/cfile/cfilesystem.cpp Diff File
mod - /branches/antipodes/code/fireball/fireballs.cpp Diff File
mod - /branches/antipodes/code/fireball/fireballs.h Diff File
mod - /branches/antipodes/code/globalincs/def_files.cpp Diff File
mod - /branches/antipodes/code/object/object.cpp Diff File
mod - /branches/antipodes/code/parse/sexp.cpp Diff File

trunk r7328

2011-07-06 01:06

Goober5000


Ported: N/A

Details Diff
a wee bit more is needed
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp Diff File

trunk r7327

2011-07-06 00:44

Goober5000


Ported: N/A

Details Diff
make things compile
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 143 144 145 146 147 148 149 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last