John Doe
fc5eeb11a3
Fix copyright notice date
2026-01-21 18:49:11 +00:00
John Doe
6f08eb94c6
Update copyright notice with correct year
2025-07-12 23:19:22 +01:00
Sasha Szpakowski
1f1728c333
update glslang to KhronosGroup/glslang@05cfcc1
...
Fixes #2194 .
2025-06-15 16:16:26 -03:00
Sasha Szpakowski
a9fca2e0ff
update VMA to 3.2.1. Fixes assert when running with vulkan 1.4.
2025-03-09 16:57:49 +01:00
Sasha Szpakowski
2e0b85a005
update volk library to zeux/volk@362e53e
2025-02-02 10:30:50 -04:00
Sasha Szpakowski
244ba44b8b
update vulkan headers
2025-02-02 10:29:57 -04:00
Miku AuahDark
0f39eeb73c
Update lua-https to love2d/lua-https@121d651 .
2025-01-30 19:15:32 +08:00
Miku AuahDark
dc1fca374e
Update lua-https to love2d/lua-https@5b6ecab .
2025-01-30 12:07:26 +08:00
Sasha Szpakowski
43a295a7f0
Add basic editorconfig for src subfolder.
2024-11-02 18:18:21 -03:00
Sasha Szpakowski
05eddac6ff
vulkan: update VMA to latest code from github
2024-10-11 19:00:07 -03:00
Sasha Szpakowski
e6e5ec0ab5
glslang: add support for validating overlapping vertex input locations in OpenGL GLSL.
2024-09-07 17:32:50 -03:00
Sasha Szpakowski
a48639d112
update https library to love2d/lua-https@76d92e7
2024-08-10 17:54:23 -03:00
Sasha Szpakowski
42f85b8a5c
update glslang
2024-07-31 19:42:06 -03:00
Sasha Szpakowski
0d95aeaa68
update stb_image
2024-07-15 21:09:03 -03:00
Sasha Szpakowski
fd1901b3ad
Update glslang with array-of-samplers fix.
2024-03-30 11:31:33 -03:00
Sasha Szpakowski
bb7312e057
luasocket: restore code to compile unix sockets on windows.
2024-02-25 14:39:40 -04:00
Sasha Szpakowski
5907a7efe7
Update luasocket to lunarmodules/luasocket@98be8d9
...
Fixes #1663 .
2024-02-25 14:25:36 -04:00
Sasha Szpakowski
64a30f177f
Merge branch 'main' into 12.0-development
2024-02-10 12:24:48 -04:00
Sasha Szpakowski
94d5864144
update year for copyright notice
2024-02-10 12:13:22 -04:00
Sasha Szpakowski
8e361aefbf
SPIRV-Cross: remove C API files
...
The spirv header for those is outdated and can cause warnings because its contents don't match the other spirv header files in SPIRV-Cross and glslang
2024-01-07 21:22:13 -04:00
Sasha Szpakowski
421cfd1a5e
update SPIRV-Cross
2024-01-07 21:17:43 -04:00
Sasha Szpakowski
a99d5afc57
update glslang
2024-01-07 21:14:01 -04:00
Sasha Szpakowski
4631bc56fb
Merge branch 'main' into 12.0-development
2023-12-25 15:39:45 +01:00
Sasha Szpakowski
444ab6311b
Workaround for Windows 7 runtime compatibility
2023-12-09 19:41:52 -04:00
Miku AuahDark
2fd2930c24
Update lua-https to love2d/lua-https@0b2346f .
2023-09-28 16:53:59 +08:00
Sasha Szpakowski
ddf88c64bd
Update lua-https to latest commit ( love2d/lua-https@6dbce69 )
2023-08-30 21:47:26 -03:00
Sasha Szpakowski
6e80d85110
Merge branch 'main' into 12.0-development
2023-08-19 21:35:55 -03:00
Sasha Szpakowski
a161207f02
update PhysFS to 3.2.0.
...
Fixes #1880 .
2023-05-28 12:30:32 -03:00
Miku AuahDark
4cd0bc0de4
Improve full-lightuserdata check on 32-bit platforms.
...
On 32-bit platforms, full-lightuserdata is always supported since their pointer fits entirely in 2^48 limitation that LuaJIT had in older version.
Also suppress warning about key > 0x20000000000000ULL is always false on enet.cpp when compiling on 32-bit platforms.
2023-05-23 11:12:34 +08:00
Miku AuahDark
f2ff90c68b
Workaround alignment issue in ENet on 32-bit platforms.
2023-05-23 10:45:09 +08:00
EngineerSmith
8f5ca512b8
added variant for enet peer_send and host_broadcast to take light userdata and a size than just a lua string
2023-05-09 17:46:02 +01:00
Miku AuahDark
61352b90a5
Update dr_mp3 to 0.6.34.
...
Closes #1898
2023-01-24 20:42:21 +08:00
Sasha Szpakowski
f6cdbdc868
Merge branch 'main' into 12.0-development
2022-12-31 22:46:34 -04:00
Sasha Szpakowski
0b75f6cfa5
Missed some files...
2022-12-31 22:36:48 -04:00
Sasha Szpakowski
c823dbca96
Update copyright year for 2023
2022-12-31 22:25:49 -04:00
Sasha Szpakowski
5fe40be724
Fix compilation
2022-12-26 22:29:50 -04:00
Sasha Szpakowski
7137c3ffb7
Remove #ifdefs supporting old Visual Studio versions.
2022-12-26 22:22:14 -04:00
Miku AuahDark
857cf40636
LuaSocket: Enable Unix sockets in Windows
2022-10-08 13:21:56 +08:00
Miku AuahDark
984391bed5
Rename love::luasocket::__open to love::luasocket::preload
2022-10-08 12:58:16 +08:00
Miku AuahDark
badc311aee
Update LuaSocket to 3.1.0
...
Also perform minor refactor on how LuaSocket are preloaded.
2022-10-08 12:54:20 +08:00
Miku AuahDark
d082e91435
Use double-precision on all noise-related functions.
2022-09-25 17:43:47 +08:00
Miku AuahDark
da27af1eda
Re-add 3D and 4D Simplex Noise.
...
This partially revert 97806f87c0
2022-09-24 18:37:07 +08:00
Miku AuahDark
6b493c164e
Fix SimplexNoise1234 file encoding.
2022-09-24 18:25:54 +08:00
niki
622942c785
vulkan: remove misnamed directory
2022-09-20 02:23:31 +02:00
niki
792db5754a
Merge branch '12.0-development' of https://github.com/nikeinikei/love into 12.0-development
2022-09-20 02:12:01 +02:00
niki
735c8b0290
vulkan: provide vulkan headers ourselves
2022-09-20 02:10:51 +02:00
niki
f8af91ece5
vulkan: provide vulkan headers ourselves
2022-09-20 01:59:51 +02:00
niki
67d607fff6
vulkan: fix linux build attempt 3
2022-09-18 21:23:15 +02:00
niki
850749fac0
linux build: use c++14
2022-09-18 20:39:55 +02:00
niki
3a74fecb22
vulkan: outsource used libraries
2022-09-16 02:25:36 +02:00