--- a/TODO.wiki Thu Mar 24 09:55:10 2016 -0400
+++ b/TODO.wiki Fri Mar 25 11:48:33 2016 +0000
@@ -19,7 +19,7 @@
* 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: http://doc.qt.nokia.com/stable/qgraphicsdropshadoweffect.html
+ * Drop a shadow effect to every widget in our frontend. This will help you: https://doc.qt.io/qt-5/qgraphicsdropshadoweffect.html
* 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.