ID:102975
 
Resolved
Mouse events were queuing up inappropriately, blocking the execution of other commands.
BYOND Version:477
Operating System:Windows Vista Home Premium
Web Browser:Firefox 3.6.10
Applies to:Dream Seeker
Status: Resolved (478)

This issue has been resolved.
In one of the recent updates, not sure which, mouse command queuing was changed to run it before verb commands. This seems to have caused some unintentional mass stacking of mouse procs when commands are activated.
http://www.angelfire.com/hero/straygames/ByondBugs/ MouseQueFail_src.zip
Run this demo, move the mouse around the map, it will output directions and stop almost immediately.
You can move around with the arrow keys, this also works properly.
However, combine the 2 and everything fails. Start moving the mouse around, then attempt to move (just press 1 direction 1 time), while continuing to move the mouse around. The longer you wait before leaving the mouse still, the longer it will stack, like 10 times over for every second.
Also, this was related to this.
The change to the command queuing seems to have been made in 476
If you could just apply something like "set instant=1" to mouse procs, that would be nice.
This is the original bug report that was the basis of the in change in 476.
This is a Seeker bug, not a Maker bug.