View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002616 | FSSCP | gameplay | public | 2012-02-28 15:50 | 2012-05-02 11:34 |
Reporter | m_m | Assigned To | m_m | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.6.13 | ||||
Summary | 0002616: Lua forward controls don't get applied to player controls | ||||
Description | When a lua script uses the control_info ForwardCruise variable the new value wouldn't be saved to the player control info when LUA_FULL_CONTROLS would be enabled. | ||||
Tags | No tags attached. | ||||
|
luaControls.patch (429 bytes)
Index: code/playerman/playercontrol.cpp =================================================================== --- code/playerman/playercontrol.cpp (revision 8533) +++ code/playerman/playercontrol.cpp (working copy) @@ -832,6 +832,7 @@ dest_ci->sideways = src_ci->sideways; dest_ci->bank = src_ci->bank; dest_ci->forward = src_ci->forward; + dest_ci->forward_cruise_percent = src_ci->forward_cruise_percent; } } |
|
Fix committed to trunk@8562. |
|
Fix committed to fs2_open_3_6_14@8714. |
fs2open: trunk r8562 2012-03-04 08:02 Ported: N/A Details Diff |
Fix for Mantis 2616 - Lua forward controls don't get applied to player controls, patch by m_m |
Affected Issues 0002616 |
|
mod - /trunk/fs2_open/code/playerman/playercontrol.cpp | Diff File | ||
fs2open: fs2_open_3_6_14 r8714 2012-05-02 07:36 Ported: N/A Details Diff |
Backport: Trunk r8562; Fix for Mantis 2616 - Lua forward controls don't get applied to player controls, patch by m_m |
Affected Issues 0002616 |
|
mod - /branches/fs2_open_3_6_14/code/playerman/playercontrol.cpp | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-02-28 15:50 | m_m | New Issue | |
2012-02-28 15:50 | m_m | Status | new => assigned |
2012-02-28 15:50 | m_m | Assigned To | => m_m |
2012-02-28 15:50 | m_m | File Added: luaControls.patch | |
2012-02-28 15:50 | m_m | Status | assigned => code review |
2012-03-04 13:02 | Echelon9 | Changeset attached | => fs2open trunk r8562 |
2012-03-04 13:02 | Echelon9 | Note Added: 0013383 | |
2012-03-04 13:02 | Echelon9 | Status | code review => resolved |
2012-03-04 13:02 | Echelon9 | Resolution | open => fixed |
2012-05-02 11:34 | niffiwan | Changeset attached | => fs2open fs2_open_3_6_14 r8714 |
2012-05-02 11:34 | niffiwan | Note Added: 0013498 |