-
Notifications
You must be signed in to change notification settings - Fork 1
/
todo.txt
127 lines (107 loc) · 2.46 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
### TIMELINE ###
v0.5.2 - game-vessel (Enter/leave coi)
leave coi physics
detect enter coi point
enter coi physics
documentation
v0.5.3 - game-vessel (vessel close view)
load svg sprite and display it
sprite rotation
documentatin for sprite creating
v0.5.4 - game-vessel (Near vessel warp switching)
calculate radius around vessel from vessel size and scale
switch warp if vessel will be inside that radius
documentation
v0.5.5 - game-vessel (Vessel collisions)
vessel-vessel pixel collisions
vessel destruction
release phys-warp when vessel is destroyed
documentation
v0.5.6 - game-vessel (Vessel-planet collisions)
vessel-planet collisions (temporarily planet is just circle)
documentation
v0.5.7 - game-gui (Orbit points UI)
time to point
for points: ap/pe, leave/enter, impact
mouseover - show data and warp button
click - toggle show data
documentation
v0.5.8 - game-vessel (Advanced warp)
warp to point on orbit
warp to next orbit
top gui warp to next orbit
documentation
v0.6.0 - game-vessel (Vessel velocity)
deltaV
engine
fuel
engine properties in vessel config
velocity slider
add velocity in facing direction
temporary way to spawn vessel in orbit
v0.6.1 - game-gui (Right UI)
Vessel list (mark vessels holding physical warp)
Orbit
Surface
Vessel
Maneuver - placeholder
Thermal - placeholder
Selected body
Selected body orbit
v0.6.3 - game-vessel (SAS)
rotate prograde/retrograde/radial/antiradial
hold rotated position
bot gui buttons
documentation
v0.6.3 - game-vessel (Second orbit prediction)
enter-orbit-point prediction and drawing
don't draw ap and pe outside orbit line
draw second orbit
documentation
v0.6.4 - editor (Rebuilt editor physics)
rebuilt editor physics
prograde/retrograde, radial/antiradial with W/A/S/D
documentation
### BODY PHYSICS ###
planets rotation
calculate surface temp
calculate luminosity
shadows
pressure
gas planets
body classification
star H-He ratio
black holes
support non-main-sequence stars
classification
### GAME ###
advanced game GUI
maneuvers (SAS, GUI)
more icons, markers
vessel parts, editor and config
part menus in cose view
docking
launch
staging
aerodynamics
planet surface
landing - change planet collisions
heat
electrical power
communications
### BODY TEXTURES ###
stars
black hole
planets
atmosphere
random life, water, ice
special bodies (pulsar, neutron star, black hole...)
surface rendering in high zoom
### VESSEL TEXTURES ###
parts
atmospheric effects
exhaust effects
explosions
??? multiplayer
??? Localization
??? Port to android