Histórico de Commits

Autor SHA1 Mensagem Data
  Alex Szpakowski 0bc820ee0e Merged in cigumo/love (pull request #99) há 7 anos atrás
  Alex Szpakowski a2454d74cd Fix some DPI scale calculations to work with depth-only rendering. há 7 anos atrás
  Alex Szpakowski 9dd1293f09 Updated changelog há 7 anos atrás
  Alex Szpakowski c798cce89d Improve the error message given when love.event pumping functions are called with a Canvas active. há 7 anos atrás
  Alex Szpakowski 39201af79f Improve the error message when an invalid layer or face index is given in love.graphics.setMode. há 7 anos atrás
  Alex Szpakowski 4d5c4ef807 Fix Body:isTouching. há 7 anos atrás
  Alex Szpakowski 02e115c339 Add Body:isTouching(otherbody). See issue #1365. há 7 anos atrás
  Alex Szpakowski ac52666c6f Rename ParticleSystem:setAreaSpread to setEmissionArea, and move the functionality from setAreaSpreadAngle/setAreSpreadIsRelativeDirection into setEmissionArea. Resolves issue #1311. há 7 anos atrás
  Alex Szpakowski 2459752c06 Add support for partial Image updates via Image:replacePixels(imagedata [, sliceindex, mipmap, x, y]) with a smaller-sized ImageData. há 7 anos atrás
  Alex Szpakowski 22f72c7da6 Fix a crash in Image:replacePixels when a different ImageData is given than the one that created the Image. há 7 anos atrás
  Alex Szpakowski 68f561dcc7 Fix love.data.decompress when passing in a CompressedData. há 7 anos atrás
  Alex Szpakowski 6808968893 Fix an issue when calculating the number of mipmaps for a volume/3D texture. há 7 anos atrás
  Alex Szpakowski 08b3635e4e enet: Fix a memory leak when peer:send fails (thanks pfirsich!) há 7 anos atrás
  Alex Szpakowski f66753fec2 Windows: redirect stdout to the parent command prompt when love.exe --version is run. há 7 anos atrás
  Alex Szpakowski 3857d09132 Don't use persistently mapped buffers on Intel Ivy Bridge GPUs on Windows. glClientWaitSync can hang with those drivers, apparently. há 7 anos atrás
  Bart van Strien fd514d8176 Update some more copyright notices há 7 anos atrás
  Bart van Strien e80247c191 Happy new year! ✨ há 7 anos atrás
  Alex Szpakowski 55822489cf Fix resuming streaming sources. Resolves issue #1362. há 7 anos atrás
  Alex Szpakowski a5ca04bb57 macOS: Update the capitalization of ogg/vorbis/theora frameworks. Resolves issue #1320. há 7 anos atrás
  Alex Szpakowski dd59803ad3 Error when invalid setting names are used in the tables passed to love.graphics.newCanvas and newImage. See issue #1312. há 7 anos atrás
  Alex Szpakowski 1f52abf619 Fix love.audio.play(staticsources) when the sources have been paused. Resolves issue #1363. há 7 anos atrás
  Alex Szpakowski 7ff428b64f Fix love.graphics.newImage(compressedimagedata, settings) to respect the mipmaps boolean flag instead of always using the compressed texture's mipmaps if it has any. há 7 anos atrás
  Alex Szpakowski 1abc7b20f7 Show an error instead of the nogame screen if a nonexistant folder is passed in as a source game directory. há 7 anos atrás
  Alex Szpakowski 22fada31da macOS: update freetype framework capitalization há 7 anos atrás
  Alex Szpakowski e6e1a81fd6 Move Android code for rerouting print and disabling JIT compilation to inside require("love") instead of the main executable Lua state, so it works in threads. há 7 anos atrás
  Alex Szpakowski 065f4a8e9b Fix SpriteBatch:setDrawRange. há 7 anos atrás
  Alex Szpakowski f7b2598490 Remove unnecessary internal constructor arguments. há 7 anos atrás
  Alex Szpakowski a31b500b03 Simplify quad drawing code, and use glDrawElementsBaseVertex when available. há 7 anos atrás
  Alex Szpakowski 785902d8bd Fix windows build há 7 anos atrás
  Alex Szpakowski 3fb621af95 Always use a 16 bit index array for quad indices, with multiple draws when necessary. See issue #1356. há 7 anos atrás