Changesets: fs2open
trunk r6101 2010-05-15 17:48 Ported: N/A Details Diff |
misc silly fixes | ||
mod - /trunk/fs2_open/code/object/object.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r6100 2010-05-15 17:31 Ported: N/A Details Diff |
fix subsystem alignment on ship class change (Mantis 0001181) fix a bug with Bobboau's external missiles feature |
||
mod - /trunk/fs2_open/code/object/object.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
trunk r6099 2010-05-14 16:43 Sushi Ported: N/A Details Diff |
Added $No extra collision avoidance vs player flag. Makes the AI less likely to didder around like an idiot at close range. | ||
mod - /trunk/fs2_open/code/ai/ai.h | Diff File | ||
mod - /trunk/fs2_open/code/ai/ai_profiles.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ai/ai_profiles.h | Diff File | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
mod - /trunk/fs2_open/code/globalincs/def_files.cpp | Diff File | ||
trunk r6098 2010-05-14 14:57 Sushi Ported: N/A Details Diff |
Small fix for circle strafe | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r6097 2010-05-12 15:40 Sushi Ported: N/A Details Diff |
Fix for Mantis 2099 | ||
mod - /trunk/fs2_open/code/object/objectshield.cpp | Diff File | ||
trunk r6096 2010-05-10 13:17 The_E Ported: N/A Details Diff |
Swarm weapons should respect "$Free flight time" as well | ||
mod - /trunk/fs2_open/code/weapon/swarm.cpp | Diff File | ||
trunk r6095 2010-05-09 10:53 The_E Ported: N/A Details Diff |
Patch for Mantis 2202 (Children of swarm weapons do not inherit parent target) | ||
mod - /trunk/fs2_open/code/weapon/swarm.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/swarm.h | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
trunk r6094 2010-05-09 02:12 Ported: N/A Details Diff |
Remove commented out code (still in SVN history if needed) and the overhead of an empty function call every frame | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/muzzleflash.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/muzzleflash.h | Diff File | ||
trunk r6093 2010-05-08 11:09 Ported: N/A Details Diff |
Benefit from our use of STL vectors be removing a now unnecessary variable in cutscenes.cpp and making code cleaner and easier to read | ||
mod - /trunk/fs2_open/code/cutscene/cutscenes.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cutscene/cutscenes.h | Diff File | ||
trunk r6092 2010-05-07 13:03 Sushi Ported: N/A Details Diff |
Some fixes/updates for the Circle Strafe behavior. The AI should use it a bit more effectively now. | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r6091 2010-05-05 12:47 Ported: N/A Details Diff |
Quick fix for the WarningEx breakage on *nix | ||
mod - /trunk/fs2_open/code/windows_stub/stubs.cpp | Diff File | ||
trunk r6090 2010-05-04 08:34 Ported: N/A Details Diff |
Fix compilation under OSX and Linux with WarningEx | ||
mod - /trunk/fs2_open/code/windows_stub/stubs.cpp | Diff File | ||
trunk r6089 2010-05-03 08:32 The_E Ported: N/A Details Diff |
Genghis' fix for Mantis 2162 (Thruster cones have collision detection) | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
trunk r6088 2010-05-03 08:03 Ported: N/A Details Diff |
Add the (in)validate-all-arguments SEXPs | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
trunk r6087 2010-05-02 06:24 Ported: N/A Details Diff |
Genghis' fix for Mantis 2159 (Certain parsing errors are never reported) |
||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.h | Diff File | ||
mod - /trunk/fs2_open/code/globalincs/pstypes.h | Diff File | ||
mod - /trunk/fs2_open/code/globalincs/windebug.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionmessage.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/nebula/neb.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r6086 2010-05-02 02:00 Ported: N/A Details Diff |
Genghis' fix for Mantis 2157 (Invalid subsystems not properly detected on mission parse). |
||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
trunk r6085 2010-05-02 01:54 Ported: N/A Details Diff |
GencGenghis' fix for Mantis 2155 (No error checking for certain ship problems in the lab that FRED does pick up). |
||
mod - /trunk/fs2_open/code/lab/lab.cpp | Diff File | ||
trunk r6084 2010-05-02 01:53 Ported: N/A Details Diff |
Genghis' fix for Mantis 2151 (No error checking for incorrect engine wash entries). | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r6083 2010-05-01 16:39 Sushi Ported: N/A Details Diff |
Reverted commit 5656, due to side effect of changing AI behavior (see mantis 1982) | ||
mod - /trunk/fs2_open/code/ai/aibig.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/afterburner.cpp | Diff File | ||
fs2_open_3_6_12 r6082 2010-04-30 02:35 Ported: N/A Details Diff |
prevent HUD formatting from destroying subsystem names - Mantis 0002195 also made hud_targetbox_truncate_subsys_name return void to lessen the chance of people making the mistake in the future |
||
mod - /branches/fs2_open_3_6_12/code/hud/hud.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_12/code/hud/hudtargetbox.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_12/code/hud/hudtargetbox.h | Diff File | ||
mod - /branches/fs2_open_3_6_12/code/ship/ship.cpp | Diff File | ||
trunk r6081 2010-04-30 02:33 Ported: N/A Details Diff |
prevent HUD formatting from destroying subsystem names - Mantis 0002195 also made hud_targetbox_truncate_subsys_name return void to lessen the chance of people making the mistake in the future |
||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudtargetbox.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudtargetbox.h | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
fs2_open_3_6_12 r6080 2010-04-30 00:06 Ported: N/A Details Diff |
fix Mantis 0002194 | ||
mod - /branches/fs2_open_3_6_12/code/fred2/management.cpp | Diff File | ||
trunk r6079 2010-04-30 00:03 Ported: N/A Details Diff |
fix rounding formula (Mantis 0002194) | ||
mod - /trunk/fs2_open/code/fred2/management.cpp | Diff File | ||
trunk r6078 2010-04-29 23:24 Ported: N/A Details Diff |
Fix Mantis 2194 (FRED incorrectly calculates the wrong number used in wings). | ||
mod - /trunk/fs2_open/code/fred2/management.cpp | Diff File | ||
trunk r6077 2010-04-29 14:56 Sushi Ported: N/A Details Diff |
Fix for bug causing AI to not fire secondaries, as well as a fix for other minor AI bugs | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File |