Difference between revisions of "DeveloperResources"
From The Battle for Wesnoth Wiki
Simons Mith (talk | contribs) m (Cross-linked to WMLLint et al (mentioned as being on this page, but actually now elsewhere)) |
|||
Line 42: | Line 42: | ||
* [[HackingWesnoth]] | * [[HackingWesnoth]] | ||
* [[CodingStandards]] | * [[CodingStandards]] | ||
+ | |||
+ | == Maintenance Tools == | ||
+ | |||
+ | WMLLint, WMLIndent and WMLScope now have their own [[MaintenanceTools]] page. | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 00:25, 2 February 2009
Contents
General
- Forum - http://forum.wesnoth.org
- Wiki :
- http://www.wesnoth.org/wiki/Main_Page
- GettingStarted
- FrequentlyProposedIdeas - summary of past often-repeated forum discussions
- Wesnoth_Acronyms_and_Slang
- Unit reference - http://units.wesnoth.org/
Game - Create content
- BuildingScenarios and related useful forum discussions:
- ReferenceWML
Communication, Feedback
- Gna! links
- Gna! - bugs and feature requests - http://bugs.wesnoth.org/
- Gna! - patches - http://patches.wesnoth.org/
- Mailing lists:
- wesnoth-dev - https://mail.gna.org/listinfo/wesnoth-dev/
- wesnoth-commits - https://mail.gna.org/listinfo/wesnoth-commits/
- IRC: freenode/#wesnoth-dev (alias to irc.freenode.net)
- IRC logs - http://irclog.wesnoth.org/
Code, Development
- changelog - http://changelog.wesnoth.org/
- Up-to-date commit messages : http://cia.vc/stats/project/wesnoth
- Documentation generator Doxygen
- generated code documentation - http://devdocs.wesnoth.org
- gettext status - http://gettext.wesnoth.org/
- CompilingWesnoth - how to compile Battle for Wesnoth (it's not hard)
- EasyCoding - (hopefully) simple coding tasks intended for new contributors looking to familiarize themselves with the code base
- Standard Template Library - http://www.sgi.com/tech/stl/
- DebugMode and CommandMode - in game debugging commands
- WesnothSVN - SVN instructions
- Gna! - websvn - http://websvn.wesnoth.org/ Web-Access to svn
- ExternalUtilities (Wercator, CampGen, wmllint, etc.)
- HackingWesnoth
- CodingStandards
Maintenance Tools
WMLLint, WMLIndent and WMLScope now have their own MaintenanceTools page.