Commit History

Author SHA1 Message Date
  Bart van Strien b32464f0d3 Forward box2d asserts to exception, then catch those in the new* functions 14 years ago
  Bill Meltsner 57f9cf439e Add LOVE_UNUSED macro to stamp out all those "unused parameter" warnings 14 years ago
  Bill Meltsner 56ae3a95fc Bring back some elements of better Body destruction that got lost in the merge 14 years ago
  Bill Meltsner d40b25c1e6 Hindenmerge 14 years ago
  vrld 5eb26e8f7e Probably fix issue #312. Needs more testing with intel cards. 14 years ago
  vrld 51443454c2 Determine FramebufferStrategy only once 14 years ago
  vrld 6b7b68ebd0 Fix issue #314: Can't use #define in shader code. 14 years ago
  Bill Meltsner c5cf3fefeb that awkward moment when you forget you can't automatically allocate arrays with variable expressions in C++ 14 years ago
  Bill Meltsner bc0cd3b2d5 Changing flipping broke Canvas:getImageData - fortunately, it also made it much simpler (fixes issue #311) 14 years ago
  vrld ce9e694acc Make setDefaultImageFilter() not break image:setFilter() (thanks adrix89!) 14 years ago
  Bill Meltsner 668b4cbcbd Update MSVC project with new files 14 years ago
  Bill Meltsner 7584efe46d Fix include paths on Linux (from bartbes) 14 years ago
  vrld d1e5bc4b1f Update changelog 14 years ago
  vrld b0b9117721 Add uniform cache in pixel effect. Remove a compiler warning and debug output. 14 years ago
  vrld 48137cd2e1 Fix Issue #278: Set default filter mode for new images. 14 years ago
  Bart van Strien bee9d49515 Add premultiplied blending 14 years ago
  Bill Meltsner ff284e74e4 It's not Canvas:drawq, it's love.graphics.drawq 14 years ago
  Bill Meltsner 5fb9f982b0 Ch-ch-ch-ch-changes 14 years ago
  Bill Meltsner 4f4fbae9a5 Properly #include DrawQable in wrap_Graphics.cpp 14 years ago
  Bill Meltsner 14348f6146 Create DrawQable class, make Image and Canvas DrawQable, and make love.graphics.drawq take a DrawQable as its first argument 14 years ago
  Bill Meltsner 4cb247b3ea Change how Canvas is flipped and add Canvas::drawq 14 years ago
  Bart van Strien 9425c56de8 Null terminate version compatibility list 14 years ago
  Bart van Strien 73de544d21 Add getWidth and getHeight to Canvas (issue #307) 14 years ago
  Bill Meltsner 2949d2ea4a Update Xcode project to support 64-bit builds, and clean up some old project cruft 14 years ago
  Bart van Strien 4f70742875 Display a warning if the game's version is incompatible. 14 years ago
  Bart van Strien bd2172f826 Update version keeping 14 years ago
  Bill Meltsner 705fa14736 Forgot to put the second anchor points in local coordinates 14 years ago
  Bart van Strien 66ecf8aff0 Apply patch for increased timer accuracy (issue #303) 14 years ago
  Bill Meltsner f38655a934 Add second body anchor point to FrictionJoint/WeldJoint constructors 14 years ago
  Bill Meltsner 735c52b228 make love.physics.setMeter error on invalid meters (anything less than 1) 14 years ago