# HG changeset patch # User Wuzzy # Date 1530985259 -3600 # Node ID 4a31af3814634adb8d3c0b2c08cc43404475897a # Parent 39ebd4eac1dd8e04cd5891c0702409d25ee0e454 TODO: fix formatting diff -r 39ebd4eac1dd -r 4a31af381463 TODO.wiki --- a/TODO.wiki Thu Jun 21 18:46:08 2018 -0400 +++ b/TODO.wiki Sat Jul 07 18:40:59 2018 +0100 @@ -16,7 +16,7 @@ Just want to get your hands dirty? Pick one of your choice! * Perform some code cleanup, engine and frontend really need some! `Grep` for TODO and FIXME and you'll find plenty of examples. File loading, image flag handling and various little improvements just wait for you. - * Make our AI use any weapon of your choice. Check out the uAI`*`.pas files and see how the current weapons are handled. + * Make our AI use any weapon of your choice. Check out the `uAI*.pas` files and see how the current weapons are handled. * Write a simple shell script (`bash`, `ruby`, `perl`, `python`, `awk`...) to update the localization strings for iOS and propagate the diff to all the localized files. This task doesn't require coding or having an i-Device, just basic shell scripting. * 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. * Drop a shadow effect to every widget in our frontend. This will help you: https://doc.qt.io/qt-5/qgraphicsdropshadoweffect.html