2025-07-22 10:13 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000186Spring engineGeneralpublic2006-06-04 19:45
ReporterNOiZE 
Assigned Totvo 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000186: F3 doesn't take you to the last marker
DescriptionPressing F3 doesn't take you to the last marker, but instead it will always bring you to the last unit message.

Would be handy if pressing F3 would bring you to the last marker.
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files
  • patch file icon pointMarkerPosition.patch (509 bytes) 2006-06-04 14:33 -
    Index: Rendering/InMapDraw.cpp
    ===================================================================
    --- Rendering/InMapDraw.cpp	(revision 1406)
    +++ Rendering/InMapDraw.cpp	(working copy)
    @@ -257,6 +257,7 @@
     		drawQuads[quad].points.push_back(p);
     
     		info->AddLine("%s added point: %s",gs->players[msg[2]]->playerName.c_str(),p.label.c_str());
    +		info->SetLastMsgPos(pos);
     		sound->PlaySound(blippSound);
     		minimap->AddNotification(pos,float3(1,1,1),1);	//todo: make compatible with new gui
     		break;}
    
    patch file icon pointMarkerPosition.patch (509 bytes) 2006-06-04 14:33 +

-Relationships
+Relationships

-Notes

~0000209

colorblind (reporter)

Added a patch that resolves this issue.

~0000212

tvo (reporter)

committed
+Notes

-Issue History
Date Modified Username Field Change
2006-05-30 20:58 NOiZE New Issue
2006-06-04 14:33 colorblind File Added: pointMarkerPosition.patch
2006-06-04 14:33 colorblind Note Added: 0000209
2006-06-04 19:45 tvo Status new => assigned
2006-06-04 19:45 tvo Assigned To => tvo
2006-06-04 19:45 tvo Status assigned => resolved
2006-06-04 19:45 tvo Resolution open => fixed
2006-06-04 19:45 tvo Note Added: 0000212
+Issue History