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
Alex Szpakowski
20a92a4106
Merge branch '12.0-development' into metal
2020-12-22 22:37:17 -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
Alex Szpakowski
27897b4af1
Merge branch '12.0-development' into metal
2020-10-24 00:36:33 -03: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
Alex Szpakowski
7a50f32585
Merge branch '12.0-development' into metal
2020-07-29 18:21:19 -03: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
6cd4b3e3f7
Update glslang
2020-06-07 15:36:23 -03:00
Alex Szpakowski
f5ecaf2e92
Update spirv-cross
2020-06-06 16:42:12 -03:00
Alex Szpakowski
3a8f6a35a2
glslang: disable legacy ARB_compatibility for GLSL 1.40+
2020-04-26 22:57:17 -03:00
Alex Szpakowski
e4b84224fc
Update glslang
2020-04-26 22:49:42 -03:00
Alex Szpakowski
910ede47cc
metal: update spirv-cross
2020-04-26 11:44:53 -03:00
Alex Szpakowski
a5b87a10d1
Merge branch '12.0-development' into metal
2020-02-28 23:21:08 -04: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
21b09c9b18
Merge branch '12.0' into metal
2020-02-01 17:56:41 -04: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
Alex Szpakowski
74cf9b8236
The bones of what will become a Metal backend.
...
This isn't anywhere close to usable (not even a blank screen will work), let alone complete. It's about 20% done.
2020-01-26 15:46:33 -04:00
Reiner Herrmann
27942191c5
Fix typos
2020-01-24 18:56:16 +01:00
Antonin Décimo
66e3f29a68
Change file permissions from 755 to 644
2020-01-15 14:59:00 +01:00
Alex Szpakowski
a3774fbca9
Fix build error from incorrect include paths
...
--HG--
branch : minor
2020-01-09 21:15:33 -04:00