Changesets: fs2open
fs2_open_3_6_16 r9458 2012-12-21 17:30 Ported: N/A Details Diff |
Copy trunk r9456 to 3.6.16 branch. | ||
add - /branches/fs2_open_3_6_16 | File | ||
antipodes r9457 2012-12-21 16:02 Ported: N/A Details Diff |
Trunk sync r9456 | ||
mod - /branches/antipodes/code/ai/aibig.cpp | Diff File | ||
mod - /branches/antipodes/code/ai/aiturret.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/bgbitmapdlg.h | Diff File | ||
mod - /branches/antipodes/code/fred2/freddoc.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/freddoc.h | Diff File | ||
mod - /branches/antipodes/code/fred2/fredrender.cpp | Diff File | ||
mod - /branches/antipodes/code/fs2netd/fs2netd_client.cpp | Diff File | ||
mod - /branches/antipodes/code/gamesnd/gamesnd.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengldraw.cpp | Diff File | ||
mod - /branches/antipodes/code/lab/lab.cpp | Diff File | ||
mod - /branches/antipodes/code/menuui/optionsmenu.cpp | Diff File | ||
mod - /branches/antipodes/code/menuui/optionsmenumulti.cpp | Diff File | ||
mod - /branches/antipodes/code/menuui/optionsmenumulti.h | Diff File | ||
mod - /branches/antipodes/code/mission/missionparse.cpp | Diff File | ||
mod - /branches/antipodes/code/missionui/missionscreencommon.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/model/modelread.cpp | Diff File | ||
mod - /branches/antipodes/code/network/multimsgs.cpp | Diff File | ||
mod - /branches/antipodes/code/network/multiteamselect.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/parselo.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/parselo.h | Diff File | ||
mod - /branches/antipodes/code/particle/particle.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/weapon/weapon.h | Diff File | ||
mod - /branches/antipodes/code/weapon/weapons.cpp | Diff File | ||
trunk r9456 2012-12-21 02:15 Ported: N/A Details Diff |
Fix Mantis 1818 (PXO Login fails ambiguously if you don't have a password or username) |
Affected Issues 0001818 |
|
mod - /trunk/fs2_open/code/fs2netd/fs2netd_client.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/optionsmenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/optionsmenumulti.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/optionsmenumulti.h | Diff File | ||
trunk r9455 2012-12-20 02:34 Ported: N/A Details Diff |
enhance debug warning for Mantis 0001951 |
Affected Issues 0001951 |
|
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r9454 2012-12-18 20:58 Ported: N/A Details Diff |
Adding an assert to multi_ts_get_team_and_slot so we can get Auto variable data in the crash dump to track down ticket 2757. | ||
mod - /trunk/fs2_open/code/network/multiteamselect.cpp | Diff File | ||
trunk r9453 2012-12-18 19:11 Ported: N/A Details Diff |
Fix for Mantis 2738: Reset buffer state before drawing spheres and lines. Additionally fix the new htl outline rendering in fred by setting the outline color. |
Affected Issues 0002738 |
|
mod - /trunk/fs2_open/code/graphics/gropengldraw.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
trunk r9452 2012-12-18 16:55 Ported: N/A Details Diff |
Rename the model subsystem flag masks to MSS_MODEL_FLAG_MASK and MSS_MODEL_FLAG2_MASK respectively, for readability | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
trunk r9451 2012-12-18 16:46 Ported: N/A Details Diff |
Fix for Mantis 2513 by Admiral MS: Fixes issues with two ship classes sharing model data. |
Affected Issues 0002513 |
|
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
trunk r9450 2012-12-18 15:09 Ported: N/A Details Diff |
Fix for Mantis 2364: Load the relevant thruster bitmaps when switching weapons in lab. |
Affected Issues 0002364 |
|
mod - /trunk/fs2_open/code/lab/lab.cpp | Diff File | ||
trunk r9449 2012-12-18 14:42 Ported: N/A Details Diff |
Fix for Mantis 1901: Update the displayed ship after the loadout is refreshed. |
Affected Issues 0001901 |
|
mod - /trunk/fs2_open/code/missionui/missionscreencommon.cpp | Diff File | ||
trunk r9448 2012-12-18 13:40 Ported: N/A Details Diff |
Fix for Mantis 1928: Recreate the briefing and background dialog when the mission updates. |
Affected Issues 0001928 |
|
mod - /trunk/fs2_open/code/fred2/bgbitmapdlg.h | Diff File | ||
mod - /trunk/fs2_open/code/fred2/freddoc.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/freddoc.h | Diff File | ||
trunk r9447 2012-12-18 12:26 Ported: N/A Details Diff |
Fix for Mantis 2447: Allow fighters to use anti subsystem weapons when disarming/disabling protected ships. |
Affected Issues 0002447 |
|
mod - /trunk/fs2_open/code/ai/aibig.cpp | Diff File | ||
trunk r9446 2012-12-17 04:36 Ported: N/A Details Diff |
properly fix the removal of particles (Mantis 0002165) |
Affected Issues 0002165 |
|
mod - /trunk/fs2_open/code/particle/particle.cpp | Diff File | ||
trunk r9445 2012-12-17 03:59 Ported: N/A Details Diff |
revert revision 9411 in preparation for fixing particles (Mantis 0002165) |
Affected Issues 0002165 |
|
mod - /trunk/fs2_open/code/particle/particle.cpp | Diff File | ||
trunk r9444 2012-12-17 03:00 Ported: N/A Details Diff |
since invisible textures were loaded as -1, they have to be flagged specially to actually replace real textures (Mantis 0002340) |
Affected Issues 0002340 |
|
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
trunk r9443 2012-12-17 00:54 Ported: N/A Details Diff |
there is actually a way to check for extra sound values per Mantis 0002408, and here it is |
Affected Issues 0002408 |
|
mod - /trunk/fs2_open/code/gamesnd/gamesnd.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/parselo.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/parselo.h | Diff File | ||
trunk r9442 2012-12-16 20:17 Ported: N/A Details Diff |
Fix for Mantis 2199: Reject objects from being clicked on when selection lock is active. |
Affected Issues 0002199 |
|
mod - /trunk/fs2_open/code/fred2/fredrender.cpp | Diff File | ||
trunk r9441 2012-12-16 09:25 Ported: N/A Details Diff |
Fix for Mantis 2755: Update weapon_info references after weapon_create to get updates from possible substitution |
Affected Issues 0002755 |
|
mod - /trunk/fs2_open/code/ai/aiturret.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multimsgs.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r9440 2012-12-15 17:11 Ported: N/A Details Diff |
Set the 3D flag in the new sounds.tbl parsing. | ||
mod - /trunk/fs2_open/code/gamesnd/gamesnd.cpp | Diff File | ||
trunk r9439 2012-12-15 16:47 Ported: N/A Details Diff |
Fix for Mantis 2707: Pass the firing turret to weapon_create so it knows where to look for when using $Substitute. |
Affected Issues 0002707 |
|
mod - /trunk/fs2_open/code/ai/aiturret.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multimsgs.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapon.h | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
trunk r9438 2012-12-15 14:51 Ported: N/A Details Diff |
Fix for Mantis 2737: Recreate the entire orientation matrix not just the forward vector when ships spawn from docking bays. |
Affected Issues 0002737 |
|
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
antipodes r9437 2012-12-15 13:31 Ported: N/A Details Diff |
From Eli2: Replaced memset of player struct with reset(). Fixes random multi crashes. | ||
mod - /branches/antipodes/code/fs2netd/fs2netd_client.cpp | Diff File | ||
mod - /branches/antipodes/code/network/multi_observer.cpp | Diff File | ||
mod - /branches/antipodes/code/network/multiutil.cpp | Diff File | ||
antipodes r9436 2012-12-15 10:40 Ported: N/A Details Diff |
Trunk sync r9435 |
||
mod - /branches/antipodes/code/camera/camera.cpp | Diff File | ||
mod - /branches/antipodes/code/camera/camera.h | Diff File | ||
mod - /branches/antipodes/code/fred2/fredrender.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/fredview.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/shipeditordlg.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/shiptexturesdlg.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hud.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missiongoals.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missionparse.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missionparse.h | Diff File | ||
mod - /branches/antipodes/code/missionui/missionscreencommon.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_2011/Fred2.vcxproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2011/Freespace2.vcxproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2011/code.vcxproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2011/libjpeg.vcxproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2011/liblua.vcxproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2011/libpng.vcxproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2011/zlib.vcxproj | Diff File | ||
trunk r9435 2012-12-15 05:33 Ported: N/A Details Diff |
Change the default toolset for MSVC2012 to "110-XP", to make builds made with VS2012 XP-compatible. |
||
mod - /trunk/fs2_open/projects/MSVC_2011/Fred2.vcxproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2011/Freespace2.vcxproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2011/code.vcxproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2011/libjpeg.vcxproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2011/liblua.vcxproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2011/libpng.vcxproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2011/zlib.vcxproj | Diff File | ||
trunk r9434 2012-12-14 23:41 Ported: N/A Details Diff |
allow saving of invisible textures for replacements (Mantis 0002340) |
Affected Issues 0002340 |
|
mod - /trunk/fs2_open/code/fred2/shiptexturesdlg.cpp | Diff File |