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

Some server functionality so as to communicate with other software. #577

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

Commits on Jan 12, 2023

  1. Implemented changes from previous repository.

    Began implementation of UI based on the main window's menu bar (rather than a menu popup in the tool options).
    Silvergust committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8f6cde8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc46a2a View commit details
    Browse the repository at this point in the history
  3. As with the previous repository, implemented an optional try_to_rescu…

    …e argument in main_window's do_load_material() and graph_edit's load_file() so that it doesn't necessarily require confirmation from the user to load a rescue file.
    Silvergust committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9edf5ee View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    b4ec926 View commit details
    Browse the repository at this point in the history
  2. Refactoring; several functions related to parameters and remotes are …

    …now located at ProjectContainer.gd
    Silvergust committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    584d9b0 View commit details
    Browse the repository at this point in the history
  3. Cleanup.

    Silvergust committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    7c88ff7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4eddf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Deleted leftover "Start server" menu. Issue: the "set_multiple_parame…

    …ters" option causes MM to hang temporarily.
    
    Is now able to work with multiple simultaneous materials (projects).
    Silvergust committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3e29a6a View commit details
    Browse the repository at this point in the history