Changesets: fs2open
trunk r5699 2009-12-05 02:17 Ported: N/A Details Diff |
project file fixes | ||
mod - /trunk/fs2_open/projects/MSVC_6/Freespace2.dsp | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_6_Release/Freespace2.dsp | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_6_Release/code.dsp | Diff File | ||
trunk r5698 2009-12-04 19:50 Ported: N/A Details Diff |
Turns out enableWindowsKey/disableWindowsKey isn't defined for all platforms | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r5697 2009-12-04 01:58 Ported: N/A Details Diff |
MSPDB fix for VC6 users. | ||
mod - /trunk/fs2_open/code/globalincs/mspdb_callstack.cpp | Diff File | ||
trunk r5696 2009-12-04 01:19 Ported: N/A Details Diff |
fix for Mantis 0002044 | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r5695 2009-12-03 05:23 Ported: N/A Details Diff |
Fix "SymRefreshModuleList" symbol not found error on platforms without dbghelp.dll v6.5+ (we really should distribute that monster) | ||
mod - /trunk/fs2_open/code/globalincs/mspdb_callstack.cpp | Diff File | ||
trunk r5694 2009-12-03 02:01 Ported: N/A Details Diff |
Running as standalone no longer disables windows key (Mantis 0002047) | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/osapi/osapi.cpp | Diff File | ||
trunk r5693 2009-12-02 12:16 Ported: N/A Details Diff |
Commit to update PDB_DEBUGGING in preparation for new allocator system | ||
mod - /trunk/fs2_open/code/fred2/fred.cpp | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/globalincs/mspdb_callstack.cpp | Diff File | ||
mod - /trunk/fs2_open/code/globalincs/mspdb_callstack.h | Diff File | ||
mod - /trunk/fs2_open/code/globalincs/windebug.cpp | Diff File | ||
trunk r5692 2009-12-01 03:58 Ported: N/A Details Diff |
fix to make sure turret matrices (and turret normals) are properly setup from the start | ||
mod - /trunk/fs2_open/code/ai/aiturret.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
trunk r5691 2009-11-29 22:18 Ported: N/A Details Diff |
Fix an issue with linux's build options too. | ||
mod - /trunk/nightly-build/buildconfig.conf | Diff File | ||
trunk r5690 2009-11-29 21:41 Ported: N/A Details Diff |
Fix issues with VS2008 building since update. | ||
mod - /trunk/nightly-build/buildconfig.conf | Diff File | ||
mod - /trunk/nightly-build/nightlybuild.pl | Diff File | ||
trunk r5689 2009-11-29 15:45 Ported: N/A Details Diff |
Add support for groups of configs and separate archives, and grab PDB files for VC builds. | ||
mod - /trunk/nightly-build/buildconfig.conf | Diff File | ||
mod - /trunk/nightly-build/nightlybuild.pl | Diff File | ||
trunk r5688 2009-11-28 14:15 Ported: N/A Details Diff |
fix a bunch of problems where sexps with multiple arguments might not work on all of them fix problem with beam-free-all and beam-lock-all only working on the first ship in a list |
||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r5687 2009-11-27 05:09 Ported: N/A Details Diff |
fix to prevent formation of badly setup turret rotation matrices. | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
trunk r5686 2009-11-25 01:20 Ported: N/A Details Diff |
Change the filename for Linux Inferno builds. | ||
mod - /trunk/fs2_open/configure.ac | Diff File | ||
trunk r5685 2009-11-24 15:55 Ported: N/A Details Diff |
Use the config name and not the string for the build drop | ||
mod - /trunk/nightly-build/nightlybuild.pl | Diff File | ||
trunk r5684 2009-11-24 15:05 Ported: N/A Details Diff |
Set the Inferno configs to output a different filename than the regular counterparts. | ||
mod - /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
antipodes r5683 2009-11-24 10:57 Ported: N/A Details Diff |
Post-processing * the main post-processing code * shaders manager (support for the main and post-processing shaders) * simple post-processing effects * bloom * depth of field (inactive) * wrappers for OpenGL textures, render buffers and FBO |
||
mod - /branches/antipodes/code/cmdline/cmdline.cpp | Diff File | ||
mod - /branches/antipodes/code/cmdline/cmdline.h | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.h | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/2d.h | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengl.cpp | Diff File | ||
add - /branches/antipodes/code/graphics/gropenglpostprocessing.cpp | File | ||
add - /branches/antipodes/code/graphics/gropenglpostprocessing.h | File | ||
mod - /branches/antipodes/code/graphics/gropenglshader.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropenglshader.h | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengltexture.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengltexture.h | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengltnl.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.h | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2003/code.vcproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2005/code.vcproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2008/code.vcproj | Diff File | ||
mod - /branches/antipodes/projects/codeblocks/code/code.cbp | Diff File | ||
antipodes r5682 2009-11-24 10:31 Ported: N/A Details Diff |
Trunk sync (pending PostProcessing patch) | ||
mod - /branches/antipodes/code/cfile/cfilesystem.cpp | Diff File | ||
mod - /branches/antipodes/code/cmdline/cmdline.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.h | Diff File | ||
mod - /branches/antipodes/code/fred2/shipspecialdamage.cpp | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/2d.cpp | Diff File | ||
rm - /branches/antipodes/code/math/bitarray.h | File | ||
mod - /branches/antipodes/code/mission/missionparse.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missionparse.h | Diff File | ||
mod - /branches/antipodes/code/object/objectdock.cpp | Diff File | ||
mod - /branches/antipodes/code/object/parseobjectdock.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.h | Diff File | ||
mod - /branches/antipodes/code/ship/awacs.cpp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2008/Freespace2.vcproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2008/code.vcproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6/code.dsp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6_Release/code.dsp | Diff File | ||
trunk r5681 2009-11-23 22:19 Ported: N/A Details Diff |
The_E's 720p hi-res interface art patch. Use hi-res interface stuff at vertical res of 600 and higher instead of 768 and higher. | ||
mod - /trunk/fs2_open/code/graphics/2d.cpp | Diff File | ||
trunk r5680 2009-11-23 07:12 Ported: N/A Details Diff |
Remove bitarray.h and substitute with simpler functions (tested via Zacam, Flaming_Sword and portej05) | ||
rm - /trunk/fs2_open/code/math/bitarray.h | File | ||
mod - /trunk/fs2_open/code/object/objectdock.cpp | Diff File | ||
mod - /trunk/fs2_open/code/object/parseobjectdock.cpp | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2008/code.vcproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_6_Release/code.dsp | Diff File | ||
trunk r5679 2009-11-23 01:11 Ported: N/A Details Diff |
Strip missed CVS comment | ||
mod - /trunk/fs2_open/code/mission/missionparse.h | Diff File | ||
trunk r5678 2009-11-22 23:57 Ported: N/A Details Diff |
Add the ability to specify ships or wings to the num-ships-in-battle SEXP (In collaboration with FUBAR). | ||
mod - /trunk/fs2_open/code/fred2/sexp_tree.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/sexp_tree.h | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
trunk r5677 2009-11-22 23:45 Ported: N/A Details Diff |
Fix for Mantis 2042 | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
trunk r5676 2009-11-22 22:41 Ported: N/A Details Diff |
warning fixage | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
trunk r5675 2009-11-22 22:24 Ported: N/A Details Diff |
more warning fixage | ||
mod - /trunk/fs2_open/code/ship/awacs.cpp | Diff File |