User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 21:25, 1 January 2016 (diff | hist) . . (+17) . . Quickie
- 21:25, 1 January 2016 (diff | hist) . . (+1,207) . . N SUIT (Created page with "== SUIT - The Simple User Interface Toolkit for LÖVE == Make games, not GUIs! SUIT gives you: * Buttons * Image Buttons * Labels * Text input boxes * Checkboxes * Cake * S...")
- 21:20, 1 January 2016 (diff | hist) . . (+47) . . Quickie
- 06:34, 12 October 2015 (diff | hist) . . (+74) . . HUMP
- 21:18, 7 October 2015 (diff | hist) . . (-12) . . User:Vrld (→Stuff) (current)
- 21:18, 7 October 2015 (diff | hist) . . (0) . . m HC (Vrld moved page HardonCollider to HC: Library Rename)
- 21:18, 7 October 2015 (diff | hist) . . (+16) . . N HardonCollider (Vrld moved page HardonCollider to HC: Library Rename) (current)
- 21:18, 7 October 2015 (diff | hist) . . (-60) . . HC
- 19:55, 21 August 2013 (diff | hist) . . (+643) . . N BezierCurve:getDerivative (Created page with "{{newin|0.9.0|090|type=function}} Get the derivative of the Bézier curve. This function can be used to rotate sprites moving along a curve in the direction of the movement ...")
- 19:51, 21 August 2013 (diff | hist) . . (+611) . . N BezierCurve:rotate (Created page with "{{newin|0.9.0|090|type=function}} Rotate the Bézier curve by an angle. == Function == === Synopsis === <source lang="lua"> BezierCurve:rotate(angle, ox, oy) </source> === A...")
- 19:50, 21 August 2013 (diff | hist) . . (+585) . . N BezierCurve:scale (Created page with "{{newin|0.9.0|090|type=function}} Scale the Bézier curve by a factor. == Function == === Synopsis === <source lang="lua"> BezierCurve:scale(s, ox, oy) </source> === Argumen...")
- 19:48, 21 August 2013 (diff | hist) . . (+517) . . N BezierCurve:translate (Created page with "{{newin|0.9.0|090|type=function}} Move the Bézier curve by an offset. == Function == === Synopsis === <source lang="lua"> BezierCurve:move(dx, dy) </source> === Arguments =...")
- 19:46, 21 August 2013 (diff | hist) . . (+25) . . m BezierCurve
- 12:36, 21 August 2013 (diff | hist) . . (+836) . . N BezierCurve:render (Created page with "{{newin|0.9.0|090|type=function}} Get a list of coordinates to be used with love.graphics.line. This function samples the Bézier curve using recursive subdivision. You ...")
- 12:30, 21 August 2013 (diff | hist) . . (+11) . . m BezierCurve:insertControlPoint
- 12:29, 21 August 2013 (diff | hist) . . (+3) . . m BezierCurve:setControlPoint (Metadatafoo)
- 12:29, 21 August 2013 (diff | hist) . . (+3) . . m BezierCurve:insertControlPoint (Metadatafoo)
- 12:29, 21 August 2013 (diff | hist) . . (-3) . . m BezierCurve:getDegree (Metadatafoo) (current)
- 12:28, 21 August 2013 (diff | hist) . . (+3) . . m BezierCurve:getControlPoint (Metadatafoo)
- 12:28, 21 August 2013 (diff | hist) . . (-14) . . m BezierCurve:evaluate (Metadatafoo)
- 12:26, 21 August 2013 (diff | hist) . . (+819) . . N BezierCurve:evaluate (Created page with "{{newin|0.9.0|090|type=function}} Evaluate Bézier curve with parameter t. The parameter must be between 0 and 1 (inclusive). This function can be used to move objects along...")
- 12:21, 21 August 2013 (diff | hist) . . (+829) . . N BezierCurve:insertControlPoint (Created page with "{{newin|0.9.0|090|type=function}} Insert control point after the i-th control point. Indices start with 1. Negative indices wrap around: -1 is the last control point, -2 the ...")
- 12:16, 21 August 2013 (diff | hist) . . (+723) . . N BezierCurve:setControlPoint (Created page with "{{newin|0.9.0|090|type=function}} Set coordinates of the i-th control point. Indices start with 1. == Function == === Synopsis === <source lang="lua"> BezierCurve:getControl...")
- 12:15, 21 August 2013 (diff | hist) . . (+716) . . N BezierCurve:getControlPoint (Created page with "{{newin|0.9.0|090|type=function}} Get coordinates of the i-th control point. Indices start with 1. == Function == === Synopsis === <source lang="lua"> x,y = BezierCurve:getC...")
- 12:12, 21 August 2013 (diff | hist) . . (+608) . . N BezierCurve:getDegree (Created page with "{{newin|0.9.0|090|type=function}} Get degree of the Bézier curve. The degree is equal to number-of-control-points - 1. == Function == === Synopsis === <source lang="lua"> d...")
- 12:01, 21 August 2013 (diff | hist) . . (+30) . . m love.math.newBezierCurve
- 11:59, 21 August 2013 (diff | hist) . . (+869) . . N BezierCurve (Created page with "{{newin|0.9.0|090|type=type}} A Bézier curve object that can evaluate and render Bézier curves of arbitrary degree. == Constructors == {{#ask: Category:Functions [[Con...")
- 11:57, 21 August 2013 (diff | hist) . . (+1,534) . . N love.math.newBezierCurve (create page)
- 11:47, 21 August 2013 (diff | hist) . . (+28) . . m love.math.isConvex
- 11:41, 16 March 2013 (diff | hist) . . (+224) . . m Quickie
- 17:19, 15 March 2013 (diff | hist) . . (+279) . . Building LÖVE (→Linux: add gentoo instructions)
- 17:07, 15 March 2013 (diff | hist) . . (+90) . . Shear (Mark it obsolete as of 0.8)
- 17:00, 20 February 2013 (diff | hist) . . (0) . . m HUMP (moved hump to HUMP over redirect)
- 17:00, 20 February 2013 (diff | hist) . . (+18) . . N hump (moved hump to HUMP over redirect) (current)
- 16:59, 20 February 2013 (diff | hist) . . (-59) . . m HUMP
- 18:11, 22 October 2012 (diff | hist) . . (-127) . . m User:Vrld
- 18:08, 22 October 2012 (diff | hist) . . (+10) . . m love.graphics.newStencil (Undo revision 9595 by Qaisjp (talk))
- 18:06, 22 October 2012 (diff | hist) . . (+788) . . love.physics.newRectangleShape (Undo revision 9601 by Qaisjp (talk): Old version is far more understandable.)
- 14:15, 21 October 2012 (diff | hist) . . (+7) . . m love.graphics.drawq (Fix "changelog")
- 18:37, 14 October 2012 (diff | hist) . . (-90) . . m Thread:send (Remove link to third party lib (TSerial).)
- 18:36, 14 October 2012 (diff | hist) . . (-90) . . m Thread:receive (Remove link to third party lib (TSerial).)
- 18:36, 14 October 2012 (diff | hist) . . (-90) . . Thread:peek (Remove link to third party lib (TSerial).)
- 18:35, 14 October 2012 (diff | hist) . . (-90) . . m Thread:demand (Remove link to third party lib (TSerial).)
- 18:28, 14 October 2012 (diff | hist) . . (-90) . . m Thread:set (Remove link to third party lib (TSerial).)
- 18:28, 14 October 2012 (diff | hist) . . (-90) . . m Thread:get (Remove link to third party lib (TSerial).)
- 15:13, 8 October 2012 (diff | hist) . . (+73) . . m SLAM
- 15:12, 8 October 2012 (diff | hist) . . (-33) . . m SLAM
- 11:41, 7 October 2012 (diff | hist) . . (+27) . . m HUMP
- 06:23, 26 September 2012 (diff | hist) . . (-102) . . HC
- 13:10, 3 September 2012 (diff | hist) . . (+502) . . PixelEffect:send (Remove wrong(!) documentation for sending a vector. Add documentation for sending arrays.)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)