Changesets: fs2open

trunk r2599

2006-01-04 16:48

WMCoolmon


Ported: N/A

Details Diff
Flak weapons only use detonation range if targets are further away than $Det range
mod - /trunk/fs2_open/code/weapon/flak.cpp Diff File

trunk r2598

2006-01-04 03:19

taylor


Ported: N/A

Details Diff
fixes for regular texture replacement
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File
mod - /trunk/fs2_open/code/model/model.h Diff File
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File

trunk r2597

2006-01-03 18:24

taylor


Ported: N/A

Details Diff
fix files corrupted by RTs commit
mod - /trunk/fs2_open/oggvorbis/lib.osx3/libogg_fs.a Diff File
mod - /trunk/fs2_open/oggvorbis/lib.osx3/libvorbis_fs.a Diff File
mod - /trunk/fs2_open/oggvorbis/lib.osx3/libvorbisfile_fs.a Diff File
mod - /trunk/fs2_open/projects/Xcode/FS2_Open.icns Diff File

trunk r2596

2006-01-03 17:46

taylor


Ported: N/A

Details Diff
oops, should have been checking my logs on that one, fixes minor GL error
mod - /trunk/fs2_open/code/graphics/gropengltexture.cpp Diff File

trunk r2595

2006-01-03 15:13

RandomTiger


Ported: N/A

Details Diff
Fixed bad phrases path
mod - /trunk/fs2_open/code/freespace2/freespace.rc Diff File

trunk r2594

2006-01-03 13:09

RandomTiger


Ported: N/A

Details Diff
Removed bad phrases.cfg reference
mod - /trunk/fs2_open/code/sound/phrases.cfg Diff File
mod - /trunk/fs2_open/projects/MSVC_6/Freespace2.dsp Diff File

trunk r2593

2006-01-03 12:07

RandomTiger


Ported: N/A

Details Diff
Added voice recognition functionality for Visual C6 project only.
Currently still a work in progress.
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/freespace2/freespace.rc Diff File
mod - /trunk/fs2_open/code/freespace2/freespaceresource.h Diff File
mod - /trunk/fs2_open/code/hud/hudsquadmsg.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudsquadmsg.h Diff File
mod - /trunk/fs2_open/code/jumpnode/jumpnode.cpp Diff File
mod - /trunk/fs2_open/code/osapi/osapi.cpp Diff File
add - /trunk/fs2_open/code/sound/gc.exe File
add - /trunk/fs2_open/code/sound/phrases.cfg File
add - /trunk/fs2_open/code/sound/phrases.xml File
add - /trunk/fs2_open/code/sound/voicerec.cpp File
add - /trunk/fs2_open/code/sound/voicerec.h File
mod - /trunk/fs2_open/dx9sdk/Include/Msvidctl.tlb Diff File
mod - /trunk/fs2_open/dx9sdk/Include/Tuner.tlb Diff File
mod - /trunk/fs2_open/oggvorbis/lib.osx3/libogg_fs.a Diff File
mod - /trunk/fs2_open/oggvorbis/lib.osx3/libvorbis_fs.a Diff File
mod - /trunk/fs2_open/oggvorbis/lib.osx3/libvorbisfile_fs.a Diff File
mod - /trunk/fs2_open/projects/MSVC_2005/Freespace2.sln Diff File
mod - /trunk/fs2_open/projects/MSVC_2005/Freespace2.vcproj Diff File
mod - /trunk/fs2_open/projects/MSVC_6/Freespace2.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp Diff File
mod - /trunk/fs2_open/projects/Xcode/FS2_Open.icns Diff File

trunk r2592

2006-01-03 01:02

taylor


Ported: N/A

Details Diff
weapon precedence wasn't getting read in on normal weapon.tbl parse, should fix the missing primary weapons in early retail missions
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r2591

2006-01-03 01:02

taylor


Ported: N/A

Details Diff
fix freaky nan error on line drawing where model would get loaded on second entry into WS screen when it should be animation
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp Diff File

trunk r2590

2006-01-02 21:59

taylor


Ported: N/A

Details Diff
fix a couple of minor mipmap problems
add resizing with mipmaps rather than a physical change in memory when detail levels dictate scaling (maybe this won't blow up)
mod - /trunk/fs2_open/code/graphics/gropengltexture.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengltexture.h Diff File

trunk r2589

2006-01-02 16:28

taylor


Ported: N/A

Details Diff
can't overwrite node var here, it's original value is needed later and was throwing out NULL chars in the Warning()s
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2588

2006-01-02 02:26

taylor


Ported: N/A

Details Diff
remove ALUT headers, we don't it anyway and it's not included with OpenAL anymore
mod - /trunk/fs2_open/code/sound/ds.h Diff File

trunk r2587

2006-01-02 02:25

taylor


Ported: N/A

Details Diff
don't specify a read buffer, something with this is screwing up ATI cards, a debug string should satisfy a hunch
ifdef out the bumpmap stuff, it's very wrong anyway :)
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File

trunk r2586

2006-01-02 02:16

taylor


Ported: N/A

Details Diff
use cf_find_file_location() for objecttypes.tbl rather than a cfopen()
fix a few compiler warning messages
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r2585

2006-01-02 02:13

taylor


Ported: N/A

Details Diff
make sure we clear out the vertex used to render a sun (just to be on the safe side)
use parse_modular_table() for -str.tbm
mod - /trunk/fs2_open/code/starfield/starfield.cpp Diff File

trunk r2584

2006-01-02 02:12

taylor


Ported: N/A

Details Diff
those blasted Windows programmers! ;)
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2583

2006-01-02 02:11

taylor


Ported: N/A

Details Diff
start of DDS volume/cube map support (rest of this needs code not ready for CVS but this will be needed later)
mod - /trunk/fs2_open/code/ddsutils/ddsutils.cpp Diff File
mod - /trunk/fs2_open/code/windows_stub/config.h Diff File

trunk r2582

2006-01-01 22:55

phreak


Ported: N/A

Details Diff
add def_files.h and def_files.cpp to code project.
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp Diff File

trunk r2581

2006-01-01 22:54

phreak


Ported: N/A

Details Diff
this should have an ifdef/define/endif block
mod - /trunk/fs2_open/code/globalincs/def_files.h Diff File

trunk r2580

2005-12-30 20:49

WMCoolmon


Ported: N/A

Details Diff
Changed num-within-box wing function
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2579

2005-12-30 20:47

WMCoolmon


Ported: N/A

Details Diff
num-within-box
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.h Diff File

trunk r2578

2005-12-30 05:12

taylor


Ported: N/A

Details Diff
forgot to include autoconf/automake versions
mod - /trunk/fs2_open/INSTALL Diff File

trunk r2577

2005-12-30 05:11

taylor


Ported: N/A

Details Diff
update Linux build steps
mod - /trunk/fs2_open/INSTALL Diff File

trunk r2576

2005-12-30 04:57

taylor


Ported: N/A

Details Diff
add def_files
mod - /trunk/fs2_open/code/Makefile.am Diff File

trunk r2575

2005-12-30 00:40

WMCoolmon


Ported: N/A

Details Diff
Assert -> parse warning
mod - /trunk/fs2_open/code/parse/parselo.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 333 334 335 336 337 338 339 ... 360 ... 400 ... 437 438 439  Next  Last