Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
m (Code documentation: update a link)
m (Fix section headings. Do not use first-level headings in page contents.)
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 18: Line 18:
 
** [[DebuggingWesnoth]]
 
** [[DebuggingWesnoth]]
  
= Tools and Packaging =
+
== Tools and Packaging ==
 
* Supporting Websites
 
* Supporting Websites
 
** [[WesnothRepository]] - accessing the source code
 
** [[WesnothRepository]] - accessing the source code
Line 34: Line 34:
 
** [[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
Line 41: Line 41:
 
* [[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]
Line 47: Line 47:
 
* [[ReferenceWML]]
 
* [[ReferenceWML]]
  
= Code documentation =
+
== Code documentation ==
 
* http://devdocs.wesnoth.org - generated code documentation
 
* http://devdocs.wesnoth.org - generated code documentation
 
* AI
 
* AI
Line 68: Line 68:
 
** [[SavegameClassHierarchy]]
 
** [[SavegameClassHierarchy]]
  
= Communication, Feedback, Events =
+
== Communication, Feedback, Events ==
 
* Gna! links
 
* Gna! links
 
** http://bugs.wesnoth.org/ - Gna! - bugs and feature requests
 
** http://bugs.wesnoth.org/ - Gna! - bugs and feature requests
Line 97: Line 97:
 
** [[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

Revision as of 20:14, 30 August 2017

General Information

Tools and Packaging

I want to start coding, what can I do?

Game - Create content

Code documentation

Communication, Feedback, Events

Miscellaneous