Commit Graph

2978 Commits (519f124b737862ff677fe74e6bce3e8d4a0023cf)

Author SHA1 Message Date
Hleb Valoshka 519f124b73 Add missing semicolon in shader definition (Closes: #203) 2019-10-05 00:32:23 +03:00
Hleb Valoshka 5350dfc8a1 Fix Tour Guide (first object in list did not work)
Backport of 061b390f
2019-10-05 00:32:23 +03:00
Hleb Valoshka 277d9ce678 Fix PVS Studio reported errors (Closes: #425) 2019-10-05 00:32:23 +03:00
Hleb Valoshka 50a3a8424c [win32] Fix windows resources 2019-10-05 00:32:23 +03:00
Hleb Valoshka 5b48b9d69d Add guards for SPICE stuff 2019-10-04 01:25:51 +03:00
Hleb Valoshka a98799d5ba [win] Fix NOMINMAX definition 2019-10-04 01:25:51 +03:00
Hleb Valoshka 8ba1ab7a70 Read favorites file from system data directory 2019-10-04 01:25:51 +03:00
Hleb Valoshka de483b41e6 Add methods to save data in user's home dir 2019-10-04 01:25:51 +03:00
Hleb Valoshka 4955610e73 [win32] Update (c) year, authors and site 2019-10-02 01:22:26 +03:00
Hleb Valoshka 0ff10f82b8 [win32] Use Segoe UI font instead of MS Sans Serif 2019-10-02 01:22:26 +03:00
Hleb Valoshka ed1bb4ca94 Add gtk+ frontend to POTFILES.in and update translations 2019-10-02 01:12:22 +03:00
Hleb Valoshka 8769087a35 Reorder -ldl as g++9 doesn't find it
/usr/bin/ld: ../celengine/libcelengine.a(libcelengine_a-glext.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line
2019-10-02 01:12:22 +03:00
Hleb Valoshka 8784600b64 Guard #define _() with #ifdef 2019-10-02 01:12:22 +03:00
Hleb Valoshka bc94e89202 Fix Clang's pragmas 2019-10-02 01:12:22 +03:00
Hleb Valoshka 4f88ff500c Localization for gtk+ frontend 2019-10-02 01:12:22 +03:00
Dmitry Brant ac3c5b25fe Upgrade code for 64-bit build in Visual Studio. 2019-09-30 00:17:25 +03:00
Hleb Valoshka ae31662a96 Fix compilation with VC++2015 2019-09-30 00:17:25 +03:00
Li Linfeng 55684d195a Use lua version defined in lua.h 2019-09-30 00:15:09 +03:00
Hleb Valoshka f44c76aec3 Apply missing gettext calls 2019-09-30 00:13:15 +03:00
Hleb Valoshka ad519596e7 Backport some fixes for erros found by PVS 2019-09-22 22:55:10 +03:00
Hleb Valoshka 6579f2c9eb Fix warnings reported by clang 2019-09-22 22:55:10 +03:00
Li Linfeng 5c55ef3308 check alerter before alert 2019-09-22 13:47:13 +08:00
Li Linfeng 552175e2de fix warnings 2019-09-21 16:44:54 +08:00
Li Linfeng 6ba3058edf update lua to 5.3, fix compile 2019-09-11 23:12:20 +08:00
Hleb Valoshka fa06e917de fix symlink creation 2019-09-10 23:02:13 +03:00
Hleb Valoshka 81b848d709 Update for newer automake 2019-09-10 23:02:13 +03:00
Hleb Valoshka a69886f8ca Replace gdk_pixbuf_unref with gdk_object_unref 2019-09-10 23:02:13 +03:00
Hleb Valoshka 569f0c8deb Fix warning generated by g++ with -Wall 2019-09-10 23:02:13 +03:00
Hleb Valoshka 74d371199a Include zlib.h if PNG is in use 2019-09-10 23:02:13 +03:00
Hleb Valoshka 30a1e07a25 Include cstddef for NULL definition 2019-09-10 21:11:34 +03:00
Hleb Valoshka 3b332e606c Update leap seconds 2019-09-10 21:11:34 +03:00
Hleb Valoshka 50cf2e9473 Fix compilation with gcc >= 4.8
taken from fedora
2019-09-10 12:02:48 +03:00
Hleb Valoshka cd53622a44 Fix compilation on mips64 platform
taken from debian
2019-09-10 12:02:48 +03:00
Hleb Valoshka 4eba4bfeba Fix linkage with GL libs
taken from debian
2019-09-10 12:02:48 +03:00
Hleb Valoshka dde9dd8ab7 [gtk] Fix ld "as needed"
taken from debian
2019-09-10 12:02:48 +03:00
Hleb Valoshka f2e3ec9980 Add missing includes
taken from debian
2019-09-10 12:02:48 +03:00
Hleb Valoshka ae9b7438fa Use standard types
taken from debian
2019-09-10 12:02:48 +03:00
Hleb Valoshka fd129ddd9d [gtk] Update desktop file
taken from debian
2019-09-10 12:02:48 +03:00
Hleb Valoshka ee857f217f [gtk] Enable locales early
taken from debian
2019-09-10 12:02:48 +03:00
Hleb Valoshka bee48fb883 Use lua_getfield instead of helper getField 2019-09-10 12:02:27 +03:00
Hleb Valoshka 9dd6157ec4 Drop support for ancient Lua 5.0 2019-09-10 12:02:27 +03:00
GottfriedSp fdcba945ba fixed crash when loading of celx script failed 2019-09-10 12:02:27 +03:00
GottfriedSp 6945c698b3 changed error text 2019-09-10 12:02:27 +03:00
Hleb Valoshka 30f9cf7484 lua: fix compatibility with 5.2 and 5.3 2019-09-10 12:02:27 +03:00
Joseph C Wang 235f6cce0f Add Lua 5.2 support
see https://bugzilla.redhat.com/show_bug.cgi?id=1045632:wq
2019-09-10 12:02:27 +03:00
Hleb Valoshka c3fbaf9807 Bump version to 1.6.2 2019-09-10 01:03:54 +03:00
Li Linfeng 79b29947b6 fix mac os x build and enable sandbox, codesign 2019-09-05 22:09:15 +08:00
Hleb Valoshka 6eb21fe10f [gtk] Hide options dialog instead of removal (Closes: #17) 2019-09-03 23:05:07 +03:00
Andrew Tribick 8f48cbbed2 Fix for Unicode in KDE bookmarks menu. 2011-03-13 00:59:32 +00:00
Andrew Tribick 7fa82d5cf2 Committed Nils Larsson's libpng patch from trunk. 2011-03-12 12:49:49 +00:00