Cleaned up, refreshed the TODO page
authorvittorio.giovara@gmail.com
Sat, 16 Feb 2013 13:24:41 +0000
changeset 303 b281fa4ed31f
parent 302 330fd49a0af3
child 304 e0da7bf566b6
Cleaned up, refreshed the TODO page
TODO.wiki
--- a/TODO.wiki	Tue Feb 12 00:39:43 2013 +0000
+++ b/TODO.wiki	Sat Feb 16 13:24:41 2013 +0000
@@ -7,6 +7,73 @@
 
 As always, we'll be glad to help you in this quest! Just join our IRC channel and ask the devs directly! The possible ideas are divided by category and some might be easier than others: just pick the one you feel most confident with.
 
+= Easy Hacks =
+
+Just want to get your hands dirty? Pick one of your choise!
+
+  * 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.
+  * 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, traning and gameplay scripts and adds them (marked untranslated) into our lua locaization files.
+  * Drop a shadow effect to every widget in our frontend. This will help you: http://doc.qt.nokia.com/stable/qgraphicsdropshadoweffect.html
+  * Run valgrind on engine, report the leaderboard of most used functions and optimise 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.
+  * Document video flags, in video recording section.
+
+
+= Code =
+
+For those not afraid of the dark, dive in and tackle a complex project!
+
+== AI ==
+  * Make our AI use of the rope weapon to move and reach better positioning before firing.
+  * Make our AI use any item of your choice, such as when to use Rope and other utilities?
+
+
+== Tools ==
+  * Refactor the frontend networking layer into library calls from hwengine, in a similar fashion to what's done on iOS and Android, using QT framebuffers.
+  * Create an easy-to-use theme editor, outlining all the necessary files for our themes.
+  * Implement an handicap system allowing for increased difficulty on some teams instead of on the whole match.
+  * If building server fails, try running the Cabal dependencies first.
+  * Allow themes to have more than one music file.
+
+
+== GUI improvements ==
+  * Enable private messages in our lobby.
+  * Allow kicking with reason.
+  * Modify the drawn maps feature so that users can see a preview of what the admin is drawing.
+  * Make the preferences that are modifiable from engine (eg. volume) update the ones specified in the frontend, using a new network message.
+  * Rework the draw-map functions, adding different brush sizes, brush types and something new.
+  * Enable some commands while in frontend: for example /leave ( = /part  - for leaving room), /quit (disconnects from server), /exit (closes hedgewars), /addFriend, /removeFriend, /ignore, /unignore.
+  * Add checkboxes for selecting the best rendering mode in addition to the Quality slider.
+  * Lazy load previews, speed up frontend launch and compute previews only when necessary.
+  * Rip out Fort mode, it's a game of its own and shouldn't be tied to the team preferences.
+  * When someone highlights you in the lobby, make a little sound 'ping' you.
+
+
+== Graphics ==
+  * Make Hedgewars compatible with SDL2: code compiles and launches fine but we have problems for input, due to the frontend/engine interaction.
+  * Set up a wifi protocol so that tablets can draw maps and send it to the drawn maps of Hedgewars.
+  ° Select the stereo renderer at runtime, either with a keybind or with a menu
+
+
+== Engine ==
+  * Make hedgehogs without a hat get special hats if there is a special occasion such as Christmas, Hedgewars birthday and so on.
+  * Implement construction mode. This page http://hedgewars.org/node/1269 contains a general description of what we mean but you are allowed to improve or modify our concept.
+  * Allow participants in a game to view weapon sets and schemes before starting the game. This task could be carried out by showing an overlay window when mouse is over the scheme or weapon entries.
+  * Change the loading screen to show participating teams/players (and maybe even all the hogs if space is available
+  * Add the ability for themes to have stars high above the ground (comparable to clouds).
+  * Implement a better, faster land generation: for more details, visit http://accidentalnoise.sourceforge.net/minecraftworlds.html
+  * Sometimes you exit the game for a mistake and that's sad! Add a quick resume button to the game configuration for both local and network games.
+  * Allow for flipped maps. Play with gravity woooo
+
+
+== Mobile == 
+  * Implement preferences/options in the Android port, basically allow the existing preferences options from the desktop version to the port using Android shared preferences.
+  * Better integrate CMake with the Android build, instead of using the autotools version
+
+
 = Documentation =
 
 == Doxygen ==
@@ -23,57 +90,6 @@
   * Document the format of the demo and save files.
 
 
-= Code =
-
-== AI ==
-  * Make our AI use of the rope weapon to move and reach better positioning before firing.
-  * Make our AI use any weapon of your choice.
-
-
-== Tools ==
-  * Refactor the frontend networking layer into library calls from hwengine, in a similar fashion to what's done on iOS and Android, using QT framebuffers.
-  * 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.
-  * Create an easy-to-use theme editor, outlining all the necessary files for our themes.
-  * Make a cross-platform tool (for instance a script) that identifies new phrases in our mission, traning and gameplay scripts and adds them (marked untranslated) into our lua locaization files.
-  * Update and document the command line arguments parsing.
-  * Implement an handicap system allowing for increased difficulty on some teams instead of on the whole match.
-
-
-== GUI improvements ==
-  * Enable private messages in our server.
-  * Allow kicking with reason.
-  * Modify the drawn maps feature so that users can see a preview of what the admin is drawing.
-  * Rework the hat selection for hogs.
-  * Make the preferences that are modifiable from engine (eg. volume) update the ones specified in the frontend, using a new network message.
-  * Rework the draw-map functions, adding different brush sizes, brush types and something new.
-  * Drop a shadow effect to every widget in our frontend. This will help you: http://doc.qt.nokia.com/stable/qgraphicsdropshadoweffect.html
-  * Rework the game map section (eg. instead of using a dropdown menu, use standard push buttons).
-  * Create an advanced settings page, where to specify different screen resolution for windowed and fullscreen mode, different audio preferences, different quality configuration and so on.
-  * Enable some commands while in frontend: for example /leave ( = /part  - for leaving room), /quit (disconnects from server), /exit (closes hedgewars), /addFriend, /removeFriend, /ignore, /unignore.
-
-== Graphics ==
-  * Make Hedgewars compatible with SDL-1.3: code compiles and launches fine but we have problems for input, due to the frontend/engine interaction.
-  * Set up a wifi protocol so that tablets can draw maps and send it to the drawn maps of Hedgewars.
-
-
-== Engine ==
-  * Make hedgehogs without a hat get special hats if there currently is a special occasion such as Christmas.
-  * Implement construction mode; this page http://hedgewars.org/node/1269 contains a general description of what we mean but you are allowed to improve or modify our concept.
-
-  * Allow participants in a game to view weapon sets and schemes before starting the game. This task could be carried out by showing an overlay window when mouse is over the scheme or weapon entries.
-  * Change the loading screen to show participating teams/players (and maybe even all the hogs if space is available
-  * Add the ability for themes to have stars high above the ground (comparable to clouds).
-  * Perform some engine cleanup, expecially in file loading, image flag handling and various TODOs and FIXMEs.
-  * Implement a better, faster land generation: for more details, visit http://accidentalnoise.sourceforge.net/minecraftworlds.html
-  * Sometimes you exit the game for a mistake and that's sad! Add a quick resume button to the game configuration for both local and network games.
-  * Enable some commands while in engine chat, for example /quit to exit (you may want to just stop the game brutally with chForceQuit), /fullscreen to set the max window dimensions, /pause to pause the game, /bind for binding keys, /finish which would just have the game end by teleporting all hedgehogs out, then showing statistics (see chFinish).
-  * Allow for flipped maps.
-
-
-== Mobile == 
-  * Implement preferences/options in the Android port, basically allow the existing preferences options from the desktop version to the port using Android shared preferences.
-
-
 = Q/A =
 
 == Testing framework ==
@@ -82,14 +98,14 @@
   * Add an expandable testing module so that we can trigger main engine functions and check their return values.
 
 == Other tests ==
-  * Run valgrind on engine, report the leaderboard of most used functions and optimise them so that performance increases.
   * Unify the translation files in something more usable, reducing the number of files and the repeated phrases.
 
+
 = Translation =
 
-Pick a language of your choise! There is certainly need of an update or a revision or even a completely new language.
+Pick a language of your choice! There is certainly need of an update or a revision or even a completely new language.
 
-Here is the list of english files that contain a translation; be sure to check whether some work has been done, either by reading the file or by checking the same file with your language code instead of the English one:
+Here is the list of English files that contain a translation; be sure to check whether some work has been done, either by reading the file or by checking the same file with your language code instead of the English one:
 
   * http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Locale/hedgewars_en.ts
   * http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Locale/en.txt
@@ -107,4 +123,4 @@
 
 = Contact =
 
-The best way to get in touch with the devs is to join our IRC on Freenode (#hedgewars) and to interact with everyone there. Please be patient as not always there are dicussions going on there.
\ No newline at end of file
+The best way to get in touch with the devs is to join our IRC on Freenode (#hedgewars) and to interact with everyone there. Please be patient as not always there are discussions going on there.
\ No newline at end of file