Rtch90
405b42d4b9
[Add] Added that darn fixed point class.
2017-12-22 23:34:48 +00:00
Allanis
6ec4fade91
[Change] A few more system gen float => int stuff. I didn't take into
...
account that different platforms will likely handle them differently,
resulting in diferent starsystems being generated between platforms.
2017-12-04 21:49:30 +00:00
Rtch90
3a2fa73f2d
[Change] A few more system gen float => int stuff. I didn't take into
...
account that different platforms will likely handle them differently,
resulting in diferent starsystems being generated between platforms.
2017-12-04 21:49:30 +00:00
Allanis
c7fe8da6de
[Add] Added some debug to starsystem.
2017-12-04 21:40:52 +00:00
Rtch90
0017ed0bd3
[Add] Added some debug to starsystem.
2017-12-04 21:40:52 +00:00
Allanis
470dfee01d
[Change] AccreteDisc - float => int
2017-12-04 21:34:08 +00:00
Rtch90
c14e243b35
[Change] AccreteDisc - float => int
2017-12-04 21:34:08 +00:00
Allanis
d19f9e19dc
[Change] Just some needless renaming.
2017-11-25 17:47:48 +00:00
Rtch90
1dcba0856e
[Change] Just some needless renaming.
2017-11-25 17:47:48 +00:00
Allanis
4cae173402
[Change] Made Ejecta crater lighter than rest of planet.
2017-11-25 16:41:05 +00:00
Rtch90
9de8eb3fb9
[Change] Made Ejecta crater lighter than rest of planet.
2017-11-25 16:41:05 +00:00
Allanis
5d4545fba0
[Add] Tesselate planet continents properly. Gets rid of a few glitches
...
and it's faster also.
2017-11-25 16:15:13 +00:00
Rtch90
dfc4b31e75
[Add] Tesselate planet continents properly. Gets rid of a few glitches
...
and it's faster also.
2017-11-25 16:15:13 +00:00
Allanis
de8bab4108
[Fix] Heh, planets are sometimes masquarading as stars. Sneaky.
2017-11-25 16:02:25 +00:00
Rtch90
92e9c4fe54
[Fix] Heh, planets are sometimes masquarading as stars. Sneaky.
2017-11-25 16:02:25 +00:00
Allanis
57a9d1d91f
[Add] Body: GetRadius method.
...
[Add] Calculate bounding sphere radius from AABB's of geoms.
[Add] Make use of the existing GetRadius methods.
[Change] Moved object viewer key to f10.
[Add] A couple new image icons.
2017-11-25 15:54:23 +00:00
Rtch90
fe8fedd5b7
[Add] Body: GetRadius method.
...
[Add] Calculate bounding sphere radius from AABB's of geoms.
[Add] Make use of the existing GetRadius methods.
[Change] Moved object viewer key to f10.
[Add] A couple new image icons.
2017-11-25 15:54:23 +00:00
Allanis
311bb6e24c
[Fix] Fix orientation of star glow.
2017-11-25 13:37:57 +00:00
Rtch90
0aee9d7036
[Fix] Fix orientation of star glow.
2017-11-25 13:37:57 +00:00
Allanis
6131753132
[Change] Make background stars a little feistier.
2017-11-25 13:20:35 +00:00
Rtch90
1c3691b15f
[Change] Make background stars a little feistier.
2017-11-25 13:20:35 +00:00
Allanis
94df6a528c
[Add] Stars glow right?!
2017-11-25 13:14:10 +00:00
Rtch90
5451cf3be7
[Add] Stars glow right?!
2017-11-25 13:14:10 +00:00
Allanis
1de5584f7c
[Add] Ejecta crater flavour. ^.^
2017-11-25 13:03:32 +00:00
Rtch90
8b8f2606ca
[Add] Ejecta crater flavour. ^.^
2017-11-25 13:03:32 +00:00
Allanis
e0d7c1d3ec
[Fix] Fixed collision bug and some rendering issues with mersenne
...
twister bug.
2017-11-25 12:23:17 +00:00
Rtch90
849c723d6a
[Fix] Fixed collision bug and some rendering issues with mersenne
...
twister bug.
2017-11-25 12:23:17 +00:00
Allanis
900c5267f7
[Add] Rudimentary work on small rocky planetoid rendering.
2017-11-24 23:28:10 +00:00
Rtch90
236d683a81
[Add] Rudimentary work on small rocky planetoid rendering.
2017-11-24 23:28:10 +00:00
Allanis
6e743e6027
[Change] Actually set planet sizes (but still 1 size per type).
2017-11-24 22:17:42 +00:00
Rtch90
92590d2136
[Change] Actually set planet sizes (but still 1 size per type).
2017-11-24 22:17:42 +00:00
Allanis
0025c8833b
[Add] Make display lists of planets within range. Nice FPS improvment.
...
:D
2017-11-24 22:05:54 +00:00
Rtch90
15b6d9178c
[Add] Make display lists of planets within range. Nice FPS improvment.
...
:D
2017-11-24 22:05:54 +00:00
Allanis
d24a93345a
[Fix] Forgot to commit a couple of minor fixes.
2017-11-23 23:33:44 +00:00
Rtch90
0d79a17c31
[Fix] Forgot to commit a couple of minor fixes.
2017-11-23 23:33:44 +00:00
Allanis
1550893bcf
[Fix] Fixed that darn gas giant rendering. "Yeah, that's looks like a
...
planet!"
2017-11-23 22:51:49 +00:00
Rtch90
e5ef17814a
[Fix] Fixed that darn gas giant rendering. "Yeah, that's looks like a
...
planet!"
2017-11-23 22:51:49 +00:00
Allanis
1a8689d0fe
[Change] A bunch more planet work.
...
[Change] Start player in system 0, 0, 0
2017-11-23 21:25:46 +00:00
Rtch90
ccca982b42
[Change] A bunch more planet work.
...
[Change] Start player in system 0, 0, 0
2017-11-23 21:25:46 +00:00
Allanis
4f4996d44b
[Meh] Files I obviously forgot to save. :/
2017-11-22 23:55:04 +00:00
Rtch90
8638477a2f
[Meh] Files I obviously forgot to save. :/
2017-11-22 23:55:04 +00:00
Allanis
a4faed8854
[Add] Some more gas giant rendering work. Now procedurally generated!
...
[Add] Some Screenies.
2017-11-22 23:25:26 +00:00
Rtch90
869c4e6a54
[Add] Some more gas giant rendering work. Now procedurally generated!
...
[Add] Some Screenies.
2017-11-22 23:25:26 +00:00
Allanis
f498e9863c
[Change] Clean up the silly lighting direction picking.
2017-11-22 21:55:36 +00:00
Rtch90
e8d67b6f02
[Change] Clean up the silly lighting direction picking.
2017-11-22 21:55:36 +00:00
Allanis
cb28ed344b
[Add] Some gas giant work, cleaned up Body somewhat.
2017-11-22 21:46:22 +00:00
Rtch90
fdaea7190d
[Add] Some gas giant work, cleaned up Body somewhat.
2017-11-22 21:46:22 +00:00
Allanis
79704e6f77
[Add?] Some work in progress planet drawing. Nothing to pay attention
...
to. :P
2017-11-21 19:28:44 +00:00
Rtch90
8a16f3c0db
[Add?] Some work in progress planet drawing. Nothing to pay attention
...
to. :P
2017-11-21 19:28:44 +00:00
Allanis
8e5a9fd008
[Change] Position player in docking bay on undocking. Need to do request
...
docking clearance, because at the minute repeat docking is not possible.
D:
2017-11-20 22:15:23 +00:00