Commit Graph

6037 Commits (new-stars-v2)

Author SHA1 Message Date
Lars Rosenboom 18dd48db0e Update INSTALL.md
freetype was missing in the list of "required packages" on macOS (tried to compile on 10.15.6 Catalina yesterday).
2020-08-03 09:53:21 +03:00
Levin Li 0d4cda24ed Add missing log level in DPRINTF 2020-08-02 19:32:21 +08:00
Hleb Valoshka 908f04d271 Make extinction distance dependent 2020-08-02 09:04:57 +03:00
Hleb Valoshka a8b609d75a Add extinction parameter for stars 2020-08-02 09:04:57 +03:00
Hleb Valoshka 1e95fdc777 Use Star::getApparentMagnitude instead of astro::absToAppMag 2020-08-02 09:04:57 +03:00
Levin Li f1517ee88d More fixes to is_directory check 2020-08-02 07:57:44 +08:00
SevenSpheres de411493c6 Add celestia-gaia-stardb 2020-08-01 10:06:17 +08:00
Hleb Valoshka 4abb9d2bb0 Add apparent extinction parameter for stars
Closes: #599
2020-07-26 18:39:06 +03:00
Hleb Valoshka 89991fb773 Natural order sorting for typed text completions 2020-07-26 11:14:04 +03:00
Hleb Valoshka d3e0912a71 Fix incorrectly calculated temperature for barycenter orbiting planets
Closes: #812
2020-07-26 08:31:03 +03:00
Hleb Valoshka 8946c34d7b Fix console up scroll 2020-07-25 09:41:21 +03:00
Hleb Valoshka 686d82e6c1 Replace fmt::fprintf with DPRINTF in albedo warning
Will restore in 1.8
2020-07-25 09:41:21 +03:00
Georgi ab63836de8 Update bg.po 2020-07-24 09:16:35 +03:00
Georgi 98f4ab83b8 Constellations into Bulgarian language 2020-07-24 09:16:35 +03:00
Levin Li 68a741d668 Fix console display with hidpi 2020-07-23 14:38:52 +08:00
Hleb Valoshka 6f0d9226a5 Calculate temperature for planets orbiting barycenters
Closes: #674
2020-07-23 09:36:29 +03:00
Hleb Valoshka 15ce6b1c91 Prefer asteroids over moons when getting orbit classification
Closes: #512
2020-07-23 09:36:10 +03:00
Hleb Valoshka 9c78f9c705 Allow to skip files in "extras"
Closes: #416
2020-07-22 09:04:08 +03:00
Hleb Valoshka 3fc58d3c55 Allow OrbitColor overriding for reference points
Closes: #805
2020-07-21 14:39:20 +03:00
Hleb Valoshka 8cec287e10 Sync turkish and chinese translations with transifex 2020-07-19 18:24:09 +03:00
Hleb Valoshka 84835d1cf6 Update lithuanian translation based on #801 2020-07-19 18:24:09 +03:00
Levin Li 96165c1153 msgmerge 2020-07-15 19:37:54 +08:00
Levin Li e90a3ea8ec Update ja.po 2020-07-15 19:37:54 +08:00
Hleb Valoshka e5f662ef65 Update translation template 2020-07-14 19:22:01 +03:00
Hleb Valoshka e6d3836e15 Extract names from dwarfplanets.ssc and minormoons.ssc 2020-07-14 19:22:01 +03:00
Hleb Valoshka 82e61060c5 Take loader initialization out of loop 2020-07-13 11:24:14 +03:00
Hleb Valoshka 219678fa98 Sort extras entries before loading 2020-07-13 11:24:14 +03:00
Hleb Valoshka 39d62659f9 Fix build failures reported by munix9 2020-07-13 11:23:50 +03:00
Hleb Valoshka a0f6a2c1ff Don't build static archives
1) We don't need them
2) There are issues with MinGW as CMake adds *.a together with *.so to
linker, so it's unable to resolve proper source of exported functions
2020-07-12 10:41:53 +03:00
Hleb Valoshka 0eda63121c Provide common celestia library instead of linking it to all frontends 2020-07-12 10:41:53 +03:00
Hleb Valoshka d7257adacc Don't distribute fonts with debian package, use fonts-dejavu-core package 2020-07-12 10:41:53 +03:00
Hleb Valoshka 4d911e41a6 Don't install legacy *.txf fonts 2020-07-12 10:41:53 +03:00
Hleb Valoshka ddbe9ddd1d Refactor astro.*/url.* to remove extern global variables 2020-07-12 10:41:53 +03:00
Hleb Valoshka 41f6b95c72 Add state tracking for depth 2020-07-08 15:09:18 +03:00
Hleb Valoshka e2bbd838a5 Add state tracking for blending 2020-07-08 15:09:18 +03:00
Hleb Valoshka 0811e7c350 Remove make_shared and make_unique to keep single style 2020-07-07 08:15:18 +03:00
Levin Li 7c81df8850 Fix crash due to init of TwoVectorFrame 2020-07-06 08:24:59 +08:00
Levin Li 06c688ad40 Larger star on hidpi screens 2020-07-04 19:39:37 +08:00
Levin Li c8338ea91f Fix point sso rendering on macOS 2020-07-01 21:43:53 +08:00
Hleb Valoshka 9e956abe3d Remove support for legacy TXF fonts 2020-06-24 17:14:31 +03:00
Levin Li 56ac73be36 Replace is_directory checking method 2020-06-23 21:13:12 +08:00
Hleb Valoshka 0754b85ee1 Add `scroll` method for Console 2020-06-23 14:41:40 +03:00
Hleb Valoshka ce533c9cc1 Make planet to point transition less ugly 2020-06-22 21:25:44 +03:00
unknown 94cd51ac64 Replace LF with CRLF for render info on Windows 2020-06-22 17:27:10 +08:00
Hleb Valoshka 4fd0562386 [win] promote warning C4316 to an error
...to prevent program abnormal termination if classes with members of
Eigen::* types are misaligned in memory
2020-06-22 08:24:10 +03:00
Hleb Valoshka 5b7ad7f9ca Properly align classes with members of Eigen::* type 2020-06-22 08:24:10 +03:00
Hleb Valoshka bd3cd7cc06 Provide win32 builds with debug information enabled 2020-06-22 08:24:10 +03:00
Levin Li 1a29294772 Check path empty before check is_directory 2020-06-22 08:29:42 +08:00
unknown 10e25e808d Do not call bind_text_domain_codeset 2020-06-21 23:35:51 +08:00
unknown 313f762a80 Add native font control to dialogs 2020-06-21 23:35:51 +08:00