Changes between Version 77 and Version 78 of WikiStart


Ignore:
Timestamp:
Mar 19, 2012, 11:40:20 PM (12 years ago)
Author:
historic_bruno
Comment:

clean up programming links

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v77 v78  
    2626 * [wiki:TortoiseSVN_Guide TortoiseSVN Guide]
    2727 * [wiki:Design_Document Design Document]
     28 * [wiki:ReportingErrors Reporting Errors]
    2829
    2930=== For programmers: ===
    30  * [wiki:GettingStartedProgrammers Introduction to 0 A.D. programming] - info on getting the code, using Trac, submitting patches etc
    31  * WritingTests
    32  * [wiki:GobbyGuide Gobby Instructions (for meeting notes)]
     31 * [wiki:GettingStartedProgrammers Introduction to 0 A.D. Programming] - info on getting the code, using Trac, submitting patches, etc.
    3332 * [wiki:Coding_Conventions Coding Conventions]
    34  * CodeQuality
    35  * EngineDocumentation
    36  * DebuggingOnWindows
    37  * BuildAndDeploymentEnvironment
    38  * [wiki:EngineProfiling Performance profiling]
    39  * [http://svn.wildfiregames.com/docs EngineDocumentationSVN]
     33 * [wiki:CodeQuality Code Quality]
     34 * [wiki:WritingTests Writing Tests]
     35 * [wiki:DebuggingOnWindows Debugging on Windows]
     36 * [wiki:BuildAndDeploymentEnvironment Build and Deployment Environment] - work in progress
     37 * [wiki:EngineProfiling Performance Profiling]
     38 * [http://svn.wildfiregames.com/docs Engine Documentation] - Doxygen-generated from SVN, updated daily
     39 * [wiki:EngineDocumentation Engine Documentation OUTDATED]
    4040
    4141=== For artists: ===
     
    5151
    5252== Technical Design Documentation ==
    53  * [wiki:TDD_Tools Tools]
    54  * [wiki:TDD_AI AI]
    55  * [wiki:TDD_GUI GUI]
    56  * [wiki:TDD_GameObjectXml Game Object XML]
    57  * [wiki:TDD_Graphics Graphics]
    58  * [wiki:TDD_Audio Audio]
    59  * [wiki:TDD_MiscEngine Misc. Engine]
    60  * [wiki:TDD_LowLevel Low-level]
    61  * [wiki:TDD_FileFormats FileFormats]
    62  * [wiki:TDD_Scripting Scripting]
     53'''WARNING:''' Much of this documentation is hopelessly outdated or ideas which have never been implemented. It is being updated, but in the meantime if you're not sure about some details, ask one of the official developers.
     54 * [wiki:TDD_Tools Tools] - Mostly outdated
     55 * [wiki:TDD_AI AI] - Somewhat outdated, minimal details
     56 * [wiki:TDD_GUI GUI] - Mostly outdated
     57 * [wiki:TDD_GameObjectXml Game Object XML] - Very outdated / irrelevant
     58 * [wiki:TDD_Graphics Graphics] - Mostly outdated
     59 * [wiki:TDD_Audio Audio] - Very outdated
     60 * [wiki:TDD_MiscEngine Misc. Engine] - Very outdated
     61 * [wiki:TDD_LowLevel Low-level] - Outdated
     62 * [wiki:TDD_FileFormats FileFormats] - Updated
     63 * [wiki:TDD_Scripting Scripting] - Very outdated
    6364 * [wiki:TDD_Infrastructure Infrastructure]
    64  * [wiki:TDD_Simulation Simulation]
    65  * [wiki:Random_Map_Generator Random Maps]
     65 * [wiki:TDD_Simulation Simulation] - Somewhat outdated
     66 * [wiki:Random_Map_Generator Random Maps] - Mostly updated
    6667 * [wiki:SecurityModel Security]