Commit History

Autor SHA1 Mensaxe Data
  muddmaker 3a54d4599a fix conflicts %!s(int64=10) %!d(string=hai) anos
  Bart van Strien 95d9dfa801 Explicitly search for pkg-config in configure script %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski e237ed2432 love.graphics.discard now accepts a table of booleans indicating which of the active canvases to discard (matches love.graphics.clear.) %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 163d059305 Moved most of the love.timer code out of the sdl implementation folder. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski d31168c0e0 Cleaned up some graphics code. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 7741adc7b4 Switched back to zlib decompression for PNG images and fixed a memory leak issue when decompressing. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 5138acaee5 Temporarily disabled zlib decompression for PNG images, in favour of LodePNG's built-in decompression code. %!s(int64=10) %!d(string=hai) anos
  djcj 9d2a2832ab Disable static libraries by default in linux build %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski a36dbc3d49 Only update the shader point size in OpenGL ES 2 when it's been modified, rather than before every draw. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 4a8e5bd4db Avoid non-ASCII UTF-8 in message box text - SDL's X11 backend for message boxes doesn't properly support it yet (https://bugzilla.libsdl.org/show_bug.cgi?id=1658). %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski d982f02634 Renamed File:eof to File:isEOF (closes issue #683.) %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 06ef263537 Added OpenGL debug groups for most graphics operations when love is built in debug mode for iOS. The Xcode frame capture tool uses them to create nice visual groups for OpenGL function calls. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 14cbc91e7f Fixed a memory leak in love.graphics.newText. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski d00773b974 Updated GLAD for the latest GL and GLES extensions. %!s(int64=10) %!d(string=hai) anos
  Bart van Strien bd271ce5cb Remove OpenGL as compile-time dependency on linux, SDL loads it at runtime (and also GLES, if applicable) %!s(int64=10) %!d(string=hai) anos
  Bart van Strien b049dd0387 Also add *.hpp files to autotools sources lists %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 468127eed4 Added a variant of love.graphics.clear which accepts a color table argument for each active canvas, allowing it to clear active canvases to different colors without having to call love.graphics.setCanvas. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 5bc5a2b780 Show the compatibility warning message box before creating the window and loading main.lua, so it will still display even if there are errors in main.lua. %!s(int64=10) %!d(string=hai) anos
  Bart van Strien 715cab4f6f Fix love.joystick.setGamepadMapping suffix overwriting bug %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 44b9efb43e Added love.isVersionCompatible. Returns true if the running version of love is compatible with the specified version. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski a119e6a862 Added an optional spacing argument to love.graphics.newImageFont, allowing additional spacing (positive or negative) to be applied to all glyphs rendered using that font. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski b1f4beac56 Fixed the internal color mask state not being updated when love.graphics.setColorMask is called. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 2e8f19930c Fixed love.graphics.stencil %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 52b2701cf0 Removed love.graphics.clearStencil. love.graphics.stencil now clears the stencil buffer unless true is passed as an optional second argument ('keep the existing contents'.) %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski b76b7bac8b Added support for a few more mouse buttons (via "x3", "x4", and "x5" button constants.) %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 4ef0d257e9 Added an optional font hinting argument to love.graphics.newFont / love.font.newRasterizer when loading TrueType fonts. Resolves issue #963. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski afcad4defc Added new flag t.accelerometerjoystick to love.conf (true by default.) When set to false on mobile, the device's accelerometer will not show up as a joystick even if the joystick module is loaded. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 7e99ea6839 Added a boolean argument to love.mousemoved indicating whether the event came from a touch press (love.mousepressed and love.mousereleased already have it.) %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski 4dc73959a6 Hopefully fixed a major bug related to using Shader:send with textures. %!s(int64=10) %!d(string=hai) anos
  Alex Szpakowski b39036eaa5 Added Image:getFlags. %!s(int64=10) %!d(string=hai) anos