-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS ARM support <3 #147
base: master
Are you sure you want to change the base?
MacOS ARM support <3 #147
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2946cef - Browse repository at this point
Copy the full SHA 2946cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccde804 - Browse repository at this point
Copy the full SHA ccde804View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6eab33 - Browse repository at this point
Copy the full SHA c6eab33View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f02b4 - Browse repository at this point
Copy the full SHA f1f02b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d74da8f - Browse repository at this point
Copy the full SHA d74da8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de4fdc - Browse repository at this point
Copy the full SHA 9de4fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c683c2 - Browse repository at this point
Copy the full SHA 1c683c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6012257 - Browse repository at this point
Copy the full SHA 6012257View commit details -
Configuration menu - View commit details
-
Copy full SHA for 584c02f - Browse repository at this point
Copy the full SHA 584c02fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f1d147 - Browse repository at this point
Copy the full SHA 7f1d147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0975ac8 - Browse repository at this point
Copy the full SHA 0975ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec19a3 - Browse repository at this point
Copy the full SHA bec19a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d59a2 - Browse repository at this point
Copy the full SHA 86d59a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 368d249 - Browse repository at this point
Copy the full SHA 368d249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ac42e - Browse repository at this point
Copy the full SHA 15ac42eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8d258 - Browse repository at this point
Copy the full SHA bf8d258View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26d359 - Browse repository at this point
Copy the full SHA c26d359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45dee97 - Browse repository at this point
Copy the full SHA 45dee97View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde7a42 - Browse repository at this point
Copy the full SHA cde7a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8039c44 - Browse repository at this point
Copy the full SHA 8039c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bb736 - Browse repository at this point
Copy the full SHA 94bb736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bca006 - Browse repository at this point
Copy the full SHA 2bca006View commit details -
Configuration menu - View commit details
-
Copy full SHA for e674c16 - Browse repository at this point
Copy the full SHA e674c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for f28172e - Browse repository at this point
Copy the full SHA f28172eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f4e85 - Browse repository at this point
Copy the full SHA 56f4e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae2291 - Browse repository at this point
Copy the full SHA 4ae2291View commit details -
Merge branch 'ghcw-session-d22d' of https://github.com/enzofrnt/BeamM…
…P-Launcher into ghcw-session-d22d
Configuration menu - View commit details
-
Copy full SHA for 822b24b - Browse repository at this point
Copy the full SHA 822b24bView commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6779ed - Browse repository at this point
Copy the full SHA a6779edView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3dcf7 - Browse repository at this point
Copy the full SHA fd3dcf7View commit details -
```bash Book • ➜ ~/GithubRepo/BeamMP-Launcher git:(ghcw-session-d22d) ✗ cmake --build . --config $BUILD_TYPE [ 5%] Building CXX object CMakeFiles/Launcher.dir/src/GameStart.cpp.o In file included from /Users/enzofournet/GithubRepo/BeamMP-Launcher/src/GameStart.cpp:13: /Users/enzofournet/GithubRepo/BeamMP-Launcher/include/vdf_parser.hpp:134:43: warning: 'codecvt_utf8<wchar_t>' is deprecated [-Wdeprecated-declarations] 134 | std::wstring_convert<std::codecvt_utf8<wchar_t>> conv1; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/codecvt:194:28: note: 'codecvt_utf8<wchar_t>' has been explicitly marked deprecated here 194 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 codecvt_utf8 : public __codecvt_utf8<_Elem> { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED' 995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ In file included from /Users/enzofournet/GithubRepo/BeamMP-Launcher/src/GameStart.cpp:13: /Users/enzofournet/GithubRepo/BeamMP-Launcher/include/vdf_parser.hpp:134:22: warning: 'wstring_convert<std::codecvt_utf8<wchar_t>>' is deprecated [-Wdeprecated-declarations] 134 | std::wstring_convert<std::codecvt_utf8<wchar_t>> conv1; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/locale:3114:28: note: 'wstring_convert<std::codecvt_utf8<wchar_t>>' has been explicitly marked deprecated here 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED' 995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ 2 warnings generated. [ 11%] Building CXX object CMakeFiles/Launcher.dir/src/Security/BeamNG.cpp.o In file included from /Users/enzofournet/GithubRepo/BeamMP-Launcher/src/Security/BeamNG.cpp:13: /Users/enzofournet/GithubRepo/BeamMP-Launcher/include/vdf_parser.hpp:134:43: warning: 'codecvt_utf8<wchar_t>' is deprecated [-Wdeprecated-declarations] 134 | std::wstring_convert<std::codecvt_utf8<wchar_t>> conv1; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/codecvt:194:28: note: 'codecvt_utf8<wchar_t>' has been explicitly marked deprecated here 194 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 codecvt_utf8 : public __codecvt_utf8<_Elem> { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED' 995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ In file included from /Users/enzofournet/GithubRepo/BeamMP-Launcher/src/Security/BeamNG.cpp:13: /Users/enzofournet/GithubRepo/BeamMP-Launcher/include/vdf_parser.hpp:134:22: warning: 'wstring_convert<std::codecvt_utf8<wchar_t>>' is deprecated [-Wdeprecated-declarations] 134 | std::wstring_convert<std::codecvt_utf8<wchar_t>> conv1; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/locale:3114:28: note: 'wstring_convert<std::codecvt_utf8<wchar_t>>' has been explicitly marked deprecated here 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED' 995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ 2 warnings generated. [ 17%] Linking CXX executable BeamMP-Launcher ld: warning: ignoring duplicate libraries: 'vcpkg_installed/arm64-osx/lib/libz.a' [100%] Built target Launcher Book • ➜ ~/GithubRepo/BeamMP-Launcher git:(ghcw-session-d22d) ✗ Book • ➜ ~/GithubRepo/BeamMP-Launcher git:(ghcw-session-d22d) ✗ cmake --build . --config $BUILD_TYPE [ 5%] Building CXX object CMakeFiles/Launcher.dir/src/GameStart.cpp.o In file included from /Users/enzofournet/GithubRepo/BeamMP-Launcher/src/GameStart.cpp:13: /Users/enzofournet/GithubRepo/BeamMP-Launcher/include/vdf_parser.hpp:134:43: warning: 'codecvt_utf8<wchar_t>' is deprecated [-Wdeprecated-declarations] 134 | std::wstring_convert<std::codecvt_utf8<wchar_t>> conv1; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/codecvt:194:28: note: 'codecvt_utf8<wchar_t>' has been explicitly marked deprecated here 194 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 codecvt_utf8 : public __codecvt_utf8<_Elem> { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED' 995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ In file included from /Users/enzofournet/GithubRepo/BeamMP-Launcher/src/GameStart.cpp:13: /Users/enzofournet/GithubRepo/BeamMP-Launcher/include/vdf_parser.hpp:134:22: warning: 'wstring_convert<std::codecvt_utf8<wchar_t>>' is deprecated [-Wdeprecated-declarations] 134 | std::wstring_convert<std::codecvt_utf8<wchar_t>> conv1; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/locale:3114:28: note: 'wstring_convert<std::codecvt_utf8<wchar_t>>' has been explicitly marked deprecated here 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED' 995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ 2 warnings generated. [ 11%] Building CXX object CMakeFiles/Launcher.dir/src/Security/BeamNG.cpp.o In file included from /Users/enzofournet/GithubRepo/BeamMP-Launcher/src/Security/BeamNG.cpp:13: /Users/enzofournet/GithubRepo/BeamMP-Launcher/include/vdf_parser.hpp:134:43: warning: 'codecvt_utf8<wchar_t>' is deprecated [-Wdeprecated-declarations] 134 | std::wstring_convert<std::codecvt_utf8<wchar_t>> conv1; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/codecvt:194:28: note: 'codecvt_utf8<wchar_t>' has been explicitly marked deprecated here 194 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 codecvt_utf8 : public __codecvt_utf8<_Elem> { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED' 995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ In file included from /Users/enzofournet/GithubRepo/BeamMP-Launcher/src/Security/BeamNG.cpp:13: /Users/enzofournet/GithubRepo/BeamMP-Launcher/include/vdf_parser.hpp:134:22: warning: 'wstring_convert<std::codecvt_utf8<wchar_t>>' is deprecated [-Wdeprecated-declarations] 134 | std::wstring_convert<std::codecvt_utf8<wchar_t>> conv1; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/locale:3114:28: note: 'wstring_convert<std::codecvt_utf8<wchar_t>>' has been explicitly marked deprecated here 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED' 995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ 2 warnings generated. [ 17%] Linking CXX executable BeamMP-Launcher ld: warning: ignoring duplicate libraries: 'vcpkg_installed/arm64-osx/lib/libz.a' [100%] Built target Launcher Book • ➜ ~/GithubRepo/BeamMP-Launcher git:(ghcw-session-d22d) ✗ ```
Configuration menu - View commit details
-
Copy full SHA for 46eeeb4 - Browse repository at this point
Copy the full SHA 46eeeb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c116cb2 - Browse repository at this point
Copy the full SHA c116cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for abc401f - Browse repository at this point
Copy the full SHA abc401fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a825d0 - Browse repository at this point
Copy the full SHA 5a825d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77bd789 - Browse repository at this point
Copy the full SHA 77bd789View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3434ece - Browse repository at this point
Copy the full SHA 3434eceView commit details
Commits on Nov 13, 2024
-
We must need to be sure that the path we get is absolut to be able to…
… retrieve game anywhere
Configuration menu - View commit details
-
Copy full SHA for 1c16b31 - Browse repository at this point
Copy the full SHA 1c16b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for f574798 - Browse repository at this point
Copy the full SHA f574798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d2f09 - Browse repository at this point
Copy the full SHA 57d2f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for a96014a - Browse repository at this point
Copy the full SHA a96014aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1afe74e - Browse repository at this point
Copy the full SHA 1afe74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 131114f - Browse repository at this point
Copy the full SHA 131114fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3693b59 - Browse repository at this point
Copy the full SHA 3693b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a26fd - Browse repository at this point
Copy the full SHA a4a26fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b697c - Browse repository at this point
Copy the full SHA 06b697cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7facffc - Browse repository at this point
Copy the full SHA 7facffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ddb95 - Browse repository at this point
Copy the full SHA 87ddb95View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf24e53 - Browse repository at this point
Copy the full SHA bf24e53View commit details -
Configuration menu - View commit details
-
Copy full SHA for c738795 - Browse repository at this point
Copy the full SHA c738795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff5e1f - Browse repository at this point
Copy the full SHA 6ff5e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 649d46c - Browse repository at this point
Copy the full SHA 649d46cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c23152 - Browse repository at this point
Copy the full SHA 4c23152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ba91f - Browse repository at this point
Copy the full SHA 02ba91fView commit details -
Revert "add nullptdr at the end of the args"
This reverts commit a4a26fd.
Configuration menu - View commit details
-
Copy full SHA for e5ec812 - Browse repository at this point
Copy the full SHA e5ec812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e62aa - Browse repository at this point
Copy the full SHA 40e62aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d3a79 - Browse repository at this point
Copy the full SHA 99d3a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b31ef - Browse repository at this point
Copy the full SHA 50b31efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5f538 - Browse repository at this point
Copy the full SHA 4d5f538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05eeb63 - Browse repository at this point
Copy the full SHA 05eeb63View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50d854d - Browse repository at this point
Copy the full SHA 50d854dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e901fcb - Browse repository at this point
Copy the full SHA e901fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7a7ca - Browse repository at this point
Copy the full SHA 1a7a7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c230ea - Browse repository at this point
Copy the full SHA 4c230eaView commit details -
Merge pull request #2 from JxxIT/master
Improve MacOS support via CrossOver
Configuration menu - View commit details
-
Copy full SHA for 61982ed - Browse repository at this point
Copy the full SHA 61982edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0f350 - Browse repository at this point
Copy the full SHA 4a0f350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d533c1 - Browse repository at this point
Copy the full SHA 9d533c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb3073 - Browse repository at this point
Copy the full SHA 5eb3073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7178d79 - Browse repository at this point
Copy the full SHA 7178d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5251ed - Browse repository at this point
Copy the full SHA d5251edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db93a4 - Browse repository at this point
Copy the full SHA 0db93a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc1b97e - Browse repository at this point
Copy the full SHA bc1b97eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b56d46 - Browse repository at this point
Copy the full SHA 0b56d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b01be - Browse repository at this point
Copy the full SHA 91b01beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ebc7d - Browse repository at this point
Copy the full SHA 47ebc7dView commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4c47b2 - Browse repository at this point
Copy the full SHA a4c47b2View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1bbcf5 - Browse repository at this point
Copy the full SHA a1bbcf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b685b6 - Browse repository at this point
Copy the full SHA 0b685b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 717ba0a - Browse repository at this point
Copy the full SHA 717ba0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e702e5 - Browse repository at this point
Copy the full SHA 5e702e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025a73f - Browse repository at this point
Copy the full SHA 025a73fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ef8ad - Browse repository at this point
Copy the full SHA 19ef8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for db584ec - Browse repository at this point
Copy the full SHA db584ecView commit details -
Merge pull request #4 from JxxIT/master
Fix wine executable with non-default bottles folder
Configuration menu - View commit details
-
Copy full SHA for 1e9a7ca - Browse repository at this point
Copy the full SHA 1e9a7caView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a93cfa0 - Browse repository at this point
Copy the full SHA a93cfa0View commit details
Commits on Nov 26, 2024
-
Co-authored-by: Tixx <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a27961e - Browse repository at this point
Copy the full SHA a27961eView commit details
Commits on Nov 27, 2024
-
Co-authored-by: Tixx <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 172f353 - Browse repository at this point
Copy the full SHA 172f353View commit details -
Co-authored-by: Tixx <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8356bec - Browse repository at this point
Copy the full SHA 8356becView commit details -
Co-authored-by: Tixx <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78608c1 - Browse repository at this point
Copy the full SHA 78608c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b738e2 - Browse repository at this point
Copy the full SHA 4b738e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de0a8e - Browse repository at this point
Copy the full SHA 2de0a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9e7df - Browse repository at this point
Copy the full SHA 7f9e7dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d3c10 - Browse repository at this point
Copy the full SHA b5d3c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6583af5 - Browse repository at this point
Copy the full SHA 6583af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 999c64d - Browse repository at this point
Copy the full SHA 999c64dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec52f2c - Browse repository at this point
Copy the full SHA ec52f2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60795db - Browse repository at this point
Copy the full SHA 60795dbView commit details -
Co-authored-by: Tixx <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd18630 - Browse repository at this point
Copy the full SHA bd18630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 059eb7c - Browse repository at this point
Copy the full SHA 059eb7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 102ae74 - Browse repository at this point
Copy the full SHA 102ae74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6d86c - Browse repository at this point
Copy the full SHA 6b6d86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84dd5f3 - Browse repository at this point
Copy the full SHA 84dd5f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7dc06 - Browse repository at this point
Copy the full SHA 3a7dc06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e9a6a - Browse repository at this point
Copy the full SHA 95e9a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ebe19a - Browse repository at this point
Copy the full SHA 6ebe19aView commit details
Commits on Dec 1, 2024
-
Update src/Security/BeamNG.cpp
Co-authored-by: Tixx <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40da2bb - Browse repository at this point
Copy the full SHA 40da2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5d927 - Browse repository at this point
Copy the full SHA 6f5d927View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf7a193 - Browse repository at this point
Copy the full SHA cf7a193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43eabf1 - Browse repository at this point
Copy the full SHA 43eabf1View commit details