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

Lua Scripting Support #50

Merged
merged 39 commits into from
Mar 23, 2024
Merged

Lua Scripting Support #50

merged 39 commits into from
Mar 23, 2024

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    829cd39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8642b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    073c070 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 18, 2024

  1. Merge branch 'major-rework' into feature/lua-scripting

    # Conflicts:
    #	src/editor/FileImporter.cpp
    #	src/editor/FileImporter.h
    #	src/editor/ui/panels/EntityPropertiesPanel.cpp
    #	src/editor/ui/panels/EntityPropertiesPanel.h
    #	src/editor/ui/windows/ContentBrowserWindow.cpp
    #	src/editor/ui/windows/SceneWindow.cpp
    #	src/engine/scene/EntitySerializer.h
    #	src/engine/scene/SceneSerializer.cpp
    #	src/engine/scene/components/ComponentSerializer.h
    #	src/engine/scene/components/Components.h
    tippesi committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7b74a84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799dcc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Merge branch 'major-rework' into feature/lua-scripting

    # Conflicts:
    #	data/scenes/sponza.aescene
    #	src/engine/scene/components/Components.h
    #	src/engine/scene/components/TransformComponent.cpp
    tippesi committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6e0ff49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a34b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c44a17 View commit details
    Browse the repository at this point in the history
  4. More bindings and fixes

    tippesi committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0ba5a4a View commit details
    Browse the repository at this point in the history
  5. Push script as well

    tippesi committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    aa8eca6 View commit details
    Browse the repository at this point in the history
  6. More script bindings

    tippesi committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b009166 View commit details
    Browse the repository at this point in the history
  7. Attempt to fix build issues

    tippesi committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a856977 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

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

Commits on Feb 28, 2024

  1. Many adjustments

    tippesi committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e1ff73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6e612 View commit details
    Browse the repository at this point in the history
  3. Smaller fixes

    tippesi committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    83277c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Smaller adjustments

    tippesi committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d770d93 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update build.yml

    tippesi committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a4f18f3 View commit details
    Browse the repository at this point in the history
  2. Some improvements

    tippesi committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c6a0a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fd3871 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    ba62ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2d8b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fcc7dd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    8cc88a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'major-rework' into feature/lua-scripting

    # Conflicts:
    #	src/engine/CMakeLists.txt
    #	src/engine/graphics/GraphicsDevice.h
    tippesi committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e62e6fa View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 9, 2024

  1. Fixed many issues

    tippesi committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5f75b5e View commit details
    Browse the repository at this point in the history
  2. Keyboard bindings for lua

    tippesi committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8e776e2 View commit details
    Browse the repository at this point in the history
  3. Fix code smells and scene

    tippesi committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    613c2a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 11, 2024

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

    tippesi committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    51ba3b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Many fixes and improvements

    tippesi committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    76a780b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

Commits on Mar 20, 2024

  1. Fix build pipeline issue

    tippesi committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2ef1a74 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Final updates

    tippesi committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4b448de View commit details
    Browse the repository at this point in the history
  2. More fixes

    tippesi committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c2566ea View commit details
    Browse the repository at this point in the history