Changesets: fs2open

fs2_open_3_6_9 r3274

2006-07-01 23:34

Goober5000


Ported: N/A

Details Diff
okay, I have no idea what I was doing there
--Goober5000
mod - /branches/fs2_open_3_6_9/fs2_open/code/ai/aicode.cpp Diff File
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

fs2_open_3_6_9 r3273

2006-06-30 20:30

Goober5000


Ported: N/A

Details Diff
fix the "Game of TAG" bug; hopefully this won't unfix something else
--Goober5000
mod - /branches/fs2_open_3_6_9/fs2_open/code/mission/missionparse.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File

fs2_open_3_6_9 r3272

2006-06-27 20:46

Goober5000


Ported: N/A

Details Diff
restore compatibility with retail ship types
--Goober5000
mod - /branches/fs2_open_3_6_9/fs2_open/code/globalincs/def_files.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File

trunk r3271

2006-06-27 12:53

taylor


Ported: N/A

Details Diff
add in Goober's new files
mod - /trunk/fs2_open/code/Makefile.am Diff File

trunk r3270

2006-06-27 01:10

taylor


Ported: N/A

Details Diff
account for some minor floating point error in the undock speed check
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

trunk r3269

2006-06-27 01:07

taylor


Ported: N/A

Details Diff
fix various compiler warnings and things that Valgrind complained about
mod - /trunk/fs2_open/code/anim/animplay.cpp Diff File
mod - /trunk/fs2_open/code/anim/packunpack.cpp Diff File
mod - /trunk/fs2_open/code/cutscene/movie.cpp Diff File
mod - /trunk/fs2_open/code/graphics/font.cpp Diff File
mod - /trunk/fs2_open/code/math/floating.cpp Diff File
mod - /trunk/fs2_open/code/math/floating.h Diff File
mod - /trunk/fs2_open/code/menuui/optionsmenu.cpp Diff File
mod - /trunk/fs2_open/code/mission/missioncampaign.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionload.cpp Diff File
mod - /trunk/fs2_open/code/network/multi_rate.h Diff File
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File
mod - /trunk/fs2_open/code/sound/voicerec.cpp Diff File

trunk r3268

2006-06-27 01:06

taylor


Ported: N/A

Details Diff
make sure we don't process cmeasure homing more than once (this should also fix the incompatible network packet)
fix flag check to be sure that we properly detonate missiles tracking cmeasures
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r3267

2006-06-27 01:06

taylor


Ported: N/A

Details Diff
we don't use alc functions here so no real need for the header
mod - /trunk/fs2_open/code/sound/audiostr-openal.cpp Diff File

trunk r3266

2006-06-27 01:05

taylor


Ported: N/A

Details Diff
make sure we only do ship related setup on actual ships
mod - /trunk/fs2_open/code/ship/awacs.cpp Diff File

trunk r3265

2006-06-27 01:04

taylor


Ported: N/A

Details Diff
32-bit PCX conversion doesn't do a bit swizzle so be sure we get the transparent pixel right in the first place to avoid the green
mod - /trunk/fs2_open/code/pcxutils/pcxutils.cpp Diff File

trunk r3264

2006-06-27 01:04

taylor


Ported: N/A

Details Diff
try to allow RAS VPN connects since they probably aren't dial-up and shouldn't be seen as such
mod - /trunk/fs2_open/code/network/psnet2.cpp Diff File

trunk r3263

2006-06-27 01:03

taylor


Ported: N/A

Details Diff
fix so that multiple FBOs can be used with different sizes (plus a few other minor adjustments)
fix various things that Valgrind complained about
mod - /trunk/fs2_open/code/graphics/gropengltexture.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengltexture.h Diff File

trunk r3262

2006-06-27 01:02

taylor


Ported: N/A

Details Diff
add -disable_fbo option to help troubleshoot crappy ATI drivers
address a strange resize error that triggers an Assert() in the texture code with mipmaps
mod - /trunk/fs2_open/code/graphics/gropenglbmpman.cpp Diff File

trunk r3261

2006-06-27 01:00

taylor


Ported: N/A

