Commit Graph

1965 Commits

Author SHA1 Message Date
Allanis
ff11777564 [Change] Some shortcut key changes.
[Add] Launching after landing.
2018-01-20 17:06:09 +00:00
Allanis
ddff24495f [Fix] Fixed some UI scrolling/zooming speeds. 2018-01-19 19:42:44 +00:00
Allanis
92bac965d1 [Add] Planet landing. 2018-01-18 20:30:41 +00:00
Allanis
96299b64f5 [Change] Some gravity improvements.
[Add] Apply star colours to world lighting.
2018-01-18 19:28:21 +00:00
Allanis
e7c1f5ac5a [Add] Preliminary: Gravity for player only, when in planet frame. 2018-01-17 21:53:10 +00:00
Allanis
7054a045cf [Add] Planets for stars in binary systems. Unfinished(temp wrong,
culling wrong).
2018-01-16 20:19:13 +00:00
Allanis
ab7d16613a [Fix] Fixed system_info_view's misalignment. 2018-01-15 23:31:40 +00:00
Allanis
1e1bcb88c5 [Partial Fix] Mostly fixed system info view to show triple and quadruple
systems.
2018-01-15 23:23:28 +00:00
Allanis
4a71b9ff2b [Add] 3 and 4 star systems (with system-wide center of mass). 2018-01-15 22:11:58 +00:00
Allanis
d29b78aa30 [Add] Liberation font. 2018-01-15 21:02:50 +00:00
Allanis
ad8981690b [Change] Some more renaming. 2018-01-14 14:32:13 +00:00
Allanis
887f330a36 [Change] Renaming a few stuff to comply with convention. 2018-01-14 14:11:21 +00:00
Allanis
f533c94456 [Fix] Fixed precision bug in TransformToModelCoords. 2018-01-13 18:11:36 +00:00
Allanis
7e83de07ee [Add] Planets rotate. Woo. 2018-01-13 18:05:28 +00:00
Allanis
c578942682 [Fix] Revert the silly hack and change dynamic bodies to have spherical
mass distribution to prevent horrible exploding errors in angular
velocity.
2018-01-13 16:30:15 +00:00
Allanis
c8a7e1ac94 [Change] Hack to deal with high ang velocity and long ode timesteps. 2018-01-13 16:02:59 +00:00
Allanis
a66869c16f [Change] More rotating frame work. Looks pretty nice now.. 2018-01-07 14:59:56 +00:00
Allanis
5f51ee9cb1 [Add] Initial work on rotating frames. Woop, our sun moves now. 2017-12-26 17:24:03 +00:00
Allanis
ec3a81ed35 [Add] Added Rotating frames. 2017-12-24 19:22:33 +00:00
Allanis
5c87fa475d [Fix] Targetting bug when labels enabled.
[Fix] Bug also in docking..
2017-12-24 18:49:26 +00:00
Allanis
50726de102 [Add] Add toggle labels button. 2017-12-24 18:45:22 +00:00
Allanis
96e36dab61 [Fix] Set body velocities correctly as they enter and leave moving frames. 2017-12-24 17:57:14 +00:00
Allanis
b8f316b7b7 [Add] Added a time accel of 10000x.. Because ya'know.. Space is big. 2017-12-24 17:28:16 +00:00
Allanis
b5ced55926 [Remove] Removed objimport* 2017-12-24 17:18:26 +00:00
Allanis
f96e519b93 [Add] Initial work on binary star systems. Right now they are generated
without planets and with no more than two stars. Orbits around center of
mass should be correct. World view objects now move along their orbit
rails.
2017-12-24 14:30:29 +00:00
Allanis
c09f8fbc8e [Fix] Stop player controls from going crazy when switched from world
view.
2017-12-24 13:02:44 +00:00
Allanis
52819f2878 [Add] Preliminary communications to space stations and ships. 2017-12-24 00:06:09 +00:00
Allanis
8428a7e892 [Change] Black space in object viewer. 2017-12-23 19:30:34 +00:00
Allanis
8ceed6bfe8 [Add] Preliminary atmospheres. 2017-12-23 19:27:31 +00:00
Allanis
9d25b14b84 [Change] Allow external view to be rotated while game time is paused. 2017-12-23 17:41:22 +00:00
Allanis
5a478b4bdb [Change] Narrowed FOV for sector view. 2017-12-23 17:37:18 +00:00
Allanis
7864e3c64f [Add] Custom star systems. 2017-12-23 17:33:39 +00:00
Allanis
b4b52b7451 [Add] Integer system generation. :/ 2017-12-23 01:34:59 +00:00
Allanis
7eb635401f [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
Allanis
c7fe8da6de [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
Allanis
d19f9e19dc [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
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
Allanis
de8bab4108 [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
Allanis
311bb6e24c [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
Allanis
94df6a528c [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
Allanis
e0d7c1d3ec [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
Allanis
6e743e6027 [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