Skip to content
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

Open
wants to merge 107 commits into
base: master
Choose a base branch
from
Open

MacOS ARM support <3 #147

wants to merge 107 commits into from

Commits on Nov 7, 2024

  1. Mac Build

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2946cef View commit details
    Browse the repository at this point in the history
  2. fix

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ccde804 View commit details
    Browse the repository at this point in the history
  3. fixes

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c6eab33 View commit details
    Browse the repository at this point in the history
  4. Update linuxfixes.h

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f1f02b4 View commit details
    Browse the repository at this point in the history
  5. Update linuxfixes.h

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d74da8f View commit details
    Browse the repository at this point in the history
  6. Update Core.cpp

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9de4fdc View commit details
    Browse the repository at this point in the history
  7. Update Core.cpp

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1c683c2 View commit details
    Browse the repository at this point in the history
  8. Go back

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6012257 View commit details
    Browse the repository at this point in the history
  9. fix

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    584c02f View commit details
    Browse the repository at this point in the history
  10. fix

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7f1d147 View commit details
    Browse the repository at this point in the history
  11. fix with linux fix

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0975ac8 View commit details
    Browse the repository at this point in the history
  12. Update Core.cpp

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bec19a3 View commit details
    Browse the repository at this point in the history
  13. Update DNS.cpp

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    86d59a2 View commit details
    Browse the repository at this point in the history
  14. fixes

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    368d249 View commit details
    Browse the repository at this point in the history
  15. Update Resources.cpp

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    15ac42e View commit details
    Browse the repository at this point in the history
  16. Update VehicleData.cpp

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bf8d258 View commit details
    Browse the repository at this point in the history
  17. Update Options.h

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c26d359 View commit details
    Browse the repository at this point in the history
  18. Update BeamNG.cpp

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    45dee97 View commit details
    Browse the repository at this point in the history
  19. fixes

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cde7a42 View commit details
    Browse the repository at this point in the history
  20. Update GameStart.cpp

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8039c44 View commit details
    Browse the repository at this point in the history
  21. force to arm64

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    94bb736 View commit details
    Browse the repository at this point in the history
  22. verify runnner arch

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2bca006 View commit details
    Browse the repository at this point in the history
  23. force arm64

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e674c16 View commit details
    Browse the repository at this point in the history
  24. force arm64

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f28172e View commit details
    Browse the repository at this point in the history
  25. force arm64

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    56f4e85 View commit details
    Browse the repository at this point in the history
  26. fixes

    enzofrnt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4ae2291 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    822b24b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    a6779ed View commit details
    Browse the repository at this point in the history
  2. working

    enzofrnt committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fd3dcf7 View commit details
    Browse the repository at this point in the history
  3. fix mac os build warn

    ```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) ✗
    ```
    enzofrnt committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    46eeeb4 View commit details
    Browse the repository at this point in the history
  4. ready

    enzofrnt committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c116cb2 View commit details
    Browse the repository at this point in the history
  5. fix windows build

    enzofrnt committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    abc401f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a825d0 View commit details
    Browse the repository at this point in the history
  7. MacOS ARM support <3

    MacOS ARM support <3
    enzofrnt authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    77bd789 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    3434ece View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. We must need to be sure that the path we get is absolut to be able to…

    … retrieve game anywhere
    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1c16b31 View commit details
    Browse the repository at this point in the history
  2. Condition on include

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f574798 View commit details
    Browse the repository at this point in the history
  3. moved toLower to Utils.h

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    57d2f09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a96014a View commit details
    Browse the repository at this point in the history
  5. BootlePath -> BotlePath

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1afe74e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    131114f View commit details
    Browse the repository at this point in the history
  7. Update vdf_parser.hpp

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3693b59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4a26fd View commit details
    Browse the repository at this point in the history
  9. remove useless logs

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    06b697c View commit details
    Browse the repository at this point in the history
  10. fix wrong log level

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7facffc View commit details
    Browse the repository at this point in the history
  11. include algorithm anyway

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    87ddb95 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bf24e53 View commit details
    Browse the repository at this point in the history
  13. fix environ

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c738795 View commit details
    Browse the repository at this point in the history
  14. using existing vdf parser

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6ff5e1f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    649d46c View commit details
    Browse the repository at this point in the history
  16. Update BeamNG.cpp

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4c23152 View commit details
    Browse the repository at this point in the history
  17. Update main.cpp

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    02ba91f View commit details
    Browse the repository at this point in the history
  18. Revert "add nullptdr at the end of the args"

    This reverts commit a4a26fd.
    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e5ec812 View commit details
    Browse the repository at this point in the history
  19. Update vdf_parser.hpp

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    40e62aa View commit details
    Browse the repository at this point in the history
  20. Update vdf_parser.hpp

    enzofrnt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    99d3a79 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    50b31ef View commit details
    Browse the repository at this point in the history
  22. Forgot to include memory

    JxxIT committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4d5f538 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    05eeb63 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    50d854d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e901fcb View commit details
    Browse the repository at this point in the history
  3. Remove the mdfind command

    JxxIT committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1a7a7ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c230ea View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from JxxIT/master

    Improve MacOS support via CrossOver
    enzofrnt authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    61982ed View commit details
    Browse the repository at this point in the history
  6. Delete .DS_Store

    enzofrnt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4a0f350 View commit details
    Browse the repository at this point in the history
  7. Revert "Remove the mdfind command"

    This reverts commit 1a7a7ca.
    enzofrnt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9d533c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5eb3073 View commit details
    Browse the repository at this point in the history
  9. fix retrive wine executable

    enzofrnt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7178d79 View commit details
    Browse the repository at this point in the history
  10. iostream not needed here

    enzofrnt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d5251ed View commit details
    Browse the repository at this point in the history
  11. Only needed on 

    enzofrnt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0db93a4 View commit details
    Browse the repository at this point in the history
  12. Update Resources.cpp

    enzofrnt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bc1b97e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3 from enzofrnt/improve-JxxIT

    Improve jxxit
    enzofrnt authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0b56d46 View commit details
    Browse the repository at this point in the history
  14. Update BeamNG.cpp

    enzofrnt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    91b01be View commit details
    Browse the repository at this point in the history
  15. Update BeamNG.cpp

    enzofrnt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    47ebc7d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    a4c47b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Update BeamNG.cpp

    enzofrnt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a1bbcf5 View commit details
    Browse the repository at this point in the history
  2. contains

    enzofrnt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    0b685b6 View commit details
    Browse the repository at this point in the history
  3. debug log

    enzofrnt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    717ba0a View commit details
    Browse the repository at this point in the history
  4. debug log

    enzofrnt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5e702e5 View commit details
    Browse the repository at this point in the history
  5. debug bottle path

    enzofrnt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    025a73f View commit details
    Browse the repository at this point in the history
  6. debug bottles path

    enzofrnt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    19ef8ad View commit details
    Browse the repository at this point in the history
  7. try to fix __MINGW32__

    enzofrnt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    db584ec View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from JxxIT/master

    Fix wine executable with non-default bottles folder
    enzofrnt authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1e9a7ca View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    a93cfa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Update src/Options.cpp

    Co-authored-by: Tixx <[email protected]>
    enzofrnt and WiserTixx authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a27961e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Update src/Network/Core.cpp

    Co-authored-by: Tixx <[email protected]>
    enzofrnt and WiserTixx authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    172f353 View commit details
    Browse the repository at this point in the history
  2. Update src/Network/Core.cpp

    Co-authored-by: Tixx <[email protected]>
    enzofrnt and WiserTixx authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8356bec View commit details
    Browse the repository at this point in the history
  3. Update src/Network/Core.cpp

    Co-authored-by: Tixx <[email protected]>
    enzofrnt and WiserTixx authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    78608c1 View commit details
    Browse the repository at this point in the history
  4. french -> english

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4b738e2 View commit details
    Browse the repository at this point in the history
  5. Update BeamNG.cpp

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2de0a8e View commit details
    Browse the repository at this point in the history
  6. Update BeamNG.cpp

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7f9e7df View commit details
    Browse the repository at this point in the history
  7. Update BeamNG.cpp

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b5d3c10 View commit details
    Browse the repository at this point in the history
  8. Update Options.cpp

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6583af5 View commit details
    Browse the repository at this point in the history
  9. Update Options.cpp

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    999c64d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec52f2c View commit details
    Browse the repository at this point in the history
  11. Update BeamNG.cpp

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    60795db View commit details
    Browse the repository at this point in the history
  12. Update src/Options.cpp

    Co-authored-by: Tixx <[email protected]>
    enzofrnt and WiserTixx authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    bd18630 View commit details
    Browse the repository at this point in the history
  13. better drive name

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    059eb7c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    102ae74 View commit details
    Browse the repository at this point in the history
  15. string to char

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6b6d86c View commit details
    Browse the repository at this point in the history
  16. Update BeamNG.cpp

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    84dd5f3 View commit details
    Browse the repository at this point in the history
  17. comment done

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3a7dc06 View commit details
    Browse the repository at this point in the history
  18. Update BeamNG.cpp

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    95e9a6a View commit details
    Browse the repository at this point in the history
  19. Update BeamNG.cpp

    enzofrnt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6ebe19a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Update src/Security/BeamNG.cpp

    Co-authored-by: Tixx <[email protected]>
    enzofrnt and WiserTixx authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    40da2bb View commit details
    Browse the repository at this point in the history
  2. ToLower only on letter

    enzofrnt committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    6f5d927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7a193 View commit details
    Browse the repository at this point in the history
  4. fix

    enzofrnt committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    43eabf1 View commit details
    Browse the repository at this point in the history