generated from ivoyager/project_template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9eef20d
commit 9a2d9ab
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ivoyager_table_importer
updated
7 files
+4 −3 | CHANGELOG.md | |
+1 −1 | plugin.cfg | |
+19 −17 | table_data.gd | |
+2 −1 | table_plugin.gd | |
+17 −3 | table_postprocessor.gd | |
+22 −40 | table_unit_defaults.gd | |
+147 −47 | table_utils.gd |
Submodule ivoyager
updated
21 files
+6 −5 | CHANGELOG.md | |
+6 −5 | data/solar_system/omni_lights.tsv | |
+1 −1 | data/solar_system/spacecrafts.tsv | |
+5 −6 | gui_widgets/lat_long_label.gd | |
+1 −1 | gui_widgets/range_label.gd | |
+20 −17 | gui_widgets/selection_data.gd | |
+0 −1 | program/body_builder.gd | |
+3 −1 | program/body_finisher.gd | |
+6 −35 | program/environment_builder.gd | |
+2 −2 | program/io_manager.gd | |
+1 −1 | program/sbg_finisher.gd | |
+13 −7 | program/view_defaults.gd | |
+2 −2 | singletons/global.gd | |
+189 −153 | static/qformat.gd | |
+20 −88 | static/units.gd | |
+46 −36 | tree_nodes/camera.gd | |
+5 −1 | tree_nodes/rings.gd | |
+4 −4 | tree_nodes/sbg_points.gd | |
+18 −91 | tree_nodes/small_bodies_group.gd | |
+3 −2 | tree_nodes/spheroid_model.gd | |
+0 −64 | tree_refs/range_value.gd |