author | nemo |
Sat, 29 Dec 2018 11:04:43 -0500 | |
changeset 1691 | 244c3e2ebc4c |
parent 1424 | 4a31af381463 |
child 1698 | 656ec7e0067e |
permissions | -rw-r--r-- |
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
1 |
#summary Where to find possible task, todos, fixmes and new ideas. |
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
2 |
#labels Featured,Phase-Requirements,Phase-Design,Phase-Implementation,Phase-QA,Phase-Support |
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
3 |
|
744 | 4 |
= To-do list = |
5 |
||
304 | 6 |
<wiki:toc max_depth="2" /> |
7 |
||
744 | 8 |
== Introduction == |
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
9 |
|
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
10 |
Welcome! If you are reading this page you might be wondering how you can help the Hedgewars project! Fear no more, we've set up a good list of ideas that you might tackle while getting to know the sources! |
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
11 |
|
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
12 |
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. |
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
13 |
|
744 | 14 |
== Easy hacks == |
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
15 |
|
305 | 16 |
Just want to get your hands dirty? Pick one of your choice! |
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
17 |
|
305 | 18 |
* 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. |
1424 | 19 |
* Make our AI use any weapon of your choice. Check out the `uAI*.pas` files and see how the current weapons are handled. |
305 | 20 |
* 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. |
21 |
* 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. |
|
799 | 22 |
* Drop a shadow effect to every widget in our frontend. This will help you: https://doc.qt.io/qt-5/qgraphicsdropshadoweffect.html |
305 | 23 |
* Run `Valgrind` on engine, report the most used functions and optimize them so that performance increases. |
24 |
* Use the Qt macro `QtPrintable` everywhere instead of looping through various string methods. |
|
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
25 |
* Document compiler flags: just add a little comment near each flag explaining its use. |
306 | 26 |
* Add a little weapon description in the configuration page, through the `setWhatsThis()` method. |
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
27 |
* Document video flags, in video recording section. |
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
28 |
|
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
29 |
|
744 | 30 |
== Code == |
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
31 |
|
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
32 |
For those not afraid of the dark, dive in and tackle a complex project! |
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
33 |
|
744 | 34 |
=== AI === |
640 | 35 |
* Teach the AI how to use: |
1064 | 36 |
* Most important things |
1063 | 37 |
* Mine |
38 |
* Dynamite |
|
39 |
* Hellish handgrenade |
|
40 |
* Mud ball |
|
41 |
* Napalm |
|
42 |
* Mine Strike |
|
43 |
* Drill Strike |
|
1064 | 44 |
* Extra Time |
640 | 45 |
* Weapons |
46 |
* Air mine |
|
47 |
* Ballgun |
|
48 |
* Birdy |
|
49 |
* Blowtorch |
|
50 |
* Cleaver |
|
51 |
* Flamethrower |
|
52 |
* Freezer |
|
53 |
* Piano strike |
|
54 |
* Pickhammer |
|
55 |
* Resurrector |
|
56 |
* RC Plane |
|
1062 | 57 |
* Rubber duck |
640 | 58 |
* Seduction |
59 |
* Utilities |
|
60 |
* One-shot |
|
61 |
* Laser sight |
|
62 |
* Low gravity |
|
63 |
* Structures |
|
64 |
* Girder |
|
65 |
* Rubber |
|
66 |
* Landspray |
|
67 |
* Movement |
|
68 |
* Flying saucer |
|
69 |
* Rope |
|
70 |
* Parachute |
|
71 |
* Portable portal device |
|
72 |
* Teleportation |
|
73 |
||
1065 | 74 |
See also: https://issues.hedgewars.org/show_bug.cgi?id=292 |
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
75 |
|
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
76 |
|
744 | 77 |
=== Tools === |
915 | 78 |
* 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 |
79 |
* Create an easy-to-use theme editor, outlining all the necessary files for our themes |
|
80 |
* Implement an handicap system allowing for increased difficulty on some teams instead of on the whole match |
|
81 |
* If building server fails, try running the Cabal dependencies first |
|
82 |
* Allow themes to have more than one music file |
|
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
83 |
|
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
84 |
|
744 | 85 |
=== GUI improvements === |
915 | 86 |
* Enable private messages in our lobby |
87 |
* Allow kicking with reason |
|
88 |
* Make the preferences that are modifiable from engine (eg. volume) update the ones specified in the frontend, using a new network message |
|
89 |
* Rework the draw-map functions, adding different brush sizes, brush types and something new |
|
90 |
* Enable some commands while in frontend: for example `/leave` ( = `/part` - for leaving room), `/quit` (disconnects from server), `/exit` (closes hedgewars), `/addFriend`, `/removeFriend`, `/ignore`, `/unignore` |
|
91 |
* Add checkboxes for selecting the best rendering mode in addition to the Quality slider |
|
92 |
* Lazy load previews, speed up frontend launch and compute previews only when necessary |
|
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
93 |
|
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
94 |
|
744 | 95 |
=== Graphics === |
915 | 96 |
* Set up a wifi protocol so that tablets can draw maps and send it to the drawn maps of Hedgewars |
97 |
* Select the stereo renderer at runtime, either with a keybind or with a menu |
|
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
98 |
|
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
99 |
|
744 | 100 |
=== Engine === |
915 | 101 |
* 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 |
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
102 |
* Change the loading screen to show participating teams/players (and maybe even all the hogs if space is available |
915 | 103 |
* Add the ability for themes to have stars high above the ground (comparable to clouds) |
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
104 |
* Implement a better, faster land generation: for more details, visit http://accidentalnoise.sourceforge.net/minecraftworlds.html |
904 | 105 |
* Allow for flipped maps |
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
106 |
|
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
107 |
|
744 | 108 |
=== Mobile === |
915 | 109 |
* Implement preferences/options in the Android port, basically allow the existing preferences options from the desktop version to the port using Android shared preferences |
110 |
* Better integrate CMake with the Android build, instead of using the autotools version |
|
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
111 |
|
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
112 |
|
744 | 113 |
== Documentation == |
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
114 |
|
744 | 115 |
=== Doxygen === |
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
116 |
|
1068 | 117 |
* Add Doxygen documentation to server for the Haskell sources |
118 |
* Add Doxygen documentation to ios frontend for the Objective-C sources |
|
119 |
* Add Doxygen documentation to engine for the Free Pascal sources |
|
120 |
* Add Doxygen documentation to android port for the Java sources |
|
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
121 |
|
744 | 122 |
=== Various === |
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
123 |
|
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
124 |
* Document the interaction of engine/frontend/server network protocol |
915 | 125 |
* Document how the engine launches a game, from setting up the window, to updating the OpenGL renderer, from loading up contents, to cleaning up memory |
126 |
* Document the format of the demo and save files |
|
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
127 |
|
744 | 128 |
== Q/A == |
1068 | 129 |
=== Engine testing === |
130 |
Write Lua scripts to automatically test some engine features. See [EngineTestCases]. |
|
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
131 |
|
744 | 132 |
=== Testing framework === |
915 | 133 |
* Add an expandable testing module so that we can trigger main server functions and check their return values |
134 |
* Add an expandable testing module so that we can trigger main frontend functions and check their return values |
|
135 |
* Add an expandable testing module so that we can trigger main engine functions and check their return values |
|
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
136 |
|
744 | 137 |
=== Other tests === |
641 | 138 |
|
915 | 139 |
* Unify the translation files in something more usable, reducing the number of files and the repeated phrases |
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
140 |
|
303
b281fa4ed31f
Cleaned up, refreshed the TODO page
vittorio.giovara@gmail.com
parents:
251
diff
changeset
|
141 |
|
744 | 142 |
== Translation == |
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
143 |
|
1069 | 144 |
Pick a language of your choice! There is certainly need of an update or a revision or even a completely new language. Before each release, we generally announce a so-called “string freeze”, a period of times in which we promise not to update or change any English texts. This is the best period to translate, but you could translate earlier as well, but please keep in mind that your translations will become outdated then. |
196
6f44db041544
Crafted a TODO list for future reference
vittorio.giovara@gmail.com
parents:
diff
changeset
|
145 |
|
1069 | 146 |
See [Translations] to learn more. |
216 | 147 |
|
744 | 148 |
== Contact == |
216 | 149 |
|
915 | 150 |
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. |