Stendhal/Creature Organization: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann Hendrik Brummermann moved page Stendhal/Creature Organization to Stendhal/Creature Organization/Examples |
imported>AntumDeluge |
||
| (42 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
== Goals == |
|||
| ⚫ | |||
... |
|||
== Requirements == |
|||
* Consistency |
|||
* Compatibility |
|||
== Affected Aspects == |
|||
* Server |
|||
** Creature xml definitions are organized by creature class |
|||
** Creature logic tileset is organized by creature class |
|||
* Client |
|||
** Sprite location depends on creature class |
|||
** Drawing size of the creature was derived from the creature class, there might still be code left which does that |
|||
* Website |
|||
== Examples == |
|||
| ⚫ | |||
Latest revision as of 15:22, 4 May 2013
Goals
...
Requirements
- Consistency
- Compatibility
Affected Aspects
- Server
- Creature xml definitions are organized by creature class
- Creature logic tileset is organized by creature class
- Client
- Sprite location depends on creature class
- Drawing size of the creature was derived from the creature class, there might still be code left which does that
- Website
Examples
Please see Stendhal/Creature Organization/Examples for examples of reorganisations.