I will try to make some weekly update.
This week, I've spend all of my available time to make the survey for donators.
The rewards will be available soon (I still need some answers, and the new avatar system is not in place).
I've also made one the most requested update of the survey (a better tooltip), as it was fast and easy.
On the GW side, as planned, I've merged the galaxy editor with the planet preview. The result will become the Galaxy map display inside the lobby.
Each site of the voronoi is now a planet class, with its boundaries and particularities.
I've added the camera control, and it's behaving as close as possible to FA controls :
Same smoothing, same zoom on cursor (actually, it's not really on cursor, but on a zone determined by the mouse position when you start scrolling).
I've also added a background and multiple layers of stars for a nice parallax effect.
I'm not quite happy with the current result, but there was 0 time spend on the texture themselves, so we will see later if I do something more complex.
All the shaders for the different layers are also ready and correctly applied.
Because of the voronoi implementation, I can now easily get the closest planet to the mouse cursor, so selecting and displaying infos on zones/planets should be trivial from here. The 3d picker from the planet preview is gone, as it's obsolete (and slower) with that new method.
What's left for this week :
- While the zooming is working as expected, I'm not entirely happy with de-zooming. I will spend some time smoothing that.
- I need to implement the right-mouse button for panning (should be trivial, it was done in an earlier test but I need to smooth it), and implement keyboard arrows too.
- The lighting is not done, that's why I'm not showing anything now
- I need to draw the planet influences and networks. I've already have all the 2d polygons, I just need to extrude them.
Once it's done, I will give a little preview thingy so you can test and break it