# HG changeset patch # User vittorio.giovara@gmail.com # Date 1361021630 0 # Node ID 2f13f8031eaa892cb403cc01a8215d7f1d9d5428 # Parent b85a981d439f7d50247b69a7bc9304cd194e69cb one more todo diff -r b85a981d439f -r 2f13f8031eaa TODO.wiki --- a/TODO.wiki Sat Feb 16 13:32:18 2013 +0000 +++ b/TODO.wiki Sat Feb 16 13:33:50 2013 +0000 @@ -21,6 +21,7 @@ * Run `Valgrind` on engine, report the most used functions and optimize them so that performance increases. * Use the Qt macro `QtPrintable` everywhere instead of looping through various string methods. * Document compiler flags: just add a little comment near each flag explaining its use. + * Add a little weapon description in the configuration page, through the `setWhatsThis()` method. * Document video flags, in video recording section.