Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
(General Guidelines)
Line 32: Line 32:
 
* [[ThemeSystem]] - customizing the screen layout for the game and the editor
 
* [[ThemeSystem]] - customizing the screen layout for the game and the editor
 
* [[WesnothdDesign]] - Guide to the design of wesnothd, the multiplayer server.
 
* [[WesnothdDesign]] - Guide to the design of wesnothd, the multiplayer server.
 +
 +
== Miscellaneous ==
 +
* [[DebugMode]] and [[CommandMode]] - in game debugging commands

Revision as of 20:29, 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

Miscellaneous