Commit History

Author SHA1 Message Date
  Alex Szpakowski f69affebc9 Update tinyexr. 7 years ago
  Alex Szpakowski 487c17d1d8 Attempt to fix compilation with gcc. 7 years ago
  Alex Szpakowski 54c09c910a Update glslang. 7 years ago
  Alex Szpakowski 640e8f0d2e love.filesystem.mount can accept a Data object containing zipped data. 7 years ago
  Alex Szpakowski ce46fa3ebe Remove PhysFS 2.x-specific code, it's no longer needed since we always have PhysFS 3. 7 years ago
  Alex Szpakowski 70bf18182d Fix Image:getMipmapCount returning greater than 1 when a compressed texture is loaded without mipmaps in its source data but with mipmaps=true set. 7 years ago
  Alex Szpakowski 1d8a3326b3 Include the physfs 3.0.1 source in love. 7 years ago
  rude 5950688770 Added new nogame screen (Duckloon). 7 years ago
  Alex Szpakowski 3a8390ceff Fix a couple bugs with love.graphics.clear. 7 years ago
  Alex Szpakowski 4399e7cfad Merge minor into default 7 years ago
  Alex Szpakowski 3adc9fecc5 Updated the changelog 7 years ago
  Alex Szpakowski 7354de2059 Add (low level) functionality to allow rendering 3D Meshes. 7 years ago
  Alex Szpakowski 915e6c8eec Fill-mode love.graphics.circle/ellipse draws a triangle fan from the center of the ellipse, instead of from an edge. 7 years ago
  Alex Szpakowski e099e57052 Cleaned up some internal love.graphics code. 7 years ago
  Alex Szpakowski cbcb1a8606 Allow a depth/stencil canvas to be active without a color canvas. 7 years ago
  Alex Szpakowski 0c1c78fe29 Merged in Nixola/love/Nixola/reversed-alignedmalloc-return-value-posi-1512135128149 (pull request #101) 7 years ago
  Nicola Orlando a9961b7c70 Reversed alignedMalloc return value. 7 years ago
  Alex Szpakowski fccc6fa733 Increase the love.graphics max stack depth from 64 to 128. 7 years ago
  Alex Szpakowski b6cb6aed47 Error if the ImageData given to love.window.setIcon is not a 32 bit RGBA format. 7 years ago
  Alex Szpakowski 82553d793d Clamp colors in love.graphics.newMesh. I missed this one in my previous commit. 7 years ago
  Alex Szpakowski 6dea2ab714 Clamp all color arguments to [0, 1] in cases where values outside that range don't make sense (fixed-point color values & sRGB colors). Closes issue #1315. 7 years ago
  Alex Szpakowski 1cd1a8d32e Mark SDL implementations of love.window methods with 'override'. 7 years ago
  Alex Szpakowski 0b9ca3e344 Fix love.window.isMaximized. Add love.window.restore and love.window.isMinimized (resolves issue #1354). 7 years ago
  Alex Szpakowski c5fcfd1714 Add an Xcode 9 generated file. 7 years ago
  Alex Szpakowski b8c4b07edf Clean up unused temporary Canvases after a few frames. 7 years ago
  Alex Szpakowski 8672ff2272 Use a more efficient method of streaming automatically batched vertices on AMD Windows and Linux systems. 7 years ago
  Bart van Strien 19ddc27069 Use a seekless implementation of File:lines/love.filesystem.lines 7 years ago
  Bart van Strien d19129de5b Regenerate boot.lua.h 7 years ago
  Bart van Strien 59fb287bd1 Merged in SoniEx2/love/minor (pull request #96) 7 years ago
  Bart van Strien 790625f0c4 Make love.run and love.errhand return a function for their main loop instead (resolves #1268) 7 years ago