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

Merging master into XML converter #185

Merged
merged 43 commits into from
Oct 27, 2023

Conversation

AsherGlick
Copy link
Owner

Resolved the merge conflicts between xml converter and master so that xml converter can more easily be merged back into master when it is completed.

When merged, this PR should be fastforwarded, no need to create a merge commit for a merge commit.

AsherGlick and others added 30 commits December 5, 2021 22:51
* cleaning up the mumble link code

* adding a timeout for burrito link to allow it to exit if it is orphaned

* adding a method to allow for burrito link to be launched automatically

* removing trailing whitespace from some gdscript files
Also removing all the ifdefs for _WIN32 specific code assuming that this program should only be compiled with _WIN32
The burrito_link infinite loop can now run within the built d3d11.dll file. Meaning that burrito link can now be auto launched by gw2 and does not need any configuration to do so.
In theory the 7 day limit seemed economical, but in practice not having easy access to whatever the "newest" build artifact on master is has proven annoying.
Removing artifact retention 7 day limit
Spatial.gd Outdated
print("New Map")

print("Saving Old Map")
self.markerdata[str(old_map_id)] = data_from_renderview()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line will crash. Markerdata is now defined on line 365 as var markerdata = Waypoint.Waypoint.new()

Spatial.tscn Outdated
@@ -600,125 +601,158 @@ disabled = true
text = "Reverse Path Direction"

[node name="SettingsDialog" type="WindowDialog" parent="Control/Dialogs"]
visible = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be false. Godot gives a node configuration warning that pop ups will be hidden on run time

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accepting suggestion to remove the line, it will be re-added when saving is recreated.

Spatial.tscn Outdated Show resolved Hide resolved
Spatial.gd Outdated Show resolved Hide resolved
AsherGlick and others added 2 commits October 26, 2023 22:35
Co-authored-by: klingbolt <[email protected]>
Co-authored-by: klingbolt <[email protected]>
@AsherGlick AsherGlick merged commit cb266c5 into xml_converter Oct 27, 2023
12 checks passed
@AsherGlick AsherGlick deleted the merging_master_into_xml_converter branch October 27, 2023 05:24
@AsherGlick
Copy link
Owner Author

Woops, it looks like I made a merge commit. Oh well, not going to fix it now we will just live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants