Page 1 of 1

request: dump command queue widget

Posted: 24 Aug 2007, 14:12
by imbaczek
I'd make one myself but gtg right now and I don't think it's that difficult - I need a widget that echos all commands (not only those that are drawn, ALL of them, with a name and flags) to the logfile with a press of a button. It'd be useful also for modders who would like to understand what exactly is going on in the engine.

Posted: 24 Aug 2007, 17:28
by Kloot
I wrote something like this for another widget I
was debugging, but didn't think anyone would
have a use for it:

http://spring.unknown-files.net/file/35 ... Dumper_v1/

It doesn't add a fancy GUI button, /luaui qdump
sufficed for me at the time. ;)

Posted: 26 Aug 2007, 20:13
by imbaczek
works great, exactly what I needed. thanks.