Wartbed:Manual

From Dark Omen Wiki

(Difference between revisions)
Jump to: navigation, search
(+stub)
 
(5 intermediate revisions not shown)
Line 3: Line 3:
WARTBED is very much in development. Even so certain structures and usages are relatively completed and should resemble their finished state.  
WARTBED is very much in development. Even so certain structures and usages are relatively completed and should resemble their finished state.  
-
==Sections==
+
 
-
'''Basic structures and usage'''
+
'''Notes on reading the manual'''
 +
* Unless otherwise stated all type names are subsumed under the <tt>wb</tt> namespace, f.i. "<tt>Order</tt>" should be read as "<tt>wb::Order</tt>".
 +
* Nested namespaces are provided; f.i. "<tt>mvc::Controller</tt>" should be read as "<tt>wb::mvc::Controller</tt>".
 +
 
 +
 
 +
<div style="margin:1em; padding: 1em; border: 1px solid gray; background: PaleGoldenRod;">
 +
<div style="color: Chocolate; font-size: 2em;">Sections<br /><br /></div>
 +
'''Framework fundamentals'''
 +
# [[Wartbed:Manual/Conventions|Naming and other conventions used in WARTBED]]
# [[Wartbed:Manual/Booting and shutting down WARTBED|Booting and shutting down WARTBED]]
# [[Wartbed:Manual/Booting and shutting down WARTBED|Booting and shutting down WARTBED]]
# [[Wartbed:Manual/Models and Actors|Models, Actors and Props]]
# [[Wartbed:Manual/Models and Actors|Models, Actors and Props]]
# [[Wartbed:Manual/Targets and Orders|Targets and Orders]]
# [[Wartbed:Manual/Targets and Orders|Targets and Orders]]
 +
# [[Wartbed:Manual/Theatre of War|The Theatre of War]]
 +
# Contexts and RuleSets ''<span style="color:gray;">[Forthcoming]</span>''
'''In-depth guides'''
'''In-depth guides'''
-
# Placeholder
+
# Creating a module 1: Importing game data and converting to WARTBED format  ''<span style="color:gray;">[Forthcoming]</span>''
-
# Placeholder
+
# Creating a module 2: The Module, Campaign and Mission scripts  ''<span style="color:gray;">[Forthcoming]</span>''
-
# Placeholder
+
# Creating a module 3: The Unit and Weapon scripts  ''<span style="color:gray;">[Forthcoming]</span>''
 +
# ''Placeholder''
 +
# ''Placeholder''
 +
</div>
[[category:WARTBED]]
[[category:WARTBED]]
[[category:Manual]]
[[category:Manual]]
[[category:API Reference]]
[[category:API Reference]]

Current revision as of 16:59, 27 February 2010


WARTBED is very much in development. Even so certain structures and usages are relatively completed and should resemble their finished state.


Notes on reading the manual

  • Unless otherwise stated all type names are subsumed under the wb namespace, f.i. "Order" should be read as "wb::Order".
  • Nested namespaces are provided; f.i. "mvc::Controller" should be read as "wb::mvc::Controller".


Sections

Framework fundamentals

  1. Naming and other conventions used in WARTBED
  2. Booting and shutting down WARTBED
  3. Models, Actors and Props
  4. Targets and Orders
  5. The Theatre of War
  6. Contexts and RuleSets [Forthcoming]

In-depth guides

  1. Creating a module 1: Importing game data and converting to WARTBED format [Forthcoming]
  2. Creating a module 2: The Module, Campaign and Mission scripts [Forthcoming]
  3. Creating a module 3: The Unit and Weapon scripts [Forthcoming]
  4. Placeholder
  5. Placeholder
Personal tools
communication