equal
deleted
inserted
replaced
9 |
9 |
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! |
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! |
11 |
11 |
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. |
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. |
13 |
13 |
14 == Easy hacks ==e |
14 == Easy hacks == |
15 |
15 |
16 Just want to get your hands dirty? Pick one of your choice! |
16 Just want to get your hands dirty? Pick one of your choice! |
17 |
17 |
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. |
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. |
19 * Make our AI use any weapon of your choice. Check out the `uAI*.pas` files and see how the current weapons are handled. |
19 * Make our AI use any weapon of your choice. Check out the `uAI*.pas` files and see how the current weapons are handled. |