Changesets: fs2open
| trunk r9659 2013-04-29 08:55 Ported: N/ADetails Diff | Fix for Mantis 2833: AddressSanitizer: heap-buffer-overflow in get_char_width() | Affected Issues 0002833 | |
| mod - /trunk/fs2_open/code/graphics/font.cpp | Diff File | ||
| trunk r9658 2013-04-29 08:15 Ported: N/ADetails Diff | Remove a duplicate line in r9657 - thanks to Echelon9 for noticing this | ||
| mod - /trunk/fs2_open/code/missionui/missionshipchoice.cpp | Diff File | ||
| trunk r9657 2013-04-29 05:01 Ported: N/ADetails Diff | Fix mantis 2753: save csg just before mission starts read loadout indexes into int instead of uint & ensure -1 is not used as array index initialise Player_loadout struct during FSO start | Affected Issues 0002753 | |
| mod - /trunk/fs2_open/code/mission/missioncampaign.cpp | Diff File | ||
| mod - /trunk/fs2_open/code/mission/missioncampaign.h | Diff File | ||
| mod - /trunk/fs2_open/code/missionui/missionshipchoice.cpp | Diff File | ||
| mod - /trunk/fs2_open/code/pilotfile/csg.cpp | Diff File | ||
| trunk r9656 2013-04-28 19:16 Ported: N/ADetails Diff | Fix for Mantis 2841: From CommanderDJ, Allows FRED to select/set Main Hall by string input, not just integers. | Affected Issues 0002841 | |
| mod - /trunk/fs2_open/code/fred2/fred.rc | Diff File | ||
| trunk r9655 2013-04-28 09:51 Ported: N/ADetails Diff | Extra logging functionality for BMPMAN. This helped localise the fix in r9654. | ||
| mod - /trunk/fs2_open/code/bmpman/bmpman.cpp | Diff File | ||
| trunk r9654 2013-04-28 09:50 Ported: N/ADetails Diff | Fix for loading of AVIs in BP. As discussed with The_E on IRC, this bug may have had a range of unintended consequences, although not clear why it hasn't been picked up already. | ||
| mod - /trunk/fs2_open/code/mission/missionmessage.cpp | Diff File | ||
| trunk r9653 2013-04-28 08:33 Ported: N/ADetails Diff | Fix Mantis 2850: AddressSanitizer: global-buffer-overflow in emp_randomize_chars() | Affected Issues 0002850 | |
| mod - /trunk/fs2_open/code/weapon/emp.cpp | Diff File | ||
| trunk r9652 2013-04-28 01:42 Ported: N/ADetails Diff | log the correct CSG version | ||
| mod - /trunk/fs2_open/code/pilotfile/csg.cpp | Diff File | ||
| trunk r9651 2013-04-27 09:06 Ported: N/ADetails Diff | Fix my fix from revision 9305: Properly check for null pointer dereference | ||
| mod - /trunk/fs2_open/code/camera/camera.cpp | Diff File | ||
| trunk r9650 2013-04-27 03:35 Ported: N/ADetails Diff | From Yarn fix for Mantis 2849 +Flags: does not select main halls | Affected Issues 0002849 | |
| mod - /trunk/fs2_open/code/mission/missioncampaign.cpp | Diff File | ||
| trunk r9649 2013-04-26 09:04 Ported: N/ADetails Diff | Fix Mantis 2854: AddressSanitizer: global-buffer-overflow in do_subobj_hit_stuff() | Affected Issues 0002854 | |
| mod - /trunk/fs2_open/code/ship/shiphit.cpp | Diff File | ||
| trunk r9648 2013-04-26 07:39 Ported: N/ADetails Diff | Fix Mantis 2853: AddressSanitizer: heap-buffer-overflow in change_ship_type() | Affected Issues 0002853 | |
| mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
| trunk r9647 2013-04-26 05:40 Ported: N/ADetails Diff | Let form follow substance; when using indentation around if() ensure the approach is clear | ||
| mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
| trunk r9646 2013-04-22 08:16 Ported: N/ADetails Diff | Fix for Mantis 2821: AddressSanitizer: global-buffer-overflow in ship_get_secondary_weapon_range() | Affected Issues 0002821 | |
| mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
| trunk r9645 2013-04-22 08:12 Ported: N/ADetails Diff | Fix Mantis 2834: AddressSanitizer: global-buffer-overflow in get_max_ammo_count_for_bank() | Affected Issues 0002834 | |
| mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
| trunk r9644 2013-04-22 08:09 Ported: N/ADetails Diff | Fix Mantis 2824: AddressSanitizer: global-buffer-overflow in obj_snd_delete_all() | Affected Issues 0002824 | |
| mod - /trunk/fs2_open/code/object/objectsnd.cpp | Diff File | ||
| trunk r9643 2013-04-22 03:33 Ported: N/ADetails Diff | code cleanup related to Mantis 0002845... straighten out and standardize the differences between the various OPF_SHIP_WING_* argument types make sure all ships using an OPF_SHIP_WING_* type actually specify and handle the type they need to (removing the ones that don't make sense, e.g. you can't set the orientation of a waypoint) enforce type safety by clarifying the distinction between "any ship on a team" and "every ship on a team", and splitting the OSWPT_TYPE_TEAM type to accommodate this (which maintains compatibility with the original OPF_SHIP_WING_TEAM type) | Affected Issues 0002845 | |
| 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 r9642 2013-04-22 02:30 Ported: N/ADetails Diff | fix the is-in-box sexp | ||
| mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
| trunk r9641 2013-04-22 01:50 Ported: N/ADetails Diff | the fix for Mantis 0002845 in isolation | Affected Issues 0002845 | |
| mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
| trunk r9640 2013-04-20 20:12 Ported: N/ADetails Diff | Yarn's patch to make version checking work correctly | ||
| mod - /trunk/fs2_open/code/parse/parselo.cpp | Diff File | ||
| trunk r9639 2013-04-20 19:39 Ported: N/ADetails Diff | Java 1.5 compatibility | ||
| mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/CollapsiblePanel.java | Diff File | ||
| mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/DownloadPanel.java | Diff File | ||
| mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallPage.java | Diff File | ||
| fs2_open_3_7_0 r9638 2013-04-18 21:26 Ported: N/ADetails Diff | 3.7.0 RC1 versioning commit, following outline at http://www.hard-light.net/wiki/index.php/Release_Build_Process | ||
| mod - /branches/fs2_open_3_7_0/code/fred2/fred.rc | Diff File | ||
| mod - /branches/fs2_open_3_7_0/code/freespace2/freespace.rc | Diff File | ||
| mod - /branches/fs2_open_3_7_0/code/globalincs/version.h | Diff File | ||
| mod - /branches/fs2_open_3_7_0/code/wxfred2/wxFRED.fbp | Diff File | ||
| mod - /branches/fs2_open_3_7_0/code/wxfred2/wxfred.xrc | Diff File | ||
| mod - /branches/fs2_open_3_7_0/configure.ac | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2005/Fred2.vcproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2005/Freespace2.vcproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2005/wxFRED2.vcproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2008/Fred2.vcproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2008/Freespace2.vcproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2008/code.vcproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2010/Fred2.vcxproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2010/Freespace2.vcxproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2010/wxFRED2.vcxproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2011/Fred2.vcxproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2011/Freespace2.vcxproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2011/wxFRED2.vcxproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_6/Fred2.dsp | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_6/Freespace2.dsp | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_6/wxFRED2.dsp | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/Xcode/English.lproj/InfoPlist.strings | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/Xcode4/English.lproj/InfoPlist.strings | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
| fs2_open_3_7_0 r9637 2013-04-18 21:18 Ported: N/ADetails Diff | Trunk sync r9636. | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_2005/wxFRED2.vcproj | Diff File | ||
| trunk r9636 2013-04-18 20:34 Ported: N/ADetails Diff | More missed filename renames. | ||
| mod - /trunk/fs2_open/projects/MSVC_2005/wxFRED2.vcproj | Diff File | ||
| fs2_open_3_7_0 r9635 2013-04-18 20:01 Ported: N/ADetails Diff | Trunk sync r9634. | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_6/Fred2.dsp | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_6/Freespace2.dsp | Diff File | ||
| mod - /branches/fs2_open_3_7_0/projects/MSVC_6/wxFRED2.dsp | Diff File | ||
