User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:19, 31 March 2013 (diff | hist) . . (-24) . . Concept:CurrentTest
- 13:16, 31 March 2013 (diff | hist) . . (-12) . . Concept:CurrentTest
- 13:15, 31 March 2013 (diff | hist) . . (-3) . . Concept:CurrentTest
- 13:08, 31 March 2013 (diff | hist) . . (-4) . . Concept:CurrentTest
- 13:07, 31 March 2013 (diff | hist) . . (-14) . . Concept:CurrentTest
- 13:04, 31 March 2013 (diff | hist) . . (+37) . . Concept:CurrentTest
- 13:01, 31 March 2013 (diff | hist) . . (+28) . . User:Cyanox
- 13:00, 31 March 2013 (diff | hist) . . (+201) . . N Concept:CurrentTest (Testing out a possible Concept:Current replacement.)
- 10:36, 31 March 2013 (diff | hist) . . (+38) . . love.graphics.getColorMode
- 10:36, 31 March 2013 (diff | hist) . . (+38) . . love.graphics.setColorMode
- 10:36, 31 March 2013 (diff | hist) . . (+34) . . m ColorMode
- 10:28, 31 March 2013 (diff | hist) . . (+141) . . m love.graphics.triangle
- 10:27, 31 March 2013 (diff | hist) . . (+141) . . m love.graphics.quad
- 10:15, 31 March 2013 (diff | hist) . . (0) . . m love.joystick.open
- 10:15, 31 March 2013 (diff | hist) . . (0) . . love.joystick.isOpen
- 10:15, 31 March 2013 (diff | hist) . . (0) . . m love.joystick.close
- 10:14, 31 March 2013 (diff | hist) . . (-1,531) . . 0.8.1 (Replaced content with "{{notice|LÖVE 0.8.1 was never released and development continued into 0.9.0.}} All changes in 0.8.1 are transferred to 0.9.0.") (current)
- 09:58, 31 March 2013 (diff | hist) . . (+70) . . BlendMode
- 09:53, 31 March 2013 (diff | hist) . . (-53) . . m love.math
- 09:11, 31 March 2013 (diff | hist) . . (+521) . . N love.math.triangulate (Created page with "{{newin|0.9.0|090|type=function}} Triangulate a simple polygon. == Function == === Synopsis === <source lang="lua"> triangles = love.math.triangulate( polygon ) </source> ===...")
- 09:02, 31 March 2013 (diff | hist) . . (+12) . . m love.math.random
- 09:02, 31 March 2013 (diff | hist) . . (+566) . . N love.math.randomNormal (Created page with "{{newin|0.9.0|090|type=function}} Get a normally distributed pseudo random number. == Function == === Synopsis === <source lang="lua"> number = love.math.randnormal( stddev )...")
- 08:59, 31 March 2013 (diff | hist) . . (+1,186) . . N love.math.random (Created page with "{{newin|0.9.0|090|type=function}} Generates a pseudo random number in a platform independent way. == Function == Get uniformly distributed pseudo random number in [0,1]. === ...")
- 08:50, 31 March 2013 (diff | hist) . . (+480) . . N love.math.setRandomSeed (Created page with "{{newin|0.9.0|090|type=function}} Seeds the random number generator with a specified number. == Function == === Synopsis === <source lang="lua"> love.math.randomseed( seed ) ...")
- 08:44, 31 March 2013 (diff | hist) . . (+564) . . N love.math (Created page with "{{newin|0.9.0|090|type=module}} Provides system independent mathematical functions. == Functions == {{#ask: Category:Functions parent::love.math | headers=hide | for...")
- 08:35, 31 March 2013 (diff | hist) . . (+601) . . N love.resize (Created page with "{{newin|0.9.0|090|type=callback}} Callback function triggered when window is resized. == Function == === Synopsis === <source lang="lua"> love.resize( w, h ) </source> === Ar...")
- 08:28, 31 March 2013 (diff | hist) . . (+902) . . love.graphics.getMode
- 07:55, 31 March 2013 (diff | hist) . . (+8) . . m love.graphics.setMode
- 07:54, 31 March 2013 (diff | hist) . . (+59) . . m love.graphics.setMode
- 07:52, 31 March 2013 (diff | hist) . . (+28) . . m love.graphics.setMode
- 07:49, 31 March 2013 (diff | hist) . . (+893) . . love.graphics.setMode
- 07:43, 31 March 2013 (diff | hist) . . (0) . . m Template:subparam (current)
- 07:41, 31 March 2013 (diff | hist) . . (0) . . m Template:subparam
- 07:38, 31 March 2013 (diff | hist) . . (+86) . . N Template:subparam (Created page with ";;<code>[[{{{1|LongType}}}]] {{{2|param}}}</code>: {{{3|Some description goes here.}}}")
- 07:15, 31 March 2013 (diff | hist) . . (+454) . . N SoundData:getDuration (Created page with "{{newin|0.9.0|090|type=function}} Gets the duration of the sound data. == Function == === Synopsis === <source lang="lua"> duration = SoundData:getDuration( ) </source> === A...") (current)
- 06:57, 31 March 2013 (diff | hist) . . (+795) . . N Canvas:getPixel (Created page with "{{newin|0.9.0|090|type=function}} Gets the pixel at the specified position from a Canvas. Valid x and y values start at 0 and go up to canvas width and height minus 1. == Fu...")
- 06:52, 31 March 2013 (diff | hist) . . (-3) . . Font:getFilter
- 06:51, 31 March 2013 (diff | hist) . . (+477) . . N Font:setFilter (Created page with "{{newin|0.9.0|090|type=function}} Sets the filter mode for a font. == Function == === Synopsis === <source lang="lua"> Font:setFilter( min, mag ) </source> === Arguments === ...")
- 06:49, 31 March 2013 (diff | hist) . . (+513) . . N Font:getFilter (Created page with "{{newin|0.9.0|090|type=function}} Gets the filter mode for an image. == Function == === Synopsis === <source lang="lua"> min, mag = Font:getFilter( ) </source> === Arguments ...")
- 06:43, 31 March 2013 (diff | hist) . . (+630) . . N Font:getBaseline (Created page with "{{newin|0.9.0|090|type=function}} Gets the baseline of the Font. Most scripts share the notion of a baseline: an imaginary horizontal line on which characters rest. In some s...") (current)
- 06:41, 31 March 2013 (diff | hist) . . (+45) . . m Font:getAscent (current)
- 06:41, 31 March 2013 (diff | hist) . . (+567) . . N Font:getDescent (Created page with "{{newin|0.9.0|090|type=function}} Gets the descent of the Font. The descent spans the distance between the baseline and the lowest descending glyph in a typeface. == Function...") (current)
- 06:38, 31 March 2013 (diff | hist) . . (+533) . . N Font:getAscent (Created page with "{{newin|0.9.0|090|type=function}} Gets the ascent of the Font. The ascent spans the distance between the baseline and the top of the glyph that reaches farthest from the base...")
- 06:21, 31 March 2013 (diff | hist) . . (+449) . . N Source:isPlaying (Created page with "{{newin|0.9.0|090|type=function}} Returns whether the Source is playing. == Function == === Synopsis === <source lang="lua"> playing = Source:isPlaying( ) </source> === Argum...")
- 07:56, 30 March 2013 (diff | hist) . . (0) . . m 0.9.0
- 07:54, 30 March 2013 (diff | hist) . . (+155) . . 0.9.0
- 07:50, 30 March 2013 (diff | hist) . . (+4,548) . . N 0.9.0 (Created page with "The codename for LÖVE 0.9.0 is '''undetirmined'''. It is currently '''<span style="color:#ff0000;">not released</span>'''. == Changes from 0.8.0 == === Additions === * Adde...")
- 07:39, 30 March 2013 (diff | hist) . . (-33) . . Channel
- 07:35, 30 March 2013 (diff | hist) . . (+38) . . Thread:getName
- 07:34, 30 March 2013 (diff | hist) . . (+85) . . Thread:get
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)