Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
(Code documentation)
Line 23: Line 23:
  
 
== Code documentation ==
 
== Code documentation ==
* generated code documentation - http://devdocs.wesnoth.org
+
* http://devdocs.wesnoth.org - generated code documentation
 
* [http://www.wesnoth.org/units/trunk/animations.html Missing unit animations] - what's available and what's missing
 
* [http://www.wesnoth.org/units/trunk/animations.html Missing unit animations] - what's available and what's missing
 
* [[WritingYourOwnAI]] - write a C++ plugin
 
* [[WritingYourOwnAI]] - write a C++ plugin

Revision as of 20:24, 1 May 2009

Developers Home

If you want to program for wesnoth, this is the page to look at.

Links

General Guidelines

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

Code documentation