From The Mana World
m (Add some to tmwAthena section.)
(Some updates and new links)
Line 3: Line 3:
| colspan="3" style="border: 1px solid lightgrey;" |
| colspan="3" style="border: 1px solid lightgrey;" |
{| 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. Development is done on IRC, Trello, and the forums. Each area has different IRC channels, Trello boards, and forum sections. In addition, two areas have their own bug trackers.
 
TODO: Add more text.
| rowspan="2" style="vertical-align: top;" | [[Image:Tmw logo.png|100px]]
| rowspan="2" style="vertical-align: top;" | [[Image:Tmw logo.png|100px]]
|-
|-
Line 21: Line 19:
|}
|}
|-
|-
| rowspan="2" style="width: 33%; border: 1px solid #c0ffc9; color: #000; background-color: #f3ffee" valign="top" |
==Graphics==
[http://forums.themanaworld.org/viewforum.php?f=8 Forum] • [http://trello.com/board/art-development/4ea730ee9982b463f800497e Trello] • [irc://chat.freenode.net/themanaworld-art #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.
* '''[[Dev:Guidelines|Guidelines]]'''
* [[Dev:Tilesets|Tilesets]]
* [[Dev:Image dyeing|Image dyeing]]
* [[Dev:Particle engine|Particle engine]]
* [[Dev:Animations|Animations]]
** [[Dev:Playersets|Players]]
** [[Dev:Monstersets|Monsters]]
** [[Dev:Npcsets|NPCs]]
| style="width: 33%; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff" valign="top" |
| style="width: 33%; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff" valign="top" |
==Maps==
==Maps==
[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] •  [irc://chat.freenode.net/themanaworld-dev #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.
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, how maps link up, and the like.
* [[Map development]]
* [[Map development]]
* [[Mapping Tutorial]]
* [[Dev:TmwAthena Map Names|Map naming scheme]]
| style="width: 33%; border: 1px solid #c0ffc9; color: #000; background-color: #f3ffee" valign="top" |
* [[Dev:Mapping Tutorial|Mapping Tutorial]]
==Graphics==
[http://forums.themanaworld.org/viewforum.php?f=8 Forum] • [http://trello.com/board/art-development/4ea730ee9982b463f800497e Trello] • [irc://chat.freenode.net/themanaworld-art #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.
* '''[[Dev:Guidelines|Guidelines]]'''
* [[Tileset development]]
* [[Animations]]
* [[Image dyeing]]
* [[Particle engine]]
| style="width: 33%; border: 1px solid #f3f3d5; color: #000; background-color: #ffffdf" valign="top" |
| style="width: 33%; border: 1px solid #f3f3d5; color: #000; background-color: #ffffdf" valign="top" |
==Audio==
==Audio==
Line 50: Line 52:
[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]
[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, and the like.
* [[Dev:TmwAthena Scripting Reference|Scripting Reference]]
* [[Dev:TmwAthena Scripting Reference|Scripting Reference]]
* [[Dev:TmwAthena Scripting Standards|Scripting Standards]]
* [[Dev:TmwAthena Scripting Standards|Scripting Standards]]
| 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] • [https://github.com/themanaworld/tmwa/issues Bug tracker] • [irc://chat.freenode.net/tmwa #tmwa]
[http://forums.themanaworld.org/viewforum.php?f=2 Forum] • [http://github.com/themanaworld/tmwa/issues Bug tracker] • [irc://chat.freenode.net/tmwa #tmwa]
----
----
This concerns development of tmwAthena, the server platform that The Mana World runs on.
This concerns development of tmwAthena, the server platform that The Mana World runs on.
* [[Dev:TmwAthena Packets|Network Protocol]]
* [[Dev:TmwAthena Packets|Network Protocol]]
|}
|}

Revision as of 20:55, 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. Development is done on IRC, Trello, and the forums. Each area has different IRC channels, Trello boards, and forum sections. In addition, two areas have their own bug trackers. Tmw logo.png

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.

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, how maps link up, and the like.

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, and the like.

Server Development

ForumBug tracker#tmwa


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