Commit History

Author SHA1 Message Date
  Bart van Strien 0e9f71b29a Split theora::VideoStream into OggDemuxer and TheoraVideoStream 8 years ago
  Alex Szpakowski 95adf7e347 Error instead of crashing when a frequency of 0 is set on a MouseJoint. Resolves issue #1197. 8 years ago
  Bart van Strien ba1d4dc0e9 Make VERTEX/PIXEL shader defines result in themselves 8 years ago
  Bart van Strien ac12424bab Add optional channel parameter to SoundData:getSample/setSample (resolves #1346) 8 years ago
  Bart van Strien 9e4374935d Show (short) list of possible enum values when an invalid value is encountered (resolves #1318) 8 years ago
  Alex Szpakowski ac84589c57 Backed out changeset 1b487edea8a8 8 years ago
  Alex Szpakowski 050be14547 Small graphics code cleanup 8 years ago
  Alex Szpakowski 8fa511aea8 Move boot.lua into src/modules/love/ 8 years ago
  Alex Szpakowski e10c941614 Update Xcode/clang warnings to the latest recommended settings. 8 years ago
  Alex Szpakowski bc980b0f20 Fix Channel:push and other functions that accept love objects and store them in Variants internally. Cleaned up Variant code a bit. 8 years ago
  Alex Szpakowski b838d0de54 Simplified an internal Variant constructor to be more intuitive to use. 8 years ago
  Alex Szpakowski 8068b0f1d4 Add variant of love.graphics.captureScreenshot which takes a Channel argument. 8 years ago
  Alex Szpakowski bdc6eb3b29 Fix copy/paste error in the love.filesystem.isDirectory deprecation message. 8 years ago
  Bart van Strien 3278ea5580 Fix compilation with lua 5.2 and 5.3 8 years ago
  Bart van Strien 2cde3a8227 Update autotools build for the luautf8 → lua53 rename 8 years ago
  Alex Szpakowski 90e86c329d Add love.data module. 8 years ago
  Alex Szpakowski bdf961e174 Improve the error message when bad values are given to love.graphics.line. Resolves issue #1345. 8 years ago
  Alex Szpakowski 844900db39 Rename all cases of 'pixel density' to 'DPI scale' in love's APIs. 8 years ago
  Alex Szpakowski 1b3745b58b Fix a crash on quit if a non-default shader is active when quitting. 8 years ago
  Alex Szpakowski 5f64737956 Shader:send now optionally accepts a Data object (with optional byte offset and size parameters). Resolves issue #1343. 8 years ago
  Bart van Strien 77663ed847 Replace love.graphics.pop("all") with love.graphics.getStackDepth (resolves #1248 again) 8 years ago
  Alex Szpakowski 8ea2f09a1c Fix Fixture:getShape. Resolves issue #1319. 8 years ago
  Alex Szpakowski 4ee85e1793 love get* APIs which return tables with fields can optionally accept a table argument to fill in, instead of creating a new table. 8 years ago
  Bart van Strien a2ad1b462f Add love.graphics.pop("all"), which pops the entire stack (resolves #1248) 8 years ago
  Alex Szpakowski 8a77ea1007 Improve the error message when a type other than a table is given as the 3rd arg to newCanvas. 8 years ago
  Bart van Strien 23929cab14 Rename love.physics getObjectList functions to getObjects (resolves #1305) 8 years ago
  Bart van Strien 7dae80f552 Fix return type of ParticleSystem:getAreaSpreadIsRelativeDirection, remove optional parameters from ParticleSystem:setAreaSpread (resolves #1340) 8 years ago
  Bart van Strien 09c1259857 Add optional timeout values to Channel:supply and Channel:demand (resolves #1344) 8 years ago
  Bart van Strien 7dfbfbda79 Error if ParticleSystem's particle lifetime is set to a negative value (resolves #1339) 8 years ago
  Alex Szpakowski bf67d7ad0e PHYSFS_enumerateFiles bug has been fixed post-2.1.0. 8 years ago