PhilippvK / playforia-minigolf

Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.
84 stars 31 forks source link

Rework Track/TrackSet management #65

Closed pehala closed 3 years ago

pehala commented 3 years ago

Fixes #61

pehala commented 3 years ago

I forgot to mention that this PR also removes morphia and mongodb dependencies, which reduces size of the server binary (4M -> 1,8M)

PhilippvK commented 3 years ago

Question: Would it be useful to keep the CUSTOM track category or for tracks build with the Editor if they do not fit into any other category?

pehala commented 3 years ago

I don't think so, I think all those other categories are enough

pehala commented 3 years ago

Editor track can be in normal categories

PhilippvK commented 3 years ago

@pehala I will merge this after you rebased client/client.iml.

pehala commented 3 years ago

Rebased