View Issue Details

IDProjectCategoryView StatusLast Update
0000922FSSCPscriptingpublic2012-01-09 18:06
ReporterSpike Assigned ToWMCoolmon  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Summary0000922: minor bug in collideweaponweapon.cpp
Description2 calls to Lua generate variables called Weapon, but they delete variables called Global. These should be deleting the variables they created. patch included.
Additional Informationdiff -r2.9 collideweaponweapon.cpp
177c177
< Script_system.RemGlobal("Global");
---
> Script_system.RemGlobal("Weapon");
191c191
< Script_system.RemGlobal("Global");
---
> Script_system.RemGlobal("Weapon");
TagsNo tags attached.

Activities

Spike

2006-05-24 03:30

reporter   ~0005602

also spotted a missing \n in vecmat.cpp

diff -r2.29 vecmat.cpp
2650c2650
< mprintf(("vm_forward_interpolate: Bad rotation"));
---
> mprintf(("vm_forward_interpolate: Bad rotation\n"));

WMCoolmon

2006-05-24 04:26

developer   ~0005604

Thankee, on both counts. :)

Related Changesets

fs2open: trunk r3082

2006-05-24 01:09

WMCoolmon


Ported: N/A

Details Diff
Fix for Mantis bug 0000922
Affected Issues
0000922
mod - /trunk/fs2_open/code/math/vecmat.cpp Diff File
mod - /trunk/fs2_open/code/object/collideweaponweapon.cpp Diff File

Issue History

Date Modified Username Field Change
2006-05-24 03:27 Spike New Issue
2006-05-24 03:30 Spike Note Added: 0005602
2006-05-24 04:26 WMCoolmon Status assigned => resolved
2006-05-24 04:26 WMCoolmon Resolution open => fixed
2006-05-24 04:26 WMCoolmon Note Added: 0005604
2012-01-05 22:55 WMCoolmon Changeset attached => Import 2012-01-05 17:52:05 trunk r3082
2012-01-09 18:06 WMCoolmon Changeset attached => fs2open_websvn trunk r3082