Commit History

Author SHA1 Message Date
  Alex Szpakowski 9cc98df218 Merge pull request #1743 from megagrump/12.0-getMotorTorque 3 years ago
  megagrump 85894ad5e4 use dt instead of inv_dt in RevoluteJoint::getMotorTorque 3 years ago
  Alex Szpakowski a3ff9999d1 Disallow mat3 formats in shader storage buffers. 3 years ago
  Alex Szpakowski 5c98cbdabd Fix Shader:send with storage buffers when the shader uses more than 1. 3 years ago
  Alex Szpakowski fb77e64f61 Allow plain arrays of a base type as shader buffer block declarations. 3 years ago
  Alex Szpakowski 68977ec311 Fix alignment of storage buffers with vec3 or mat3 components. 3 years ago
  Alex Szpakowski 041aa2fc23 Revert Shader:send to cause a Lua error instead of returning false, 3 years ago
  Alex Szpakowski b916c0ad92 Fix error message when sending buffers to unused variables 3 years ago
  Alex Szpakowski e258601bb5 Fix the save dir not being created if appdata/LOVE/ doesn't exist. 3 years ago
  Alex Szpakowski 8a48f1b733 Merge branch 'main' into 12.0-development 3 years ago
  Alex Szpakowski e27a71f798 Move boot.lua to src/modules/love/ with raw string literal format. 3 years ago
  Alex Szpakowski 0f4adbab0d update stb_image from 2.26 to 2.27 3 years ago
  Alex Szpakowski 9b8a422d95 update lodepng to latest code 3 years ago
  Alex Szpakowski 28372bff7e Update readme to refer to new main branch name 3 years ago
  Alex Szpakowski e5954af38e update Github Actions builds to pull megasource from the new main branch 3 years ago
  Alex Szpakowski 4574805486 Make rounded rectangles more robust. 3 years ago
  Alex Szpakowski ad2de2702a Fix a missing #include causing a potential compile error 4 years ago
  Alex Szpakowski 4a579bf2a7 Merge pull request #1730 from zombrodo/fix/1721-printf-wrap 4 years ago
  Miku AuahDark 75a3e5db01 Fix VS2013 compilation of a066e18. 4 years ago
  Miku AuahDark ae300d9b11 Revert "Enable JIT in Android" 4 years ago
  Miku AuahDark a066e18aa6 Register custom Lua PANIC handler that shows message box. 4 years ago
  Alex Szpakowski f4a694c266 Merge branch 'master' into 12.0-development 4 years ago
  Alex Szpakowski 16ebaea390 Fix DXT1 textures which use 1 bit alpha-cutout. 4 years ago
  Jack Robinson bfca659e37 Fix #1721: floor result of scaling kerning based on dpi 4 years ago
  Alex Szpakowski 7038c66ab2 Hook up missing reflection data for writable textures in compute 4 years ago
  Miku AuahDark 216d5ca4b2 Fix love.displayrotated passes boolean instead of string 4 years ago
  Alex Szpakowski 63e3bd1823 use 'thread' and 'threadgroup' terminology in compute shader code. 4 years ago
  Alex Szpakowski 601d4e120d don't need memory barriers for readonly storage textures. 4 years ago
  Alex Szpakowski a551fcd492 Initial support for writing to textures in compute shaders. 4 years ago
  Alex Szpakowski cffd485976 Allow rendering to integer textures. 4 years ago