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

Godot 4.0 adaption (Windows + MacOS) #123

Merged
merged 93 commits into from
Feb 3, 2023
Merged

Commits on Jul 27, 2022

  1. 1 Configuration menu
    Copy the full SHA
    c0c87ea View commit details
    Browse the repository at this point in the history
  2. adjust includes

    bitbrain committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    bf5db0f View commit details
    Browse the repository at this point in the history
  3. more header fixes

    bitbrain committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8f21002 View commit details
    Browse the repository at this point in the history
  4. fix up godot_fmod.cpp

    bitbrain committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    094e8f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f06097c View commit details
    Browse the repository at this point in the history
  6. 🐛 more fixes

    bitbrain committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1b79601 View commit details
    Browse the repository at this point in the history
  7. Update README.md (WIP)

    bitbrain committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    63e4bae View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. 🐛 more compilation fixes

    bitbrain committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    2857401 View commit details
    Browse the repository at this point in the history
  2. 🐛 some more progress

    bitbrain committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    c8ea76c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    f25a709 View commit details
    Browse the repository at this point in the history
  2. 🐛 more fixes

    bitbrain committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e2c62b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    916d82d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    cd380e1 View commit details
    Browse the repository at this point in the history
  2. Update GUT to Godot 4

    bitbrain committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    fdcda25 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    4af00de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9cb241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    866c3ee View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    adcacdc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. add method descriptions

    bitbrain committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b4ce89e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'godot-4.0-adaption' of github.com:utopia-rise/fmod-gdna…

    …tive into godot-4.0-adaption
    bitbrain committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b50a112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9a21be View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    afe2697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa9257 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    aca811b View commit details
    Browse the repository at this point in the history
  2. Update docs

    bitbrain committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f7ff7dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bac6d28 View commit details
    Browse the repository at this point in the history
  4. Fix SConstruct build

    bitbrain committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    bf34b44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bcd880 View commit details
    Browse the repository at this point in the history
  6. adjust gdextension

    bitbrain committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3855d16 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. 🐛 fix gdextension file

    bitbrain committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    570d13e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be8657 View commit details
    Browse the repository at this point in the history
  3. ✨ introduce Fmod singleton

    bitbrain committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    2894958 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

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

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    8904b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6e44a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f592423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92bf656 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07c8530 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #127 from utopia-rise/godot-4.0-adaption-actions-2

    Port all_builds.yml to be compatible to GDExtension
    2shady4u authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    04e0202 View commit details
    Browse the repository at this point in the history
  7. fix further gdscript issues

    bitbrain committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    daad9f3 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'godot-4.0-adaption' of github.com:utopia-rise/fmod-gdna…

    …tive into godot-4.0-adaption
    bitbrain committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    6bd7326 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da1e436 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fcfe1b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Pause/Unpause node

    bitbrain committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    ff2953a View commit details
    Browse the repository at this point in the history
  2. add FMOD icon

    bitbrain committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8a3ad1a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Still broken...

    bitbrain committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    27e6d09 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    bc97741 View commit details
    Browse the repository at this point in the history
  2. fix name of getter

    bitbrain committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    69e73af View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. 🔖 upgrade Gut

    bitbrain committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    687752b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Update GUT again

    bitbrain committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    ddcde48 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Upgrade GUT

    bitbrain committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    7ad86d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110e542 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

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

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    bdadd68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93197dc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. update Gut

    bitbrain committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    965758c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d020659 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18bd472 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    221b446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8e452c View commit details
    Browse the repository at this point in the history
  6. additional fixes

    bitbrain committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    a8175d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a3e331 View commit details
    Browse the repository at this point in the history
  8. simplify autoload logic

    bitbrain committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    0862bae View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. upgrade to latest Godot

    bitbrain committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    1b5015e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1175bf9 View commit details
    Browse the repository at this point in the history
  3. Format with new clang format

    CedNaru committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    033b842 View commit details
    Browse the repository at this point in the history
  4. Improve header imports

    CedNaru committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    4cbcbd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    872f9d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    5386fec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c8d44f View commit details
    Browse the repository at this point in the history
  3. 🔖 bump Gut

    bitbrain committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    5dc5fa5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. update to latest Godot

    bitbrain committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5f3fc58 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    8ace992 View commit details
    Browse the repository at this point in the history
  2. Update scons script

    CedNaru committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    948fc57 View commit details
    Browse the repository at this point in the history
  3. Remove Cocoa

    CedNaru committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    68de599 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. upgrade to latest Gut

    bitbrain committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0353ab8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'godot-4.0-adaption' of github.com:utopia-rise/fmod-gdna…

    …tive into godot-4.0-adaption
    bitbrain committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    1ac8294 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    9296ea5 View commit details
    Browse the repository at this point in the history
  2. additional fixes

    bitbrain committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    587897d View commit details
    Browse the repository at this point in the history
  3. Fix Macos build

    CedNaru committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    95c886b View commit details
    Browse the repository at this point in the history
  4. Fix Macos build

    CedNaru committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    29b8fe6 View commit details
    Browse the repository at this point in the history
  5. Fix Macos build

    CedNaru committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    05f56a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Update fmod.gdextension

    bitbrain committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    82aadf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2a23cc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. update fmod.gdextension

    bitbrain committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2239ad6 View commit details
    Browse the repository at this point in the history
  2. ignore .exp and .lib

    bitbrain committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    af1f674 View commit details
    Browse the repository at this point in the history
  3. 🐛 add missing constants

    bitbrain committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ad96868 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a0e0b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    904db6a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

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

Commits on Jan 21, 2023

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

Commits on Jan 31, 2023

  1. fix inverted is_dead method

    piiertho committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2b51f80 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. upgrade Godot

    bitbrain committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    61c1c8e View commit details
    Browse the repository at this point in the history