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