Alexander Bock
49fc538c17
Rename fmt.h to format.h and enable audio module on default
2024-03-25 23:19:52 +01:00
Alexander Bock
3ba346a227
Remove fmt::format and replace with std::format
2024-03-24 20:19:14 +01:00
Alexander Bock
9a6fe47d17
Fix up text formatting as path's no longer get quoted
2024-03-08 20:19:06 +01:00
Alexander Bock
fff6f8a627
General pass for code cleanup
2024-03-08 00:36:54 +01:00
Alexander Bock
6e29d898cf
Update copyright header
2024-02-06 15:53:24 +01:00
Alexander Bock
4f4764209f
Happy new year
2023-01-02 11:19:33 +01:00
Alexander Bock
163ac4dcef
Cleanup of mostly asset files
...
- Fixes for all files
- constexpr cleanup
- Cosmetic changes
- Remove punctuation from the end of messages
2022-07-28 17:21:59 +02:00
Alexander Bock
9cc4c595a8
Code Cleanup ( #2191 )
...
* constexpr const -> constexpr
* const char* -> std::string_view
2022-07-25 15:57:45 +02:00
Alexander Bock
d7d279ea16
Happy new year
2022-01-01 12:32:55 +01:00
elon
9c2086170b
easily fixed comments on PR
2021-08-13 15:39:13 -04:00
ElonOlsson
514fb8b898
modernized fieldlinessequence with codegen etc.
2021-06-03 15:45:44 -04:00
ElonOlsson
5c143da954
directory of seedpoint files instead of just one seedpoint file
2021-05-03 10:24:34 -04:00
Alexander Bock
7004c02b86
Happy new year
2021-01-02 15:26:51 +01:00
Alexander Bock
e93f1833be
Make more use of temporary string objects in the TimeQuantizer
...
Add GPU markers to the rendering
2020-08-19 18:26:11 +02:00
Alexander Bock
d8e9db76a3
Update the copyright header to 2020
2020-02-10 21:51:01 +01:00
Alexander Bock
f2a0cb18b0
Feature/websocketnavigation ( #882 )
...
* Upgrade JSON Library
* Added support for navigation based on websocket communication
2019-07-31 11:07:25 +02:00
Alexander Bock
bb3db7ada7
Feature/jenkins fix ( #816 )
...
* Cleanup
* CMake cleanups
* Update current year
* Update copyright header
* Use script to return list of all modules
* Update credits, license and ghoul
2019-03-24 11:19:39 +01:00
Alexander Bock
ef61dc8c16
Rename DashboardGlobeLocation to DashboardItemGlobeLocation
...
Remove JSON from iswa module and use openspace one instead
Remove warnings
General code cleanup
2018-07-05 12:00:32 -04:00
Alexander Bock
4952f8f977
Code cleanup branch ( #618 )
...
* Make height map fallback layer work again
* Add documentation to joystick button bindings
* Removed grouped property headers
* Add new version number constant generated by CMake
* Make Joystick deadzone work properly
* Change the startup date on Earth to today
* Fix key modifier handling
* Add debugging indices for TreeNodeDebugging
* Fix script schedule for OsirisRex
* Do not open Mission schedule automatically
* Upload default projection texture automatically
* General code cleanup
* Fix check_style_guide warnings
* Remove .clang-format
* MacOS compile fixes
* Clang analyzer fixes
2018-06-10 04:47:34 +00:00
Alexander Bock
f38c26eff0
Remove warnings
2018-03-12 22:31:01 +01:00
Alexander Bock
a3c849843f
Feature/new formatting ( #547 )
...
* Change to new logging format (closes #542 )
* Adds a screenshots folder that uses the application startup time
* Creating focus nodes for VRT files if the info files contain location information
* Fix issue with removing virtual properties
* Add a method for returning the cartesian coordinates for a geolocation on a planet
2018-03-07 18:10:32 -05:00
Alexander Bock
ebd69d1333
Cleanup FieldlineSequence classes
2018-03-01 19:55:50 -05:00
Alexander Bock
dcfef3557f
Update copyright header
2017-12-29 20:11:22 +01:00
Alexander Bock
a631b7e0a3
Making most logger categories constexpr
2017-12-11 23:46:34 -05:00
Alexander Bock
719130b6b7
Jenkinswarnings ( #419 )
...
* Remove more warnings
* Removing more warnings
* More warning fixes
* More warnings
* More warnings
* Update ghoul
2017-11-16 21:19:28 -05:00
Alexander Bock
758e26789c
More coding style conformance
2017-11-11 11:25:49 -05:00
Oskar Carlbaum
afd91fc4af
Move all kameleon dependency to separate files named 'kameleonfieldlinehelper'
2017-10-22 14:55:59 +02:00
Oskar Carlbaum
ecc760ac12
Change ALL_CAPS constants to camelCase
2017-10-18 23:29:09 +02:00
Oskar Carlbaum
bb43dace32
Cleanup minor things
2017-10-09 23:46:20 +02:00
Oskar Carlbaum
173a32b020
Add extraQuanities to FieldlinesState from cdf source
2017-10-09 23:46:20 +02:00
Oskar Carlbaum
4fc88c595f
Load CDFs and trace field lines using kameleon and store the info in FieldlinesState.
2017-10-09 22:55:29 +02:00
Oskar Carlbaum
fad306d510
Cleanup! Neater structure in initialize.
2017-10-09 22:55:29 +02:00
Oskar Carlbaum
d9268593ce
Add functionality for saving states to the OSFLS format
2017-10-09 22:55:28 +02:00
Oskar Carlbaum
84a511a1fc
Add functionality for reading field line states from JSON files
2017-10-09 22:55:28 +02:00
Oskar Carlbaum
bfe0cfd770
Implement functionality for saving field line states to a JSON format
2017-10-09 22:55:28 +02:00
Oskar Carlbaum
dc597f59c4
REFACTOR: split renderablefieldlinessequence.cpp into two files and give propertiy variables a 'p' as prefix
2017-10-09 22:55:28 +02:00
Oskar Carlbaum
f521939370
Always refer to the extra quantities used for coloring lines as quantities, never variables.
2017-10-09 22:55:28 +02:00
Oskar Carlbaum
f442dd4f7c
Add functionality for coloring lines by different quantities
2017-10-09 22:55:28 +02:00
Oskar Carlbaum
2e4108093b
Add member variables and function to read osfls files to FieldlinesState
2017-10-09 22:55:28 +02:00
Oskar Carlbaum
d6eaab8c26
Add FieldlinesState class files
2017-10-09 22:55:27 +02:00