Changesets: fs2open
trunk r8751 2012-05-05 08:50 Ported: N/A Details Diff |
Change this little piece of code to avoid a potentially very baffling null pointer dereference later on |
||
mod - /trunk/fs2_open/code/object/objectsnd.cpp | Diff File | ||
trunk r8750 2012-05-04 17:26 Ported: N/A Details Diff |
Fix for transparent submodels that are children of submodels. | ||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
trunk r8749 2012-05-04 14:49 Ported: N/A Details Diff |
Fix for transparent cockpits that should'nt be transparent. Breaks lightshafts for cockpit models with glass which don't use "-trans". This may be remedied in the future. | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
fs2_open_3_6_14 r8748 2012-05-03 06:56 Ported: N/A Details Diff |
RC6 BUILD STAGE COMMIT (Take 2): Sets Revision and Version properties to this commit version. | ||
mod - /branches/fs2_open_3_6_14/code/globalincs/version.h | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/freespace2/freespace.rc | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/fred2/fred.rc | Diff File | ||
fs2_open_3_6_14 r8747 2012-05-03 06:53 Ported: N/A Details Diff |
RC6 BUILD STAGE COMMIT: Sets Revision and Version properties to this commit version. | ||
mod - /branches/fs2_open_3_6_14/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/globalincs/version.h | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/freespace2/freespace.rc | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/fred2/fred.rc | Diff File | ||
fs2_open_3_6_14 r8746 2012-05-03 06:53 Ported: N/A Details Diff |
Update 8592 to not use a SCP_string and to use vsnprintf to avoid a buffer overrun | ||
mod - /branches/fs2_open_3_6_14/code/parse/parselo.cpp | Diff File | ||
fs2_open_3_6_14 r8745 2012-05-03 06:53 Ported: N/A Details Diff |
Backport: Trunk r8695; Fix the bug in closing the event editor that caused it to take minutes with some missions rather than seconds. | ||
mod - /branches/fs2_open_3_6_14/code/parse/sexp.cpp | Diff File | ||
fs2_open_3_6_14 r8744 2012-05-03 06:52 Ported: N/A Details Diff |
Revert "Backport: Trunk r8686; Fix Mantis 2642: Cockpits are rendered incorrectly when post-processing is disabled, thanks m_m" Depends on other non-backported commits This reverts commit cdb713f15a75169ee1352aad2bae5d84951e53a6. |
Affected Issues 0002642 |
|
mod - /branches/fs2_open_3_6_14/code/graphics/gropenglpostprocessing.cpp | Diff File | ||
antipodes r8743 2012-05-03 04:26 Ported: N/A Details Diff |
Trunk sync r8742 | ||
mod - /branches/antipodes/code/weapon/weapons.cpp | Diff File | ||
mod - /branches/antipodes/code/stats/scoring.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/shipfx.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.h | Diff File | ||
mod - /branches/antipodes/code/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/shield.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/lua.cpp | Diff File | ||
mod - /branches/antipodes/code/nebula/neblightning.cpp | Diff File | ||
mod - /branches/antipodes/code/nebula/neb.cpp | Diff File | ||
mod - /branches/antipodes/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /branches/antipodes/code/lighting/lighting.cpp | Diff File | ||
mod - /branches/antipodes/code/cmdline/cmdline.cpp | Diff File | ||
mod - /branches/antipodes/code/ai/aicode.cpp | Diff File | ||
trunk r8742 2012-05-02 11:20 Ported: N/A Details Diff |
Fix Mantis 2644: Replace vector<bool> with proper STL deque<bool>, thanks IssMneur and CommanderDJ |
Affected Issues 0002644 |
|
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
trunk r8741 2012-05-02 11:15 Ported: N/A Details Diff |
Utilise the CLAMP() utility macro in a further range of appropriate locations | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
mod - /trunk/fs2_open/code/stats/scoring.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/shipfx.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/shield.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
mod - /trunk/fs2_open/code/nebula/neblightning.cpp | Diff File | ||
mod - /trunk/fs2_open/code/nebula/neb.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r8740 2012-05-02 10:48 Ported: N/A Details Diff |
Use CLAMP utility macro in lightin.cpp | ||
mod - /trunk/fs2_open/code/lighting/lighting.cpp | Diff File | ||
trunk r8739 2012-05-02 10:35 Ported: N/A Details Diff |
Documentation: Doxygen comments for lighting.cpp | ||
mod - /trunk/fs2_open/code/lighting/lighting.cpp | Diff File | ||
fs2_open_3_6_14 r8738 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8686; Fix Mantis 2642: Cockpits are rendered incorrectly when post-processing is disabled, thanks m_m |
Affected Issues 0002642 |
|
mod - /branches/fs2_open_3_6_14/code/graphics/gropenglpostprocessing.cpp | Diff File | ||
fs2_open_3_6_14 r8737 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8681; These two variables were missed; the sort of overlooked error that is easy with this odd method of copy constructing... | ||
mod - /branches/fs2_open_3_6_14/code/model/model.h | Diff File | ||
fs2_open_3_6_14 r8736 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8670; fix for Mantis 0002630 (LUA is not mentioned, but the problem might affect that too) |
Affected Issues 0002630 |
|
mod - /branches/fs2_open_3_6_14/code/parse/sexp.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/parse/lua.cpp | Diff File | ||
fs2_open_3_6_14 r8735 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8662; warning C6280: 'tmp_Player' is allocated with 'new', but deleted with 'free' | ||
mod - /branches/fs2_open_3_6_14/code/menuui/playermenu.cpp | Diff File | ||
fs2_open_3_6_14 r8734 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8652; MSVC Analyze warning fix: Incorrect type passed as parameter in call to function printf() | ||
mod - /branches/fs2_open_3_6_14/code/anim/animplay.cpp | Diff File | ||
fs2_open_3_6_14 r8733 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8649; Fix Mantis 2632: Sounds assigned to objects get dropped when limit hardcoded gets reached. Patch from m_m |
Affected Issues 0002632 |
|
mod - /branches/fs2_open_3_6_14/code/ship/ship.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/object/objectsnd.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/object/object.h | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/object/object.cpp | Diff File | ||
fs2_open_3_6_14 r8732 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8642; Fix Doxygen documentation for wl_draw_ship_weapons() | ||
mod - /branches/fs2_open_3_6_14/code/missionui/missionweaponchoice.cpp | Diff File | ||
fs2_open_3_6_14 r8731 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8641; PVS-Studio fix: The 'Player' pointer is used simultaneously as an array and as a pointer to single object. | ||
mod - /branches/fs2_open_3_6_14/code/playerman/managepilot.cpp | Diff File | ||
fs2_open_3_6_14 r8730 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8640; PVS-Studio fix: The 'Players' pointer is used simultaneously as an array and as a pointer to single object. Check lines: 1392, 1410. | ||
mod - /branches/fs2_open_3_6_14/code/hud/hud.cpp | Diff File | ||
fs2_open_3_6_14 r8729 2012-05-02 07:38 Ported: N/A Details Diff |
Backport: Trunk r8639; PVS-Studio fix: The 'Weapon_info' pointer is used simultaneously as an array and as a pointer to single object. Check lines: 2962, 2975. | ||
mod - /branches/fs2_open_3_6_14/code/missionui/missionweaponchoice.cpp | Diff File | ||
fs2_open_3_6_14 r8728 2012-05-02 07:37 Ported: N/A Details Diff |
Backport: Trunk r8643 + r8644; Fix for Mantis 2635: Invalid memory access when saving a mission due to a weapon bank set to empty. && Same for secondary weapons |
Affected Issues 0002635 |
|
mod - /branches/fs2_open_3_6_14/code/fred2/missionsave.cpp | Diff File | ||
fs2_open_3_6_14 r8727 2012-05-02 07:37 Ported: N/A Details Diff |
Backport: Trunk r8630; revision 8155 inadvertently made ALL weapons area-effect... so don't add an automatic inner radius (for Mantis 0002634) but still be careful about potential divide-by-zero |
Affected Issues 0002634 |
|
mod - /branches/fs2_open_3_6_14/code/weapon/weapons.cpp | Diff File |