Commit History

Upphovsman SHA1 Meddelande Datum
  Alex Szpakowski 2ae4e9cd5a Fixed a potential memory leak in the love.physics World callbacks. 11 år sedan
  Bart van Strien fb3aa060b2 Fix Texture leak in Meshes 11 år sedan
  Bart van Strien c5d59107ad Modify desktop file to play nicer with file associations in newer versions of nautilus (gnome file browser) 11 år sedan
  Alex Szpakowski f0fa63ba47 Backported commits 145524a and 7785b4b from minor into default (Added SpriteBatch:flush, deprecated SpriteBatch:bind/unbind, SpriteBatch:flush is called implicitly when the spritebatch is drawn.) 11 år sedan
  Alex Szpakowski b9cd93e071 Re-added ParticleSystem:setQuads(q1, q2, ...). Active particles use the quads based on the particle's lifetime in a similar style to ParticleSystem:setColors and ParticleSystem:setSizes. 11 år sedan
  Alex Szpakowski d2450d5f2e Updated changelog for changes which aren't in the minor branch 11 år sedan
  Alex Szpakowski aa882cbcbc Added love.window.getDisplayName, to get the name of a connected display. 11 år sedan
  Alex Szpakowski 23d3cbc2e2 Renamed all cases of FSAA to the more accurately-named MSAA. The FSAA names (canvas:getFSAA, t.window.fsaa, etc.) still exist for now, for backwards-compatibility. 11 år sedan
  Alex Szpakowski 431b6a56ce Added Body:getWorld (resolves issue #895) 11 år sedan
  Alex Szpakowski 0c4116468c And some more. 11 år sedan
  Alex Szpakowski 787ba6b650 Removed some stowaway test code... 11 år sedan
  Alex Szpakowski 5dd23dffd1 Added Joint:setUserData and Joint:getUserData (resolves issue #894.) 11 år sedan
  Alex Szpakowski 3792dee4b4 Backout changeset 57172a7f03452a6b07f346e850f3e1020e230f46 11 år sedan
  Alex Szpakowski e9e303c1e8 Changed embedded Lua scripts to be included in the love source via C++11's raw string literals instead of a generated header file. Removed auto.lua. 11 år sedan
  Alex Szpakowski ddb9997ead Replaced Joystick:saveGamepadMapping with love.joystick.saveGamepadMappings, which saves all gamepad mappings from both recently-used joysticks and recently-modified mappings. saveGamepadMappings returns a string of newline-separated mappings and takes an optional filename argument which writes it to a file. 11 år sedan
  Alex Szpakowski 10e0d4b900 Moved the love.joystick Lua wrapper code from modules/joystick/sdl/ to modules/joystick/. 11 år sedan
  Alex Szpakowski 4cd4d35739 Fixed some logic 11 år sedan
  Alex Szpakowski 42a565a0eb Fixed love.joystick.loadGamepadMappings to properly enable currently connected Joysticks as Gamepads when necessary. 11 år sedan
  Alex Szpakowski 79b453653a Added love.joystick.loadGamepadMappings (resolves issue #842), and Joystick:saveGamepadMapping. 11 år sedan
  Alex Szpakowski dfa319e01a Replaced the EXCEPT_GUARD macro for converting love exceptions into Lua errors with the new luax_catchexcept function, which takes lambda function arguments. 11 år sedan
  Alex Szpakowski 724bdbd296 love.graphics.newImage, love.image.newImageData, etc. no longer leave Lua-owned FileData objects floating around waiting to be GC'd when called with filename arguments, resulting in less memory use on startup (resolves issue #890.) 11 år sedan
  Alex Szpakowski 4d0bbb97d8 Fixed Lua pattern matching for detecting the 'position' and 'effect' shader functions (thanks lpghatguy!) 11 år sedan
  Alex Szpakowski 6971ece4cb Fixed Mesh:setDrawRange when the Mesh has a vertex map and the first argument to setDrawRange is non-zero. Removed mesh-specific instancing code. 11 år sedan
  Alex Szpakowski f973c696f9 Fixed Image:refresh regenerating mipmaps multiple times if mipmap filtering is enabled on an uncompressed image 11 år sedan
  Alex Szpakowski a028f94ff2 Fixed love.graphics.newMesh(vertexcount, ...) trying to use glDrawArraysInstanced sometimes, fixed Mesh:getVertexMap. 11 år sedan
  Alex Szpakowski fd5b5aad65 Minor code cleanup 11 år sedan
  Alex Szpakowski 2b12c9cb1e Updated the readme 11 år sedan
  Alex Szpakowski cb01e3f4d1 Fixed segfault when garbage collecting Shader objects 11 år sedan
  Alex Szpakowski 976c26aa21 Removed an unnecessary extension dependency for support of the rg11b10f canvas format 11 år sedan
  Alex Szpakowski 1d22ea821c Merged bartbes/love-experiments/Canvas-formats into default 11 år sedan