Alex Szpakowski
c8038f22df
Merge branch 'main' into 12.0-development
2021-12-24 11:35:35 -04:00
Miku AuahDark
ede0ad0a20
Fix ENet error on certain system with >48-bit pointers.
...
Fixes love2d/love-android#222
2021-12-19 09:47:45 +08:00
Miku AuahDark
fb815edc28
Change luaL_loadbuffer chunkname with prefixes.
2021-12-12 09:23:00 +08:00
Alex Szpakowski
7310fde7b9
glslang: fix compilation on certain newer compilers
...
This is already fixed in the latest glslang source code, but updating may be too risky for love 11.x.
2021-12-04 13:11:01 -04:00
megagrump
136c3cd277
use double precision numbers in love.math.noise
2021-11-22 14:57:05 +01:00
Alex Szpakowski
8a48f1b733
Merge branch 'main' into 12.0-development
2021-10-19 21:50:19 -03:00
Alex Szpakowski
0f4adbab0d
update stb_image from 2.26 to 2.27
2021-10-16 21:28:22 -03:00
Alex Szpakowski
9b8a422d95
update lodepng to latest code
2021-10-16 21:25:05 -03:00
Alex Szpakowski
433190d1df
Merge branch 'master' into 12.0-development
2021-06-06 11:43:54 -03:00
Alex Szpakowski
d899fe96b6
update dr_flac
2021-05-30 21:27:34 -03:00
Alex Szpakowski
13523f5a5a
Update stb_image
2021-05-30 16:04:54 -03:00
Alex Szpakowski
9b4aea8f17
Missed some copyright date updates
2021-04-07 20:34:24 -03:00
Alex Szpakowski
21f5ba86d3
Merge branch 'master' into 12.0-development
2021-04-07 20:33:44 -03:00
Alex Szpakowski
ff90a0dea6
physfs: improve mounted archive search when opening a file for write
2021-01-01 19:36:13 -04:00
Alex Szpakowski
f00f5cb51a
physfs: add PHYSFS_canUnmount
...
Fix unmount on a RW archive not checking if writable files are open
2021-01-01 16:25:50 -04:00
Alex Szpakowski
2bee42893b
physfs: fix indentation
2020-12-31 14:10:39 -04:00
Alex Szpakowski
9e9fa71589
physfs: Add PHYSFS_mountRW
2020-12-30 22:54:08 -04:00
Miku AuahDark
c8eeefba51
dr_flac: Ensure NEON codepath is taken for Windows ARM64
...
Patch based on mackron/dr_libs@5c6b5b1638
2020-12-03 13:48:25 +08:00
Miku AuahDark
fc69bcce03
dr_mp3: Fix Windows ARM64 compilation.
...
Based on lieff/minimp3@0d0c452dc7 . dr_mp3 is based on minimp3,
thus have similar structure.
Ieally, we should update dr_mp3, but it makes the commit noisy and dr_mp3 is updated often
so an update to dr_mp3 should be done before new LOVE releases.
2020-12-03 13:45:58 +08:00
Miku AuahDark
cfda1f5425
PhysFS: Fix compile error when targetting Windows ARM64
2020-12-03 13:34:23 +08:00
Alex Szpakowski
fc2cf602f6
Fix RopeJoints not working.
2020-11-12 23:46:49 -04:00
Alex Szpakowski
c12b46da98
Fix compilation on macOS/iOS after box2d update
2020-11-03 22:11:07 -04:00
Alex Szpakowski
cbde2ce76c
Merge pull request #1613 from thegrb93/box2d-update
...
Box2d update to 2.4.1
2020-11-02 21:27:57 -04:00
Garrett Brown
23a0341676
Fix missing loveAssert
2020-11-01 22:46:31 -05:00
Garrett Brown
dd445ed182
Fix b2Assert location and fix isfinite missing
2020-10-17 22:52:58 -04:00
Garrett Brown
dfd8c84d43
replace isfinite with std::isfinite
2020-10-17 22:40:07 -04:00
Garrett Brown
1b74b34cce
Update userdata stuff to how new box2d wants it
2020-10-17 22:30:01 -04:00
Garrett Brown
77f238767f
Update to box2d 2.4.1
2020-10-17 22:15:18 -04:00
Alex Szpakowski
510354e276
Merge branch 'master' into 12.0-development
2020-10-12 18:52:09 -03:00
Alex Szpakowski
d083c87d74
Update glslang
2020-10-12 17:29:08 -03:00
Gleb Mazovetskiy
186fa4e0ad
glad.hpp: Fix include inside a namespace
...
These includes should not be inside a namespace.
2020-10-11 10:27:32 +01:00
Alex Szpakowski
26326a01e0
Merge branch 'master' into 12.0-development
2020-09-21 22:35:19 -03:00
Alex Szpakowski
6be79bdd89
Fix build errors when Xcode 12 is used.
2020-09-21 22:14:41 -03:00
Garrett Brown
bd4f256735
Lower case folders
2020-09-17 09:37:23 -04:00
Garrett Brown
be5ad1f445
Fix isfinite erroring
2020-08-16 20:57:20 -04:00
Garrett Brown
350054e190
Rename Box2D folder to box2d
2020-08-16 19:28:20 -04:00
Garrett Brown
09db462fd6
Fixes
2020-08-16 19:01:59 -04:00
Garrett Brown
a5004f4c8d
Add assert modification
2020-08-16 18:25:03 -04:00
Garrett Brown
74c6021e8d
Starting box2d update
2020-08-16 10:40:04 -04:00
niki
c3e6659fcb
remove pushliteral version in luaopen_luautf8
2020-08-15 01:28:49 +02:00
niki
99e1c0034d
make love lua 5.4 conform
2020-08-14 19:27:42 +02:00
Miku AuahDark
a5cc52478f
Merge branch 'master' into 12.0-development
2020-06-15 13:48:24 +08:00
Miku AuahDark
4191351f55
Update stb_image to 2.25
2020-06-15 13:23:53 +08:00
Miku AuahDark
5602d29812
Update lodepng to 20200306
2020-06-15 13:18:36 +08:00
Alex Szpakowski
b8f20ed8db
Merge pull request #5 from MikuAuahDark/replace-mpg123
...
Replace Mpg123 with dr_mp3
2020-02-16 18:34:07 -04:00
Miku AuahDark
1076ee6112
Add non-mpg123 MP3 decoder.
2020-02-16 14:25:40 +08:00
Miku AuahDark
851c2f315e
Move dr_flac/dr_flac.h to dr/dr_flac.h
2020-02-16 14:00:45 +08:00
Alex Szpakowski
7684920f19
Merge branch 'master' into 12.0
2020-01-30 20:03:24 -04:00
Miku AuahDark
5a27742c34
FLAC: Update dr_flac to 0.12.3
...
Improved seeking for FLAC audio files.
2020-01-29 13:22:13 +08:00
Reiner Herrmann
27942191c5
Fix typos
2020-01-24 18:56:16 +01:00