StendhalObjectives: Difference between revisions

Content deleted Content added
imported>MiguelAngelBlanchLardin
No edit summary
imported>MiguelAngelBlanchLardin
No edit summary
Line 47:
 
=== Release 0.20 ===
# <s>Add character customization</s>
# <s>Improve GUI</s>
# <s>Add new zones</s>:
## <s>Harder and bigger dungeon</s>
## <s>Forest</s>
 
== Stage 2 ==
Line 57:
 
=== Release 0.11 ===
# <s>Give correct RP values to entities</s>
# <s>Code actions on server</s>
## <s>Heal</s>
# <s>Make bigger zones</s>
# <s>Implement algorithm to enter houses or things</s>
## <s>Houses</s>
## <s>Trees</s>
## <s>etc</s>
# <s>Improve GFX</s>
 
=== Release 0.10 ===
# <s>Expand GUI to support these features.</s>
# <s>Implement RP rule system.</s>
# <s>Give correct RP values to entities</s>
# <s>Define actions that can be applied over entities.</s>
# <s>Define what happens on death</s>
# <s>Add GFX feeback for combat</s>
# <s>Add Wolf</s>
# <s>Better sheep movement</s>
 
=== Release 0.03===
# <s>Add A*</s>
# <s>Fix collisions areas</s>
# <s>Add better Sheep movement and NPC interaction</s>
 
=== Release 0.02===
# <s>Add basic AI framework</s>
# <s>Add NPC to server</s>
# <s>Allow interaction with NPC</s>
# <s>Create tasks for players</s>
# <s>Allow completion of tasks</s>
# <s>Fix collisions with objects</s>
 
== Stage 1==
Line 94:
 
=== Release 0.01===
# <s>Complete missing points of 0.00</s>
## <s><font color=red>Add a GUI to client</font></s>
# <s>Code actions on server</s>
## <s>Attack</s>
## <s>Chat</s>
## <s>Heal</s>
# <s>Add proper animation for actions</s>
# <s>Allow player move slower: add acceleration</s>
# <s>Make zone change more intuitive.</s>
# <s>Write proper maps based on design proposal</s>
# <s>Allow Player to use Mouse to:</s>
## <s>Move</s>
## <s>Inspect</s>
## <s>Attack</s>
 
=== Release 0.00 ===
# <s>Code first server logic</s>
# <s>Implement a client that render the background</s>
# <s>Add a GUI to client</s>
# <s>Split pixel units of arianne units</s>
# <s>Add static Game objects to client</s>
# <s>Add static objects on server map.</s>
# <s>Create accesibility map for server and client ( 0 free, 1 blocked )</s>
# <s>Code collision detection system knowing that:</s>
## <s>Tiles can be of any</s>
## <s>Sprite can be of any size</s>
## <s>Bounding boxes is enough</s>
# <s>Add collision detection to server</s>
# <s>Add dynamic game objects to client</s>
# <s>Implement rendering system where sprite center is not 0,0 but any other defined by user</s>.
# <s>Allow player to send actions</s>
# <s>Refactor code for sending actions to server</s>
# <s>Code actions on server</s>
## <s>Move</s>
## <s>Chat</s>
## <s>Change zone</s>
# <s>Test change zone action</s>
# <s>Code actions in client</s>
# <s>Add animations to sprites</s>
# <s>Expand GUI to support these actions</s>
# <s>Add proper animations for actions</s>
# <s>Screen follows character smoothly</s>
# <s>Create build.xml file for allowing Stendhal to be compiled</s>
# <s>Create automatic method of building released</s>
 
== Stage 0 ==