提交历史

作者 SHA1 备注 提交日期
  Alex Szpakowski 02fa8b0b2b Fill truetype font glyph atlases with transparent white instead of transparent black in the borders between glyphs. Fixes black fringes around text (resolves issue #1495) and reduces the appearance of flickering when text is moved at non-integer coordinates and gamma correct rendering isn't enabled (closes issue #1143). 6 年之前
  Alex Szpakowski 46d8b07e41 Fix non-integer dpi scale values specified in love.graphics.newCanvas. 6 年之前
  Alex Szpakowski ee77eef9a9 Update glslang 6 年之前
  Alex Szpakowski 38cb56f168 Use doubles instead of floats for the time argument in Source:seek. This probably won't affect anything meaningfully, but in theory it's more precise. 6 年之前
  Alex Szpakowski 3c77edb68b Fix modplug-decoded streaming Sources when looping repeatedly, and when stop() is called on them. Resolves issue #1493. 6 年之前
  Bart van Strien 7b7d03721c Prevent the currently displayed video frame from changing if the video is paused 6 年之前
  Bart van Strien 064296a6ce Don't write intermediate frames to the backbuffer if catching up or seeking 6 年之前
  Bart van Strien 1e8ab8ce1e Never seek video more than once when trying to catch up (issue #1472, issue #1438) 6 年之前
  Alex Szpakowski ae572f2ffe Fix love.isVersionCompatible (resolves issue #1488). 6 年之前
  Alex Szpakowski 64c1ca977b Update stb_image from 2.16 to 2.22. 6 年之前
  Alex Szpakowski 638e535061 Updated changelog 6 年之前
  Alex Szpakowski 33186430af Simplify Source playback offset tracking to only store the integer sample offset, and convert to seconds when requested. 6 年之前
  Bart van Strien c4b21b6efe Try probing the audio type if extension matching fails (resolves #1487) 6 年之前
  Bart van Strien 4662580059 Make sure the mpg123 decoder tries to read data on creation 6 年之前
  Bart van Strien bf5e3820bd Remove unused stored extension in Decoder 6 年之前
  Alex Szpakowski 372a55c6ac ImageData supports more formats: r8, rg8, r16, rg16, r16f, rg16f, r32f, rg32f. Format conversion via ImageData:paste is not supported for those (yet). 6 年之前
  Alex Szpakowski 8b51dc831d Work around occasional pops in streaming sources on iOS, by making the streaming source update code more like what was there in 0.10.x. 6 年之前
  Alex Szpakowski 8f0686c204 Code style cleanup. 6 年之前
  Alex Szpakowski 9d4cb2a949 iOS: Fix Source:play+stop+play and Source:play+seek, for streaming sources. Resolves issue #1484. 6 年之前
  Alex Szpakowski 14abf2c9e8 Move source seeking from Source::playAtomic to prepareAtomic. Fixes love.audio.play(sources) for sources which had seek() called before the play call. 6 年之前
  Alex Szpakowski 276bdd1dbf iOS: fix audio clicks immediately after playing a source. Resolves issue #1485. 6 年之前
  Alex Szpakowski 84f9f3f4d5 Update Xcode project for Xcode 10.2. 6 年之前
  Alex Szpakowski e7c36022a8 Update PhysFS to 3.0.2. 6 年之前
  Alex Szpakowski 69c47675b9 Add Decoder:clone. Resolves issue #1479. 6 年之前
  Alex Szpakowski db1c982f76 boot.lua and nogame.lua line numbers match the source code once they're embedded into love (thanks, pgimeno!) 6 年之前
  Alex Szpakowski 09cd3b68c9 Explicitly disable color FBO attachments where possible for depth/stencil canvases. Potentially fixes issue #1470 6 年之前
  Alex Szpakowski 0c2153e0ca Fix a potentially uninitialized value in love.graphics code. Minor cleanup. 6 年之前
  Alex Szpakowski b439ff07ce Allow love.timer.sleep(0). 6 年之前
  Bart van Strien 9d2640364b Convert the readme back to utf-8 6 年之前
  Bart van Strien 00e7d640c7 Also test source pitch is positive and clarify error (resolves #1474) 6 年之前