-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement agnostic API for project behavior #28
Labels
enhancement
New feature or request
Comments
Merged
Merged
TheHeadmaster
added a commit
that referenced
this issue
Aug 1, 2024
TheHeadmaster
added a commit
that referenced
this issue
Aug 1, 2024
…ctory to App. InitializePlugins called during application initialization. #28
TheHeadmaster
added
the
Actively Working
This issue is being actively worked on and may be resolved in the next release
label
Aug 2, 2024
Merged
2 tasks
TheHeadmaster
added a commit
that referenced
this issue
Aug 3, 2024
…over to ProjectFile. Added DirectoryMonitor and AssetsDirectoryMonitor. Added assetsMonitor to project file. Any Asset files automatically load if they are in the proper location in the project directory. ProjectFile moved to API. Fleshed out Plugin system. Created Horizon.Starbound plugin project. Some things changed around with the new project window to use plugin data instead of hard-coded data. Project now opens after creation. #27 #28
TheHeadmaster
added a commit
that referenced
this issue
Aug 3, 2024
… WixUI_FeatureTree to allow installing individual components. Fixed an issure where log files from dev would be copied into the installer. Bumped version to 0.4.4 in installer. #28
TheHeadmaster
removed
the
Actively Working
This issue is being actively worked on and may be resolved in the next release
label
Aug 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, everything is hard-coded to a specific project type, but what should be the case is that each project type defines its own behavior, with the application only hard-coding the commonalities. An API should be implemented so that project templates can be created.
The text was updated successfully, but these errors were encountered: