Changesets: fs2open

trunk r2749

2006-01-30 01:31

taylor


Ported: N/A

Details Diff
dynamic starfield bitmaps (if the thought it was freaky before, just take a look at the new and "improved" version ;))
mod - /trunk/fs2_open/code/starfield/starfield.cpp Diff File
mod - /trunk/fs2_open/code/starfield/starfield.h Diff File
mod - /trunk/fs2_open/code/starfield/supernova.cpp Diff File

trunk r2748

2006-01-30 01:30

taylor


Ported: N/A

Details Diff
dynamic starfield bitmaps
mod - /trunk/fs2_open/code/fred2/bgbitmapdlg.cpp Diff File
mod - /trunk/fs2_open/code/fred2/dumpstats.cpp Diff File
mod - /trunk/fs2_open/code/fred2/freddoc.cpp Diff File
mod - /trunk/fs2_open/code/fred2/fredview.cpp Diff File
mod - /trunk/fs2_open/code/fred2/management.cpp Diff File
mod - /trunk/fs2_open/code/fred2/missionsave.cpp Diff File
mod - /trunk/fs2_open/code/fred2/sexp_tree.cpp Diff File
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2747

2006-01-29 13:01

WMCoolmon


Ported: N/A

Details Diff
Apologies, don't know how I missed this...
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r2746

2006-01-29 02:42

WMCoolmon


Ported: N/A

Details Diff
Make sure stuff is set up properly for ship kills
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r2745

2006-01-29 02:41

WMCoolmon


Ported: N/A

Details Diff
Minor warning update
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2744

2006-01-27 23:33

Goober5000


Ported: N/A

Details Diff
fix all teams at war IFF behavior
--Goober5000
mod - /trunk/fs2_open/code/iff_defs/iff_defs.cpp Diff File
mod - /trunk/fs2_open/code/iff_defs/iff_defs.h Diff File

trunk r2743

2006-01-27 21:59

Goober5000


Ported: N/A

Details Diff
fixed the bug where wings couldn't be initially docked to stuff
--Goober5000
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File

trunk r2742

2006-01-27 19:23

Goober5000


Ported: N/A

Details Diff
fixed a small incompatibility
--Goober5000
mod - /trunk/fs2_open/code/wxfred2/fredframe.cpp Diff File

trunk r2741

2006-01-27 15:29

Goober5000


Ported: N/A

Details Diff
some tweaks for insertion sort
--Goober5000
mod - /trunk/fs2_open/code/globalincs/systemvars.cpp Diff File

trunk r2740

2006-01-27 01:21

Goober5000


Ported: N/A

Details Diff
replace quick sort with insertion sort in many places
--Goober5000
mod - /trunk/fs2_open/code/ai/aigoals.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/windebug.cpp Diff File
mod - /trunk/fs2_open/code/graphics/GrD3DParticle.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudescort.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File
mod - /trunk/fs2_open/code/mission/missiontraining.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2739

2006-01-27 01:03

Goober5000


Ported: N/A

Details Diff
add an insertion sort function for small or almost-sorted arrays; it has the same prototype as stdlib's quick sort
--Goober5000
mod - /trunk/fs2_open/code/globalincs/systemvars.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/systemvars.h Diff File

trunk r2738

2006-01-26 23:06

Goober5000


Ported: N/A

Details Diff
a few project file fixes
--Goober5000
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp Diff File

trunk r2737

2006-01-26 18:04

phreak


Ported: N/A

Details Diff
Grid zbuffering issue fix moved to the new fred project folder
mod - /trunk/fs2_open/code/fred2/fredrender.cpp Diff File

trunk r2736

2006-01-25 23:01

Goober5000


Ported: N/A

Details Diff
spelling
mod - /trunk/fs2_open/code/fred2/briefingeditordlg.cpp Diff File
mod - /trunk/fs2_open/code/fred2/briefingeditordlg.h Diff File
mod - /trunk/fs2_open/code/fred2/debriefingeditordlg.cpp Diff File
mod - /trunk/fs2_open/code/fred2/debriefingeditordlg.h Diff File
mod - /trunk/fs2_open/code/fred2/fredview.cpp Diff File
mod - /trunk/fs2_open/code/fred2/management.cpp Diff File
mod - /trunk/fs2_open/code/fred2/missionnotesdlg.cpp Diff File
mod - /trunk/fs2_open/code/fred2/missionsave.cpp Diff File
mod - /trunk/fs2_open/code/gamesnd/eventmusic.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionbriefcommon.h Diff File
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missionbrief.h Diff File

