Commit History

Author SHA1 Message Date
  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
  Alex Szpakowski 8b90f64440 Don't try to bind the love_PseudoInstanceID vertex shader attribute (it's disabled for now) 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 9dd3f70988 Use love.filesystem.isFile instead of love.filesystem.exists when checking for main.lua and conf.lua on startup 11 years ago
  Alex Szpakowski 606c9b8fb1 Updated changelog 11 years ago
  rude 9e49514db9 Set release date for 0.9.1 in changes.txt. 11 years ago
  Bart van Strien 4597947106 Added tag 0.9.1 for changeset 8b113c345e97 11 years ago
  Bart van Strien 820d8a8267 Add correct header for waitpid in openURL 11 years ago
  Bart van Strien a1158599ab Use '=' instead of '==' for test command in configure scripts (fixes #866) 11 years ago
  Alex Szpakowski 38497d23da Added love.system.openURL (resolves issue #863) 11 years ago
  Alex Szpakowski c985b1f2f7 Don't destroy OpenGL resources before checking whether the fullscreen size is supported in love.window.setMode. 11 years ago
  Alex Szpakowski be8c19911f Fixed love.graphics.isCreated to properly return false if love.window.setMode failed 11 years ago
  Alex Szpakowski a22c4b5f92 Explicitly #ifdef'd out SDL 2.0.1+ function calls for Linux to avoid runtime function resolving problems when love is built with SDL 2.0.1+ headers but run using SDL 2.0.0. 11 years ago
  Bart van Strien 2698fd2c2c Use debian's name for libsdl2 in the debian package dependency list 11 years ago
  Alex Szpakowski f65e9826d9 Disabled shader code for instancing 11 years ago
  Alex Szpakowski e7947d9d2e Pulled Mesh:set/getInstanceCount from 0.9.1 for now. 11 years ago
  Alex Szpakowski 146b3cff19 Added blend mode "screen". 11 years ago
  Alex Szpakowski 1fd5d492fe Removed obsolete change from the changelog 11 years ago
  Alex Szpakowski fcb24871d5 Updated changelog 11 years ago
  Alex Szpakowski b95a02772a Include the freetype error code in the error message when truetype font/glyph loading fails 11 years ago
  Alex Szpakowski 50916825d0 Data::getSize now uses size_t instead of int 11 years ago
  Alex Szpakowski aba17607aa Added an optional callback function argument to love.filesystem.getDirectoryItems. Callback function takes a single argument containing a filepath string. 11 years ago
  Alex Szpakowski 9e6a3b8d5e Fixed 8-bit SoundData samples when used in a love.audio Source 11 years ago