Changesets: fs2open

trunk r3599

2006-09-30 21:12

Goober5000


Ported: N/A

Details Diff
enhanced voice acting manager, now with script generator :)
mod - /trunk/fs2_open/code/fred2/fred.rc Diff File
mod - /trunk/fs2_open/code/fred2/management.cpp Diff File
mod - /trunk/fs2_open/code/fred2/management.h Diff File
mod - /trunk/fs2_open/code/fred2/resource.h Diff File
mod - /trunk/fs2_open/code/fred2/voiceactingmanager.cpp Diff File
mod - /trunk/fs2_open/code/fred2/voiceactingmanager.h Diff File

fs2_open_3_6_9 r3598

2006-09-30 20:54

Goober5000


Ported: N/A

Details Diff
fix crlf
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/freddoc.cpp Diff File
mod - /trunk/fs2_open/code/fred2/freddoc.cpp Diff File

fs2_open_3_6_9 r3597

2006-09-30 17:58

Goober5000


Ported: N/A

Details Diff
more flexible checking of generic messages
mod - /branches/fs2_open_3_6_9/fs2_open/code/mission/missionmessage.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/mission/missionmessage.h Diff File
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionmessage.h Diff File

trunk r3596

2006-09-29 02:38

Goober5000


Ported: N/A

Details Diff
merge voice file manager into voice acting manager, plus make a few tweaks to it
mod - /trunk/fs2_open/code/fred2/fred.rc Diff File
mod - /trunk/fs2_open/code/fred2/fredview.cpp Diff File
mod - /trunk/fs2_open/code/fred2/resource.h Diff File
mod - /trunk/fs2_open/code/fred2/voiceactingmanager.cpp Diff File
mod - /trunk/fs2_open/code/fred2/voiceactingmanager.h Diff File
rm - /trunk/fs2_open/code/fred2/voicefilemanager.cpp File
rm - /trunk/fs2_open/code/fred2/voicefilemanager.h File
mod - /trunk/fs2_open/projects/MSVC_6/Fred2.dsp Diff File

fs2_open_3_6_9 r3595

2006-09-28 19:47

Goober5000


Ported: N/A

Details Diff
fix for Mantis 0001070
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/missionsave.cpp Diff File
mod - /trunk/fs2_open/code/fred2/missionsave.cpp Diff File

fs2_open_3_6_9 r3594

2006-09-24 18:55

taylor


Ported: N/A

Details Diff
more standalone server fixes:
- add some basic bmpman functionality to grstub, since it needs to do something at least
- add missing gr_* function ptrs to grstrub
- (re-)enable radar and hud setup functions that used to crash (problems are fixed now)
- deal with default pilot file properly (also caused a bmpman headache)
- don't bother with Multi_common_icons[] in standalone mode (they don't load, so don't let them unload either)
mod - /branches/fs2_open_3_6_9/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/grstub.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiui.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiutil.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/playerman/managepilot.cpp Diff File
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/graphics/grstub.cpp Diff File
mod - /trunk/fs2_open/code/network/multi.cpp Diff File
mod - /trunk/fs2_open/code/network/multiui.cpp Diff File
mod - /trunk/fs2_open/code/network/multiutil.cpp Diff File
mod - /trunk/fs2_open/code/playerman/managepilot.cpp Diff File

fs2_open_3_6_9 r3593

2006-09-24 18:54

taylor


Ported: N/A

Details Diff
clean up the function ptrs so that it's a bit easier to read
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropengl.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File

fs2_open_3_6_9 r3592

2006-09-24 09:32

taylor


Ported: N/A

Details Diff
move FS2NetD connection checks to *after* it tries to connect ;) (Mantis bug 0001065)
Affected Issues
0001065
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiutil.cpp Diff File
mod - /trunk/fs2_open/code/network/multiutil.cpp Diff File

fs2_open_3_6_9 r3591

2006-09-24 09:32

taylor


Ported: N/A

Details Diff
fix for deletion of multiplayer pilots (Mantis bug 0001066)
Affected Issues
0001066
mod - /branches/fs2_open_3_6_9/fs2_open/code/menuui/playermenu.cpp Diff File
mod - /trunk/fs2_open/code/menuui/playermenu.cpp Diff File

trunk r3590

2006-09-24 09:31

taylor


Ported: N/A