trunk r2735

2006-01-25 22:59

taylor


Ported: N/A

Details Diff
first version of this sucked, this should be a bit better while working with both new and retail data
- get an average color from the palette rather than picking first (unoptimized palettes could have unused pixels in first entry)
- slight cleanup, and s/colour/color/ (yeah, stupid American, deal with it! :))
mod - /trunk/fs2_open/code/nebula/neb.cpp Diff File

trunk r2734

2006-01-25 22:58

Goober5000


Ported: N/A

Details Diff
added variable replacement to command briefings, briefings, and debriefings
--Goober5000
mod - /trunk/fs2_open/code/missionui/missionbrief.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missioncmdbrief.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missiondebrief.cpp Diff File

trunk r2733

2006-01-25 22:23

Goober5000


Ported: N/A

Details Diff
pare down the pragmas some more
--Goober5000
mod - /trunk/fs2_open/code/asteroid/asteroid.cpp Diff File
mod - /trunk/fs2_open/code/debris/debris.cpp Diff File
mod - /trunk/fs2_open/code/exceptionhandler/exceptionhandler.cpp Diff File
mod - /trunk/fs2_open/code/fred2/modifyvariabledlg.cpp Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/Client.cpp Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/Client.h Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/TCP_Client.cpp Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/TCP_Socket.cpp Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/TCP_Socket.h Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/protocol.h Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/udpsocket.cpp Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/udpsocket.h Diff File
mod - /trunk/fs2_open/code/hud/hudconfig.cpp Diff File
mod - /trunk/fs2_open/code/io/swff_lib.cpp Diff File
mod - /trunk/fs2_open/code/irc/irc.cpp Diff File
mod - /trunk/fs2_open/code/irc/irc.h Diff File
mod - /trunk/fs2_open/code/mission/missionhotkey.cpp Diff File
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File
mod - /trunk/fs2_open/code/network/fs2ox.cpp Diff File
mod - /trunk/fs2_open/code/network/multi.cpp Diff File
mod - /trunk/fs2_open/code/network/multimsgs.cpp Diff File
mod - /trunk/fs2_open/code/network/multiutil.cpp Diff File
mod - /trunk/fs2_open/code/network/stand_gui.cpp Diff File
mod - /trunk/fs2_open/code/object/object.cpp Diff File
mod - /trunk/fs2_open/code/osapi/osapi.cpp Diff File
mod - /trunk/fs2_open/code/osapi/outwnd.cpp Diff File
mod - /trunk/fs2_open/code/species_defs/species_defs.cpp Diff File
mod - /trunk/fs2_open/code/windows_stub/config.h Diff File

trunk r2732

2006-01-25 21:26

Goober5000


Ported: N/A

Details Diff
ugh; these scripting #defines really need to be kept up-to-date
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File

trunk r2731

2006-01-25 17:51

taylor


Ported: N/A

Details Diff
quick and ugly hack to get aigoal sorting working on Windows again (temporary, should be replaced by better and permanent sorting function)
mod - /trunk/fs2_open/code/ai/aigoals.cpp Diff File

trunk r2730

2006-01-25 02:46

WMCoolmon


Ported: N/A

Details Diff
Maybe fix G3_count error
mod - /trunk/fs2_open/code/hud/hud.cpp Diff File

trunk r2729

2006-01-24 22:11

phreak


Ported: N/A

Details Diff
htl_lines should follow zbuffering rules
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp Diff File

trunk r2728

2006-01-24 08:38

taylor


Ported: N/A

Details Diff
break out of error check loop after the first check in FRED since it doesn't like this for some reason
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File

trunk r2727

2006-01-23 08:51

taylor


Ported: N/A

Details Diff
another NaN/div-by-0 bug
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

trunk r2726

2006-01-23 04:39

taylor


Ported: N/A

Details Diff
fix d3d_bitmap_ex coloring (thanks Alpha0!)
mod - /trunk/fs2_open/code/graphics/grd3drender.cpp Diff File

trunk r2725

2006-01-22 17:41

taylor


Ported: N/A

Details Diff
add fixes for capships that hit waypoints and just spin around
try and fix a big ship guard NaN error that is the result of an incredibly small forward speed value
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 327 328 329 330 331 332 333 ... 360 ... 400 ... 437 438 439  Next  Last