User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 01:26, 11 February 2018 (diff | hist) . . (+21) . . m Talk:Main Page
- 01:25, 11 February 2018 (diff | hist) . . (+223) . . Talk:Main Page
- 05:21, 10 February 2018 (diff | hist) . . (-951) . . m User:Cyanox (Cleaning up old stuff.) (current)
- 05:16, 10 February 2018 (diff | hist) . . (+100) . . Free Game Resources (Adding link to game-icons.net)
- 01:10, 26 April 2013 (diff | hist) . . (+27) . . m love.graphics.newQuad
- 01: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> ==...")
- 00:41, 26 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...")
- 00:39, 26 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...")
- 20: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> ===...")
- 20: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,...")
- 19:35, 25 April 2013 (diff | hist) . . (0) . . m Mesh:getVertex
- 19: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...")
- 18: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( )...")
- 18: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...")
- 16:59, 25 April 2013 (diff | hist) . . (+528) . . 0.9.0
- 23: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( ...")
- 23: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]. ===...")
- 23: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( ...")
- 22: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...")
- 22: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...")
- 22:42, 15 April 2013 (diff | hist) . . (+4) . . m love.math.randomNormal
- 22:41, 15 April 2013 (diff | hist) . . (0) . . m love.math.randomNormal (moved love.math.randnormal to love.math.randomnormal: Renamed.)
- 22:41, 15 April 2013 (diff | hist) . . (+36) . . N love.math.randnormal (moved love.math.randnormal to love.math.randomnormal: Renamed.)
- 22:41, 15 April 2013 (diff | hist) . . (+2) . . m love.math.random
- 02:46, 12 April 2013 (diff | hist) . . (+44) . . love.graphics.origin
- 02: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...")
- 02:18, 12 April 2013 (diff | hist) . . (+55) . . m 0.9.0
- 02: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(...")
- 02: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 )...")
- 01: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...")
- 01:28, 12 April 2013 (diff | hist) . . (+312) . . 0.9.0 (Added latest changes.)
- 15: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>...")
- 15:11, 9 April 2013 (diff | hist) . . (+258) . . GraphicsFeature
- 13: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::...")
- 11:25, 9 April 2013 (diff | hist) . . (+457) . . love.graphics.newCanvas
- 11: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...")
- 10: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'...")
- 09:55, 1 April 2013 (diff | hist) . . (+147) . . m love.graphics.setPixelEffect
- 09: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...")
- 09:49, 1 April 2013 (diff | hist) . . (+122) . . m PixelEffect
- 16:16, 31 March 2013 (diff | hist) . . (+587) . . 0.9.0
- 15:54, 31 March 2013 (diff | hist) . . (-10) . . Concept:CurrentTest (current)
- 15:53, 31 March 2013 (diff | hist) . . (+2) . . Concept:CurrentTest
- 15:52, 31 March 2013 (diff | hist) . . (+17) . . Concept:CurrentTest
- 15:29, 31 March 2013 (diff | hist) . . (+392) . . User:Cyanox
- 15:16, 31 March 2013 (diff | hist) . . (-7) . . Concept:CurrentTest
- 15:14, 31 March 2013 (diff | hist) . . (+261) . . User:Cyanox
- 15:13, 31 March 2013 (diff | hist) . . (+45) . . Concept:CurrentTest
- 15:10, 31 March 2013 (diff | hist) . . (-2,915) . . User:Cyanox
- 15:10, 31 March 2013 (diff | hist) . . (+21) . . m love.graphics.setMode (Testing.)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)