From The Mana World
m (added irc links)
m (Some cleanup)
Line 2: Line 2:
{| cellspacing="3" cellpadding="3" width="100%"
{| cellspacing="3" cellpadding="3" width="100%"
| colspan="3" style="border: 1px solid lightgrey;" |
| colspan="3" style="border: 1px solid lightgrey;" |
[http://github.com/themanaworld Git repositories] • [http://trello.com/themanaworld Trello] • [http://github.com/themanaworld/tmwa-client-data/issues Client data bug tracker] • [http://github.com/themanaworld/tmwa-server-data/issues Server data bug tracker]
----
{| cellspacing="0" cellpadding="0"
{| cellspacing="0" cellpadding="0"
| colspan="3" style="vertical-align: center; text-align: center; padding: 0px 20px 0px 20px; font-style: italic;" | This is the landing page for The Mana World development. Development for The Mana World is divided up into several interacting areas: Maps, Graphics, Audio, Server Data, and Server Development.
| colspan="3" style="vertical-align: center; text-align: center; padding: 0px 20px 0px 20px; font-style: italic;" | This is the landing page for The Mana World development. Development for The Mana World is divided up into several interacting areas: Maps, Graphics, Audio, Server Data, and Server Development.
Line 19: Line 17:
* [[Git repository]]
* [[Git repository]]
| style="width: 34%" |
| style="width: 34%" |
* [http://github.com/themanaworld/tmwa-client-data/issues Client data bug tracker]
* [http://trello.com/themanaworld Trello]
|}
|}
|-
|-
Line 33: Line 33:
----
----
Graphics determine what the world looks like. This includes the tiles that maps are made of, the sprites that beings (players, NPCs, monsters, etc) are made of, and other visual things.
Graphics determine what the world looks like. This includes the tiles that maps are made of, the sprites that beings (players, NPCs, monsters, etc) are made of, and other visual things.
* [[Dev:Guidelines|Guidelines]]
* '''[[Dev:Guidelines|Guidelines]]'''
* [[Tileset development]]
* [[Tileset development]]
* [[Animations]]
* [[Animations]]
Line 48: Line 48:
| style="width: 25%; border: 1px solid #e0c8b8; color: #000; background-color: #faeee6" valign="top" |
| style="width: 25%; border: 1px solid #e0c8b8; color: #000; background-color: #faeee6" valign="top" |
==Server Data==
==Server Data==
[http://forums.themanaworld.org/viewforum.php?f=13 Forum] • [http://trello.com/board/content-development/4efa1aa51bd5d9220b50e779 Trello] • [irc://chat.freenode.net/themanaworld-dev #themanaworld-dev]
[http://forums.themanaworld.org/viewforum.php?f=13 Forum] • [http://trello.com/board/content-development/4efa1aa51bd5d9220b50e779 Trello] • [http://github.com/themanaworld/tmwa-server-data/issues Bug tracker] • [irc://chat.freenode.net/themanaworld-dev #themanaworld-dev]
----
----
Server data includes the underlying mechanics of the world. This includes the technical definition of monsters and items, the code behind NPCs, how maps link up, and the like.
Server data includes the underlying mechanics of the world. This includes the technical definition of monsters and items, the code behind NPCs, how maps link up, and the like.
Line 55: Line 55:
| style="border: 1px solid #f3d5f3; color: #000; background-color: #ffdfff" valign="top" |
| style="border: 1px solid #f3d5f3; color: #000; background-color: #ffdfff" valign="top" |
==Server Development==
==Server Development==
[http://forums.themanaworld.org/viewforum.php?f=2 Forum] • [irc://chat.freenode.net/tmwa #tmwa]
[http://forums.themanaworld.org/viewforum.php?f=2 Forum] • [https://github.com/themanaworld/tmwa/issues Bug tracker] • [irc://chat.freenode.net/tmwa #tmwa]
----
----
This concerns development of the server platform that The Mana World runs on.
This concerns development of the server platform that The Mana World runs on.
|}
|}

Revision as of 14:01, 18 June 2013

This is the landing page for The Mana World development. Development for The Mana World is divided up into several interacting areas: Maps, Graphics, Audio, Server Data, and Server Development.

TODO: Add more text.

Tmw logo.png

Maps

ForumTrello#themanaworld-dev


Maps determine how the world is arranged. This includes the world layout, how each area is arranged, where objects and entities (NPCs, monsters, and the like) are placed, where they can move, and the like.

Graphics

ForumTrello#themanaworld-art


Graphics determine what the world looks like. This includes the tiles that maps are made of, the sprites that beings (players, NPCs, monsters, etc) are made of, and other visual things.

Audio

ForumTrello#themanaworld-sound


Audio is what the world sounds like. This includes the sounds that accompany actions like walking and attacking (SFX) and the background music that is played in each area (music).

Server Data

ForumTrelloBug tracker#themanaworld-dev


Server data includes the underlying mechanics of the world. This includes the technical definition of monsters and items, the code behind NPCs, how maps link up, and the like.

Server Development

ForumBug tracker#tmwa


This concerns development of the server platform that The Mana World runs on.