User contributions
- 00:19, 29 September 2012 (diff | hist) . . (+21) . . SColor
- 22:42, 28 September 2012 (diff | hist) . . (+27) . . String
- 22:41, 28 September 2012 (diff | hist) . . (+15) . . Vec2f
- 22:41, 28 September 2012 (diff | hist) . . (+29) . . SColor
- 22:32, 28 September 2012 (diff | hist) . . (0) . . DrawText
- 22:31, 28 September 2012 (diff | hist) . . (+195) . . DrawText
- 22:31, 28 September 2012 (diff | hist) . . (+13) . . N File:Text.png (GUI::DrawText) (current)
- 22:23, 28 September 2012 (diff | hist) . . (+318) . . DrawIconByName (current)
- 22:22, 28 September 2012 (diff | hist) . . (0) . . N File:GUIIcon.png (current)
- 22:02, 28 September 2012 (diff | hist) . . (+29) . . DrawButtonHover (current)
- 22:02, 28 September 2012 (diff | hist) . . (+20) . . N File:GUIButtonhover.png (GUI::DrawButtonHover) (current)
- 22:01, 28 September 2012 (diff | hist) . . (+31) . . DrawButtonPressed (current)
- 22:00, 28 September 2012 (diff | hist) . . (+22) . . N File:GUIButtonpressed.png (GUI::DrawButtonPressed) (current)
- 22:00, 28 September 2012 (diff | hist) . . (-1) . . DrawButton (current)
- 22:00, 28 September 2012 (diff | hist) . . (+25) . . DrawButton
- 21:59, 28 September 2012 (diff | hist) . . (+15) . . N File:GUIButton.png (GUI::DrawButton) (current)
- 21:59, 28 September 2012 (diff | hist) . . (+28) . . DrawFramedPane (current)
- 21:59, 28 September 2012 (diff | hist) . . (+19) . . N File:GUIFramedpane.png (GUI::DrawFramedPane) (current)
- 21:57, 28 September 2012 (diff | hist) . . (-1) . . DrawWindow (current)
- 21:56, 28 September 2012 (diff | hist) . . (+25) . . DrawWindow
- 21:56, 28 September 2012 (diff | hist) . . (+15) . . N File:GUIWindow.png (GUI::DrawWindow) (current)
- 21:56, 28 September 2012 (diff | hist) . . (+28) . . DrawSunkenPane (current)
- 21:55, 28 September 2012 (diff | hist) . . (+13) . . N File:GUIPane.png (GUI::DrawPane) (current)
- 21:55, 28 September 2012 (diff | hist) . . (+22) . . DrawPane (current)
- 21:54, 28 September 2012 (diff | hist) . . (+19) . . N File:GUISunkenpane.png (GUI::DrawSunkenPane) (current)
- 21:36, 28 September 2012 (diff | hist) . . (+1) . . DrawPane
- 21:36, 28 September 2012 (diff | hist) . . (-40) . . DrawPane
- 21:27, 28 September 2012 (diff | hist) . . (-2) . . DrawPane
- 21:27, 28 September 2012 (diff | hist) . . (+8) . . DrawPane
- 21:26, 28 September 2012 (diff | hist) . . (+236) . . DrawPane
- 07:27, 28 September 2012 (diff | hist) . . (+94) . . GetLocalPlayer
- 07:25, 28 September 2012 (diff | hist) . . (+21) . . Global Functions
- 07:19, 28 September 2012 (diff | hist) . . (+50) . . N GetLocalPlayer (Created page with "Used to get the handle to the local player's blob.")
- 07:18, 28 September 2012 (diff | hist) . . (+46) . . Global Functions
- 06: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>")
- 06:05, 28 September 2012 (diff | hist) . . (+1) . . Position2d
- 06: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>")
- 06:04, 28 September 2012 (diff | hist) . . (-51) . . m Dimension2d
- 06:03, 28 September 2012 (diff | hist) . . (+2) . . Vec2f
- 06:02, 28 September 2012 (diff | hist) . . (-58) . . Rect
- 06:01, 28 September 2012 (diff | hist) . . (+1) . . Dimension2d
- 06:01, 28 September 2012 (diff | hist) . . (-123) . . Dimension2d
- 05: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...")
- 05: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> ...")
- 05:50, 28 September 2012 (diff | hist) . . (+30) . . Rect
- 05:49, 28 September 2012 (diff | hist) . . (+18) . . m Rect
- 05: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 ...")
- 05:42, 28 September 2012 (diff | hist) . . (-4) . . Dimension2d
- 05:41, 28 September 2012 (diff | hist) . . (+8) . . m Dimension2d
- 05: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...")