TODO.wiki
changeset 306 2f13f8031eaa
parent 305 b85a981d439f
child 362 10fb0298948b
equal deleted inserted replaced
305:b85a981d439f 306:2f13f8031eaa
    19   * Make a cross-platform tool (for instance a script) that identifies new phrases in our mission, training and gameplay scripts and adds them (marked untranslated) into our `Lua` localization files.
    19   * Make a cross-platform tool (for instance a script) that identifies new phrases in our mission, training and gameplay scripts and adds them (marked untranslated) into our `Lua` localization files.
    20   * Drop a shadow effect to every widget in our frontend. This will help you: http://doc.qt.nokia.com/stable/qgraphicsdropshadoweffect.html
    20   * Drop a shadow effect to every widget in our frontend. This will help you: http://doc.qt.nokia.com/stable/qgraphicsdropshadoweffect.html
    21   * Run `Valgrind` on engine, report the  most used functions and optimize them so that performance increases.
    21   * Run `Valgrind` on engine, report the  most used functions and optimize them so that performance increases.
    22   * Use the Qt macro `QtPrintable` everywhere instead of looping through various string methods.
    22   * Use the Qt macro `QtPrintable` everywhere instead of looping through various string methods.
    23   * Document compiler flags: just add a little comment near each flag explaining its use.
    23   * Document compiler flags: just add a little comment near each flag explaining its use.
       
    24   * Add a little weapon description in the configuration page, through the `setWhatsThis()` method.
    24   * Document video flags, in video recording section.
    25   * Document video flags, in video recording section.
    25 
    26 
    26 
    27 
    27 = Code =
    28 = Code =
    28 
    29