Difference between revisions of "DeveloperResources"
From The Battle for Wesnoth Wiki
Line 16: | Line 16: | ||
** [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] | ||
+ | |||
+ | == 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: [irc://irc.wesnoth.org/#wesnoth-dev freenode/#wesnoth-dev] (alias to irc.freenode.net) | ||
+ | ** IRC logs - http://irclog.wesnoth.org/ | ||
== Code, Development == | == Code, Development == | ||
Line 30: | Line 42: | ||
* [[WesnothSVN]] - SVN instructions | * [[WesnothSVN]] - SVN instructions | ||
* Gna! - websvn - http://websvn.wesnoth.org/ Web-Access to svn | * Gna! - websvn - http://websvn.wesnoth.org/ Web-Access to svn | ||
− | * [[ExternalUtilities]] | + | * [[ExternalUtilities]] (Wercator, CampGen, wmllint, etc.) |
* [[CodingStandards]] | * [[CodingStandards]] | ||
* [[Developers]] | * [[Developers]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 13:02, 15 August 2007
Contents
General
- Forum - http://forum.wesnoth.org
- Wiki :
- http://www.wesnoth.org/wiki/Main_Page
- GettingStarted
- FrequentlyProposedIdeas - summary of past often-repeated forum discussions
- WesnothAcronyms
Game - Play
- units - http://units.wesnoth.org/
- unit list - http://zapicm.freeshell.org/stable/
- movement types & resistance - http://zapicm.freeshell.org/stable/data/
Game - Create content
- BuildingScenarios and related useful forum discussions:
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
- Code documentation, created with
- documentation system 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)
- 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.)
- CodingStandards
- Developers