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

Improve XML writer #26

Merged
merged 173 commits into from
Jan 14, 2021
Merged

Improve XML writer #26

merged 173 commits into from
Jan 14, 2021

Conversation

expectocode
Copy link
Collaborator

No description provided.

TheBeggs and others added 30 commits November 11, 2020 13:35
To prevent duplication, Node is no longer abstract. Instead of
each sub node type extending Node, they are a member. This can
happen now as metadata will be stored on the NodeType, which
is specific to that type, instead of being a map of String to
String.
…riter

# Conflicts:
#	src/main/scala/model/sim/UserClass.scala
Ivaneres and others added 29 commits January 11, 2021 20:41
…-xml-writer

# Conflicts:
#	src/main/scala/ui/AppMainSceneView.scala
NodeTypes were referencing the same
object in certain edge cases. Lazy
evaluation is now used instead.
@Ivaneres Ivaneres merged commit ec5a725 into main Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
io Work on file formats and interoperability model Work on the internal model wip Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants