User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2012-03-23 11:15]
Carsten
start [2017-05-08 11:48]
Carsten clean up TOC entries
Line 43: Line 43:
   - [[general::​developer_faq]]   - [[general::​developer_faq]]
  
-==== Mapping ​====+==== The Map Editor ​====
   - **The CaWE User's Guide**   - **The CaWE User's Guide**
     - [[Mapping:​CaWE:​Install]]     - [[Mapping:​CaWE:​Install]]
Line 49: Line 49:
       - [[Mapping:​CaWE:​Intro]]       - [[Mapping:​CaWE:​Intro]]
       - [[Mapping:​CaWE:​MainWindow]]       - [[Mapping:​CaWE:​MainWindow]]
-      - [[Mapping:​CaWE:​Views|2D and 3D Views]]+      - [[Mapping:​CaWE:​Views|2D and 3D Views]] ​([[mapping:​cawe:​views#​video|Video]])
       - [[Mapping:​CaWE:​MaterialBrowser]]       - [[Mapping:​CaWE:​MaterialBrowser]]
       - [[Mapping:​CaWE:​YourFirstMap]] ([[http://​www.cafu.de/​flash/​Your_First_Map.htm|Flash Tutorial]])       - [[Mapping:​CaWE:​YourFirstMap]] ([[http://​www.cafu.de/​flash/​Your_First_Map.htm|Flash Tutorial]])
Line 94: Line 94:
     - Reference     - Reference
       - [[Mapping::​CaWE::​Reference::​EntityGuide]]       - [[Mapping::​CaWE::​Reference::​EntityGuide]]
-      - [[http://​api.cafu.de/​scripting/group__mapEntities.html|Map Scripting Reference Documentation]]+      - [[http://​api.cafu.de/​lua/|Lua Scripting Reference Documentation]]
     - Tutorials Synopsis     - Tutorials Synopsis
       * [[http://​www.cafu.de/​flash/​Your_First_Map.htm|Flash:​ Your First Map]] ([[Mapping::​CaWE::​YourFirstMap|Related Article]])       * [[http://​www.cafu.de/​flash/​Your_First_Map.htm|Flash:​ Your First Map]] ([[Mapping::​CaWE::​YourFirstMap|Related Article]])
Line 104: Line 104:
   - [[Mapping::​Compiling]]   - [[Mapping::​Compiling]]
   - [[Mapping::​CreatingTerrainHeightMaps]]   - [[Mapping::​CreatingTerrainHeightMaps]]
 +
 +/* This used to be "​below"​ the Model Editor, but I think the time is ripe
 +   for finally considering the GUI Editor to be good and relevant enough to
 +   ​deserve the place immediately following the Map Editor and "​above"​ the
 +   Model Editor. */
 +==== The GUI Editor ====
 +  - [[GuiSys::​GuiEditor|The GUI Editor]]
 +  - [[GuiSys::​making_new_fonts]]
 +  - [[GuiSys::​guifiles]]
 +  - [[http://​api.cafu.de/​lua/​|Lua Scripting Reference Documentation]]
  
 ==== The Model Editor ==== ==== The Model Editor ====
   - [[ModelEditor::​Introduction]]   - [[ModelEditor::​Introduction]]
   - [[ModelEditor::​MainWindow]]   - [[ModelEditor::​MainWindow]]
 +  - [[ModelEditor::​HowTos]] ([[modeleditor:​howtos#​get_my_model_into_cafu|Video]])
   - Model Elements   - Model Elements
     - [[ModelEditor::​Skeleton]]     - [[ModelEditor::​Skeleton]]
Line 121: Line 132:
     - [[ModelEditor::​Transform]]     - [[ModelEditor::​Transform]]
   - [[ModelEditor::​MenuReference]]   - [[ModelEditor::​MenuReference]]
-  - [[ModelEditor::​HowTos]] 
   - [[ModelEditor::​ModelFiles]]   - [[ModelEditor::​ModelFiles]]
-  ​- TODO: these are old (and partially obsolete) pages that must be reviewed and integrated into the documentation above: +  - [[Modelling::​DependenciesAmongModels]]
-    - [[Modelling::​modelviewer]] +
-    - [[Modelling::​static|Importing Static Models]] +
-    - [[Modelling::​UsingAseModels|Using ASE Models]] +
-    ​- [[Modelling::​DependenciesAmongModels]] +
-    - [[Modelling::​LoDModels|Creating LoD models]]+
  
 ==== Textures ==== ==== Textures ====
Line 138: Line 143:
     * [[Textures::​Perfect_Detail_Maps|Making "​perfect"​ detail-maps]]     * [[Textures::​Perfect_Detail_Maps|Making "​perfect"​ detail-maps]]
  
-==== The Cafu Material System ====+/* eventually turn this into "The Material Editor",​ and integrate section "​Textures":​ */ 
 +==== The Material System ====
   - [[MatSys::​Introduction]]   - [[MatSys::​Introduction]]
   - [[MatSys::​MatViewer]]   - [[MatSys::​MatViewer]]
Line 147: Line 153:
     - [[MatSys::​cmat_Manual::​ExpressionsAndTables]]     - [[MatSys::​cmat_Manual::​ExpressionsAndTables]]
     - [[MatSys::​cmat_Manual::​KeywordReference]]     - [[MatSys::​cmat_Manual::​KeywordReference]]
-  - [[MatSys::​For_ShaderWriters|The Shader Writers Perspective]] 
-  - [[MatSys::​For_APIUsers|The API Users Perspective]] 
-  - [[MatSys::​For_Developers|The Developers Perspective]] 
  
-==== The Cafu Graphical User Interface System (GuiSys) ==== +/* 
-  - [[GuiSys::GuiEditor|The GUI Editor]] +    - [[MatSys::For_ShaderWriters|The Shader Writers Perspective]] 
-  - [[GuiSys::making_new_fonts]] +    - [[MatSys::For_APIUsers|The API Users Perspective]] 
-  - [[GuiSys::guifiles]] +    - [[MatSys::For_Developers|The Developers Perspective]] 
-  - [[http://​api.cafu.de/​scripting/​|Scripting Overview]] +*/
-  - [[http://​api.cafu.de/​scripting/​group__GUI.html|GUI Scripting Reference Documentation]]+
  
 ==== At the Core: The Cafu Source Code ==== ==== At the Core: The Cafu Source Code ====
   - [[cppDev::​GettingStarted]]   - [[cppDev::​GettingStarted]]
 +  - [[cppDev::​IDEs]] ([[cppdev:​ides#​video|Video]])
   - [[cppDev::​SubmitPatches]]   - [[cppDev::​SubmitPatches]]
-  - [[cppDev::​SubmitTickets]] 
   - [[cppDev::​CodingConventions]]   - [[cppDev::​CodingConventions]]
-  ​- [[cppDev::​Roadmap]] +  - [[http://​api.cafu.de/c++/|C++ Reference Documentation]]
-  - [[cppDev::​DualLicensing]] +
-  ​- [[http://​api.cafu.de|The C++ Reference Documentation]]+
   - Selected Topics   - Selected Topics
     - [[cppDev::​GameCodeOverview]]     - [[cppDev::​GameCodeOverview]]
-    - [[Modding::AddingNewDMEntities]]+    - [[cppDev::StartNewGame]] 
 +    - [[cppDev::​LoadingGameWorlds]]
     - [[cppDev::​FbxSDK]]     - [[cppDev::​FbxSDK]]
- 
-==== Appendix ==== 
-  - [[BecomingAnEditor]] 
-  - [[Appendix::​FlashTutsWithWink]] 
-  - [[Appendix::​pts2csv]] 
  
start.txt · Last modified: 2017-05-08 11:48 by Carsten