Changesets: fs2open
trunk r8401 2012-01-29 06:47 Ported: N/A Details Diff |
As requested by Diaspora: Adds "render flak" flag to weapons.tbl. This will allow the game to render flak shells. |
||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapon.h | Diff File | ||
trunk r8400 2012-01-29 04:58 Ported: N/A Details Diff |
undo animations for undockings that happen from exploding or jettisoning cargo | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/object/deadobjectdock.h | Diff File | ||
mod - /trunk/fs2_open/code/object/deadobjectdock.cpp | Diff File | ||
trunk r8399 2012-01-29 04:19 Ported: N/A Details Diff |
coded for Mantis 0002587 but not actually used... this can allow a series of animations to be pushed and then popped |
Affected Issues 0002587 |
|
mod - /trunk/fs2_open/code/model/modelanim.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelanim.cpp | Diff File | ||
trunk r8398 2012-01-29 04:19 Ported: N/A Details Diff |
fix Mantis 0002587 |
Affected Issues 0002587 |
|
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r8397 2012-01-29 01:53 Ported: N/A Details Diff |
tweaks | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r8396 2012-01-29 00:05 Ported: N/A Details Diff |
Vasudan Admiral's fix for the modelanim code | ||
mod - /trunk/fs2_open/code/model/modelanim.cpp | Diff File | ||
trunk r8395 2012-01-28 23:38 Ported: N/A Details Diff |
Fix for mantis 0002591: add braces based on code indentation |
Affected Issues 0002591 |
|
mod - /trunk/fs2_open/code/ui/window.cpp | Diff File | ||
trunk r8394 2012-01-28 22:24 Ported: N/A Details Diff |
remove another four warnings | ||
mod - /trunk/fs2_open/code/fred2/weaponeditordlg.cpp | Diff File | ||
trunk r8393 2012-01-28 22:23 Ported: N/A Details Diff |
remove warning | ||
mod - /trunk/fs2_open/code/fred2/orienteditor.cpp | Diff File | ||
trunk r8392 2012-01-28 21:58 Ported: N/A Details Diff |
herp a big derp | ||
mod - /trunk/fs2_open/code/model/modelanim.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelanim.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r8391 2012-01-28 21:32 Ported: N/A Details Diff |
derp | ||
mod - /trunk/fs2_open/code/model/modelanim.cpp | Diff File | ||
trunk r8390 2012-01-28 21:26 Ported: N/A Details Diff |
VA says this might work? | ||
mod - /trunk/fs2_open/code/model/modelanim.cpp | Diff File | ||
trunk r8389 2012-01-28 21:12 Ported: N/A Details Diff |
wait until animation finishes before separating during undocking | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ai/ai.h | Diff File | ||
trunk r8388 2012-01-28 16:00 Ported: N/A Details Diff |
Fix for Mantis 2521: Don't use the ship list for updating when we're in the middle of creating it. |
Affected Issues 0002521 |
|
mod - /trunk/fs2_open/code/fred2/ship_select.h | Diff File | ||
mod - /trunk/fs2_open/code/fred2/ship_select.cpp | Diff File | ||
trunk r8387 2012-01-28 14:32 Ported: N/A Details Diff |
Given that there's an exit path available right here, changing this Assert() into a Warning() seems appropriate. |
||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
antipodes r8386 2012-01-28 12:45 Ported: N/A Details Diff |
trunk sync r8382 - 8385 | ||
mod - /branches/antipodes/code/parse/sexp.h | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/missionui/missionscreencommon.cpp | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.h | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.cpp | Diff File | ||
mod - /branches/antipodes/code/cmdline/cmdline.h | Diff File | ||
mod - /branches/antipodes/code/cmdline/cmdline.cpp | Diff File | ||
trunk r8385 2012-01-28 10:48 Ported: N/A Details Diff |
Fix for Mantis 2538: From Eli2, corrects for looping fade issue reported by FelixJim. |
Affected Issues 0002538 |
|
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r8384 2012-01-28 08:02 Ported: N/A Details Diff |
Getting annoyed by -mipmap being used when it doesn't need to be. Moving it out of general graphics and into troubleshooting where it more appropriately belongs. | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.h | Diff File | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
trunk r8383 2012-01-28 06:10 Ported: N/A Details Diff |
Fix for mantis 0002370: ignore missing starting wing indexes during mission restart |
Affected Issues 0002370 |
|
mod - /trunk/fs2_open/code/missionui/missionscreencommon.cpp | Diff File | ||
trunk r8382 2012-01-28 02:56 Ported: N/A Details Diff |
two new sexps, signum and trigger-submodel-animation also, fix a smattering of missing sexp stuff from other people's commits such as argument types, validity checking, putting things in submenus, and using is_sexp_true |
||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/sexp_tree.h | Diff File | ||
mod - /trunk/fs2_open/code/fred2/sexp_tree.cpp | Diff File | ||
antipodes r8381 2012-01-28 02:07 Ported: N/A Details Diff |
Fix to Trunk r8379, for want of a ; a compile was lost. | ||
mod - /trunk/fs2_open/code/model/modelanim.cpp | Diff File | ||
mod - /branches/antipodes/code/model/modelanim.cpp | Diff File | ||
antipodes r8380 2012-01-28 01:53 Ported: N/A Details Diff |
Trunk Sync: r8373, r8376-8379 | ||
mod - /branches/antipodes/code/model/modelread.cpp | Diff File | ||
mod - /branches/antipodes/code/model/modelinterp.cpp | Diff File | ||
mod - /branches/antipodes/code/model/modelanim.h | Diff File | ||
mod - /branches/antipodes/code/model/modelanim.cpp | Diff File | ||
mod - /branches/antipodes/code/model/model.h | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/ai/aicode.cpp | Diff File | ||
trunk r8379 2012-01-27 21:51 Ported: N/A Details Diff |
update docking code some more add code logic to (theoretically) set submodels instantly to initial or final positions |
||
mod - /trunk/fs2_open/code/model/modelanim.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelanim.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r8378 2012-01-27 02:42 Ported: N/A Details Diff |
enhancement for bug 2582: trigger animations on BOTH ships undergoing docking |
Affected Issues 0002582 |
|
mod - /trunk/fs2_open/code/model/modelanim.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r8377 2012-01-27 02:40 Ported: N/A Details Diff |
remove unnecessary warning | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File |