Changesets: fs2open

fs2_open_3_6_9 r3624

2006-10-06 05:56

taylor


Ported: N/A

Details Diff
clean up some old software rendering stuff that we don't use any longer
remove grzbuffer.*, since all it did was give us 3 variables, which were moved to 2d.*
mod - /branches/fs2_open_3_6_9/fs2_open/code/Makefile.am Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/2d.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/2d.h Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/grinternal.h Diff File
rm - /branches/fs2_open_3_6_9/fs2_open/code/graphics/grzbuffer.cpp File
rm - /branches/fs2_open_3_6_9/fs2_open/code/graphics/grzbuffer.h File
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/line.h Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/tmapper.h Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/projects/MSVC_6/code.dsp Diff File
mod - /trunk/fs2_open/code/Makefile.am Diff File
mod - /trunk/fs2_open/code/graphics/2d.cpp Diff File
mod - /trunk/fs2_open/code/graphics/2d.h Diff File
mod - /trunk/fs2_open/code/graphics/grinternal.h Diff File
rm - /trunk/fs2_open/code/graphics/grzbuffer.cpp File
rm - /trunk/fs2_open/code/graphics/grzbuffer.h File
mod - /trunk/fs2_open/code/graphics/line.h Diff File
mod - /trunk/fs2_open/code/graphics/tmapper.h Diff File
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp Diff File

trunk r3623

2006-10-06 05:55

taylor


Ported: N/A

Details Diff
For redalert stored data be sure that dead ships don't come back, and departed ships come back just as they left (Mantis bug 0000810)
Affected Issues
0000810
mod - /trunk/fs2_open/code/missionui/redalert.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File

trunk r3622

2006-10-06 05:54

taylor


Ported: N/A

Details Diff
make sure that the armor stuff gets initted (should fix Mantis bug 0001080)
Affected Issues
0001080
mod - /trunk/fs2_open/code/fred2/management.cpp Diff File

fs2_open_3_6_9 r3621

2006-10-06 05:47

taylor


Ported: N/A

Details Diff
For redalert stored data be sure that dead ships don't come back, and departed ships come back just as they left (Mantis bug 0000810)
Affected Issues
0000810
mod - /branches/fs2_open_3_6_9/fs2_open/code/missionui/redalert.cpp 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/ship.h Diff File

fs2_open_3_6_9 r3620

2006-10-06 05:44

taylor


Ported: N/A

Details Diff
make sure that the armor stuff gets initted (should fix Mantis bug 0001080)
Affected Issues
0001080
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/management.cpp Diff File

trunk r3619

2006-10-06 05:34

taylor


Ported: N/A

