Commit History

Author SHA1 Message Date
  Alex Szpakowski 38b65b859a Merged default into minor 11 years ago
  Alex Szpakowski 0372977dfa Backout changeset 6dd72101871f163ee0e644c751f80773d45f339f 11 years ago
  Alex Szpakowski 5428a5d75f Backout changeset b3928e24add23da69dcd90c34985cd6a05454be0 11 years ago
  Alex Szpakowski 4bc96f1bf6 Internally compose and pass an array of shader source codes to OpenGL, instead of relying on #line to make sure the line number is correct for shader error messages (resolves issue #882) 11 years ago
  Bart van Strien 9972153696 Use '#line 1' instead of '#line 0' in shader sources, for compatibility with GLES (fixes #882) 11 years ago
  Alex Szpakowski d7f1262e20 Query the Decoder instead of the current OpenAL buffer when getting the sample rate for calculations in streaming audio Sources. 11 years ago
  Alex Szpakowski 1bc8b7346d Added internal thread name support, for use with debuggers. 11 years ago
  Alex Szpakowski e4dc533bb2 Minor code cleanup 11 years ago
  Bart van Strien e667485f68 Check argument count of newChainShape 11 years ago
  Alex Szpakowski f30a0d72f0 Added Shader:getExternVariable(name). 11 years ago
  Bart van Strien 853f741ba3 Prevent erroring in gen-modules when no source files are found (needed in some 11 years ago
  Bart van Strien 5484921597 Make the stored data and type of Variant public, to allow for non-lua unpacking. 11 years ago
  Alex Szpakowski 3cf2a8f8a2 Improved error message when love.math.setRandomSeed(0) is attempted (resolves issue #876) 11 years ago
  Alex Szpakowski af88423285 Fixed an attempted creation of an array with a constant size of 0 11 years ago
  rude 6da3105fe2 Fix some pointer type conversion errors in MSVC. 11 years ago
  Alex Szpakowski 4d579074a1 Removed love.filesystem.exists (resolves issue #641.) 11 years ago
  Aesthete 70fabedc09 Aesthete: Bug #829: Added exceptions for all spatial audio calls on stereo 11 years ago
  Aesthete 30c211f7e3 Backed out changeset: a0191140525e 11 years ago
  Aesthete 5e7452034a Backed out changeset: 6efefad30fe1 11 years ago
  Aesthete ba21f79966 Aesthete: Bug #829: Adding missing exception guards to audio source wrapper. 11 years ago
  Aesthete a2473f860d Aesthete: Bug #829: Refactored all spatial stereo exception messages to static 11 years ago
  Alex Szpakowski eca8c17a69 Removed the DevIL backend from love.image. Replaced it with PNG and JPEG encoders/decoders via LodePNG, zlib, and libjpeg-turbo. 11 years ago
  Alex Szpakowski 1b61091aae Removed the 'wu' and 'wd' constants for love.mousepressed, added new love.wheelmoved(x, y) event callback. 11 years ago
  Alex Szpakowski 8b90f64440 Don't try to bind the love_PseudoInstanceID vertex shader attribute (it's disabled for now) 11 years ago
  Alex Szpakowski e0134a305c Merged default into minor 11 years ago
  Alex Szpakowski b5ad14ccb1 Removed platform/msvc2010/* 11 years ago
  Alex Szpakowski f05551a01f Fixed a potential null pointer dereference and a case of undefined behaviour 11 years ago
  Alex Szpakowski b98e6add18 Fixed version description for the windows executable 11 years ago
  Alex Szpakowski 4ea18d8bbc love.math.setRandomSeed now calls random() a couple times internally, to make similar seeds give less similar results when random() is called for the first time after setRandomSeed. 11 years ago
  Alex Szpakowski 3abb1a2cbb Removed love.window.getWidth/getHeight. Use love.graphics.getWidth/getHeight or love.window.getMode instead. 11 years ago