Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
(Tools and Packaging)
(Code documentation)
Line 40: Line 40:
 
= Code documentation =
 
= Code documentation =
 
* http://devdocs.wesnoth.org - generated code documentation
 
* http://devdocs.wesnoth.org - generated code documentation
== AI ==
+
* AI
* [[WritingYourOwnAI]] - write a C++ plugin
+
** [[WritingYourOwnAI]] - write a C++ plugin
* [[FormulaAI]] - Guide to the experimental formula AI branch
+
** [[FormulaAI]] - Guide to the experimental formula AI branch
== Themes ==
+
* Themes
* [[ThemeSystem]] - customizing the screen layout for the game and the editor
+
** [[ThemeSystem]] - customizing the screen layout for the game and the editor
== Multiplayer ==
+
* Multiplayer
* [[WesnothdDesign]] - Guide to the design of wesnothd, the multiplayer server.
+
** [[WesnothdDesign]] - Guide to the design of wesnothd, the multiplayer server.
  
 
= Communication, Feedback, Events =
 
= Communication, Feedback, Events =

Revision as of 20:51, 1 May 2009

General Information

Tools and Packaging

I want to start coding, what can i do?

  • EasyCoding - Bugs and features that are easy to implement for new coders
  • NotSoEasyCoding - Bugs and features which are doable but lacking someone working on them

Game - Create content

Code documentation

Communication, Feedback, Events

Gna! links

Mailing lists

IRC

Miscellaneous