All public logs
Combined display of all available logs of LOVE. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:49, 12 December 2012 Boolsheet (talk | contribs) moved page RevoluteJoint:enableLimits to RevoluteJoint:enableLimit (It's enableLimit without the s.)
- 12:02, 6 May 2012 Boolsheet (talk | contribs) uploaded File:world raycast callback example.png (A screenshot of a World:rayCast example for LÖVE 0.8.0. <source lang="lua">function worldRayCastCallback(fixture, x, y, xn, yn, fraction) local hit = {} hit.fixture = fixture hit.x, hit.y = x, y hit.xn, hit.yn = xn, yn hit.fraction = fracti)
- 05:20, 6 May 2012 Boolsheet (talk | contribs) uploaded File:raycast example screenshot.png (A screenshot of a Fixture:rayCast example for LÖVE 0.8.0. <source lang="lua">function love.load() -- Setting this to 1 to avoid all current scaling bugs. love.physics.setMeter(1) World = love.physics.newWorld() Box = {} Box.Body = love.ph)
- 19:15, 12 August 2011 Boolsheet (talk | contribs) moved page love.graphics.setMask to love.graphics.setStencil (Function was renamed.)