StendhalOpenTasks: Difference between revisions

Content deleted Content added
imported>Kymara
rewrote page. tasks has small tasks planned and achieveable
imported>Kymara
Code: categorise it a bit
Line 65:
 
= Code =
 
Information related to developing code, including our code conventions, is at [[StendhalCodeDesign]].
== Bugs ==
With an evolving game, we of course have some bugs and these are reported at
[http://sourceforge.net/tracker/?func=browse&group_id=1111&atid=101111 Bug tracker].
Line 70 ⟶ 73:
If in doubt please [[ChatWithOtherUsersDevs| ask]].
 
== Feature requests ==
There are also open [http://sourceforge.net/tracker/?func=browse&group_id=1111&atid=101111 Feature Requests] submitted by developers or by players.
If you are interested in working on one, please do [[ChatWithOtherUsersDevs| ask]].
 
*There Developerare also developer tasks at the [http://sourceforge.net/tracker/?group_id=1111&atid=973767 developer tracker]
Information related to developing code, including our code conventions, is at [[StendhalCodeDesign]].
== Tests ==
 
Also you can help with:
* Writing test cases for client with some usual situations and then verify server reply.
* Junit testing
 
* Developer tasks at the [http://sourceforge.net/tracker/?group_id=1111&atid=973767 developer tracker]
==Client ==
We are aware the client does need refactoring. One of the first goals is:
* Split j2DClient into smaller classes
 
Line 90 ⟶ 95:
 
Likewise all of the seller, buyer, healer, and producer 'adder' classes should be refactored to use those standard conditions and actions where possible.
 
 
=Documentation=