OpenSauce04
0a5536aebe
Revert "bundle qt wayland into appimage by rtiangha ( #212 )"
...
This reverts commit 8fd0fb8bf0
.
See #496 for more details
2024-10-14 22:11:31 +01:00
OpenSauce04
675f2bf89c
Re-added Windows zip distribution
2024-09-26 16:39:25 +01:00
OpenSauce04
1006af597c
Added .kts
file extension to license header checker
2024-09-24 00:55:11 +01:00
OpenSauce04
f03e36ed7a
Implemented NSIS installer for Lime3DS
2024-09-21 20:45:22 +01:00
OpenSauce04
8aee58fdd4
Renamed lime3ds-gui
executable to lime3ds
2024-09-03 20:04:04 +01:00
OpenSauce04
07858a015e
Dropped lime3ds-cli
executable and SDL2 frontend
2024-09-03 20:04:04 +01:00
OpenSauce04
5bd98f2168
Distribute MacOS build as a zip archive
2024-09-03 18:39:43 +01:00
Reg Tiangha
7e938fcdd9
Replace all remaining Citra references with Lime3DS
...
Whereas previous efforts were focused on the user-facing side, this commit replaces Citra references which are present in the codebase itself. This should be the last time a change like this is ever necessary.
2024-08-21 21:02:46 +01:00
OpenSauce04
6ca44de7e6
Removed ENABLE_COMPATIBILITY_LIST_DOWNLOAD
cmake option
...
Closes #360
2024-08-18 18:11:25 +01:00
OpenSauce04
282b22b784
Repurposed the Report Compatibility button
...
The button now redirects to Lime3DS's compatibility-list repository
This commit also removes the `CITRA_ENABLE_COMPATIBILITY_REPORTING` cmake option for obvious reasons
2024-08-14 13:54:15 +01:00
OpenSauce04
33bc972901
Purge iOS from project codebase
2024-07-31 12:51:13 +00:00
Miguel
8fd0fb8bf0
bundle qt wayland into appimage by rtiangha ( #212 )
2024-07-30 19:27:45 +00:00
OpenSauce04
1c5ec87069
Fixed license header checker handling deleted files incorrectly
2024-07-27 15:23:38 +01:00
OpenSauce
20752b79ed
Minor formatting nitpick in license checker script
2024-07-25 23:59:18 +01:00
OpenSauce04
9f7cb41a29
Added file license header checking to CI
2024-07-25 22:44:27 +01:00
OpenSauce04
9ac1d33f1e
Release source archive names now use version number instead of git info
2024-05-27 00:47:10 +01:00
OpenSauce04
8a9ec7e0fa
Android: Removed nightly
and canary
build flavours as they are now irrelevant
2024-05-17 22:26:33 +01:00
OpenSauce04
467afbb041
Update executable names to follow new naming scheme
2024-05-13 19:03:42 +00:00
Reg Tiangha
b2e63f2b49
ci: Strip Clang binaries
2024-04-30 14:46:44 +00:00
OpenSauce04
59de658af9
Removed redundant comment
...
Both Linux versions are now built with Clang
2024-04-21 10:44:59 +01:00
OpenSauce04
5cae96f72e
Added verbose flag to ccache command in appimage build
2024-04-21 10:36:19 +01:00
OpenSauce04
ea0b627dc4
Merged linux-fresh and linux-appimage build envs
2024-04-15 22:54:39 +01:00
OpenSauce04
2906a3e6a5
Updated clang-format command
2024-04-15 18:56:14 +01:00
OpenSauce04
360d61131e
Streamlined produced build files
...
- Android App Bundles are no longer produced
- 7Zip compressed archives are no longer produced
2024-04-13 00:10:43 +01:00
OpenSauce04
2c58da535f
Source archives now use lime3ds
prefix instead of lime
2024-04-03 23:39:50 +01:00
OpenSauce04
2b5aea2b1a
Release packages are now prefixed with lime3ds
instead of lime
2024-04-02 17:11:12 +01:00
OpenSauce04
fd4bc9002f
Fixed release version numbering for Android
2024-04-02 17:11:12 +01:00
OpenSauce04
cbbdc26624
Updated filename format for release packages
2024-04-02 17:11:12 +01:00
OpenSauce04
2c0ffe163f
Fixed release archives naming the contained folder "head" instead of the release name
2024-04-02 17:11:12 +01:00
OpenSauce
6cf2c37392
The big rebrand commit
...
- Rebranded executable files to reference Lime instead of Citra
- Rebranded many files in the source tree to reference Lime instead of Citra
- Rebranded many resource files to reference Lime instead of Citra
- Rebranded all instances of Citra's reverse DNS to Lime's reverse DNS
- Other small misc rebrands
2024-03-31 16:50:40 +01:00
João Vitor Polverari
adc712477b
Source files name change
2024-03-29 17:01:15 -03:00
João Vitor Polverari
b63f47308f
changed the build folder name
2024-03-28 15:09:26 -03:00
blitzingeagle
5ea742b9c7
Silence compat list
2024-03-05 01:30:25 -05:00
Steveice10
cca8c08a9a
build: Fix non-PCH build on Linux and add non-PCH verification to CI. ( #7351 )
2024-01-13 19:58:09 -08:00
Steveice10
2e369c03b8
ci: Revert back to unzipped Android artifacts. ( #7258 )
2023-12-19 18:51:47 -08:00
Steveice10
9a6d15ab74
ci: Only use Linux clang for app image build. ( #7244 )
...
* ci: Only use Linux clang for app image build.
* build: Re-add -Wno-attributes for GCC 11.
2023-12-12 09:48:06 -08:00
Steveice10
5193a5d222
build: Remove need for system Python to download Qt on macOS. ( #7125 )
2023-11-06 12:26:50 -08:00
Steveice10
b5d744bcae
ci: Work around macOS GitHub runner pip install failures. ( #7110 )
2023-11-03 03:35:32 -07:00
TGP17
b231a22ea5
Switch compiler to clang on Linux ( #7077 )
2023-10-25 11:00:52 -07:00
Steveice10
6244f9e3fd
ci: Support Android x86_64 and optimize build caching. ( #7045 )
...
* android: Support x86_64 devices.
* ci: Improve ccache hits and stats.
* ci: Compress Android artifacts.
* ci: Re-enable PCH and set ccache sloppiness appropriately.
2023-10-08 23:56:01 -07:00
SachinVin
5ced2c7af9
Bump clang format to 15 ( #7014 )
2023-09-27 19:29:49 +05:30
Steveice10
af5202f6cb
ci: Add iOS verification workflow. ( #6992 )
2023-09-18 20:12:28 -07:00
Steveice10
cf54210f42
ci: Remove compatibility artifact naming for releases. ( #6647 )
2023-08-20 16:41:13 -07:00
Steveice10
df9cc1b84c
ci: Fix CI builds being marked as dirty. ( #6656 )
2023-07-04 21:02:33 -07:00
Steveice10
13a8969824
build: Clear out remaining compile warnings. ( #6662 )
2023-07-04 21:00:24 -07:00
Steveice10
2d6aca4563
build: Rework CI and move all bundling into new build target. ( #6556 )
...
* build: Rework CI and move all bundling into new build target.
* ci: Use "mingw" in msys2 release names for compatibility.
* ci: Use "osx" in macOS release names for compatibility.
* ci: Disable macOS upload.
Will be moved to a separate PR for canary merge.
2023-06-26 17:42:00 -07:00
TGP17
7c11b9b689
Remove AppImage Themeing ( #6618 )
2023-06-18 10:24:11 -07:00
Steveice10
38435e9b3e
Dynamically load FFmpeg and libfdk-aac if available. ( #6570 )
2023-06-17 02:06:18 +03:00
Steveice10
54c499ed5b
Prepare for Vulkan backend ( #6595 )
...
* externals: Add libraries required for vulkan
* build: Add support for downloading bundled MoltenVK.
* ci: Install tools needed for Vulkan.
* citra_qt: Add API status indicator
---------
Co-authored-by: GPUCode <geoster3d@gmail.com>
2023-06-05 07:29:05 -07:00
Steveice10
b91fbf3f8e
ci: Fix macOS bundle validity issues. ( #6572 )
...
* ci: Fix improper copying of macOS artifacts.
* ci: Resign universal macOS app after combining.
2023-05-31 13:01:12 +03:00