Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
(Code documentation)
(More stuff)
Line 27: Line 27:
 
== More stuff ==
 
== More stuff ==
 
* [[ExternalUtilities]] (Wercator, CampGen, wmllint, etc.)
 
* [[ExternalUtilities]] (Wercator, CampGen, wmllint, etc.)
 +
* [[MaintenanceTools]] WMLLint, WMLIndent and WMLScope
  
 
= I want to start coding, what can i do? =
 
= I want to start coding, what can i do? =

Revision as of 20:41, 1 May 2009

General Information

Links

Coding Guidelines

STL documentation

Tools and Packaging

Supporting Websites

Compiling

Packaging and Releasing

Documentation

More stuff

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

AI

Themes

  • ThemeSystem - customizing the screen layout for the game and the editor

Multiplayer

  • WesnothdDesign - Guide to the design of wesnothd, the multiplayer server.

Miscellaneous