提交历史

作者 SHA1 备注 提交日期
  Alex Szpakowski b8f20ed8db Merge pull request #5 from MikuAuahDark/replace-mpg123 5 年之前
  Miku AuahDark c2f7053278 Fix NSIS "LÖVE" text. 5 年之前
  Miku AuahDark 88fe7fd53b Replace mpg123 with dr_mp3 at license file. 5 年之前
  Miku AuahDark 7697f34c5d Fix compile error. 5 年之前
  Miku AuahDark 52a707d96c Remove mpg123 reference from build system. 5 年之前
  Miku AuahDark afd68a95a2 Remove more mpg123-related reference. 5 年之前
  Miku AuahDark 2b03e25c65 Remove Mpg123 decoder files. 5 年之前
  Miku AuahDark 1076ee6112 Add non-mpg123 MP3 decoder. 5 年之前
  Miku AuahDark 851c2f315e Move dr_flac/dr_flac.h to dr/dr_flac.h 5 年之前
  Miku AuahDark 56cce88655 Update readme and license to refer to new dr_flac link. 5 年之前
  Alex Szpakowski 024d9443a0 Merge branch '12.0' into Texture 5 年之前
  Alex Szpakowski a0a933a1b9 Merge branch 'master' into 12.0 5 年之前
  Alex Szpakowski 15f0e4109b Fix a typo in a comment 5 年之前
  Alex Szpakowski 185498ba6d Fix depth sample mode validation checking the wrong state. 5 年之前
  Alex Szpakowski 4ec9cafdea Better error checking in the GL texture backend 5 年之前
  Alex Szpakowski 5c06b2a860 Replace getCanvas/ImageFormats with getTextureFormats 5 年之前
  Alex Szpakowski f5f7e908a9 Rename love.graphics.get/setCanvas to get/setRenderTarget 5 年之前
  Alex Szpakowski 8478a870a9 Add new*Texture variants which don't require image files. 5 年之前
  Alex Szpakowski ceb854db5b rename new[Cube|Array|Volume]Image to new[Cube|Array|Volume]Texture 5 年之前
  Alex Szpakowski d24b9e9e6f Rename love.graphics.newCanvas to newRenderTarget 5 年之前
  Alex Szpakowski aa636381d0 Fix MSAA texture creation logic 5 年之前
  Alex Szpakowski 694bc9c5b7 rename love_Canvases to love_RenderTargets in shaders. 5 年之前
  Alex Szpakowski 453322678c Rename internal uses of canvas to texture/render target 5 年之前
  Alex Szpakowski 12c90b3dca Merge Image and Canvas GL backend classes into new common Texture class. 5 年之前
  Alex Szpakowski 17f77407bb Replace internal C++ newImage and newCanvas methods with newTexture 5 年之前
  Alex Szpakowski 813b1e0e69 Remove debug print 5 年之前
  Alex Szpakowski ca84b6db48 More robust error handling for AMD Pinned Memory buffers (issue #1540) 5 年之前
  Alex Szpakowski 0017f9c77d Remove a redundant internal Texture method 5 年之前
  Alex Szpakowski 258129738f Remove graphics::Canvas and graphics::Image 5 年之前
  Alex Szpakowski b71eaf73cc Replaced some references to Image and Canvas with Texture. 5 年之前