Commit History

Author SHA1 Message Date
  Alex Szpakowski cded0e4a3b Fixed a typo when love.math.triangulate errors 12 years ago
  Alex Szpakowski 61a46ae09a SDL2 is a dependency now, not SDL1.2 12 years ago
  Alex Szpakowski 83d3eae1e7 Fixed error messages in Shader:send and love.math.newRandomGenerator to include the line number 12 years ago
  Bart van Strien b8a69ab2b6 At least decode file uris now 12 years ago
  vrld 3b04eeeec8 Fix #756: Sending an Image to a shader does not retain it 12 years ago
  Bart van Strien 3c2e8ddd87 Add source deb stuff 12 years ago
  Bart van Strien 29d953aa08 Tell enet about autoconf's socklen_t results 12 years ago
  Alex Szpakowski 97bbbe638b Updated ENet version from 1.3.8 to 1.3.10 12 years ago
  Jordy Dickinson 86f3ee4775 Fixed build errors with custom SDL location (resolves issue 774) 12 years ago
  Alex Szpakowski e2626552bd Fixed .hgignore with Xcode 12 years ago
  Alex Szpakowski f03efd2dca Fixed Contact:getChildren to be 1-based 12 years ago
  Alex Szpakowski 8cc5364d15 Changed the SearchOrder argument of love.filesystem.setIdentity and love.filesystem.mount to a boolean (append) instead of an enum 12 years ago
  Alex Szpakowski 95e1861f35 Mac: don't build with GME support by default (now consistent with Windows and Linux builds) 12 years ago
  Alex Szpakowski 101c6ae90a Fixed love.window.setFullscreen to update the graphics viewport immediately instead of waiting for the next event polling 12 years ago
  Alex Szpakowski fad9d25093 Removed Source:getType (resolves issue #776) 12 years ago
  Alex Szpakowski 3b0d5c8b6d Removed the system cursor variant of love.mouse.newCursor and added love.mouse.getSystemCursor. love.mouse.newCursor can now take a file(path). Resolves issue #741. 12 years ago
  rude 900978baf7 Let NSIS install Win64 binaries in $PROGRAMFILES64. 12 years ago
  Alex Szpakowski 5dad6c74c9 Fixed random crashing in OS X 12 years ago
  Alex Szpakowski 4e321697d3 Renamed Font:hasGlyph to Font:hasGlyphs, and expanded it to accept multiple arguments and full strings. Resolves issue #762. 12 years ago
  Alex Szpakowski b57256b3e5 Renamed Source:setRelativePosition and Source:hasRelativePosition to Source:setRelative and Source:isRelative. Updated changelog. 12 years ago
  Alex Szpakowski 4e1c73c1f2 Removed Quad:flip (resolves issue #770) 12 years ago
  Alex Szpakowski 74ac2820cd Joint:enableMotor -> Joint:setMotorEnabled, Joint:enableLimit -> Joint:setLimitsEnabled, Joint:isLimitEnabled -> Joint:hasLimitsEnabled. Resolves issue #691. 12 years ago
  rude cbd1e6937b Added Wuff (and WaveDecoder.cpp/h) to CMakeLists.txt. 12 years ago
  Alex Szpakowski 206a1abd81 Added Mesh:getVertices (resolves issue #771) 12 years ago
  Alex Szpakowski b2725f8cf5 Updated Visual Studio project for latest changes (thanks Boolsheet) 12 years ago
  Alex Szpakowski e5adc4e5fd Fixed wave sound playback by using a different wave reader library (thanks Boolsheet!) 12 years ago
  Alex Szpakowski 259bb8ffdb Fixed errors caused by love exceptions to give a line number (see issue #772) 12 years ago
  Alex Szpakowski faf483d156 Fixed error message when an invalid vertex index is given to Mesh:setVertex, Mesh:getVertex, and Mesh:setVertexMap (resolves issue #772) 12 years ago
  Alex Szpakowski cfd030d4ab Fixed building on Mac OS 10.9 12 years ago
  rude 27de844472 Include <algorithm> when std::min/max is used. 12 years ago