Commit Verlauf

Autor SHA1 Nachricht Datum
  Alex Szpakowski 3792dee4b4 Backout changeset 57172a7f03452a6b07f346e850f3e1020e230f46 vor 11 Jahren
  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. vor 11 Jahren
  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. vor 11 Jahren
  Alex Szpakowski 10e0d4b900 Moved the love.joystick Lua wrapper code from modules/joystick/sdl/ to modules/joystick/. vor 11 Jahren
  Alex Szpakowski 4cd4d35739 Fixed some logic vor 11 Jahren
  Alex Szpakowski 42a565a0eb Fixed love.joystick.loadGamepadMappings to properly enable currently connected Joysticks as Gamepads when necessary. vor 11 Jahren
  Alex Szpakowski 79b453653a Added love.joystick.loadGamepadMappings (resolves issue #842), and Joystick:saveGamepadMapping. vor 11 Jahren
  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. vor 11 Jahren
  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.) vor 11 Jahren
  Alex Szpakowski 4d0bbb97d8 Fixed Lua pattern matching for detecting the 'position' and 'effect' shader functions (thanks lpghatguy!) vor 11 Jahren
  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. vor 11 Jahren
  Alex Szpakowski f973c696f9 Fixed Image:refresh regenerating mipmaps multiple times if mipmap filtering is enabled on an uncompressed image vor 11 Jahren
  Alex Szpakowski a028f94ff2 Fixed love.graphics.newMesh(vertexcount, ...) trying to use glDrawArraysInstanced sometimes, fixed Mesh:getVertexMap. vor 11 Jahren
  Alex Szpakowski fd5b5aad65 Minor code cleanup vor 11 Jahren
  Alex Szpakowski 2b12c9cb1e Updated the readme vor 11 Jahren
  Alex Szpakowski cb01e3f4d1 Fixed segfault when garbage collecting Shader objects vor 11 Jahren
  Alex Szpakowski 976c26aa21 Removed an unnecessary extension dependency for support of the rg11b10f canvas format vor 11 Jahren
  Alex Szpakowski 1d22ea821c Merged bartbes/love-experiments/Canvas-formats into default vor 11 Jahren
  Alex Szpakowski 5658a2440b Added some comments describing the formats in the Canvas::Format enum. vor 11 Jahren
  Alex Szpakowski 4aeba24e94 Fixed the rg11b10f canvas format, removed rgb9e5 due to lack of real support, improved love.graphics.hasCanvasFormat to do extra checks vor 11 Jahren
  Alex Szpakowski febbecddf7 Fixed the texture type of the rgb9e5 canvas format vor 11 Jahren
  Alex Szpakowski 408a593113 Added support for several specific Canvas formats. Also added love.graphics.hasCanvasFormat. vor 11 Jahren
  Alex Szpakowski 036f6eb8cb Added an optional duration argument to Joystick:setVibration. vor 11 Jahren
  Alex Szpakowski 6a491ed0f0 Don't do unnecessary vertex buffer orphaning when calling SpriteBatch:unbind() on a SpriteBatch with the static usage hint vor 11 Jahren
  Bart van Strien ce385ec27a Switch from vfork/exec to posix_spawn after clang static analyzer run vor 11 Jahren
  Bart van Strien d705b54198 Clean up unused variable after clang static analyzer run vor 11 Jahren
  Alex Szpakowski 05d8543518 Improved performance of love.graphics.present slightly on some platforms vor 11 Jahren
  Alex Szpakowski e25cdfc71c Fixed creating and setting the write directory on some sandboxed operating systems vor 11 Jahren
  Alex Szpakowski 9d293af176 Fixed love.filesystem.setIdentity breaking if a file has been written to an old identity dir before the new setIdentity call vor 11 Jahren
  Alex Szpakowski 0372977dfa Backout changeset 6dd72101871f163ee0e644c751f80773d45f339f vor 11 Jahren