Details Diff
minor clean and code optimizations
clean up view/proj matrix fubar that made us need far more matrix levels that actually needed (partial fix for Mantis 0000563)
add debug safety check to make sure that we don't use more than 2 proj matrices (all that GL is required to support)
set up a texture matrix for the env map to that it doesn't move/look funky
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp Diff File

trunk r3589

2006-09-24 09:31

taylor


Ported: N/A

Details Diff
fix SAFE_STRCAT() so that it can work in an if() statement that doesn't have braces
mod - /trunk/fs2_open/code/globalincs/pstypes.h Diff File

trunk r3588

2006-09-24 09:30

taylor


Ported: N/A

Details Diff
small optimizations and code cleanup
use the real frametime for FPS counter stuff, no reason to deal with time compression there (Mantis bug 0001058)
Affected Issues
0001058
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

fs2_open_3_6_9 r3587

2006-09-24 09:26

taylor


Ported: N/A

Details Diff
minor clean and code optimizations
clean up view/proj matrix fubar that made us need far more matrix levels that actually needed (partial fix for Mantis 0000563)
add debug safety check to make sure that we don't use more than 2 proj matrices (all that GL is required to support)
set up a texture matrix for the env map to that it doesn't move/look funky
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropengl.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropengltnl.cpp Diff File

fs2_open_3_6_9 r3586

2006-09-24 09:22

taylor


Ported: N/A

Details Diff
fix SAFE_STRCAT() so that it can work in an if() statement that doesn't have braces
mod - /branches/fs2_open_3_6_9/fs2_open/code/globalincs/pstypes.h Diff File

fs2_open_3_6_9 r3585

2006-09-24 09:21

taylor


Ported: N/A

Details Diff
small optimizations and code cleanup
use the real frametime for FPS counter stuff, no reason to deal with time compression there (Mantis bug 0001058)
Affected Issues
0001058
mod - /branches/fs2_open_3_6_9/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r3584

2006-09-22 05:22

Backslash


Ported: N/A

Details Diff
Ok, maybe this one will be better. Sorry about that.
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r3583

2006-09-21 09:33

taylor


Ported: N/A

Details Diff
revert Backslash's commit, *way* too many changes there for a single friggin line
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r3582

2006-09-20 05:29

Backslash


Ported: N/A

Details Diff
max_speed changed to get ship's max forward speed instead of max_vel magnitude, thus fixing trichord speed problems. (Mantis 1050, and early work by argv.)
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

fs2_open_3_6_9 r3581

2006-09-20 01:19

Goober5000


Ported: N/A

Details Diff
more descriptive warning message for docking paths
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

trunk r3580

2006-09-20 01:06

taylor


Ported: N/A

Details Diff
default to 44100 sound sample rate (OpenAL tends to works much better with this)
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

fs2_open_3_6_9 r3579

2006-09-20 01:05

taylor


Ported: N/A

Details Diff
add some extra FS2NetD safety checks around to prevent the code from doing stupid crash-happy things
mod - /branches/fs2_open_3_6_9/fs2_open/code/missionui/missiondebrief.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_dogfight.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiutil.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missiondebrief.cpp Diff File
mod - /trunk/fs2_open/code/network/multi_dogfight.cpp Diff File
mod - /trunk/fs2_open/code/network/multiutil.cpp Diff File

fs2_open_3_6_9 r3578

2006-09-20 01:05

taylor


Ported: N/A

Details Diff
have the joystick thread prevent the display and network from going to sleep or activating the screensaver if you use only a joystick to play
mod - /branches/fs2_open_3_6_9/fs2_open/code/io/joy.cpp Diff File
mod - /trunk/fs2_open/code/io/joy.cpp Diff File

trunk r3577

2006-09-20 01:04

taylor


Ported: N/A

Details Diff
the resolution checks needed to be based on the unscaled res since you would have to include correct sizes for every single resolution otherwise (fixes a bug noticed in WCS)
mod - /trunk/fs2_open/code/hud/hudparse.cpp Diff File

trunk r3576

2006-09-20 01:04

taylor


Ported: N/A

Details Diff
some gamma ramp fixage, still hasn't gotten a steller review from DaBrain but it does work much better than before, so I'll tweak it later if need be
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File

trunk r3575

2006-09-20 01:04

taylor


Ported: N/A

Details Diff
neither of these two structs appear to be used anywhere, so lets just comment them out
mod - /trunk/fs2_open/code/globalincs/pstypes.h Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 293 294 295 296 297 298 299 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last