Details Diff
be sure to properly reset fullscreen/minimized state vars as we switch between them
remove the temporary -alpha_alpha_blend option
fix screenshots on big endian
fix various things that Valgrind complained about
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengl.h Diff File

trunk r3260

2006-06-27 00:58

taylor


Ported: N/A

Details Diff
sync up current OpenAL changes
- "SoundDeviceOAL" reg option for user specified sound device (used instead of "Soundcard" for OpenAL)
- reset current context when we are leaving, may be leaving drivers in a bad state, and it hasn't hung up in quite a while
- if sound card (which DS or OAL) is set to "no sound" then be sure to disable both sound and music
fix various things that Valgrind complained about
make sure we can report both AL and ALC errors
fix for ds_get_free_channel(), it shouldn't return -1 on an AL error
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/sound/ds.cpp Diff File
mod - /trunk/fs2_open/code/sound/ds.h Diff File

trunk r3259

2006-06-27 00:55

taylor


Ported: N/A

Details Diff
add -disable_fbo to troubleshoot crappy ATI drivers
remove the temporary -alpha_alpha_blend option
tack on an extra byte to the flags.lch file so that the launcher can easily detect if it's an OpenAL build or not
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp Diff File
mod - /trunk/fs2_open/code/cmdline/cmdline.h Diff File

trunk r3258

2006-06-27 00:52

taylor


Ported: N/A

Details Diff
fix various things that Valgrind complained about
comp_type for DDS images will always be set to something, an 'uncompressed' type at the least
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp Diff File
mod - /trunk/fs2_open/code/bmpman/bmpman.h Diff File

trunk r3257

2006-06-27 00:50

taylor


Ported: N/A

Details Diff
add/remove files so that 'make dist' works again
mod - /trunk/fs2_open/code/Makefile.am Diff File

trunk r3256

2006-06-27 00:50

taylor


Ported: N/A

Details Diff
bump package version
mod - /trunk/fs2_open/configure.ac Diff File

fs2_open_3_6_9 r3255

2006-06-27 00:22

taylor


Ported: N/A

Details Diff
add in Goober's new files
mod - /branches/fs2_open_3_6_9/fs2_open/code/Makefile.am Diff File

fs2_open_3_6_9 r3254

2006-06-27 00:22

taylor


Ported: N/A

Details Diff
account for some minor floating point error in the undock speed check
mod - /branches/fs2_open_3_6_9/fs2_open/code/ai/aicode.cpp Diff File

fs2_open_3_6_9 r3253

2006-06-27 00:12

Goober5000


Ported: N/A

Details Diff
add new files to project
mod - /branches/fs2_open_3_6_9/fs2_open/projects/MSVC_6/code.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp Diff File

fs2_open_3_6_9 r3252

2006-06-27 00:10

Goober5000


Ported: N/A

Details Diff
bah
mod - /branches/fs2_open_3_6_9/fs2_open/code/object/deadobjectdock.h Diff File

fs2_open_3_6_9 r3251

2006-06-27 00:10

Goober5000


Ported: N/A

Details Diff
cvs header tweak
--Goober5000
mod - /branches/fs2_open_3_6_9/fs2_open/code/object/deadobjectdock.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/object/deadobjectdock.h Diff File

fs2_open_3_6_9 r3250

2006-06-27 00:10

Goober5000


Ported: N/A

Details Diff
handle docked objects during death roll
--Goober5000
mod - /branches/fs2_open_3_6_9/fs2_open/code/ai/aicode.cpp Diff File
add - /branches/fs2_open_3_6_9/fs2_open/code/object/deadobjectdock.cpp File
add - /branches/fs2_open_3_6_9/fs2_open/code/object/deadobjectdock.h File
mod - /branches/fs2_open_3_6_9/fs2_open/code/object/object.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/object/object.h Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/ship/ship.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/ship/shiphit.cpp Diff File
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File
add - /trunk/fs2_open/code/object/deadobjectdock.cpp File
add - /trunk/fs2_open/code/object/deadobjectdock.h File
mod - /trunk/fs2_open/code/object/object.cpp Diff File
mod - /trunk/fs2_open/code/object/object.h Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/ship/shiphit.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 306 307 308 309 310 311 312 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last