2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  Alex Szpakowski 0d2de019c3 Fix ImageData:getPixel and ImageData:mapPixel when 1- and 2-component formats are used and the JIT compiler isn't available. 6 жил өмнө
  Alex Szpakowski 58e26280c2 Fix detection for support of r16 and rg16 image formats on desktops. 6 жил өмнө
  Alex Szpakowski d6e37ec4aa Add support for loading DDS files that contain raw/uncompressed pixel data. Resolves issue #1097. 6 жил өмнө
  Alex Szpakowski a6f8e7dac6 Improve detection of sRGB texture formats in dds files (doesn't currently affect any exposed API). 6 жил өмнө
  Alex Szpakowski 33bc8aabfc Add Joystick:getGamepadMappingString and love.joystick.getGamepadMappingString(guid). Resolves issue #1371. 6 жил өмнө
  Alex Szpakowski 9ab2a94037 Rename internal C++ Color struct to Color32 to help differentiate it from Colorf. 6 жил өмнө
  Alex Szpakowski e824a1e26b iOS: remove obsolete app icons. 6 жил өмнө
  Alex Szpakowski 48343d5965 iOS: remove Launch Images references, it's been replaced by a Launch Screen file since iOS 8. 6 жил өмнө
  Alex Szpakowski 89eb3c6236 Remove a static_assert that fails in some compilers 6 жил өмнө
  Alex Szpakowski 55d4dc0f9e Restructure some internal vertex buffer binding code to be closer to how graphics APIs actually behave. 6 жил өмнө
  Bart van Strien 932068e777 Stop the attached Source when a Video gets destroyed 6 жил өмнө
  Bart van Strien cb625d890a Make sure luax_getfile always returns a retained value 6 жил өмнө
  Alex Szpakowski 639bdb10e9 Fix love.filesystem.mount(data). Resolves issue #1506. 6 жил өмнө
  Alex Szpakowski 528c1e2390 love.filesystem's loaders in the package.loaders table error instead of crashing when no argument is given to them (resolves issue #1504). 6 жил өмнө
  Alex Szpakowski 459d31db7e Fix the Data-returning variant of love.filesystem.read/File:read to return the size that was read. Now it's consistent with the string-returning variant. 6 жил өмнө
  Alex Szpakowski 56e3af1744 Slightly improve performance of Channel:push(table). 6 жил өмнө
  Alex Szpakowski b43074efa5 Add an easier std::string Variant constructor. 6 жил өмнө
  Alex Szpakowski 32f381576e Avoid using lightuserdata in internal wrapper code for the math module. 6 жил өмнө
  Alex Szpakowski cb4b45dcf1 Add Data:getFFIPointer. Similar to Data:getPointer but returns a cdata pointer directly (or nil if the FFI isn't available). 6 жил өмнө
  Alex Szpakowski d700800888 Update the changelog 6 жил өмнө
  Alex Szpakowski 5a6bb2d2f9 typo... 6 жил өмнө
  Alex Szpakowski 09f4b59925 Update the readme. 6 жил өмнө
  Alex Szpakowski 93fef5f144 Remove some dead code. 6 жил өмнө
  Alex Szpakowski f192eca727 Add a .gitignore file based on .hgignore. 6 жил өмнө
  Alex Szpakowski 5c01289300 Fix love.graphics.getTextureTypes to return a table with boolean values instead of number values. 6 жил өмнө
  Alex Szpakowski b158aef11e Add Android.mk file from the love-android repository. 6 жил өмнө
  Alex Szpakowski aca979c3ea Add Joystick:getDeviceInfo(). Returns USB vendor id, product id, and product version numbers (consistent across operating systems). 6 жил өмнө
  Alex Szpakowski 3c9662a9ce Fix a typo in the line smoothing code. I don't think it causes any visual change. 6 жил өмнө
  Alex Szpakowski 3938da9cc6 Fix compiler warnings about Optional field initialization order 6 жил өмнө
  Bart van Strien 65d9d7fbbd Re-enable building FLAC decoder with autotools 6 жил өмнө