Историја ревизија

Аутор SHA1 Порука Датум
  Miku AuahDark 11daa9c467 Remove unnecessary flags пре 6 година
  Miku AuahDark 20bb2a13b9 Android.mk update пре 6 година
  Alex Szpakowski 1e0a7cad67 Fix instanced vertex attributes. пре 6 година
  Alex Szpakowski 5dfcf90e66 Fix Text:set(" ") not properly clearing the internal buffer (resolves issue #1518). пре 6 година
  Alex Szpakowski cc5afbacdd Possibly fix a compile error on some Linux systems. пре 6 година
  Alex Szpakowski 5789a0b1b1 Merged in AuahDark/love/androidmic (pull request #126) пре 6 година
  Alex Szpakowski 16dd33b1ff Fix a typo in the love.window.getNativeDPIScale function name. пре 6 година
  Miku AuahDark 5d63211b93 Fix t.audio.mixwithsystem defaults to false when absent from conf.lua пре 6 година
  Miku AuahDark c8a2978697 Make sure to empty the `capture` and return that instead. пре 6 година
  Miku AuahDark dda24bb98a Fix typo пре 6 година
  Miku AuahDark 051f1e9830 Add t.audio.mic (boolean) setting to conf.lua пре 6 година
  Miku AuahDark 0d9081ff22 Export love._requestRecordingPermission пре 6 година
  Miku AuahDark 0f23b0e4a0 Initial working on mic recording support for Android. пре 6 година
  Alex Szpakowski 594b45cfb5 Clean up internal vector code. Add an (internal) vector4 struct. пре 6 година
  Alex Szpakowski ed537c4f6a lines can render more than 65k vertices (resolves issue #1356). пре 6 година
  Alex Szpakowski 157282ec7e Fix a typo causing mesh attribute instancing to behave weirdly. пре 6 година
  Alex Szpakowski da046b39f0 possibly fix a Windows compile error пре 6 година
  Alex Szpakowski 271f0af7b7 Avoid lua_pushlightuserdata in enet's wrapper code (issue #1515). пре 6 година
  Alex Szpakowski 83e74e5e6c Fix setRandomSeed and setRandomState not fully invalidating the state used by randomNormal (resolves issue #1516). пре 6 година
  Alex Szpakowski 2eefa859e3 Attempt to fix VS2013 compatibility. пре 6 година
  Alex Szpakowski 93802a3247 Use doubles instead of lightuserdata for keys into love's internal object registry (issue #1515). пре 6 година
  Alex Szpakowski 3cadd50bec macOS: Add entitlements for Apple's hardened runtime. пре 6 година
  Alex Szpakowski 4f093a0b6b Support loading BGRA8 dds files into RGBA8 images. пре 6 година
  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 година
  Alex Szpakowski 42a8107b07 Fix a compile error пре 6 година
  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 година
  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 година
  Alex Szpakowski c4fac73dc4 ImageData and Images now support the rg11b10f format. пре 6 година
  Alex Szpakowski b5da34ffb1 very minor code style change for consistency пре 6 година
  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 година