User contributions
From DiceRoller Documentation
- 21:51, 14 August 2017 diff hist +157 Dice/BuiltinFunctions →Methods current
- 21:49, 14 August 2017 diff hist +231 Dice/RollerConfig →Thread Safety
- 21:48, 14 August 2017 diff hist +49 Dice/RollerConfig →Thread Safety
- 21:48, 14 August 2017 diff hist +109 Dice/RollerConfig →Thread Safety
- 21:46, 14 August 2017 diff hist +159 Dice
- 21:45, 14 August 2017 diff hist -1 Dice/AST/DiceAST/RerollInternal current
- 21:45, 14 August 2017 diff hist -5 Dice/AST/DiceAST/Reroll current
- 21:44, 14 August 2017 diff hist -1 Dice/AST/DiceAST/EvaluateInternal current
- 21:44, 14 August 2017 diff hist -13 Dice/AST/DiceAST/Evaluate current
- 21:42, 14 August 2017 diff hist -16 Dice/AST/DiceAST current
- 17:19, 11 August 2017 diff hist +551 Dice Reference →Dice functions
- 16:50, 11 August 2017 diff hist +163 Changelog →3.0.0
- 16:09, 11 August 2017 diff hist +318 Changelog
- 18:44, 7 August 2017 diff hist +281 Changelog
- 18:04, 7 August 2017 diff hist +266 Changelog
- 17:53, 7 August 2017 diff hist +326 Changelog
- 21:53, 4 August 2017 diff hist -21 Dice/RollerConfig
- 21:41, 4 August 2017 diff hist +167 Changelog →2.1.0
- 21:37, 4 August 2017 diff hist +421 Dice →Classes
- 21:35, 4 August 2017 diff hist +1,477 Dice/RollerConfig/MacroRegistry current
- 21:31, 4 August 2017 diff hist +548 N Dice/RollerConfig/MacroRegistry Created page with "{{APIdoc|RollerConfig.FunctionRegistry Property}} Gets or sets the registry of all valid macro names and their callbacks. {{ns}} == Syntax == <syntaxhighlight lang="C#"> pub..."
- 21:29, 4 August 2017 diff hist -2 Dice/RollerConfig/ExecuteMacro →Remarks
- 21:28, 4 August 2017 diff hist +96 Dice/RollerConfig/ExecuteMacro →Remarks
- 21:26, 4 August 2017 diff hist -70 Dice/RollerConfig →Remarks
- 21:25, 4 August 2017 diff hist -100 Dice/RollerConfig →Examples
- 21:25, 4 August 2017 diff hist +37 Dice/RollerConfig →Remarks
- 21:24, 4 August 2017 diff hist +15 Dice/RollerConfig/ExecuteMacro →Deprecated
- 21:23, 4 August 2017 diff hist 0 Dice/RollerConfig →Properties
- 21:23, 4 August 2017 diff hist +15 Dice/RollerConfig →Properties
- 21:23, 4 August 2017 diff hist +75 N Template:Removed Created page with "<span class="fa fa-minus-circle" style="color: red" title="Removed"></span>" current
- 21:22, 4 August 2017 diff hist +79 N Template:Deprecated Created page with "<span class="fa fa-warning" style="color: goldenrod" title="Deprecated"></span>" current
- 21:20, 4 August 2017 diff hist +140 Dice/RollerConfig →Properties
- 21:18, 4 August 2017 diff hist -59 Changelog
- 21:18, 4 August 2017 diff hist +118 N Template:L Created page with "{{#ifeq:{{#explode:{{{1}}}|.|0}}|Dice|[[{{#replace:{{{1}}}|.|/}}|{{{1}}}]]|[[Dice/{{#replace:{{{1}}}|.|/}}|{{{1}}}]]}}"
- 21:04, 4 August 2017 diff hist +218 Dice/RollerConfig/ExecuteMacro
- 21:02, 4 August 2017 diff hist +369 Changelog
- 18:30, 16 June 2017 diff hist +237 Dice/PbP/RollPost/AddRoll (String, RollerConfig) →Remarks current
- 18:29, 16 June 2017 diff hist 0 m Dice/RollResult →Fields current
- 18:28, 16 June 2017 diff hist +291 Dice/RollResult
- 17:10, 16 June 2017 diff hist +45 MediaWiki:Common.css
- 17:09, 16 June 2017 diff hist +37 Changelog
- 17:09, 16 June 2017 diff hist +279 Changelog
- 22:55, 16 May 2017 diff hist +944 N Dice/AST/CompareOp Created page with "{{APIdoc|CompareOp Enumeration}} The type of comparison to perform. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public enum CompareOp </syntaxhighlight> == Members == {..." current
- 19:27, 16 May 2017 diff hist +689 N Dice/AST/DiceAST/ValueType Created page with "{{APIdoc|DiceAST.ValueType Property}} Gets what type of value we have (total or successes). {{ns}} == Syntax == <syntaxhighlight lang="C#"> public ResultType ValueType { get..." current
- 19:25, 16 May 2017 diff hist +673 N Dice/AST/DiceAST/Values Created page with "{{APIdoc|DiceAST.Values Property}} Gets the underlying dice that were rolled, as well as their values. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public abstract IReadO..." current
- 19:23, 16 May 2017 diff hist +425 N Dice/AST/DiceAST/Value Created page with "{{APIdoc|DiceAST.Value Property}} Gets the final value of the node. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public decimal Value { get; protected set; } </syntaxhigh..." current
- 19:17, 16 May 2017 diff hist +702 N Dice/AST/DiceAST/UnderlyingRollNode Created page with "{{APIdoc|DiceAST.UnderlyingRollNode Property}} Gets the roll node underneath this node, unless this node is a roll node of some sort. {{ns}} == Syntax == <syntaxhighlight la..." current
- 23:08, 15 May 2017 diff hist +1,075 N Dice/AST/DiceAST/RerollInternal Created page with "{{APIdoc|DiceAST.RerollInternal Method (RollerConfig, DiceAST, Int32)}} Actual reroll logic, implemented by each subclass. {{ns}} == Syntax == <syntaxhighlight lang="C#"> pr..."
- 23:06, 15 May 2017 diff hist +1,668 N Dice/AST/DiceAST/Reroll Created page with "{{APIdoc|DiceAST.Reroll Method (RollerConfig, DiceAST, Int32)}} Re-do the roll without re-evaluating the entire subtree again. {{ns}} == Syntax == <syntaxhighlight lang="C#"..."
- 19:48, 15 May 2017 diff hist +719 N Dice/DieResult/Deserialize Created page with "{{APIdoc|DieResult.Deserialize Method (Stream)}} Deserializes binary data from the given stream. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public static DieResult Dese..." current