Changes between Version 7 and Version 8 of GettingStarted


Ignore:
Timestamp:
Jun 25, 2009, 4:10:17 PM (15 years ago)
Author:
Philip Taylor
Comment:

attempted to clean up a bit

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v7 v8  
    1 == Game Related ==
    2 [http://www.wildfiregames.com/0ad/page.php?c=46 About the Game Itself] - If you're here, you probably already know this, but won't hurt to refresh your memory
     1== General game information ==
     2[http://www.wildfiregames.com/0ad/page.php?c=46 Overview] on the main web site, with links to lots of background information.
    33
    44[wiki:Design_Document The Design Document] - This is the main over-view design document for the game. It should give you a good insight to the game workings and big-picture.
     
    66== Forums and Community ==
    77
    8 [http://www.wildfiregames.com/forum/index.php?showforum=312 Open Source and Academic forum] - for discussion with other developers Open Source, both voluntary developers and those who do it as part of a school project
     8[http://www.wildfiregames.com/forum/index.php?showforum=312 Open Source and Academic forum] for developer discussions about the open source release. (See also [http://www.wildfiregames.com/forum/index.php?act=Search&CODE=getnew&f=53 new forum posts] since your last visit, if you check frequently.)
    99
    10 [http://www.wildfiregames.com/forum/index.php?act=Search&CODE=getnew&f=53 New Forum Posts] - You can greatly save time by checking these only, which are the new topic posts in all the forums since you last checked them (Note: These results can also be accessed through the 'View New Posts' link at the top of the forums, next to your control panel links)
     10[irc://irc.quakenet.org/wfg #wfg on QuakeNet IRC] for developer discussions.
     11
     12== Programmer information ==
     13
     14[wiki:BuildInstructions How to build 0 A.D.]
     15
     16[wiki:SubmittingPatches How to submit patches]
     17
     18!CppDoc documentation can be generated from the source code by running `build/docs/builddoc.bat` and then reading `docs/generated/index.html`
     19
     20[report:3 Trac tickets] listing various bugs and tasks.
    1121
    1222== Running the Game ==
     
    3040For more info on how to actually play the game see the [wiki:Playing0AD Playing 0 A.D. guide]
    3141
    32 ------------------------------------------------------------------
    33 
    34 == Programming ==
    35 
    36 Information in this section is typically only related to the game programmers
    37 
    38 === Reading Material ===
    39 The topics under Guides on the main Wiki page is a good starting point, but here are some other things you should take a look at before developing:
    40 
    41 [wiki:BuildInstructions How to build 0 A.D.]
    42 
    43 [wiki:SubmittingPatches How to submit patches]
    44 
    45 [http://wildfiregames.com/users/code/resources/divisions/General/TDD/PrometheusProgramFlow.gif Pyrogenesis Engine Program Flow] - An excellent diagram showing you where the information flows and how the different parts communicate. Good to keep handy as a reminder
    46 (Can also be found in SVN in /trunks/docs/)
    47 
    48 [http://zaynar.demon.co.uk/cppdoc/latest/ Documentation output]
    49 
    50 === Tools ===
    51 [http://trac.wildfiregames.com/ Trac] - used to provide an interface for managing tasks, tickets and bugs, and of course this wiki
    52 ------------------------------------------------------------------
    53 
    5442== Art Department ==
    5543=== Resources ===