提交历史

作者 SHA1 备注 提交日期
  Alex Szpakowski 3abb1a2cbb Removed love.window.getWidth/getHeight. Use love.graphics.getWidth/getHeight or love.window.getMode instead. 11 年之前
  Alex Szpakowski 2fb39f4448 Merged default into minor 11 年之前
  Alex Szpakowski 9dd3f70988 Use love.filesystem.isFile instead of love.filesystem.exists when checking for main.lua and conf.lua on startup 11 年之前
  Alex Szpakowski 8f40319817 Changed the screen_coords parameter of the effect function in pixel shaders so y+ is down instead of up (resolves issue #435.) 11 年之前
  Alex Szpakowski b18c35a1f2 Renamed blend modes "additive", "subtractive", and "multiplicative" to "add", "subtract", and "multiply" (resolves issue #864) 11 年之前
  Alex Szpakowski 6dc10cfd15 Merged default into minor 11 年之前
  Alex Szpakowski 606c9b8fb1 Updated changelog 11 年之前
  rude 9e49514db9 Set release date for 0.9.1 in changes.txt. 11 年之前
  Bart van Strien 4597947106 Added tag 0.9.1 for changeset 8b113c345e97 11 年之前
  Bart van Strien 820d8a8267 Add correct header for waitpid in openURL 11 年之前
  Bart van Strien a1158599ab Use '=' instead of '==' for test command in configure scripts (fixes #866) 11 年之前
  Alex Szpakowski 38497d23da Added love.system.openURL (resolves issue #863) 11 年之前
  Alex Szpakowski c985b1f2f7 Don't destroy OpenGL resources before checking whether the fullscreen size is supported in love.window.setMode. 11 年之前
  Alex Szpakowski be8c19911f Fixed love.graphics.isCreated to properly return false if love.window.setMode failed 11 年之前
  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 年之前
  Bart van Strien 2698fd2c2c Use debian's name for libsdl2 in the debian package dependency list 11 年之前
  Alex Szpakowski f65e9826d9 Disabled shader code for instancing 11 年之前
  Alex Szpakowski e7947d9d2e Pulled Mesh:set/getInstanceCount from 0.9.1 for now. 11 年之前
  Alex Szpakowski 146b3cff19 Added blend mode "screen". 11 年之前
  Alex Szpakowski 1fd5d492fe Removed obsolete change from the changelog 11 年之前
  Alex Szpakowski fcb24871d5 Updated changelog 11 年之前
  Alex Szpakowski b95a02772a Include the freetype error code in the error message when truetype font/glyph loading fails 11 年之前
  Alex Szpakowski 50916825d0 Data::getSize now uses size_t instead of int 11 年之前
  Alex Szpakowski aba17607aa Added an optional callback function argument to love.filesystem.getDirectoryItems. Callback function takes a single argument containing a filepath string. 11 年之前
  Alex Szpakowski 9e6a3b8d5e Fixed 8-bit SoundData samples when used in a love.audio Source 11 年之前
  Alex Szpakowski fc77e8f9f0 Throw away the first 3 love.math.random results after seeding it (xorshift outputs less random results the first few times when the seed is very similar to a previous one) 11 年之前
  Alex Szpakowski 89e9288a85 Make sure SoundData objects aren't initialized with garbage sample values 11 年之前
  Alex Szpakowski 4faddcd9aa Fixed some trivial compiler warnings 11 年之前
  Alex Szpakowski a13fd761cc Updated love.filesystem's C library loader for require to look in paths added via love.filesystem.mount, when in fused mode 11 年之前
  Alex Szpakowski 98873b593a Updated ENet to version 1.3.11 11 年之前