User contributions
- 23:19, 28 September 2012 (diff | hist) . . (+21) . . SColor
- 21:42, 28 September 2012 (diff | hist) . . (+27) . . String
- 21:41, 28 September 2012 (diff | hist) . . (+15) . . Vec2f
- 21:41, 28 September 2012 (diff | hist) . . (+29) . . SColor
- 21:32, 28 September 2012 (diff | hist) . . (0) . . DrawText
- 21:31, 28 September 2012 (diff | hist) . . (+195) . . DrawText
- 21:31, 28 September 2012 (diff | hist) . . (+13) . . N File:Text.png (GUI::DrawText) (current)
- 21:23, 28 September 2012 (diff | hist) . . (+318) . . DrawIconByName (current)
- 21:22, 28 September 2012 (diff | hist) . . (0) . . N File:GUIIcon.png (current)
- 21:02, 28 September 2012 (diff | hist) . . (+29) . . DrawButtonHover (current)
- 21:02, 28 September 2012 (diff | hist) . . (+20) . . N File:GUIButtonhover.png (GUI::DrawButtonHover) (current)
- 21:01, 28 September 2012 (diff | hist) . . (+31) . . DrawButtonPressed (current)
- 21:00, 28 September 2012 (diff | hist) . . (+22) . . N File:GUIButtonpressed.png (GUI::DrawButtonPressed) (current)
- 21:00, 28 September 2012 (diff | hist) . . (-1) . . DrawButton (current)
- 21:00, 28 September 2012 (diff | hist) . . (+25) . . DrawButton
- 20:59, 28 September 2012 (diff | hist) . . (+15) . . N File:GUIButton.png (GUI::DrawButton) (current)
- 20:59, 28 September 2012 (diff | hist) . . (+28) . . DrawFramedPane (current)
- 20:59, 28 September 2012 (diff | hist) . . (+19) . . N File:GUIFramedpane.png (GUI::DrawFramedPane) (current)
- 20:57, 28 September 2012 (diff | hist) . . (-1) . . DrawWindow (current)
- 20:56, 28 September 2012 (diff | hist) . . (+25) . . DrawWindow
- 20:56, 28 September 2012 (diff | hist) . . (+15) . . N File:GUIWindow.png (GUI::DrawWindow) (current)
- 20:56, 28 September 2012 (diff | hist) . . (+28) . . DrawSunkenPane (current)
- 20:55, 28 September 2012 (diff | hist) . . (+13) . . N File:GUIPane.png (GUI::DrawPane) (current)
- 20:55, 28 September 2012 (diff | hist) . . (+22) . . DrawPane (current)
- 20:54, 28 September 2012 (diff | hist) . . (+19) . . N File:GUISunkenpane.png (GUI::DrawSunkenPane) (current)
- 20:36, 28 September 2012 (diff | hist) . . (+1) . . DrawPane
- 20:36, 28 September 2012 (diff | hist) . . (-40) . . DrawPane
- 20:27, 28 September 2012 (diff | hist) . . (-2) . . DrawPane
- 20:27, 28 September 2012 (diff | hist) . . (+8) . . DrawPane
- 20:26, 28 September 2012 (diff | hist) . . (+236) . . DrawPane
- 06:27, 28 September 2012 (diff | hist) . . (+94) . . GetLocalPlayer
- 06:25, 28 September 2012 (diff | hist) . . (+21) . . Global Functions
- 06:19, 28 September 2012 (diff | hist) . . (+50) . . N GetLocalPlayer (Created page with "Used to get the handle to the local player's blob.")
- 06:18, 28 September 2012 (diff | hist) . . (+46) . . Global Functions
- 05:06, 28 September 2012 (diff | hist) . . (+123) . . N String (Created page with "String is used for storing strings of characters. <syntaxhighlight lang="cpp"> string s = "hello world" </syntaxhighlight>")
- 05:05, 28 September 2012 (diff | hist) . . (+1) . . Position2d
- 05:05, 28 September 2012 (diff | hist) . . (+172) . . N Position2d (Created page with "<onlyinclude> The Position2d type is used for positioning GUI elements. </onlyinclude> <syntaxhighlight lang="cpp> position2di( const uint, const uint ) </syntaxhighlight>")
- 05:04, 28 September 2012 (diff | hist) . . (-51) . . m Dimension2d
- 05:03, 28 September 2012 (diff | hist) . . (+2) . . Vec2f
- 05:02, 28 September 2012 (diff | hist) . . (-58) . . Rect
- 05:01, 28 September 2012 (diff | hist) . . (+1) . . Dimension2d
- 05:01, 28 September 2012 (diff | hist) . . (-123) . . Dimension2d
- 04:59, 28 September 2012 (diff | hist) . . (+360) . . N Vec2f (Created page with "<onlyinclude> The Vec2f type is mainly used in the blob for positioning and getting the mouse coordinates. Vec2f contains two variables '''x''' and '''y'''. <syntaxhighlight l...")
- 04:54, 28 September 2012 (diff | hist) . . (+294) . . N SColor (Created page with "The SColor type is used in GUI functions such as DrawRectangle. <syntaxhighlight lang="cpp"> SColor color ( const uint, const uint, const uint, const uint ) </syntaxhighlight> ...")
- 04:50, 28 September 2012 (diff | hist) . . (+30) . . Rect
- 04:49, 28 September 2012 (diff | hist) . . (+18) . . m Rect
- 04:48, 28 September 2012 (diff | hist) . . (+591) . . N Rect (Created page with "Used to create GUI elements among other things. There are two variances. Method one uses a position2di and dimension2di argument. The dimension2di argument represents the width ...")
- 04:42, 28 September 2012 (diff | hist) . . (-4) . . Dimension2d
- 04:41, 28 September 2012 (diff | hist) . . (+8) . . m Dimension2d
- 04:40, 28 September 2012 (diff | hist) . . (+514) . . N Dimension2d (Created page with "<onlyinclude> The Dimension2d types are used for positioning elements such as GUI elements. It is similar to the Vec2f but takes unsigned integers. </onlyinclude> {| class="wik...")