User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 00:26, 11 February 2018 (diff | hist) . . (+21) . . m Talk:Main Page
- 00:25, 11 February 2018 (diff | hist) . . (+223) . . Talk:Main Page
- 04:21, 10 February 2018 (diff | hist) . . (-951) . . m User:Cyanox (Cleaning up old stuff.) (current)
- 04:16, 10 February 2018 (diff | hist) . . (+100) . . Free Game Resources (Adding link to game-icons.net)
- 00:10, 26 April 2013 (diff | hist) . . (+27) . . m love.graphics.newQuad
- 00:07, 26 April 2013 (diff | hist) . . (+1,863) . . N love.graphics.newGeometry (Created page with "{{newin|0.9.0|090|new=function}} Creates a new Geometry. == Function == === Synopsis === <source lang="lua"> geometry = love.graphics.newGeometry( vertices ) </source> ==...")
- 23:41, 25 April 2013 (diff | hist) . . (+939) . . N Mesh:hasVertexColors (Created page with "{{newin|0.9.0|090|type=function}} Retrieves if the per-vertex colors are used when rendering instead of the constant color (constant color being love.graphics.setColor or...")
- 23:39, 25 April 2013 (diff | hist) . . (+929) . . N Mesh:setVertexColors (Created page with "{{newin|0.9.0|090|type=function}} Sets if the per-vertex colors are used when rendering instead of the constant color (constant color being love.graphics.setColor or [[Sp...")
- 19:58, 25 April 2013 (diff | hist) . . (+522) . . N Geometry:flip (Created page with "{{newin|0.9.0|090|type=function}} Flip the vertex coordinates along a specified axis. == Function == === Synopsis === <source lang="lua"> Geometry:flip( x, y ) </source> ===...")
- 19:51, 25 April 2013 (diff | hist) . . (+905) . . N Mesh:setVertex (Created page with "{{newin|0.9.0|090|type=function}} Sets the vertex information for a geometry. == Function == === Synopsis === <source lang="lua"> Geometry:setVertex( i, x, y, u, v, r, g, b,...")
- 18:35, 25 April 2013 (diff | hist) . . (0) . . m Mesh:getVertex
- 18:30, 25 April 2013 (diff | hist) . . (+880) . . N Mesh:getVertex (Created page with "{{newin|0.9.0|090|type=function}} Returns vertex information from the geometry. == Function == === Synopsis === <source lang="lua"> x, y, s, t, r, g, b, a = Geometry:getVert...")
- 17:28, 25 April 2013 (diff | hist) . . (+487) . . N Mesh:getVertexCount (Created page with "{{newin|0.9.0|090|type=function}} Returns the total number of vertices in the geometry. == Function == === Synopsis === <source lang="lua"> num = Geometry:getVertexCount( )...")
- 17:25, 25 April 2013 (diff | hist) . . (+1,178) . . N Geometry (Created page with "{{newin|0.9.0|090|type=type}} A geometry is a convex polygonal shape with texture coordinate information. Geometries can be used to select part of a texture to draw. In thi...")
- 15:59, 25 April 2013 (diff | hist) . . (+528) . . 0.9.0
- 22:12, 15 April 2013 (diff | hist) . . (+633) . . N RandomGenerator:randomNormal (Created page with "{{newin|0.9.0|090|type=function}} Get a normally distributed pseudo random number. == Function == === Synopsis === <source lang="lua"> number = RandomGenerator:randomnormal( ...")
- 22:10, 15 April 2013 (diff | hist) . . (+1,287) . . N RandomGenerator: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]. ===...")
- 22:07, 15 April 2013 (diff | hist) . . (+541) . . N RandomGenerator:setSeed (Created page with "{{newin|0.9.0|090|type=function}} Seeds the random number generator with a specified number. == Function == === Synopsis === <source lang="lua"> RandomGenerator:randomseed( ...")
- 21:57, 15 April 2013 (diff | hist) . . (+617) . . N RandomGenerator (Created page with "{{newin|0.9.0|090|type=type}} A random number generation object that has a independent random state. == Constructors == {{#ask: Category:Functions [[Constructs::RandomGe...")
- 21:53, 15 April 2013 (diff | hist) . . (+869) . . N love.math.newRandomGenerator (Created page with "{{newin|0.9.0|090|type=function}} Creates a new RandomGenerator that is completely independent of other RandomGenerator objects or other random functions. == Functio...")
- 21:42, 15 April 2013 (diff | hist) . . (+4) . . m love.math.randomNormal
- 21:41, 15 April 2013 (diff | hist) . . (0) . . m love.math.randomNormal (moved love.math.randnormal to love.math.randomnormal: Renamed.)
- 21:41, 15 April 2013 (diff | hist) . . (+36) . . N love.math.randnormal (moved love.math.randnormal to love.math.randomnormal: Renamed.)
- 21:41, 15 April 2013 (diff | hist) . . (+2) . . m love.math.random
- 01:46, 12 April 2013 (diff | hist) . . (+44) . . love.graphics.origin
- 01:39, 12 April 2013 (diff | hist) . . (+1,549) . . N love.graphics.origin (Created page with "Resets the current coordinate transformation. This function is always used to reverse any previous calls to love.graphics.rotate, love.graphics.scale, [[love.graphics.sh...")
- 01:18, 12 April 2013 (diff | hist) . . (+55) . . m 0.9.0
- 01:11, 12 April 2013 (diff | hist) . . (+597) . . N love.graphics.getAlphaTest (Created page with "{{newin|0.9.0|090|type=function}} Gets the alpha testing mode. == Function == === Synopsis === <source lang="lua"> mode, alpha = love.graphics.getAlphaTest(...")
- 01:09, 12 April 2013 (diff | hist) . . (+775) . . N love.graphics.setAlphaTest (Created page with "{{newin|0.9.0|090|type=function}} Sets the alpha testing mode. == Function == === Synopsis === <source lang="lua"> love.graphics.setAlphaTest( mode, alpha )...")
- 00:45, 12 April 2013 (diff | hist) . . (+431) . . N AlphaTestMode (Created page with "{{newin|0.9.0|090|type=enum}} Different ways you do alpha testing. == Constants == ;<: Less than. ;<=: Less than or equal. ;==: Equal. ;~=: Not equal. ;>=: Greater than or eq...")
- 00:28, 12 April 2013 (diff | hist) . . (+312) . . 0.9.0 (Added latest changes.)
- 14:33, 9 April 2013 (diff | hist) . . (+448) . . N SoundData:getSampleCount (Created page with "{{newin|0.9.0|090|type=function}} Returns the sample count of the SoundData. == Function == === Synopsis === <source lang="lua"> count = SoundData:getSampleCount( ) </source>...")
- 14:11, 9 April 2013 (diff | hist) . . (+258) . . GraphicsFeature
- 12:58, 9 April 2013 (diff | hist) . . (+331) . . N ShaderType (Created page with "{{newin|0.9.0|090|type=enum}} Controls the shader type. == Constants == {{constant|pixel|Pixel effect shader.}} {{constant|vertex|Vertex shader.}} == See Also == * [[parent::...")
- 10:25, 9 April 2013 (diff | hist) . . (+457) . . love.graphics.newCanvas
- 10:23, 9 April 2013 (diff | hist) . . (+382) . . N TextureFormat (Created page with "{{newin|0.9.0|090|type=enum}} Controls the canvas texture format. == Constants == {{constant|normal|The default texture format (RGBA8)}} {{constant|hdr|The HDR texture format...")
- 09:00, 1 April 2013 (diff | hist) . . (+1,762) . . N love.graphics.setShader (Created page with "{{newin|0.9.0|090|type=function}} Sets or resets a Shader as the current pixel effect or vertex shaders. All drawing operations until the next ''love.graphics.setShader'...")
- 08:55, 1 April 2013 (diff | hist) . . (+147) . . m love.graphics.setPixelEffect
- 08:52, 1 April 2013 (diff | hist) . . (+1,173) . . N Shader (Created page with "{{newin|0.9.0|090|type=type}} A Shader is used for advanced hardware-accelerated pixel or vertex manipulation. These effects are written in a language based on GLSL (OpenGL S...")
- 08:49, 1 April 2013 (diff | hist) . . (+122) . . m PixelEffect
- 15:16, 31 March 2013 (diff | hist) . . (+587) . . 0.9.0
- 14:54, 31 March 2013 (diff | hist) . . (-10) . . Concept:CurrentTest (current)
- 14:53, 31 March 2013 (diff | hist) . . (+2) . . Concept:CurrentTest
- 14:52, 31 March 2013 (diff | hist) . . (+17) . . Concept:CurrentTest
- 14:29, 31 March 2013 (diff | hist) . . (+392) . . User:Cyanox
- 14:16, 31 March 2013 (diff | hist) . . (-7) . . Concept:CurrentTest
- 14:14, 31 March 2013 (diff | hist) . . (+261) . . User:Cyanox
- 14:13, 31 March 2013 (diff | hist) . . (+45) . . Concept:CurrentTest
- 14:10, 31 March 2013 (diff | hist) . . (-2,915) . . User:Cyanox
- 14:10, 31 March 2013 (diff | hist) . . (+21) . . m love.graphics.setMode (Testing.)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)