Commit History

Author SHA1 Message Date
  Bart van Strien c2fb5618c1 Make love.timer.getFPS more accurate 13 years ago
  Bill Meltsner d69ec266be Call PixelEffect::detach() in Graphics::reset, not Graphics::clear (fixes issue #379) 13 years ago
  Bill Meltsner d5b89886b6 Switch back to Clang for Mac OS X compilation, and add a new legendary hack to ensure it still runs on Leopard. 13 years ago
  Bill Meltsner 84634affd5 Make love.graphics.toggleFullscreen properly handle graphics state. 13 years ago
  Bill Meltsner 7a43721335 Make Xcode use GCC to build LÖVE instead of Clang, to avoid some annoying linker error. 13 years ago
  Bart van Strien 4ee7e780e7 Fix ImageData:paste optimization, missing dy and sy and check of sw and sh 13 years ago
  Bart van Strien 0c9d8f3c41 Handle masks and categories in our contact filter 13 years ago
  vrld e02a2679c2 Add love.graphics.getPixelEffect() (issue #372) -- thanks, slime73! 13 years ago
  Bill Meltsner 57dabc9f89 Change WheelJoint:get/setSpringFrequencyHz to get/setSpringFrequency 13 years ago
  Bill Meltsner 20f4e567b3 Fix Fixture:getShape(), for real this time. 13 years ago
  Bart van Strien 6cde0169b6 Update changelog 13 years ago
  Bart van Strien 2e8939febe Add automatic seeding to love.run 13 years ago
  Bart van Strien db9e264685 Update auto.lua to bring it into the wonderful 2012 13 years ago
  Bill Meltsner 9e884c6b0f Remove a stray .orig reference from the Xcode project 13 years ago
  Bill Meltsner 31a85e81a2 Properly convert the anchor points for RopeJoints to local coordinates 13 years ago
  Bill Meltsner f67d454aa3 Fix off-by-one error in Fixture:getBits 13 years ago
  Bill Meltsner ddb1492c1f bounds check ChainShape:getPoint, and make functions that take indices 1-indexed on the Lua end of things 13 years ago
  Bill Meltsner 83f7002f67 Remove the unnecessary transform arguments to Fixture:rayCast that some idiot blindly copy/pasted from Shape:rayCast 13 years ago
  Bill Meltsner fae16c712d make Body::applyForce(fx, fy) semantically clearer 13 years ago
  Bill Meltsner 4aa3939311 Actually register Box2D worlds as contact filters 13 years ago
  Bill Meltsner 2a88ed1fa5 Fix issues with Shape retention in Fixture:getShape() 13 years ago
  Bill Meltsner e5cabe3b3f Remove Shape:destroy(). 13 years ago
  Bill Meltsner dac757b688 remove scaling for density. 13 years ago
  Bill Meltsner f3d770e5e7 Scale Body inertia 13 years ago
  Bill Meltsner 223f9eebef Provide a default density of 1.0 for Fixtures 13 years ago
  Bill Meltsner e482f32da3 Allow vertices in either clockwise or counter-clockwise order for newPolygonShape (fixes issue #326) 13 years ago
  Bill Meltsner f00b5f03f2 catch a possible Box2D exception in setMassData (fixes issue #342) 13 years ago
  Bill Meltsner 86abc9323b Add ParticleSystem:getPosition (issue #368) 13 years ago
  Bart van Strien 9a301dee81 Added the new OpenGL.{h,cpp} files to the msvc2010 project 13 years ago
  Bill Meltsner 8f781e9f13 Add "combine" color mode, for colorizing images (see https://love2d.org/forums/viewtopic.php?f=4&t=7648 ) 13 years ago