Commit Graph

1993 Commits

Author SHA1 Message Date
Allanis
9865ae1fb4 [Add] CollisionContact struct. 2018-02-21 21:34:03 +00:00
Allanis
5b1a10b70b [Add] Initial non-accelerating collision space. 2018-02-20 20:09:45 +00:00
Allanis
e644c15e07 [Add] Bounding interval hierarchy tree. 2018-02-19 22:03:17 +00:00
Allanis
ee6ab61485 [Add] Axis-Aligned bounding box update. Getting ready to begin new
collision framework.
2018-02-18 21:32:47 +00:00
Allanis
d7d33e8097 [Fix] Just a few small fixes. 2018-02-08 21:21:18 +00:00
Allanis
5663867e6b [Add] Save view state.
[Change] Reoraganize a bunch of Camera stuff.
2018-02-08 21:17:06 +00:00
Allanis
130c328d2e [Change] Uh.. Nothing. Really.. 2018-02-03 20:47:57 +00:00
Allanis
1a62fd07f7 [Add] Nicer collision mesh viewing in model viewer. 2018-02-03 20:37:32 +00:00
Allanis
ebe013984f [Add] Load/Save angle velocity. 2018-02-03 19:06:02 +00:00
Allanis
6f17d5788b [Add] More save/load game work. Incomplete, needs ship equipment etc.. 2018-02-03 17:09:20 +00:00
Allanis
b733631d8c [Add] Some serialization work on Body/Star systems. Still a fair bit to
do.
2018-01-31 22:26:05 +00:00
Allanis
0e55efb47e [Remove] Removed ctags stuff that laptop somehow inclided. Added to
.gitignore.
2018-01-31 22:04:50 +00:00
Allanis
6eaf5524a9 [Add] A lot of preliminary work on game saves. 2018-01-30 20:12:30 +00:00
Allanis
8edb085ec1 [Add] Earth Starports [London, Los Angeles, Moscow and more. ]
[Add] Intro screen.
2018-01-23 21:31:52 +00:00
Allanis
8521d7b639 [Add] Create surface starports in system generation. */ 2018-01-23 20:36:51 +00:00
Allanis
1a56533d3e [Fix] Fixed timestep physics. 2018-01-23 19:32:27 +00:00
Allanis
768401686c [Add] Spin keys.
[Change] Make stars render faster and use more realistic star type light
colours.
2018-01-23 18:54:35 +00:00
Allanis
cb7d734e74 [Add] Make orbital starports in system generation. 2018-01-21 20:27:43 +00:00
Allanis
b5175d562e [Fix] Segfault on shooting stuff. 2018-01-21 16:08:48 +00:00
Allanis
2243d82e64 [Change] Allow ship rotation controls at high time accel.
[Change] Force gears down on docking.
2018-01-21 15:58:17 +00:00
Allanis
5afece9c00 [Fix] Position ships correctly when sat on ground so they don't sink in. 2018-01-21 14:00:00 +00:00
Allanis
6091e4f534 [Change] Increase UI resolution to 800x600. 2018-01-21 12:16:03 +00:00
Allanis
bed1c183c7 [Add] Landing on ground based stations. Uses the same geom flag 1 thing
to indicate docking surface, but they are visible surfaces in this case.
2018-01-21 00:12:28 +00:00
Allanis
4824a797b9 [Add] Body::OrientOnSurface for placing things on planets.
[Add] Small start on ground based starports.
[Fix] ToggleButton.
2018-01-20 22:37:38 +00:00
Allanis
47ed4bed2e [Add] 'i' to toggle debug info.
[Change] esc to close instead of 'q'
2018-01-20 18:28:37 +00:00
Allanis
1663ac1590 [Add] Added controls to README. 2018-01-20 18:21:09 +00:00
Allanis
747aaf1981 [Add] Zero velocity and forces on landing. 2018-01-20 18:14:59 +00:00
Allanis
d89e39e1c0 [Add] More landing constraints.
[Fix?] Correct wheel behaviour when landed.
2018-01-20 17:23:06 +00:00
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