User contributions
- 08:37, 13 April 2012 (diff | hist) . . (-38) . . Config Files (Move 0.8.0 to top, clean up a little)
- 20:47, 8 April 2012 (diff | hist) . . (+3) . . m love.keyreleased ("q" --> "quit" for 0.8.0)
- 20:45, 8 April 2012 (diff | hist) . . (+3) . . m love.keypressed (push("q") --> push("quit") for 0.8.0)
- 08:26, 16 August 2011 (diff | hist) . . (+14) . . m PixelEffect:send
- 07:56, 16 August 2011 (diff | hist) . . (+30) . . m PixelEffect:getWarnings
- 02:31, 16 August 2011 (diff | hist) . . (-6) . . m love.graphics.newPixelEffect
- 02:27, 16 August 2011 (diff | hist) . . (+734) . . love.graphics.setPixelEffect (Adding example)
- 02:23, 16 August 2011 (diff | hist) . . (-33) . . m PixelEffect
- 02:13, 16 August 2011 (diff | hist) . . (+1,906) . . N PixelEffect:send (Created page with "{{newin|0.8.0|080|type=function}} Sends one or more values to a pixel effect using the specified name. This function allows certain aspects of a pixel effect to be controlle...")
- 01:24, 16 August 2011 (diff | hist) . . (+13) . . m PixelEffect
- 00:53, 16 August 2011 (diff | hist) . . (+374) . . Talk:PixelEffect (current)
- 23:56, 15 August 2011 (diff | hist) . . (+75) . . m PixelEffect:getWarnings
- 23:53, 15 August 2011 (diff | hist) . . (-1) . . m PixelEffect
- 23:51, 15 August 2011 (diff | hist) . . (+473) . . N PixelEffect:getWarnings (Created page with "{{newin|0.8.0|080|type=function}} Returns any warning text given by OpenGL after compiling pixel shader code. == Function == === Synopsis === <source lang="lua"> warnings =...")
- 23:41, 15 August 2011 (diff | hist) . . (+934) . . N PixelEffect (Created page with "{{newin|0.8.0|080|type=type}} A PixelEffect is used for hardware-accelerated pixel manipulation, also known as pixel shading. These effects are written in a language called G...")
- 23:14, 15 August 2011 (diff | hist) . . (+1,079) . . N love.graphics.setPixelEffect (Created page with "{{newin|0.8.0|080|type=function}} Sets or resets a PixelEffect as the current pixel shader. All drawing operations until the next ''love.graphics.setPixelEffect'' will b...")
- 23:03, 15 August 2011 (diff | hist) . . (+645) . . N love.graphics.newPixelEffect (Pixel shaders! Probably needs detail and examples)