Commit Graph

5948 Commits (2e168777019d3fdfabd03cff980f2ad05cb61706)

Author SHA1 Message Date
Georgi 2e16877701 Update start_bg.cel 2020-08-09 11:42:07 +03:00
Georgi 8378a3f72b Update guide_bg.cel 2020-08-09 11:42:07 +03:00
Georgi a20ded92e8 the actual commit 2020-08-09 11:42:07 +03:00
Georgi 331c2b0725 Update controls_bg.txt 2020-08-09 11:42:07 +03:00
Georgi b6b6d0ee66 Update TRANSLATORS 2020-08-09 11:42:07 +03:00
Georgi c5c40dfcd8 Add files via upload 2020-08-09 11:42:07 +03:00
Konstantin Podsvirov 5c17a06661 Building celestia-sdl with MinGW
Tested with SDL2 library from MSYS2 software distribution.
2020-08-07 11:48:39 +03:00
Hleb Valoshka 929390eec6 Use internal state management to check MSAA state 2020-08-05 09:58:26 +03:00
Hleb Valoshka 8768f3497a Refactor depth state changing 2020-08-05 09:58:26 +03:00
Hleb Valoshka c26f64a89e Remove unneeded texture unbinds 2020-08-05 09:58:26 +03:00
Hleb Valoshka 6e8dbde814 Remove unneeded glUseProgram(0) 2020-08-05 09:58:26 +03:00
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