User:Cyanox
Using this as personal SandBox mostly ;)
Manual query for 090:
love.graphics.checkMode | Checks if a display mode is supported. | 0.9.0 | |
love.graphics.drawq | Draw a Quad with the specified Image on screen. | 0.9.0 | |
love.graphics.getCaption | Gets the window caption. | 0.9.0 | |
love.graphics.getColorMode | Gets the color mode (which controls how images are affected by the current color). | 0.2.0 | 0.9.0 |
love.graphics.getDefaultImageFilter | Returns the default scaling filters. | 0.8.0 | 0.9.0 |
love.graphics.getMaxImageSize | Gets the max supported width or height of Images and Canvases. | 0.9.0 | 0.10.0 |
love.graphics.getMaxPointSize | Gets the max supported point size. | 0.10.0 | |
love.graphics.getMode | Returns the current display mode. | 0.8.0 | 0.9.0 |
love.graphics.getModes | Gets a list of supported fullscreen modes. | 0.9.0 | |
love.graphics.getPixelEffect | Returns the current PixelEffect. | 0.8.0 | 0.9.0 |
love.graphics.getPointStyle | Gets the current point style. | 0.10.0 | |
love.graphics.hasFocus | Checks if the game window has keyboard focus. | 0.8.0 | 0.9.0 |
love.graphics.isCreated | Checks if the window has been created. | 0.9.0 | |
love.graphics.isSupported | Checks for the support of graphics related functions. | 0.8.0 | 0.10.0 |
love.graphics.newPixelEffect | Creates a new PixelEffect. | 0.8.0 | 0.9.0 |
love.graphics.newScreenshot | Creates a screenshot and returns the ImageData. | 11.0 | |
love.graphics.newStencil | Creates a new stencil. | 0.8.0 | 0.9.0 |
love.graphics.point | Draws a point. | 0.3.0 | 0.10.0 |
love.graphics.quad | Draws a quadrilateral shape. | 0.9.0 | |
love.graphics.setCaption | Sets the window caption. | 0.9.0 | |
love.graphics.setColorMode | Sets the color mode (which controls how images are affected by the current color). | 0.2.0 | 0.9.0 |
love.graphics.setDefaultImageFilter | Sets the default scaling filters. | 0.8.0 | 0.9.0 |
love.graphics.setIcon | Set window icon. | 0.7.0 | 0.9.0 |
love.graphics.setInvertedStencil | Defines an inverted stencil. | 0.8.0 | 0.10.0 |
love.graphics.setLine | Sets the line width and style. | 0.9.0 | |
love.graphics.setMode | Changes the display mode. | 0.9.0 | |
love.graphics.setPixelEffect | Routes drawing operations through a pixel shader. | 0.8.0 | 0.9.0 |
love.graphics.setPoint | Sets the point size and style. | 0.9.0 | |
love.graphics.setPointStyle | Sets the point style. | 0.10.0 | |
love.graphics.setStencil | Defines or releases a stencil. | 0.8.0 | 0.10.0 |
love.graphics.toggleFullscreen | Toggles fullscreen. | 0.9.0 | |
love.graphics.triangle | Draws a triangle. | 0.9.0 |
Concept query for 080:
Manual query for 080:
love.graphics.checkMode | Checks if a display mode is supported. | 0.9.0 | |
love.graphics.drawq | Draw a Quad with the specified Image on screen. | 0.9.0 | |
love.graphics.getCaption | Gets the window caption. | 0.9.0 | |
love.graphics.getColorMode | Gets the color mode (which controls how images are affected by the current color). | 0.2.0 | 0.9.0 |
love.graphics.getDefaultImageFilter | Returns the default scaling filters. | 0.8.0 | 0.9.0 |
love.graphics.getLineStipple | Gets the current line stipple. | 0.8.0 | |
love.graphics.getMaxPointSize | Gets the max supported point size. | 0.10.0 | |
love.graphics.getMode | Returns the current display mode. | 0.8.0 | 0.9.0 |
love.graphics.getModes | Gets a list of supported fullscreen modes. | 0.9.0 | |
love.graphics.getPixelEffect | Returns the current PixelEffect. | 0.8.0 | 0.9.0 |
love.graphics.getPointStyle | Gets the current point style. | 0.10.0 | |
love.graphics.hasFocus | Checks if the game window has keyboard focus. | 0.8.0 | 0.9.0 |
love.graphics.isCreated | Checks if the window has been created. | 0.9.0 | |
love.graphics.isSupported | Checks for the support of graphics related functions. | 0.8.0 | 0.10.0 |
love.graphics.newFramebuffer | Creates a new Framebuffer. | 0.7.0 | 0.8.0 |
love.graphics.newPixelEffect | Creates a new PixelEffect. | 0.8.0 | 0.9.0 |
love.graphics.newScreenshot | Creates a screenshot and returns the ImageData. | 11.0 | |
love.graphics.newStencil | Creates a new stencil. | 0.8.0 | 0.9.0 |
love.graphics.point | Draws a point. | 0.3.0 | 0.10.0 |
love.graphics.quad | Draws a quadrilateral shape. | 0.9.0 | |
love.graphics.setCaption | Sets the window caption. | 0.9.0 | |
love.graphics.setColorMode | Sets the color mode (which controls how images are affected by the current color). | 0.2.0 | 0.9.0 |
love.graphics.setDefaultImageFilter | Sets the default scaling filters. | 0.8.0 | 0.9.0 |
love.graphics.setIcon | Set window icon. | 0.7.0 | 0.9.0 |
love.graphics.setInvertedStencil | Defines an inverted stencil. | 0.8.0 | 0.10.0 |
love.graphics.setLine | Sets the line width and style. | 0.9.0 | |
love.graphics.setLineStipple | Sets the line stipple pattern. | 0.8.0 | |
love.graphics.setMode | Changes the display mode. | 0.9.0 | |
love.graphics.setPixelEffect | Routes drawing operations through a pixel shader. | 0.8.0 | 0.9.0 |
love.graphics.setPoint | Sets the point size and style. | 0.9.0 | |
love.graphics.setPointStyle | Sets the point style. | 0.10.0 | |
love.graphics.setRenderTarget | Captures drawing operations to a Framebuffer | 0.7.0 | 0.8.0 |
love.graphics.setStencil | Defines or releases a stencil. | 0.8.0 | 0.10.0 |
love.graphics.toggleFullscreen | Toggles fullscreen. | 0.9.0 | |
love.graphics.triangle | Draws a triangle. | 0.9.0 |