Commit graph

29 commits

Author SHA1 Message Date
616a7d0697
Move planet rendering from WorldManager to a trait 2022-11-13 11:26:50 +01:00
ee86deb629
Bump version 2022-11-09 12:55:45 +01:00
3e0000a649
Save/Load file picker dialog 2022-11-09 12:38:12 +01:00
e7a8101a9e
Bump version 2022-11-08 22:20:25 +01:00
6420866b3d
Bump version 2022-11-07 12:48:34 +01:00
ba0651296f
Remove globe_view feature
it's really just not worth the effort imho
2022-11-07 12:42:57 +01:00
5a24a885b6
Utility build scripts and more optimization 2022-11-04 12:06:08 +01:00
752d1e819c
Fill info panel 2022-10-23 22:09:38 +02:00
2130de17fe
Fix updating texture not working because of doubly-borrowed resource.
Update dependencies
2022-10-23 20:21:48 +02:00
91018d1d73
Switch from bevy_ui to bevy_egui
Generic widgets done with inspiration from:
https://github.com/bevyengine/bevy/discussions/5522
2022-10-11 15:19:36 +02:00
4d59288ec8
Update dependencies; Increase version number 2022-10-09 19:54:21 +02:00
1654529dc0
Rename package; Update workflow
Workflow taken from
2022-09-30 19:32:13 +02:00
ca230f6a9b
Replace bevy_pancam with custom Plugin 2022-09-22 10:32:09 +02:00
81bc9584b3
Change debug feature to logging to disambiguate from un-optimized builds 2022-09-21 14:13:33 +02:00
652622efd5
Replace release action in workflow 2022-09-21 13:39:58 +02:00
afd2495e43
Rename planet_view to globe view; Use macros slightly better; PlanetView
f45efb28f1be9e8e39b84196b97d121b64fff607
2022-09-20 15:14:16 +02:00
b064aa0dd9
Fix planet_view feature
40c19014c9774cdf8cc4e5003393de5e8363ef17
2022-09-20 12:25:52 +02:00
37f7042039
Add X11 dependency on Linux platforms
Feels kinda hacky, but there doesn't seem to be a way to have
features enable different features based on platform.
2022-09-19 14:33:40 +02:00
8df06365a7
Tweak rain gen; Fix seeding; Rename save->planet; Various other fixes
0c641573543d4d503e8c2d7e33b246709d7eface
2022-09-18 17:30:04 +02:00
39ecfb3cc2
Add de-/serialization for World
3c1ce566939f54a0c8d5794033b4088c0c33cb91
2022-09-07 00:44:41 +02:00
7ae8dba296
Make planet view (and 3d everything) optional 2022-09-06 22:09:53 +02:00
329acb37f0
Do some cleanup 2022-09-06 21:03:17 +02:00
26d3e9b4a6
Add panning, zooming, and info box
011cd40da8b4a8ae3324d1b0cf6f216641d44225
2022-09-06 15:40:09 +02:00
1d673203db
Add terrain contours toggle 2022-09-06 12:29:13 +02:00
2c85d95b7a
Allow toggling rainfall
c8bbdf19d9964eb8190daa8a19b3298dd90a60b5
2022-09-06 11:07:13 +02:00
2979b66351
Tweak rainfall generation
fd6c7dfe5931f5d183c939f48c515ad6bf92d1b1
2022-09-05 21:13:13 +02:00
133798146a
Add render feature 2022-09-05 14:03:23 +02:00
c1994382c1
Add feature equivalence to abdea34c8e81676861df2ccd9e789eaf3c828d9f 2022-09-03 21:40:18 +02:00
8a5fbd1bb1
Initial commit 2022-08-25 15:50:14 +02:00