Commit graph

24 commits

Author SHA1 Message Date
matcool
324795cddb ghc::filesystem -> std::filesystem
remove ghc::filesystem :D
closes #713
2024-06-02 22:35:51 -03:00
kynex7510
1f9cb46b02
Fix loader 2024-06-02 22:46:01 +02:00
matcool
959ae77036 proxy loader now properly defines ordinal 2024-06-02 16:38:50 -03:00
matcool
637a79429e fix proxyloader 2024-06-02 15:24:59 -03:00
kynex7510
fe7d24cd01
Fix proxy 2024-06-02 17:10:44 +02:00
kynex7510
4a5856ea1c
Switch to xinput 2024-06-02 09:36:33 +02:00
kynex7510
f95daab2fe
Update loader 2024-06-01 23:50:36 +02:00
ConfiG
dd62eac4c5
Enable PCH with sccache on mac, clean up actions (#519) 2024-02-13 16:59:32 -03:00
matcool
9b22d48352 move gd version detection code to proxyloader, now works on 2.1 2024-01-10 18:23:56 -03:00
HJfod
2aa9f561f5 bump minimum cmake version 2023-12-20 12:47:04 +02:00
ConfiG
2b1becc233
silence warnings from dependencies 2023-08-02 17:34:36 +03:00
ConfiG
25bafae278
try to use ninja on win actions 2023-08-02 02:06:20 +03:00
ConfiG
803bfadf2a
fix windows build 2023-08-01 22:09:45 +03:00
ConfiG
8f5559f531
refactor actions
- add ability to automatically create a draft release
 - change windows to windows-latest
 - unify "Unzip CLI" and "Add CLI to Path"
 - remove out folder
 - prevent unnecessary files from generating on windows
 - leave resources in platform-specific artifacts
 - unify "Package MacOS" and "Package Windows"
 - use steps outputs instead of env variables for storing version/hash
2023-08-01 21:57:01 +03:00
ConfiG
692e227194
add LIBRARY_OUTPUT_DIRECTORY back
and change SIZE_T to size_t
2023-06-09 15:54:37 +03:00
ConfiG
b47870e7e9
new proxy loader
- remove bootstrapper dll
- add updater exe
- remove createthread/loadlibrary calls
  - and link instead to let windows load it
- needs mac port probably?
2023-06-09 15:39:35 +03:00
altalk23
63671c9618 compilation test 2022-12-13 10:35:26 +03:00
matcool
2c3520f454 Add CPM.cmake, use it for external libraries
this removes submodules and external libraries in the code in favor of
importing them as CPM packages. CPM_SOURCE_CACHE is recommended as
codegen has to readd two of the same dependencies
2022-12-12 18:20:24 -03:00
HJfod
09ae7ec942 Great Geode cleanup project
- fix filesystem and fmt paths
 - replace uses of CCString::createWithFormat with fmt::format
2022-11-28 18:32:25 +02:00
HJfod
523c75e521 make Bootstrapper and proxyLoader actually show error boxes 2022-10-08 13:26:45 +03:00
HJfod
9dbaec4d45 i hate msvc!!!!! 2022-10-08 12:58:58 +03:00
altalk23
48ab98a115 macos fixes and implemented the bootstrapper without testing 2022-10-08 12:41:36 +03:00
HJfod
67a88d7ffc support for sorting by category (seems like makeMenuSelector is causing
crashes, will have to look into that)
2022-09-03 21:52:59 +03:00
HJfod
46e3a071d3 whole of geode except without history 2022-07-30 19:24:03 +03:00