Commit History

Author SHA1 Message Date
  Bart van Strien 7c1e1fd0db Return nil if the raycasts don't hit anything (issue #335) 13 years ago
  Bart van Strien c1f68e058d Use Box2D's callbacks for destruction of physics objects and wait until the end of the timestep before destroying them. 13 years ago
  Bart van Strien 9629e5b233 Update changelog 13 years ago
  Bart van Strien e0b420c988 Properly export love modules to lua, package.loaded is correct now 13 years ago
  Bart van Strien 870973197c Only bind images when they weren't (issue #353) 13 years ago
  Bart van Strien c78c6801e9 Formatting fix 13 years ago
  Bart van Strien f58f80397e Fix fsaa crash on OSX, can't enable multisampling before a window is created (bug #350) 13 years ago
  vrld d218291473 Fix issue #348 - strict mode. Use setCanvas instead of setRenderTarget in 13 years ago
  rude e7dd3f7f13 Added Boolsheet's improved app.rc file (UTF-16LE). 13 years ago
  Bart van Strien ee231e7b4c Fix DistanceModel enum conversion 13 years ago
  Bart van Strien ca279b6d87 Update changelog 13 years ago
  Bart van Strien 7bd08ad72d Dramatically speed up ImageData:paste (issue #336) 13 years ago
  Bart van Strien 3a9c71ad8f Check if enum-string conversions succeed in love.audio.get/setDistanceModel (bug #347) 13 years ago
  vrld 751d7aa368 Leaner source distance model API. 13 years ago
  vrld 9c9b1810b7 Decrese core-line width when overdrawing to preserve original line width. 13 years ago
  vrld 3b01da803e Merge pull request 2 by Bloutiouf: Sound attenuation by distanceSound 13 years ago
  vrld 6178aea6ef Discard active stencil when switching canvas. 13 years ago
  vrld b0fbff108c Better line smoothing. 13 years ago
  Bart van Strien ae833449d4 Move some includes over to the right file, fixing an include loop in the process 13 years ago
  Bart van Strien 5ad9821290 ASSERT_GUARD raycasts 13 years ago
  Bart van Strien f72e61be06 Optimize string->enum conversion (issue #345, thanks Kai) 13 years ago
  Bart van Strien 4b6df9baa2 Hopefully fix some more warnings in filesystem 13 years ago
  vrld cde8b92113 Remove some type conversion warnings. 13 years ago
  vrld a7e040001b Reset current color after drawing smooth lines. 13 years ago
  Bart van Strien cd330783f0 Apparently some compilers hate macros being redefined.. 13 years ago
  Bart van Strien 864c800e10 Fix some warnings 13 years ago
  vrld a855a01f02 Fix two particle system typos (thanks, Boolsheet!) 13 years ago
  vrld 247f57c10b Fix issue 246: Add line antialiasing through 'overdraw'. 13 years ago
  Bart van Strien c707a4ca45 Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations) 13 years ago
  Bart van Strien e0dcf55703 Make love.event.clear thread-safe, though it's only callable from the main thread (with SDL backend, anyway) 13 years ago