Changesets: fs2open
trunk r1499 2005-02-14 21:15 Ported: N/A Details Diff |
fix cleanup to avoid breaking the slider when it's still needed |
||
mod - /trunk/fs2_open/code/ui/gadget.cpp | Diff File | ||
trunk r1498 2005-02-14 19:06 Ported: N/A Details Diff |
clean up some model related globals code to disable individual thruster glows fix issue where 1 extra OGL light pass didn't render |
||
mod - /trunk/fs2_open/code/globalincs/globals.h | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grd3d.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grinternal.h | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
trunk r1497 2005-02-14 19:03 Ported: N/A Details Diff |
don't try and draw starfield bitmaps if they aren't valid make AB thruster stuff in ship_create() a little less weird replace an Int3() with debug warning and fix crash in docking code make D3D Textures[] allocate on use like OGL does, can only use one anyway |
||
mod - /trunk/fs2_open/code/graphics/grd3dtexture.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/aicode.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/starfield/starfield.cpp | Diff File | ||
trunk r1496 2005-02-14 18:59 Ported: N/A Details Diff |
make hudparse GCC 3.4 friendly (WMCoolmon way want to check this with tbl) fix OSX compile problem debug message in weapons_page_in() should have been real debug message |
||
mod - /trunk/fs2_open/code/hud/hudparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/osapi/osregistry.h | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
trunk r1495 2005-02-14 18:56 Ported: N/A Details Diff |
fix mouse click issues in weapon/ship select screen skip real VCR controls for Closeup check rather than using hardcoded values |
||
mod - /trunk/fs2_open/code/missionui/missionbrief.cpp | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionscreencommon.cpp | Diff File | ||
trunk r1494 2005-02-14 18:54 Ported: N/A Details Diff |
make loading screen shader a bit taller add i.o to credits for Linux and OSX code add libjpeg and ogg stuff to credits for license compliance replace an Int3() with a debug message in the hud code |
||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/credits.cpp | Diff File | ||
trunk r1493 2005-02-13 03:42 Ported: N/A Details Diff |
More explicit calculation handling |
||
mod - /trunk/fs2_open/code/missionui/missionscreencommon.cpp | Diff File | ||
trunk r1492 2005-02-13 03:41 Ported: N/A Details Diff |
3D models in weapons selection screen and nonstandard resolution fixes for ship selection screen. |
||
mod - /trunk/fs2_open/code/missionui/missionshipchoice.cpp | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp | Diff File | ||
trunk r1491 2005-02-13 03:38 Ported: N/A Details Diff |
nonstandard resolution-friendly function updates |
||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hud.h | Diff File | ||
trunk r1490 2005-02-13 03:37 Ported: N/A Details Diff |
Made messages display properly in nonstandard resolutions |
||
mod - /trunk/fs2_open/code/hud/hudmessage.cpp | Diff File | ||
trunk r1489 2005-02-13 03:36 Ported: N/A Details Diff |
Lockon should now work properly in nonstandard resolutions |
||
mod - /trunk/fs2_open/code/hud/hudlock.cpp | Diff File | ||
trunk r1488 2005-02-12 17:49 Ported: N/A Details Diff |
while loops are dangerous things... |
||
mod - /trunk/fs2_open/code/graphics/grd3dcalls.cpp | Diff File | ||
trunk r1487 2005-02-12 07:17 Ported: N/A Details Diff |
fix Error() check so that it doesn't hit on MAX_BUFFERS_PER_SUBMODEL-1 |
||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
trunk r1486 2005-02-12 05:44 Ported: N/A Details Diff |
fix possible crash in bm_get_section_size() get jpeg_read_header() working properly VBO fixes and minor optimizations |
||
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp | Diff File | ||
mod - /trunk/fs2_open/code/jpgutils/jpgutils.cpp | Diff File | ||
trunk r1485 2005-02-10 09:38 Ported: N/A Details Diff |
fix an issue with bm_set_components() abs is for ints fabsf is for floats (camera.cpp) make the in-cockpit stuff OGL friendly |
||
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/camera/camera.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r1484 2005-02-09 23:05 Ported: N/A Details Diff |
Got rid of a couple annoying compiler warnings |
||
mod - /trunk/fs2_open/code/object/objectdock.cpp | Diff File | ||
trunk r1483 2005-02-09 23:02 Ported: N/A Details Diff |
Addition of the -clipdist argument. |
||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
trunk r1482 2005-02-09 23:01 Ported: N/A Details Diff |
Low-level code for better hi-res support; better error reporting for vertex errors on model load. |
||
mod - /trunk/fs2_open/code/graphics/2d.h | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grd3d.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grd3dbatch.cpp | 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/gropengl.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grstub.h | Diff File | ||
trunk r1481 2005-02-08 18:49 Ported: N/A Details Diff |
update/add .cvsignore files for project file changes silence warning about depreciated strings.h stuff for MSVC 2005 final model_unload() stuff for WMCoolmon, put in missionweaponchoice.cpp remove really old project files |
||
mod - /trunk/fs2_open | Diff File | ||
mod - /trunk/fs2_open/.cvsignore | Diff File | ||
mod - /trunk/fs2_open/code/globalincs/pstypes.h | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
rm - /trunk/fs2_open/fs2_open.w32.mak | File | ||
rm - /trunk/fs2_open/fs2_open_do_not_use.dsp | File | ||
rm - /trunk/fs2_open/fs2_open_do_not_use.dsw | File | ||
mod - /trunk/fs2_open/projects/MSVC_2005 | Diff File | ||
add - /trunk/fs2_open/projects/MSVC_2005/.cvsignore | File | ||
mod - /trunk/fs2_open/projects/MSVC_6 | Diff File | ||
add - /trunk/fs2_open/projects/MSVC_6/.cvsignore | File | ||
trunk r1480 2005-02-08 00:19 Ported: N/A Details Diff |
moved to projects |
||
rm - /trunk/fs2_open/Freespace2.dsp | File | ||
rm - /trunk/fs2_open/Freespace2.dsw | File | ||
trunk r1479 2005-02-08 00:18 Ported: N/A Details Diff |
moved to projects directory |
||
rm - /trunk/fs2_open/FS2_Open.prj | File | ||
rm - /trunk/fs2_open/code/code.dsp | File | ||
trunk r1478 2005-02-08 00:14 Ported: N/A Details Diff |
add something to the README about projects |
||
mod - /trunk/fs2_open/README | Diff File | ||
trunk r1477 2005-02-08 00:11 Ported: N/A Details Diff |
new projects directory and files |
||
add - /trunk/fs2_open/projects | File | ||
add - /trunk/fs2_open/projects/MSVC_2005 | File | ||
add - /trunk/fs2_open/projects/MSVC_2005/Freespace2.sln | File | ||
add - /trunk/fs2_open/projects/MSVC_2005/Freespace2.vcproj | File | ||
add - /trunk/fs2_open/projects/MSVC_2005/code.vcproj | File | ||
add - /trunk/fs2_open/projects/MSVC_6 | File | ||
add - /trunk/fs2_open/projects/MSVC_6/Freespace2.dsp | File | ||
add - /trunk/fs2_open/projects/MSVC_6/Freespace2.dsw | File | ||
add - /trunk/fs2_open/projects/MSVC_6/code.dsp | File | ||
add - /trunk/fs2_open/projects/anjuta1 | File | ||
add - /trunk/fs2_open/projects/anjuta1/FS2_Open.prj | File | ||
add - /trunk/fs2_open/projects/anjuta1/README | File | ||
trunk r1476 2005-02-07 03:33 Ported: N/A Details Diff |
should fix linker error in libjpeg |
||
mod - /trunk/fs2_open/code/jpgutils/jpgutils.cpp | Diff File | ||
trunk r1475 2005-02-06 17:21 Ported: N/A Details Diff |
Updated camera code |
||
mod - /trunk/fs2_open/code/camera/camera.cpp | Diff File | ||
mod - /trunk/fs2_open/code/camera/camera.h | Diff File |