Commit Graph

20 Commits (c588f80824d47256133e991c0e219304e1d14eda)

Author SHA1 Message Date
Hleb Valoshka c588f80824 OpenGL ES 2.0 initial support 2020-06-15 19:27:46 +03:00
Hleb Valoshka 30c686c028 Markers reimplemented using modern GL 2019-06-25 23:03:30 +03:00
Hleb Valoshka f5fee44693 Cleanup includes 2018-10-07 13:38:25 +03:00
Hleb Valoshka b082d5f47f Automatically convert to c++11 using clan-tidy
+ manual cleanups
2018-09-22 23:42:02 +03:00
Hleb Valoshka 882e4ecf28 fix whitespaces and indents
trailing spaces are removed
tabs are replaced with 4 spaces

# Conflicts:
#	src/celengine/cmdparser.cpp
#	src/celengine/command.cpp
#	src/celestia/celestiacore.cpp
#	src/celestia/celestiacore.h
#	src/celestia/qt/qtappwin.cpp
#	src/celestia/qt/qtglwidget.cpp
#	src/celestia/win32/winmain.cpp
2018-09-22 23:41:57 +03:00
cartrite 42281e4a53 Replaced lines that refered to celengine/gl.h with GL/glew.h
Added code for glewinit so all render modes work in kde
updated makefile includes path to use GL/glew.h
Removed glext from kde and gtk builds
Removed celengine/gl.h from celestia.pro
2009-08-15 17:51:15 +00:00
Chris Laurel 86d1808519 Eigenized Body and Selection classes; adapted dependent code. Removed some
miscellaneous compile warnings in other modules.
2009-07-16 23:37:48 +00:00
Chris Laurel 58a634722c Implemented NormalizeMesh property for solar system bodies. This property makes it easier to build assemblies from several bodies with mesh geometry. 2008-09-22 21:03:43 +00:00
Chris Laurel f9975120d9 Location fixes:
- Added symbols for locations.
- Fixed visibility calculation for locations on ellipsoidal, non-spherical
bodies.
- Allow location labels to be occluded by foreground objects.
- Added new location types: eruptive center, insula (islands), and
tholus (domical hills and mountains)
2008-05-22 20:30:45 +00:00
Chris Laurel ed9b33dab0 Implemented depth sorting for markers, with option to specify non-occludable
markers.
2008-02-13 21:49:53 +00:00
Vincent Giangiulio 839f745485 Changed from marker 'name' to marker 'label'. 2008-01-03 23:10:12 +00:00
Vincent Giangiulio 612f9fd596 Added name to markers 2008-01-02 23:52:31 +00:00
Vincent Giangiulio b873c560cb Fixed double to float implicit cast warning 2007-12-10 21:06:40 +00:00
Vincent Giangiulio 1b1f4bd960 Added filledsquare and disk markers. 2006-12-13 17:45:01 +00:00
Toti 8e2b939e79 Removed numerical conversion warning 2006-11-18 14:04:04 +00:00
Vincent Giangiulio 9b065db8ab added marker alpha and circle markers 2006-10-21 13:27:23 +00:00
Chris Laurel b867daf186 Committed Vincent's arrow markers patch. 2006-09-18 17:04:55 +00:00
Chris Laurel a4612a54bc Added a symbol option for markers. 2003-02-25 08:03:27 +00:00
Chris Laurel 925acb5586 Added priority for markers 2003-02-04 10:40:29 +00:00
Chris Laurel b5dc34dbf7 Added a Marker object. 2003-02-01 04:41:30 +00:00