2025-07-23 10:02 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002675Spring engineGeneralpublic2012-01-31 16:16
Reporterabma 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionduplicate 
Product Version 
Target VersionFixed in Version 
Summary0002675: (master) chat commands are reordered
DescriptionSpring.SendCommands("cheat")
Spring.SendCommands("crash")

outputs:

[f=0000001] Warning: Chat command /Crash (unsynced) requires /cheat
[f=0000008] Cheating is enabled!
Additional Informationfunction widget:GetInfo()
return {
name = "reorder",
desc = "",
author = "abma",
date = "Sep. 2011",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true,
}
end
function widget:GameFrame(n)
if n==1 then
Spring.SendCommands("cheat")
Spring.SendCommands("crash")
end

end
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
has duplicate 0002511resolvedKloot (master) chat commands are reordered because of buffering in spring MT, this possible breaks widgets and possible more 
+Relationships

-Notes
There are no notes attached to this issue.
+Notes

-Issue History
Date Modified Username Field Change
2011-09-26 01:35 abma New Issue
2011-09-26 01:37 abma Relationship added has duplicate 0002511
2011-09-26 01:38 abma Additional Information Updated
2012-01-31 16:16 Kloot Status new => closed
2012-01-31 16:16 Kloot Resolution open => duplicate
+Issue History