Changesets: fs2open
trunk r5901 2010-02-11 11:32 Ported: N/A Details Diff |
Patch for Mantis 0002071: color inheritance and pan or static option for custom gauges | ||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudconfig.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudparse.h | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
trunk r5900 2010-02-11 11:31 Ported: N/A Details Diff |
Fix Mantis 0002120: is-primary-selected now returns true for any bank when primaries are linked. | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r5899 2010-02-10 21:12 Ported: N/A Details Diff |
Potential Fix for Mantis 2114 as suggested by The_E and tested by myself. Not only set "static int bm_next_handle" to 0, but also conditioned the Asserts (hopefully) a bit better and cleared out commented code blocks. (Note: It seems I got Notepad++ to convert ushort and uint into "unsigned" short and int. Doesn't break anything and frankly, I hate unnecessary typedefs anyway). |
||
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp | Diff File | ||
trunk r5898 2010-02-10 20:42 Ported: N/A Details Diff |
Resolves "conditional within an assignment" warnings that could cause problems. | ||
mod - /trunk/fs2_open/code/cutscene/oggplayer.cpp | Diff File | ||
trunk r5897 2010-02-10 16:50 Ported: N/A Details Diff |
Commit of lua debug patch. | ||
mod - /trunk/fs2_open/code/globalincs/windebug.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
trunk r5896 2010-02-10 16:38 Ported: N/A Details Diff |
commit of beam piercing patch (allow beam tooling to occur simultaneously to the effects) | ||
mod - /trunk/fs2_open/code/weapon/beam.cpp | Diff File | ||
trunk r5895 2010-02-09 15:03 Ported: N/A Details Diff |
From The_E: "This adds the optional string "$End Campaign Cutscene:" to the list of possible cutscenes; once end-campaign is called, all of those scenes will be played if their requisite trigger conditions are met, in the order in which they are defined in the mission file". | ||
mod - /trunk/fs2_open/code/mission/missioncampaign.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.h | Diff File | ||
trunk r5894 2010-02-09 15:01 Ported: N/A Details Diff |
From The_E: Capital+ flag "AI will not use this weapon on fighters or bombers" for use against Capital class Targets ( SIF_BIG_SHIP | SIF_HUGE_SHIP ). | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapon.h | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
trunk r5893 2010-02-06 06:20 Ported: N/A Details Diff |
Fix for Mantis 2106 (Set-object-position crashes in multiplayer). | ||
mod - /trunk/fs2_open/code/network/multi_obj.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r5892 2010-02-06 06:19 Ported: N/A Details Diff |
Packet breaking fix for Mantis 2011 (Send-Message-List sends all messages at once for clients). | ||
mod - /trunk/fs2_open/code/mission/missionmessage.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multimsgs.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multimsgs.h | Diff File | ||
trunk r5891 2010-02-06 01:52 Ported: N/A Details Diff |
Updated Xcode project file to reflect the non-inclusion of some redundant png source code files that weren't actually needed in Antipodes 5 | ||
mod - /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
trunk r5890 2010-02-05 21:35 Ported: N/A Details Diff |
From Antipodes 0000005: PNG File Format support. Adds PNG to Maps (should only be used for Nameplates), Interface, Effects, HUD (still needs HUD Rewrite to implement), Player/Squad Images, Multi Players, Multi Cache, CB Anims and Intel Anims. LIBPNG: Version 1.2.42, current and highest usable version (MAX_VERSION), Linux can use any 1.2.2x-1.2.42, but should NOT use 1.4.0 under any platform for ANY reason (will require rewriting pngutils) ZLIB: Version 1.2.3. |
||
mod - /trunk/fs2_open/code/Makefile.am | Diff File | ||
mod - /trunk/fs2_open/code/bmpman/bm_internal.h | Diff File | ||
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cfile/cfile.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropenglbmpman.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grstub.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
mod - /trunk/fs2_open/code/nebula/neb.cpp | Diff File | ||
add - /trunk/fs2_open/code/pngutils | File | ||
add - /trunk/fs2_open/code/pngutils/pngutils.cpp | File | ||
add - /trunk/fs2_open/code/pngutils/pngutils.h | File | ||
mod - /trunk/fs2_open/configure.ac | Diff File | ||
add - /trunk/fs2_open/libpng | File | ||
add - /trunk/fs2_open/libpng/png.c | File | ||
add - /trunk/fs2_open/libpng/png.h | File | ||
add - /trunk/fs2_open/libpng/pngconf.h | File | ||
add - /trunk/fs2_open/libpng/pngerror.c | File | ||
add - /trunk/fs2_open/libpng/pngget.c | File | ||
add - /trunk/fs2_open/libpng/pngmem.c | File | ||
add - /trunk/fs2_open/libpng/pngpread.c | File | ||
add - /trunk/fs2_open/libpng/pngread.c | File | ||
add - /trunk/fs2_open/libpng/pngrio.c | File | ||
add - /trunk/fs2_open/libpng/pngrtran.c | File | ||
add - /trunk/fs2_open/libpng/pngrutil.c | File | ||
add - /trunk/fs2_open/libpng/pngset.c | File | ||
add - /trunk/fs2_open/libpng/pngtest.c | File | ||
add - /trunk/fs2_open/libpng/pngtrans.c | File | ||
add - /trunk/fs2_open/libpng/pngwio.c | File | ||
add - /trunk/fs2_open/libpng/pngwrite.c | File | ||
add - /trunk/fs2_open/libpng/pngwtran.c | File | ||
add - /trunk/fs2_open/libpng/pngwutil.c | File | ||
add - /trunk/fs2_open/libpng/scripts | File | ||
add - /trunk/fs2_open/libpng/scripts/pngw32.def | File | ||
add - /trunk/fs2_open/libpng/scripts/pngw32.rc | File | ||
mod - /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2008/Freespace2.sln | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2008/code.vcproj | Diff File | ||
add - /trunk/fs2_open/projects/MSVC_2008/libpng.vcproj | File | ||
add - /trunk/fs2_open/projects/MSVC_2008/zlib.vcproj | File | ||
mod - /trunk/fs2_open/projects/MSVC_6_Release/Freespace2.dsw | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_6_Release/code.dsp | Diff File | ||
add - /trunk/fs2_open/projects/MSVC_6_Release/libpng.dsp | File | ||
add - /trunk/fs2_open/projects/MSVC_6_Release/zlib.dsp | File | ||
mod - /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
add - /trunk/fs2_open/zlib | File | ||
add - /trunk/fs2_open/zlib/adler32.c | File | ||
add - /trunk/fs2_open/zlib/compress.c | File | ||
add - /trunk/fs2_open/zlib/crc32.c | File | ||
add - /trunk/fs2_open/zlib/crc32.h | File | ||
add - /trunk/fs2_open/zlib/deflate.c | File | ||
add - /trunk/fs2_open/zlib/deflate.h | File | ||
add - /trunk/fs2_open/zlib/example.c | File | ||
add - /trunk/fs2_open/zlib/gzio.c | File | ||
add - /trunk/fs2_open/zlib/infback.c | File | ||
add - /trunk/fs2_open/zlib/inffast.c | File | ||
add - /trunk/fs2_open/zlib/inffast.h | File | ||
add - /trunk/fs2_open/zlib/inffixed.h | File | ||
add - /trunk/fs2_open/zlib/inflate.c | File | ||
add - /trunk/fs2_open/zlib/inflate.h | File | ||
add - /trunk/fs2_open/zlib/inftrees.c | File | ||
add - /trunk/fs2_open/zlib/inftrees.h | File | ||
add - /trunk/fs2_open/zlib/minigzip.c | File | ||
add - /trunk/fs2_open/zlib/trees.c | File | ||
add - /trunk/fs2_open/zlib/trees.h | File | ||
add - /trunk/fs2_open/zlib/uncompr.c | File | ||
add - /trunk/fs2_open/zlib/win32 | File | ||
add - /trunk/fs2_open/zlib/win32/zlib1.rc | File | ||
add - /trunk/fs2_open/zlib/zconf.h | File | ||
add - /trunk/fs2_open/zlib/zconf.in.h | File | ||
add - /trunk/fs2_open/zlib/zlib.h | File | ||
add - /trunk/fs2_open/zlib/zutil.c | File | ||
add - /trunk/fs2_open/zlib/zutil.h | File | ||
antipodes r5889 2010-02-05 21:27 Ported: N/A Details Diff |
Trunk Sync - r5888 Special notes: MSVC_6_Release was corrected by hand, but none of the changes made to MSVC_6 were carried over. |
||
mod - /branches/antipodes/code/ai/aibig.cpp | Diff File | ||
mod - /branches/antipodes/code/cutscene/cutscenes.cpp | Diff File | ||
mod - /branches/antipodes/code/debris/debris.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/management.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/shipspecialhitpoints.cpp | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropenglstate.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropenglstate.h | Diff File | ||
mod - /branches/antipodes/code/hud/hud.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudescort.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudparse.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudshield.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudtarget.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missionbriefcommon.cpp | Diff File | ||
mod - /branches/antipodes/code/model/model.h | Diff File | ||
mod - /branches/antipodes/code/model/modelinterp.cpp | Diff File | ||
mod - /branches/antipodes/code/object/collideshipweapon.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/lua.cpp | Diff File | ||
mod - /branches/antipodes/code/particle/particle.cpp | Diff File | ||
mod - /branches/antipodes/code/particle/particle.h | Diff File | ||
mod - /branches/antipodes/code/physics/physics.cpp | Diff File | ||
mod - /branches/antipodes/code/physics/physics.h | Diff File | ||
mod - /branches/antipodes/code/playerman/playercontrol.cpp | Diff File | ||
mod - /branches/antipodes/code/render/3ddraw.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.h | Diff File | ||
mod - /branches/antipodes/code/ship/shipfx.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/shiphit.cpp | Diff File | ||
mod - /branches/antipodes/code/starfield/nebula.cpp | Diff File | ||
mod - /branches/antipodes/code/starfield/starfield.cpp | Diff File | ||
mod - /branches/antipodes/code/weapon/beam.cpp | Diff File | ||
mod - /branches/antipodes/code/weapon/corkscrew.cpp | Diff File | ||
mod - /branches/antipodes/code/weapon/weapon.h | Diff File | ||
mod - /branches/antipodes/code/weapon/weapons.cpp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6_Release/Fred2.dsp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6_Release/Freespace2.dsp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6_Release/code.dsp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6_Release/libjpeg.dsp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6_Release/liblua.dsp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6_Release/libpng.dsp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6_Release/wxFRED2.dsp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_6_Release/zlib.dsp | Diff File | ||
trunk r5888 2010-02-05 20:02 Ported: N/A Details Diff |
fix damage lightning (from Xt tree) | ||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/render/3ddraw.cpp | Diff File | ||
trunk r5887 2010-02-05 18:14 Ported: N/A Details Diff |
fix couple of model handle related bugs in lua.cpp | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
trunk r5886 2010-02-05 14:04 Ported: N/A Details Diff |
allow armor entries exists even without any calculations. | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
antipodes r5885 2010-02-04 23:36 Ported: N/A Details Diff |
Updates libpng to 1.2.42. This is currently the highest and newest supportable MAX_VERSION, as 1.4.0 will break things. No other changes for this lib upgrade needed. |
||
mod - /branches/antipodes/libpng/png.c | Diff File | ||
mod - /branches/antipodes/libpng/png.h | Diff File | ||
mod - /branches/antipodes/libpng/pngconf.h | Diff File | ||
mod - /branches/antipodes/libpng/pngerror.c | Diff File | ||
rm - /branches/antipodes/libpng/pnggccrd.c | File | ||
mod - /branches/antipodes/libpng/pngget.c | Diff File | ||
mod - /branches/antipodes/libpng/pngmem.c | Diff File | ||
mod - /branches/antipodes/libpng/pngpread.c | Diff File | ||
mod - /branches/antipodes/libpng/pngread.c | Diff File | ||
mod - /branches/antipodes/libpng/pngrio.c | Diff File | ||
mod - /branches/antipodes/libpng/pngrtran.c | Diff File | ||
mod - /branches/antipodes/libpng/pngrutil.c | Diff File | ||
mod - /branches/antipodes/libpng/pngset.c | Diff File | ||
mod - /branches/antipodes/libpng/pngtest.c | Diff File | ||
mod - /branches/antipodes/libpng/pngtrans.c | Diff File | ||
rm - /branches/antipodes/libpng/pngvcrd.c | File | ||
mod - /branches/antipodes/libpng/pngwio.c | Diff File | ||
mod - /branches/antipodes/libpng/pngwrite.c | Diff File | ||
mod - /branches/antipodes/libpng/pngwtran.c | Diff File | ||
mod - /branches/antipodes/libpng/pngwutil.c | Diff File | ||
add - /branches/antipodes/libpng/scripts/pngw32.def | File | ||
mod - /branches/antipodes/libpng/scripts/pngw32.rc | Diff File | ||
antipodes r5884 2010-02-04 18:34 Ported: N/A Details Diff |
Apparently, I mis-understood and left the cfclose in. Let's try this again. | ||
mod - /branches/antipodes/code/pngutils/pngutils.cpp | Diff File | ||
antipodes r5883 2010-02-04 17:31 Ported: N/A Details Diff |
Let's see if this fixes things, or causes a snowball. If it does, everybody say thank you to ni1s. If it doesn't, then it's still my fault somehow. | ||
mod - /branches/antipodes/code/pngutils/pngutils.cpp | Diff File | ||
trunk r5882 2010-02-04 16:18 Ported: N/A Details Diff |
fix for mantis 2110 | ||
mod - /trunk/fs2_open/code/hud/hudescort.cpp | Diff File | ||
trunk r5881 2010-02-04 00:36 Ported: N/A Details Diff |
Multi-platform resolution for "signed/unsigned mismatch" warning on aiturret.cpp via ship.h | ||
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
trunk r5880 2010-02-04 00:02 Ported: N/A Details Diff |
Not multi-platform, but it doesn't break other platforms and removes 11 warnings from nebula.cpp. | ||
mod - /trunk/fs2_open/code/starfield/nebula.cpp | Diff File | ||
trunk r5879 2010-02-03 23:44 Ported: N/A Details Diff |
Multi-platform resolution for "unused variable" warning on shiphit.cpp | ||
mod - /trunk/fs2_open/code/ship/shiphit.cpp | Diff File | ||
trunk r5878 2010-02-03 23:42 Ported: N/A Details Diff |
Multi-platform resolution for "signed/unsigned mismatch" warning on ship.cpp | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r5877 2010-02-03 23:27 Ported: N/A Details Diff |
Multi-platform resolution for "signed/unsigned mismatch" warning on gropenglstate.cpp | ||
mod - /trunk/fs2_open/code/graphics/gropenglstate.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropenglstate.h | Diff File |