提交历史

作者 SHA1 备注 提交日期
  Bill Meltsner 77f2f856e1 Reset OS X deployment target to 10.5, we're not abandoning Leopard or anything 14 年之前
  Bill Meltsner 884b0bdccd Modernize and update Xcode project to handle love.graphics changes 14 年之前
  Bart van Strien 6e630e8987 Fix width for getWrap and catch utf8 decoding errors in getWrap and getSize (issues #230 and #244) 14 年之前
  Bart van Strien 190e11d016 Move wrapping to Font::getWrap and make printf use that (fixes issue #230) 14 年之前
  Bart van Strien f9084c4625 Thread:getKeys needs to return a 1-indexed table 14 年之前
  Bart van Strien cc7b6431eb Change default segments for l.g.circle to max(10, r) 14 年之前
  Bart van Strien 7ab910f281 Update changelog 14 年之前
  Bart van Strien 3d1fac07b2 Switch love.timer.sleep to seconds 14 年之前
  rude 729cce93cd Prepared love.nsi for statically linked Lua. 14 年之前
  Bart van Strien 0d174cfb81 Fix compiler warnings 14 年之前
  Bart van Strien 5c43ba2779 More float quad work (issue #285) 14 年之前
  Bart van Strien b14ca78109 Add string mapping for spritebatch usage parameter (issue #264) 14 年之前
  Bart van Strien f0dad41f39 Switch quads over to floats instead of ints (issue #285) 14 年之前
  Bart van Strien ceab3f7a44 Catch exceptions thrown while encoding image data (issue #282) 14 年之前
  Bart van Strien efb04ab27c Add love.thread.getKeys (issue #276) 14 年之前
  Bart van Strien 09367dc3bd Make love loaders the first 2, preventing lua loaders from loading the wrong files (issue #283) 14 年之前
  Bart van Strien 515596d389 Ehm, unsigned double.. sure.. 14 年之前
  Bart van Strien 73d062e8fe Check if SoundData can allocate the memory and limit maximum size to INT_MAX 14 年之前
  vrld 611db40592 Update changelog again (sorry) 14 年之前
  vrld c7b3e6cc53 Update changelog 14 年之前
  vrld ec2cf3fbe9 Rename Mask to Stencil 14 年之前
  vrld cbe2d12db7 Use singular in l.g.isSupported() 14 年之前
  vrld af1e8761fa Change l.g.isSupported('framebuffer') to l.g.isSupported('canvas') 14 年之前
  vrld 28b4008797 Rename Framebuffer to Canvas (issue #263). Move error reporting code. 14 年之前
  Bart van Strien 59a407bc6d Add second loader for binary modules 14 年之前
  rude 873a99aba1 Add missing #include in VertexBuffer.cpp. 14 年之前
  rude 480f936815 Added 'VertexBuffer' abstraction. SpriteBatches are now always supported. 14 年之前
  Bart van Strien c47a7c563b REALLY fix stopping sources 14 年之前
  Bart van Strien 0b0d8fe3e5 Unbreak stop (issue #250) 14 年之前
  Bart van Strien 3da5b3fd46 Make the eof code compile on windows 14 年之前