View Issue Details

IDProjectCategoryView StatusLast Update
0001272Spring engineUnit Scriptingpublic2009-01-17 19:10
ReporterMelTraX Assigned ToAuswaschbar  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001272: [PATCH] Lua startposition markers get drawn for players who didn't join yet.
DescriptionWhile players set their first startposition to 0, -500, 0 when they join, before that it is 0, 0, 0 which satisfies the check of minimap_startbox.lua. There are also a few positions having x, -500, z before joining which should also not be displayed.

I changed the widget to only display startpositions with x>0 and y>-500 and z>0. I don't think there will ever be a useful startposition on any border and even then it's probably worth it.

Since I don't want to checkout anything, I just include the whole file. See your favorite diff tool for my changes.
TagsNo tags attached.
Attached Files
minimap_startbox.lua (Attachment missing)
minimap_startbox (fixed nil).lua (Attachment missing)
Checked infolog.txt for Errors

Activities

Issue History

Date Modified Username Field Change
2009-01-17 01:11 MelTraX New Issue
2009-01-17 01:11 MelTraX File Added: minimap_startbox.lua
2009-01-17 15:28 MelTraX File Added: minimap_startbox (fixed nil).lua
2009-01-17 19:09 Auswaschbar Status new => resolved
2009-01-17 19:09 Auswaschbar Resolution open => fixed
2009-01-17 19:09 Auswaschbar Assigned To => Auswaschbar