Malin E
cff7a9e1c4
Add check for space module to avoid compile errors
2022-02-28 14:09:44 +01:00
Malin E
30487fafde
Mode adjustments and clean up
2022-02-28 11:48:08 +01:00
GPayne
1e01166c4a
Implemented lock for Planar field of view
2022-02-27 20:42:45 -07:00
GPayne
dcca589695
Added lock for window aspect ratio
2022-02-27 12:53:57 -07:00
Alexander Bock
e249af5c0e
Long overdue mark for pre-release of next version
2022-02-26 22:44:16 +01:00
GPayne
3d24835c77
Renamed Display class to DisplayWindowUnion
2022-02-25 23:56:20 -07:00
GPayne
d73fd4e242
Added auto-window size based on monitor resolution
2022-02-25 23:01:00 -07:00
Alexander Bock
37f2e017ec
Remove Fallback layers ( closes #1819 )
2022-02-25 14:16:44 +01:00
GPayne
3a529c30e7
Added save file dialog and option to run with temp config file
2022-02-24 23:16:17 -07:00
Malin E
84e3f30e31
Adjust Horizons Dialog requests to both Vectors and Observer data
2022-02-24 16:52:49 +01:00
Alexander Bock
02677b5180
Initializing GLFW and then destroying it has some performance implications on the application. Therefore use OS specific functions to get the window size
2022-02-23 14:37:05 +01:00
GPayne
0632fe0c6c
More header file public methods comments
2022-02-22 22:26:09 -07:00
GPayne
133645d646
Header file public methods comment blocks
2022-02-22 14:40:14 -07:00
GPayne
49aa1d524f
Some warnings fixes
2022-02-22 13:50:16 -07:00
Malin E
ce883cf60b
Add posibility to use Vector table type of data from Horizons
2022-02-22 16:10:38 +01:00
GPayne
976dd89128
Fix for monitor preview to handle windows os negative coordinates
2022-02-20 21:57:14 -07:00
Malin E
06ed78b7af
Merge branch 'master' into feature/horizons-framework
2022-02-18 16:17:23 +01:00
GPayne
15d92719d3
Added GUI tooltips, window label size correction, fixed button click bug
2022-02-17 16:55:13 -07:00
Alexander Bock
797a81dbe6
Fix crash when trying to start Wormhole with any commandline arguments
2022-02-17 18:28:51 +01:00
Alexander Bock
cbe2e6cdcf
Set the default window size to 66% of the primary window size ( closes #1883 )
2022-02-17 17:55:43 +01:00
Malin E
13a5432f91
Improve time range parsing
2022-02-17 15:01:13 +01:00
Malin E
a9dde8f2b6
Merge branch 'master' into feature/horizons-framework
2022-02-17 10:58:24 +01:00
Alexander Bock
e8072495ec
Feature/warnings ( #1885 )
...
Remove many warnings from MSVC, Clang, and GCC
2022-02-16 18:33:12 +01:00
GPayne
92470f8129
Improve contrast of window numbers
2022-02-15 19:38:22 -07:00
GPayne
9f7a5f84ab
Completion of changes from initial code review
2022-02-11 20:45:44 -07:00
Malin E
8eb4c3b586
Merge branch 'master' into feature/horizons-framework
2022-02-11 09:25:36 +01:00
Alexander Bock
30212b6768
Adapt to new auto coding style
2022-02-10 15:20:21 +01:00
Malin E
d00a2bc187
Improve parsing of matching targets and observers
2022-02-10 13:05:26 +01:00
Malin E
8b81b9ef7c
Check version and source of horizons response
2022-02-10 13:04:04 +01:00
Gene Payne
364f80c831
Additional code review changes
2022-02-08 15:24:23 -07:00
Gene Payne
4f40bdb8ca
More code review changes in progress
2022-02-07 15:53:35 -07:00
Malin E
cf1bcf838b
Validate step size field better
2022-02-07 11:38:45 +01:00
Gene Payne
b62e1eca45
Code review changes in progress
2022-02-04 22:05:38 -07:00
Malin E
7d87e3d29f
Improve HTTP error handling
2022-02-04 15:22:50 +01:00
Malin Ejdbo
ee8dca2691
Never mind
...
* The module engine is not yet initialized when the launcher opens so it
cannot check if the space module exist or not
2022-02-04 10:12:34 +01:00
Malin Ejdbo
0ae87da475
Check if the SpaceModule exists before creating Horizons dialog
2022-02-04 09:32:10 +01:00
Malin Ejdbo
7844ae6e6e
Move some functions to a new HorizonsFile class
2022-02-03 15:06:41 +01:00
Alexander Bock
8b74493d96
Removing the asset_helper file ( #1868 )
...
- Remove the asset_helper file and call the onInitialize and onDeinitialize functions directly
- Small compile fix on Windows
- Removes the need for the registerIdentifierWithMeta function by automatically doing that for all asset.export statements
- Allow the passing of either identifiers (as before) or entire tables to the removeSceneGraphNode, removeScreenSpaceRenderable, deleteLayer, removeAction, and export methods. In that case, the Identifier key from the table is extracted and used instead
2022-02-01 23:44:36 +01:00
Malin Ejdbo
8802970901
Add link to horizons website
2022-02-01 14:52:33 +01:00
Malin Ejdbo
135b6a3c5a
Make sure horisonz log messages only display once
2022-02-01 13:38:38 +01:00
Malin Ejdbo
93a3114dce
Make horizons log monospaced font
2022-02-01 09:44:43 +01:00
Alexander Bock
3dea3ef530
Add ability to select profile properties from a ScriptLog ( closes #1780 )
2022-01-31 15:56:21 +01:00
Malin Ejdbo
86dcb6a441
Merge branch 'master' into feature/horizons-framework
2022-01-31 13:47:58 +01:00
GPayne
20f7c419a8
Merged master in
2022-01-31 00:17:37 -07:00
GPayne
29975f323d
More cleanup plus letting Qt clean up more object allocations
2022-01-30 20:40:58 -07:00
GPayne
051f4388e7
Code refactoring and cleanup
2022-01-28 19:31:40 -07:00
Gene Payne
e19a9c69a3
Removed redundant callback, fixed some warnings
2022-01-27 16:18:35 -07:00
GPayne
025b61f7af
More fixes for full json output functionality
2022-01-26 19:11:14 -07:00
Malin Ejdbo
7c06a89aa0
Add HTTP status code handling
2022-01-26 11:58:20 +01:00
Malin Ejdbo
4d323c85de
Style Horizons log
2022-01-26 11:03:17 +01:00