View Issue Details

IDProjectCategoryView StatusLast Update
0002616FSSCPgameplaypublic2012-05-02 11:34
Reporterm_m Assigned Tom_m  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.13 
Summary0002616: Lua forward controls don't get applied to player controls
DescriptionWhen 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.
TagsNo tags attached.

Activities

m_m

2012-02-28 15:50

developer  

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;
 	}
 }
 
luaControls.patch (429 bytes)   

Echelon9

2012-03-04 13:02

developer   ~0013383

Fix committed to trunk@8562.

niffiwan

2012-05-02 11:34

developer   ~0013498

Fix committed to fs2_open_3_6_14@8714.

Related Changesets

fs2open: trunk r8562

2012-03-04 08:02

Echelon9


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

niffiwan


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

Issue History

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