Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
m (Code documentation)
m (merged in DeveloperResources)
Line 33: Line 33:
 
* [[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]]
 +
* [[FrequentlyProposedIdeas]] - summary of past often-repeated forum discussions
 +
* [[Wesnoth_Acronyms_and_Slang]]
  
 
= Game - Create content =
 
= Game - Create content =
Line 44: Line 47:
 
* AI
 
* AI
 
** [[AI_Module]] - guide to AI module (src/ai)
 
** [[AI_Module]] - guide to AI module (src/ai)
** [[WritingYourOwnAI]] - write a C++ plugin
 
 
** [[FormulaAI]] - Guide to the experimental formula AI branch
 
** [[FormulaAI]] - Guide to the experimental formula AI branch
 
* Themes
 
* Themes
Line 75: Line 77:
 
** [irc://irc.wesnoth.org/#wesnoth-dev freenode/#wesnoth-dev] - IRC (alias to irc.freenode.net)
 
** [irc://irc.wesnoth.org/#wesnoth-dev freenode/#wesnoth-dev] - IRC (alias to irc.freenode.net)
 
** http://irclog.wesnoth.org/ - IRC logs
 
** http://irclog.wesnoth.org/ - IRC logs
 +
 +
* Forum - http://forum.wesnoth.org
 +
 +
* This wiki - http://www.wesnoth.org/wiki/Main_Page
  
 
* FOSDEM
 
* FOSDEM
Line 84: Line 90:
 
** [[SoC_Information_for_Google]] - Our organization profile for Google
 
** [[SoC_Information_for_Google]] - Our organization profile for Google
 
** [[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
 +
* Unit reference - http://units.wesnoth.org/
  
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 16:23, 4 May 2009

General Information

Tools and Packaging

I want to start coding, what can I do?

Game - Create content

Code documentation

Communication, Feedback, Events


Miscellaneous