Difference between revisions of "User:Sunjammer"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (To Do / Work In Progress)
m (To Do / Work In Progress)
Line 1: Line 1:
 
== To Do / Work In Progress ==  
 
== To Do / Work In Progress ==  
 
* Finish data type pages:
 
* Finish data type pages:
** [[Any_(dascript_type)|any]]
+
** [[Any_(dascript_type)|any]]: '''keywords''' category?
** [[Char_(dascript_type)|char]] (does not appear to be valid: IntToChar and CharToInt return or accept a string)
+
** [[Char_(dascript_type)|char]]: unrecognised type use results in a "No semicolon after expression" error; IntToChar and CharToInt return or accept a string
** [[Command_(dascript_type)|command]]
+
** <s>[[Command_(dascript_type)|command]]</s>
** [[Effect_(dascript_type)|effect]]
+
** [[Effect_(dascript_type)|effect]]: could be improved (remarks are a wall of text)
** [[Event_(dascript_type)|event]]
+
** [[Event_(dascript_type)|event]]: could be improved (contains a mass of duplicate information)
** [[Float_(dascript_type)|float]]
+
** <s>[[Float_(dascript_type)|float]]</s>
** [[Int_(dascript_type)|int]]
+
** <s>[[Int_(dascript_type)|int]]</s>
 
** [[Itemproperty_(dascript_type)|itemproperty]]
 
** [[Itemproperty_(dascript_type)|itemproperty]]
** [[Location_(dascript_type)|location]]
+
** <s>[[Location_(dascript_type)|location]]</s>
** [[Object_(dascript_type)|object]]
+
** [[Object_(dascript_type)|object]]: could be improved
** [[Player_(dascript_type)|player]]
+
** [[Player_(dascript_type)|player]]: wip but appears to be an artefact of when DA:O was multiplayer, not used in anything but Get and Set local
** [[Resource_(dascript_type)|resource]]
+
** [[Resource_(dascript_type)|resource]]: wip
** [[String_(dascript_type)|string]]
+
** <s>[[String_(dascript_type)|string]]</s>
** [[Struct_(dascript_type)|struct]]
+
** [[Struct_(dascript_type)|struct]]: wip
** [[Vector_(dascript_type)|vector]]
+
** [[Vector_(dascript_type)|vector]]: wip
** [[Void_(dascript_type)|void]]
+
** [[Void_(dascript_type)|void]]: could be improved,  '''keywords''' category?
 +
* Polish data type pages
 +
** add '''{type} Funtions''' and '''{type} Constant''' categories to all pages
 +
** change '''dascript type''' link in introduction from page to category or create page?
 +
** identify which basic types are native and which are engine
 +
** identify which structures are native and which are engine
 
* Finish draft articles:
 
* Finish draft articles:
 
** [[User:Sunjammer/Item upgrades (draft)]]
 
** [[User:Sunjammer/Item upgrades (draft)]]
 
** [[User:Sunjammer/Plot_flags_(draft)]]
 
** [[User:Sunjammer/Plot_flags_(draft)]]

Revision as of 23:39, 19 November 2009

To Do / Work In Progress

  • Finish data type pages:
    • any: keywords category?
    • char: unrecognised type use results in a "No semicolon after expression" error; IntToChar and CharToInt return or accept a string
    • command
    • effect: could be improved (remarks are a wall of text)
    • event: could be improved (contains a mass of duplicate information)
    • float
    • int
    • itemproperty
    • location
    • object: could be improved
    • player: wip but appears to be an artefact of when DA:O was multiplayer, not used in anything but Get and Set local
    • resource: wip
    • string
    • struct: wip
    • vector: wip
    • void: could be improved, keywords category?
  • Polish data type pages
    • add {type} Funtions and {type} Constant categories to all pages
    • change dascript type link in introduction from page to category or create page?
    • identify which basic types are native and which are engine
    • identify which structures are native and which are engine
  • Finish draft articles: