-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Rework Track/TrackSet management #65
Conversation
@@ -227,10 +228,8 @@ public void actionPerformed(ActionEvent e) { | |||
if(currentTrack == null) { | |||
String data = new MapCompressor().compress(canvas.getMap()); | |||
String name = JOptionPane.showInputDialog(getThis(),"WUTS THE NAME OF THIS TRACK?"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editor is a magical place :D
I forgot to mention that this PR also removes |
Question: Would it be useful to keep the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks very very good. But I was not able to compile and run it yet. I will let you know when I have tested everything.
I don't think so, I think all those other categories are enough |
Editor track can be in normal categories |
@pehala I will merge this after you rebased |
- Split Tracks and their Statistics - Rewrite parsing - Migrate most of the track stuff to shared/ - Add tests for the new parser
e216182
to
b60f847
Compare
Rebased |
TrackManager
andStatsManager
are separate.TrackManager
andStatsManager
.FileSystemTrackManager
andFileSystemStatsManager
.shared
module.List
instead ofArrayList
)Fixes #61