Changesets: fs2open

trunk r2724

2006-01-22 14:57

WMCoolmon


Ported: N/A

Details Diff
0...1...2...4?
mod - /trunk/fs2_open/code/anim/packunpack.cpp Diff File

trunk r2723

2006-01-22 09:09

taylor


Ported: N/A

Details Diff
more class type name fixage (maybe an AltName: line for objettypes.tbl in the future?)
if a ship has no class_type in ai_chase() then assume it's ok to chase, but log it in debug
(uncomment Int3() here after this has been tested a little more)
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File

trunk r2722

2006-01-21 20:35

taylor


Ported: N/A

Details Diff
oops, didn't notice that was out of the wrong diff
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2721

2006-01-21 20:33

taylor


Ported: N/A

Details Diff
warning fixage
don't Int3() when trying to set ship speed via sexp if ship is not in mission yet, this shouldn't be fatal
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2720

2006-01-21 20:32

taylor


Ported: N/A

Details Diff
newline fixage
mod - /trunk/fs2_open/code/object/object.cpp Diff File

trunk r2719

2006-01-21 20:31

taylor


Ported: N/A

Details Diff
no real need to cast these so just get it right in the first place
mod - /trunk/fs2_open/code/math/vecmat.h Diff File

trunk r2718

2006-01-21 20:30

taylor


Ported: N/A

Details Diff
clear depth buffer on each page flip (may give a slight speed increase)
change error check handling again, FRED may like this better but if it starts hanging again I have another fix
little safety checks for opengl_close()
fix atexit() call for OGL closeout
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File

trunk r2717

2006-01-21 20:28

taylor


Ported: N/A

Details Diff
handle NULL ptr ref in debug message (needs to be reconsidered as to whether the function should actually return here or not)
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

trunk r2716

2006-01-21 20:26

taylor


Ported: N/A

Details Diff
fix temp ptr warning, untested but could possibly be less error prone in some situations
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r2715

2006-01-21 04:36

WMCoolmon


Ported: N/A

Details Diff
Texture replacement stuff
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File
mod - /trunk/fs2_open/code/parse/lua.h Diff File
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File
mod - /trunk/fs2_open/code/parse/scripting.h Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.h Diff File
mod - /trunk/fs2_open/code/particle/particle.cpp Diff File
mod - /trunk/fs2_open/code/particle/particle.h Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r2714

2006-01-20 21:43

taylor


Ported: N/A

Details Diff
long way to go for a simple div-by-0 fix
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

trunk r2713

2006-01-20 21:22

WMCoolmon


Ported: N/A

Details Diff
Scripting updates; Special scripting image list; Better operator meta; Orientation type; Wing type; Texture type. Fix for MSVC7 compiling.
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp Diff File
mod - /trunk/fs2_open/code/bmpman/bmpman.h Diff File
mod - /trunk/fs2_open/code/fred2/adjustgriddlg.cpp Diff File
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/graphics/grd3drender.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File
mod - /trunk/fs2_open/code/lab/wmcgui.cpp Diff File
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File
mod - /trunk/fs2_open/code/parse/lua.h Diff File
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File
mod - /trunk/fs2_open/code/parse/scripting.h Diff File
mod - /trunk/fs2_open/code/sound/speech.cpp Diff File

trunk r2712

2006-01-20 20:56

taylor


Ported: N/A

Details Diff
that wasn't too smart of me, move extra anim filename size check to *after* we have found an anim
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp Diff File

trunk r2711

2006-01-20 19:14

taylor


Ported: N/A

Details Diff
don't forcefully disable multisample still (part of an old ATI fix that didn't actually fix anything)
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File

trunk r2710

2006-01-20 19:11

taylor


Ported: N/A

Details Diff
fix for LuaError change, *again* ;)
mod - /trunk/fs2_open/code/windows_stub/stubs.cpp Diff File

trunk r2709

2006-01-20 18:47

taylor


Ported: N/A

Details Diff
fix anim filename length check, they need at least 5 extra characters for the frame number on the filenames
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp Diff File

trunk r2708

2006-01-20 12:37

WMCoolmon


Ported: N/A

Details Diff
Lua unloadMission()
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

trunk r2707

2006-01-20 12:15

taylor


Ported: N/A

Details Diff
gr_*_bitmap_ex() stuff, D3D side is 100% untested to even compile
several other very minor changes as well
mod - /trunk/fs2_open/code/graphics/2d.h Diff File
mod - /trunk/fs2_open/code/graphics/grd3dinternal.h Diff File
mod - /trunk/fs2_open/code/graphics/grd3drender.cpp Diff File
mod - /trunk/fs2_open/code/graphics/grd3dsetup.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengl.h Diff File
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp Diff File
mod - /trunk/fs2_open/code/graphics/grstub.h Diff File

trunk r2706

2006-01-20 02:50

Goober5000


Ported: N/A

Details Diff
remove unreferenced variable
mod - /trunk/fs2_open/code/fred2/fredview.cpp Diff File

trunk r2705

2006-01-20 02:21

Goober5000


Ported: N/A

Details Diff
fix warning message
--Goober5000
mod - /trunk/fs2_open/code/sound/voicerec.cpp Diff File

trunk r2704

2006-01-20 02:10

Goober5000


Ported: N/A

Details Diff
reordered #include files to quash Microsoft warnings
--Goober5000
mod - /trunk/fs2_open/code/camera/camera.h Diff File
mod - /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp Diff File
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp Diff File
mod - /trunk/fs2_open/code/debugconsole/dbugfile.cpp Diff File
mod - /trunk/fs2_open/code/exceptionhandler/exceptionhandler.cpp Diff File
mod - /trunk/fs2_open/code/fireball/fireballs.cpp Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/Client.cpp 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/udpsocket.cpp Diff File
mod - /trunk/fs2_open/code/fs2open_pxo/udpsocket.h 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/lab/wmcgui.h Diff File
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File
mod - /trunk/fs2_open/code/parse/lua.h Diff File
mod - /trunk/fs2_open/code/parse/parselo.h Diff File
mod - /trunk/fs2_open/code/parse/python.cpp Diff File
mod - /trunk/fs2_open/code/parse/scripting.h Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File
mod - /trunk/fs2_open/code/sound/fsspeech.cpp Diff File
mod - /trunk/fs2_open/code/sound/sound.cpp Diff File
mod - /trunk/fs2_open/code/sound/speech.cpp Diff File
mod - /trunk/fs2_open/code/stats/medals.h Diff File
mod - /trunk/fs2_open/code/variables/variables.cpp Diff File

trunk r2703

2006-01-20 01:26

Goober5000


Ported: N/A

Details Diff
sorted the #include listing again
--Goober5000
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r2702

2006-01-20 01:24

Goober5000


Ported: N/A

Details Diff
added a missing file
--Goober5000
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp Diff File

trunk r2701

2006-01-20 01:24

Goober5000


Ported: N/A

Details Diff
hopefully fix the Microsoft warnings
--Goober5000
mod - /trunk/fs2_open/code/windows_stub/config.h Diff File

trunk r2700

2006-01-20 00:35

WMCoolmon


Ported: N/A

Details Diff
Updated FREDStubs.cpp to most current version
mod - /trunk/fs2_open/code/fred2/fredstubs.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 328 329 330 331 332 333 334 ... 360 ... 400 ... 437 438 439  Next  Last