Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
m (Update link to commit history)
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= General Information =
+
== General Information ==
 
* Links
 
* Links
 
** [http://changelog.wesnoth.org Changelog] - the most recent changes made to the game
 
** [http://changelog.wesnoth.org Changelog] - the most recent changes made to the game
Line 12: Line 12:
  
 
* Library documentation
 
* Library documentation
** http://www.sgi.com/tech/stl/ - Standard Template Library
+
** [http://cppreference.com C++ Reference]
** [http://www.boost.org/doc/libs/1_36_0/ Boost 1.36 documentation]
+
** [http://www.boost.org/doc/ Boost documentation]
  
 
* Debugging Tips
 
* Debugging Tips
 
** [[DebuggingWesnoth]]
 
** [[DebuggingWesnoth]]
  
= Tools and Packaging =
+
== Tools and Packaging ==
 
* Supporting Websites
 
* Supporting Websites
 
** [[WesnothRepository]] - accessing the source code
 
** [[WesnothRepository]] - accessing the source code
 
** http://gettext.wesnoth.org/ - gettext status
 
** http://gettext.wesnoth.org/ - gettext status
 
* Compiling and Building
 
* Compiling and Building
** [[CompilingWesnoth]] - how to compile Battle for Wesnoth (it's not hard)
+
** [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth] - how to compile Battle for Wesnoth (it's not hard)
** [[SCons]]
 
 
* Packaging and Releasing
 
* Packaging and Releasing
 
** [[ReleasingWesnoth]] - steps to follow to release a new version
 
** [[ReleasingWesnoth]] - steps to follow to release a new version
 
* Documentation
 
* Documentation
** [[Doxygen]] - Documentation generator
+
** Doxygen - Documentation generator
 
* More stuff
 
* More stuff
** [[ExternalUtilities]] (Wercator, CampGen, wmllint, etc.)
 
 
** [[MaintenanceTools]] WMLLint, WMLIndent and WMLScope
 
** [[MaintenanceTools]] WMLLint, WMLIndent and WMLScope
 
** [[UsingGooglePerformanceTools]] to profile Wesnoth CPU and memory usage.
 
** [[UsingGooglePerformanceTools]] to profile Wesnoth CPU and memory usage.
  
= I want to start coding, what can I do? =
+
== I want to start coding, what can I do? ==
 
* [[EasyCoding]] - Bugs and features that are easy to implement for new coders
 
* [[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
 
* [[NotSoEasyCoding]] - Bugs and features which are doable but lacking someone working on them
 
* [[GettingStarted]]
 
* [[GettingStarted]]
* [[FrequentlyProposedIdeas]] - summary of past often-repeated forum discussions
+
* [https://forums.wesnoth.org/viewtopic.php?f=12&t=34904 Frequently Proposed Ideas] - summary of past often-repeated forum discussions
 
* [[Glossary]]
 
* [[Glossary]]
  
= Game - Create content =
+
== Game - Create content ==
 
* [[BuildingScenarios]] and related useful forum discussions:  
 
* [[BuildingScenarios]] and related useful forum discussions:  
 
** [http://www.wesnoth.org/forum/viewtopic.php?t=4188 Beginning Campaign Development]
 
** [http://www.wesnoth.org/forum/viewtopic.php?t=4188 Beginning Campaign Development]
 
** [http://www.wesnoth.org/forum/viewtopic.php?t=4301 A Balancing Act]
 
** [http://www.wesnoth.org/forum/viewtopic.php?t=4301 A Balancing Act]
 
* [[ReferenceWML]]
 
* [[ReferenceWML]]
 +
* [[CompatibilityStandards#Deprecation_levels_-_When_to_remove_deprecated_features|DeprecationLevels]]
  
= Code documentation =
+
== Code documentation ==
 
* http://devdocs.wesnoth.org - generated code documentation
 
* http://devdocs.wesnoth.org - generated code documentation
 
* AI
 
* AI
** [[AI_Module]] - guide to AI module (src/ai)
+
** [[Wesnoth_AI]] - Starting point for AI documentation
** [[FormulaAI]] - Guide to the experimental formula AI branch
 
 
* Themes
 
* Themes
 
** [[ThemeSystem]] - customizing the screen layout for the game and the editor
 
** [[ThemeSystem]] - customizing the screen layout for the game and the editor
Line 57: Line 55:
 
** [[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]]
+
** [https://devdocs.wesnoth.org/GUILayout.html Layout]
** [[GUIVariable]]
 
 
** Gui2 WML
 
** Gui2 WML
*** [[GUICanvasWML]]
+
*** [https://devdocs.wesnoth.org/group__GUICanvasWML.html GUICanvas]
*** [[GUIToolkitWML]]
+
*** [https://devdocs.wesnoth.org/GUIToolkitWML.html GUIToolkit]
*** [[GUIWidgetDefinitionWML]]
+
*** [https://devdocs.wesnoth.org/group__GUIWindowDefinitionWML.html WindowDefinitionWML]
*** [[GUIWidgetInstanceWML]]
 
*** [[GUIWindowDefinitionWML]]
 
* Savegames
 
** [[SavegameClassHierarchy]]
 
  
= Communication, Feedback, Events =
+
== Communication, Feedback, Events ==
* Gna! links
+
* http://bugs.wesnoth.org/ - bug reports and feature requests
** http://bugs.wesnoth.org/ - Gna! - bugs and feature requests
+
* http://patches.wesnoth.org/ - patches/pull requests
** http://patches.wesnoth.org/ - Gna! - patches
 
  
 
* Mailing lists
 
* Mailing lists
** https://mail.gna.org/listinfo/wesnoth-dev/ - wesnoth-dev
+
** https://mailman.wesnoth.org
** https://mail.gna.org/listinfo/wesnoth-commits/ - wesnoth-commits
 
  
 
* IRC
 
* IRC
** [irc://irc.wesnoth.org/#wesnoth-dev freenode/#wesnoth-dev] - IRC (alias to irc.freenode.net)
+
** [irc://irc.wesnoth.org/#wesnoth-dev Libera.Chat/#wesnoth-dev] - IRC (alias to irc.libera.chat)
 
** http://irclog.wesnoth.org/ - IRC logs
 
** http://irclog.wesnoth.org/ - IRC logs
  
Line 98: Line 90:
 
** [[SoC_People_to_bug_on_IRC]] - Who GSoC students can ask for help
 
** [[SoC_People_to_bug_on_IRC]] - Who GSoC students can ask for help
  
= Miscellaneous =
+
== Miscellaneous ==
 
* [[DebugMode]] and [[CommandMode]] - in game debugging commands
 
* [[DebugMode]] and [[CommandMode]] - in game debugging commands
 
* [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

Latest revision as of 23:53, 22 May 2021

General Information

Tools and Packaging

I want to start coding, what can I do?

Game - Create content

Code documentation

Communication, Feedback, Events

Miscellaneous

This page was last edited on 22 May 2021, at 23:53.