Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
(Tools and Packaging)
(Code documentation)
Line 49: Line 49:
 
* Multiplayer
 
* Multiplayer
 
** [[WesnothdDesign]] - Guide to the design of wesnothd, the multiplayer server.
 
** [[WesnothdDesign]] - Guide to the design of wesnothd, the multiplayer server.
 +
* Gui2 - The new Gui-Framework
 +
** [[GUIToolkit]]
 +
** [[GUILayout]]
 +
** [[GUIVariable]]
 +
** Gui2 WML
 +
*** [[GUICanvasWML]]
 +
*** [[GUIToolkitWML]]
 +
*** [[GUIWidgetDefinitionWML]]
 +
*** [[GUIWidgetInstanceWML]]
 +
*** [[GUIWindowDefinitionWML]]
  
 
= Communication, Feedback, Events =
 
= Communication, Feedback, Events =

Revision as of 21:14, 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

Miscellaneous