Commit történet

Szerző SHA1 Üzenet Dátum
  Alex Szpakowski 1e0a7cad67 Fix instanced vertex attributes. 6 éve
  Alex Szpakowski 5dfcf90e66 Fix Text:set(" ") not properly clearing the internal buffer (resolves issue #1518). 6 éve
  Alex Szpakowski cc5afbacdd Possibly fix a compile error on some Linux systems. 6 éve
  Alex Szpakowski 5789a0b1b1 Merged in AuahDark/love/androidmic (pull request #126) 6 éve
  Alex Szpakowski 16dd33b1ff Fix a typo in the love.window.getNativeDPIScale function name. 6 éve
  Miku AuahDark 5d63211b93 Fix t.audio.mixwithsystem defaults to false when absent from conf.lua 6 éve
  Miku AuahDark c8a2978697 Make sure to empty the `capture` and return that instead. 6 éve
  Miku AuahDark dda24bb98a Fix typo 6 éve
  Miku AuahDark 051f1e9830 Add t.audio.mic (boolean) setting to conf.lua 6 éve
  Miku AuahDark 0d9081ff22 Export love._requestRecordingPermission 6 éve
  Miku AuahDark 0f23b0e4a0 Initial working on mic recording support for Android. 6 éve
  Alex Szpakowski 594b45cfb5 Clean up internal vector code. Add an (internal) vector4 struct. 6 éve
  Alex Szpakowski ed537c4f6a lines can render more than 65k vertices (resolves issue #1356). 6 éve
  Alex Szpakowski 157282ec7e Fix a typo causing mesh attribute instancing to behave weirdly. 6 éve
  Alex Szpakowski da046b39f0 possibly fix a Windows compile error 6 éve
  Alex Szpakowski 271f0af7b7 Avoid lua_pushlightuserdata in enet's wrapper code (issue #1515). 6 éve
  Alex Szpakowski 83e74e5e6c Fix setRandomSeed and setRandomState not fully invalidating the state used by randomNormal (resolves issue #1516). 6 éve
  Alex Szpakowski 2eefa859e3 Attempt to fix VS2013 compatibility. 6 éve
  Alex Szpakowski 93802a3247 Use doubles instead of lightuserdata for keys into love's internal object registry (issue #1515). 6 éve
  Alex Szpakowski 3cadd50bec macOS: Add entitlements for Apple's hardened runtime. 6 éve
  Alex Szpakowski 4f093a0b6b Support loading BGRA8 dds files into RGBA8 images. 6 éve
  Alex Szpakowski a5ccfe4394 More clamping and rounding instead of truncating in ImageData:paste format conversion code, to match the behaviour of other color conversion code. 6 éve
  Alex Szpakowski 42a8107b07 Fix a compile error 6 éve
  Alex Szpakowski 2bf5a04937 Use a generic slow path for ImageData:paste between formats when we don't already have a faster path for it, instead of erroring. 6 éve
  Alex Szpakowski e11d43507e Reorganize ImageData:set/mapPixel code so less of it is in the Lua wrapper and more of it is in the ImageData class itself. 6 éve
  Alex Szpakowski c4fac73dc4 ImageData and Images now support the rg11b10f format. 6 éve
  Alex Szpakowski b5da34ffb1 very minor code style change for consistency 6 éve
  Alex Szpakowski 94c66918a8 Add support for rgba4, rgb5a1, rgb565, and rgb10a2 ImageData formats. Also fix normalized 8 and 16 bit per component ImageData to round instead of floor (post-converted fixed point) fractional values in setPixel and mapPixel. 6 éve
  Alex Szpakowski f03b391245 Canvas:newImageData creates an ImageData with a pixel format that matches the canvas'. 6 éve
  Alex Szpakowski cd6471304d add comments to packed pixel format enums to clarify bit order 6 éve