OpenSauce
|
e8404ad7f4
|
Added updated installation instructions for Android
|
2024-04-12 23:22:55 +01:00 |
|
Reg Tiangha
|
0cc7cb4e9d
|
vk_instance.cpp: fix getting driver_id for vulkan device (#53)
* vk_instance.cpp: fix getting driver_id for vulkan device
* apply clang-format (fixed)
Co-authored-by: Malachi <malachicapela@gmail.com>
|
2024-04-12 18:39:04 +01:00 |
|
OpenSauce04
|
563be55156
|
Reverted prior quick telemetry fix to make way for a proper fix
|
2024-04-12 18:35:18 +01:00 |
|
OpenSauce
|
337ce6ec2d
|
Merge pull request #72 from rtiangha/updates
Dependency Updates
|
2024-04-11 23:33:21 +01:00 |
|
OpenSauce04
|
1c5154dc60
|
Quick and dirty telemetry removal to buy us time to fix #53
|
2024-04-11 23:05:10 +01:00 |
|
OpenSauce04
|
2e4f53ec2b
|
Revert "Remove telemetry"
This reverts commit 6be3af71d4 .
|
2024-04-11 22:10:24 +01:00 |
|
OpenSauce
|
51b6c6b848
|
Tweaked Linux install instructions
|
2024-04-11 18:41:22 +01:00 |
|
OpenSauce
|
9340da711f
|
README tweaks
- Updated order of install instructons in order of popularity
- Tweaked size of headers
|
2024-04-11 18:38:46 +01:00 |
|
Reg Tiangha
|
d29c9bfa63
|
Merge branch 'Lime3DS:master' into updates
|
2024-04-11 08:57:20 -06:00 |
|
Reg Tiangha
|
f758720785
|
externals: update libyuv to HEAD
|
2024-04-11 08:45:20 -06:00 |
|
Reg Tiangha
|
0e4873a9d4
|
workflows: update spirv-tools in msvc container
|
2024-04-11 08:43:20 -06:00 |
|
Reg Tiangha
|
56b4070db0
|
externals: update cubeb to HEAD
|
2024-04-11 08:41:07 -06:00 |
|
Reg Tiangha
|
f643399d1b
|
externals: update openal-soft to HEAD
|
2024-04-11 08:40:19 -06:00 |
|
Reg Tiangha
|
34667b9231
|
externals: update sdl2 from 2.30.1 to 2.30.2-HEAD
|
2024-04-11 08:38:55 -06:00 |
|
Reg Tiangha
|
96da5b6667
|
externals: update catch2 from v3.5.3 to v3.5.4
|
2024-04-11 08:26:08 -06:00 |
|
Reg Tiangha
|
5e5d4a5a27
|
workflows: Update Apple builds from XCode 15.0 to xcode-latest
|
2024-04-11 08:20:23 -06:00 |
|
Reg Tiangha
|
e07d466e70
|
cmake: Update QT6 from 6.6.0 to 6.7.0
|
2024-04-11 08:17:35 -06:00 |
|
João Vitor Polverari
|
6e553a5e21
|
fixed t.apk to .apk
|
2024-04-10 17:36:43 -03:00 |
|
Mike
|
880292592c
|
Log the contents of the General Purpose Registers when an unrecoverable exception occurs (#66)
This information is valuable for individuals utilizing Lime3DS to assist in debugging processes.
|
2024-04-10 17:35:50 -03:00 |
|
João Vitor Polverari
|
a47bd06da9
|
Update Install instructions
|
2024-04-10 16:39:21 -03:00 |
|
gperrio
|
b57dc53d93
|
Android haptic feedback (#56)
* Android: Add haptic feedback to overlay controls
* Android: Add haptic feedback to overlay controls
---------
Co-authored-by: João Vitor Polverari <polverari.jv@gmail.com>
|
2024-04-10 12:26:39 -03:00 |
|
OpenSauce
|
2c17f11596
|
Fixed a typo in Flathub downloads badge URL
|
2024-04-10 13:06:47 +01:00 |
|
João Vitor Polverari
|
252d643e49
|
Update README.md
|
2024-04-09 19:35:47 -03:00 |
|
OpenSauce
|
6cab4a5386
|
Added Flathub download link to README
|
2024-04-09 14:11:11 +01:00 |
|
OpenSauce
|
6ba687e9ca
|
Added Flathub download count to README
This will error for a day or two until the package has public download stats
|
2024-04-08 17:45:04 +01:00 |
|
gperrio
|
15c9e3e007
|
Android: new overlay button to swap screens (#51)
Co-authored-by: gperrio <guillaume.perrio@ingenico.com>
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
|
2024-04-07 22:31:28 +01:00 |
|
OpenSauce04
|
a62fd26fca
|
Fixed the Exit hotkey not working correctly
|
2024-04-07 20:53:59 +01:00 |
|
Reg Tiangha
|
22a11b0715
|
workflows: Install vulkan-sdk/spirv-tools
|
2024-04-07 19:37:27 +01:00 |
|
Reg Tiangha
|
f9a44c30b6
|
externals: allow external SPIR-V Optimization
|
2024-04-07 19:37:27 +01:00 |
|
Reg Tiangha
|
870e32be6f
|
externals: update glslang from 12.2.0 to 14.1.0-HEAD
|
2024-04-07 19:37:27 +01:00 |
|
Reg Tiangha
|
7455bec491
|
externals: update vulkan-headers from vulkan-sdk-1.3.275.0 to v1.3.281
|
2024-04-07 19:37:27 +01:00 |
|
Reg Tiangha
|
1e70329772
|
externals: update vma to HEAD
|
2024-04-07 19:37:27 +01:00 |
|
OpenSauce04
|
7864eb6bab
|
Fixed formatting
|
2024-04-07 19:04:59 +01:00 |
|
OpenSauce04
|
9ee8c76603
|
Fixed some message window titles displaying "Lime" instead of "Lime3DS"
|
2024-04-07 18:40:49 +01:00 |
|
OpenSauce04
|
0f55d24fb5
|
Beautify compatibility list JSON
|
2024-04-07 18:11:52 +01:00 |
|
OpenSauce04
|
3bc0312b45
|
Ported GPUCode's Android Vulkan stability fixes
Thanks!
|
2024-04-07 15:58:50 +01:00 |
|
OpenSauce04
|
127244a1d0
|
Rebranded default system settings
|
2024-04-06 00:01:01 +01:00 |
|
OpenSauce
|
d25d820e64
|
Updated README
|
2024-04-05 12:45:40 +01:00 |
|
OpenSauce04
|
ff46656809
|
Android drawer is now locked by default
|
2024-04-04 21:04:08 +01:00 |
|
OpenSauce04
|
5913d8342f
|
Corrected MacOS bundle identifier
|
2024-04-04 16:30:29 +01:00 |
|
OpenSauce04
|
b7d8373b2f
|
Fixed formatting
|
2024-04-04 15:51:27 +01:00 |
|
OpenSauce04
|
0929a9ada9
|
Updated Android package ID to io.github.lime3ds.android
|
2024-04-04 15:47:52 +01:00 |
|
OpenSauce04
|
714934add8
|
Builds created from unified sources will now display the correct version number in-app
|
2024-04-04 12:20:56 +01:00 |
|
João Vitor Polverari
|
59786d7f96
|
Updated actions/github-script and added redundancy
|
2024-04-03 21:42:06 -03:00 |
|
OpenSauce04
|
e7a51c4e83
|
Re-enabled MSYS2 build
|
2024-04-03 23:46:50 +01:00 |
|
OpenSauce04
|
2c58da535f
|
Source archives now use lime3ds prefix instead of lime
|
2024-04-03 23:39:50 +01:00 |
|
OpenSauce04
|
c42304c66d
|
Updated default mobile portrait touch layout to be more ergonomic
|
2024-04-03 23:23:45 +01:00 |
|
OpenSauce04
|
7d581c4b63
|
Fixed MacOS branding
|
2024-04-03 22:04:06 +01:00 |
|
OpenSauce04
|
ecb2e8ff35
|
Discord presence is now greyed out instead of invisble when unavailable to avoid the tab being potentially empty
|
2024-04-03 21:56:34 +01:00 |
|
OpenSauce04
|
4e7fa95751
|
Gutted Web tab code for Web Service and Telemetry options
|
2024-04-03 21:56:34 +01:00 |
|