Details Diff
meant to do this before but forgot about it (just replaced "(4.0/9.0) * PI" with it's result)
mod - /trunk/fs2_open/code/render/3dsetup.cpp Diff File

trunk r3618

2006-10-06 05:33

taylor


Ported: N/A

Details Diff
if shockwaves weren't loaded then don't try to unload them (fixes standalone crash)
mod - /trunk/fs2_open/code/weapon/shockwave.cpp Diff File

trunk r3617

2006-10-06 05:33

taylor


Ported: N/A

Details Diff
make sure Multi_create_bitmap is initialized properly since it might not be otherwise in standalone
mod - /trunk/fs2_open/code/network/multiui.cpp Diff File

trunk r3616

2006-10-06 05:33

taylor


Ported: N/A

Details Diff
fix for the "branch" bug (still a minor usability issue however, see Mantis bug for details)
add a popup to the loopbrief screen when you press ESC, so that we can either accept or decline the loop offer
mod - /trunk/fs2_open/code/menuui/readyroom.cpp Diff File
mod - /trunk/fs2_open/code/mission/missioncampaign.cpp Diff File
mod - /trunk/fs2_open/code/mission/missioncampaign.h Diff File
mod - /trunk/fs2_open/code/missionui/missiondebrief.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missionloopbrief.cpp Diff File

trunk r3615

2006-10-06 05:32

taylor


Ported: N/A

Details Diff
bit of cleanup (technically the vertex buffer stuff is part of a much larger change slated for post-3.6.9, but this should be a little faster)
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengltnl.h Diff File

trunk r3614

2006-10-06 05:31

taylor


Ported: N/A

Details Diff
re-fix this crap that I managed to break last time (was Mantis bug 1066 I think)
mod - /trunk/fs2_open/code/globalincs/pstypes.h Diff File
mod - /trunk/fs2_open/code/menuui/playermenu.cpp Diff File

fs2_open_3_6_9 r3613

2006-10-06 00:58

WMCoolmon


Ported: N/A

Details Diff
Fix OGG bug where sound files were always allocated 16 seconds of wavedata
mod - /branches/fs2_open_3_6_9/fs2_open/code/sound/ds.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/sound/sound.cpp Diff File
mod - /trunk/fs2_open/code/sound/ds.cpp Diff File
mod - /trunk/fs2_open/code/sound/sound.cpp Diff File

fs2_open_3_6_9 r3612

2006-10-01 15:31

taylor


Ported: N/A

Details Diff
meant to do this before but forgot about it (just replaced "(4.0/9.0) * PI" with it's result)
mod - /branches/fs2_open_3_6_9/fs2_open/code/render/3dsetup.cpp Diff File

fs2_open_3_6_9 r3611

2006-10-01 15:29

taylor


Ported: N/A

Details Diff
if shockwaves weren't loaded then don't try to unload them (fixes standalone crash)
mod - /branches/fs2_open_3_6_9/fs2_open/code/weapon/shockwave.cpp Diff File

fs2_open_3_6_9 r3610

2006-10-01 15:28

taylor


Ported: N/A

Details Diff
make sure Multi_create_bitmap is initialized properly since it might not be otherwise in standalone
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiui.cpp Diff File

fs2_open_3_6_9 r3609

2006-10-01 15:27

taylor


Ported: N/A

Details Diff
fix for the "branch" bug (still a minor usability issue however, see Mantis bug for details)
add a popup to the loopbrief screen when you press ESC, so that we can either accept or decline the loop offer
mod - /branches/fs2_open_3_6_9/fs2_open/code/menuui/readyroom.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/mission/missioncampaign.cpp Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/mission/missioncampaign.h Diff File
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/missionui/missionloopbrief.cpp Diff File

fs2_open_3_6_9 r3608

2006-10-01 15:24

taylor


Ported: N/A

Details Diff
bit of cleanup (technically the vertex buffer stuff is part of a much larger change slated for post-3.6.9, but this should be a little faster)
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
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropengltnl.h Diff File

fs2_open_3_6_9 r3607

2006-10-01 15:22

taylor


Ported: N/A

Details Diff
re-fix this crap that I managed to break last time (was Mantis bug 1066 I think)
mod - /branches/fs2_open_3_6_9/fs2_open/code/globalincs/pstypes.h Diff File
mod - /branches/fs2_open_3_6_9/fs2_open/code/menuui/playermenu.cpp Diff File

fs2_open_3_6_9 r3606

2006-10-01 14:53

Goober5000


Ported: N/A

Details Diff
check that targetview model files exist as well
mod - /branches/fs2_open_3_6_9/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

fs2_open_3_6_9 r3605

2006-10-01 04:34

karajorma


Ported: N/A

Details Diff
Fixing some ugliness when the popup appears
mod - /branches/fs2_open_3_6_9/fs2_open/code/menuui/mainhallmenu.cpp Diff File

fs2_open_3_6_9 r3604

2006-10-01 02:18

Goober5000


Ported: N/A

Details Diff
more accurate message number
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

trunk r3603

2006-10-01 01:00

Goober5000


Ported: N/A

Details Diff
fix spacing
mod - /trunk/fs2_open/code/fred2/fred.rc Diff File

trunk r3602

2006-09-30 23:22

Goober5000


Ported: N/A

Details Diff
find message sender too
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/voiceactingmanager.cpp Diff File
mod - /trunk/fs2_open/code/fred2/voiceactingmanager.h Diff File

trunk r3601

2006-09-30 21:28

Goober5000


Ported: N/A

Details Diff
newline tweaks
mod - /trunk/fs2_open/code/fred2/voiceactingmanager.cpp Diff File

trunk r3600

2006-09-30 21:18

Goober5000


Ported: N/A

Details Diff
small bugfixes
mod - /trunk/fs2_open/code/fred2/voiceactingmanager.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 292 293 294 295 296 297 298 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last