Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
(Code documentation)
Line 56: Line 56:
 
** [[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
 
* Gui2 - The new Gui-Framework
 +
** [[https://devdocs.wesnoth.org/group__GUIWidgetWML.html|Widgets]]
 
** [[GUIToolkit]]
 
** [[GUIToolkit]]
 
** [[GUILayout]]
 
** [[GUILayout]]
** [[GUIVariable]]
 
 
** Gui2 WML
 
** Gui2 WML
 
*** [[GUICanvasWML]]
 
*** [[GUICanvasWML]]
 
*** [[GUIToolkitWML]]
 
*** [[GUIToolkitWML]]
*** [[GUIWidgetDefinitionWML]]
 
*** [[GUIWidgetInstanceWML]]
 
 
*** [[GUIWindowDefinitionWML]]
 
*** [[GUIWindowDefinitionWML]]
* Savegames
 
** [[SavegameClassHierarchy]]
 
  
 
== Communication, Feedback, Events ==
 
== Communication, Feedback, Events ==

Revision as of 07:10, 22 January 2021

General Information

Tools and Packaging

I want to start coding, what can I do?

Game - Create content

Code documentation

Communication, Feedback, Events

Miscellaneous