-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
51 lines (40 loc) · 1.39 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
version 0.5:
- added -outfile command line switch
- added -rot command line switch
by Andrew Sumner:
- implemented cloud map rendering (-cloudmapfile and -cloudfilter switches)
(see README.maps for details)
version 0.4:
by Andrew Sumner:
- moonpos bugfix
- added -shade_area command line switch
version 0.3.1:
- Not using a background image could cause a segfault because of an
uninitialized variable. Fixed.
- Command line parsing was broken in 0.3 for some switches. Fixed.
version 0.3:
- works with QT 2
- day and night map do no longer need to have the same dimensions
- added -stars and -starfreq switches
- markers can now have a color associated with them (see xglobe-markers
for syntax)
- using 256-color maps now actually saves memory over truecolor maps
- added -term switch
- nicer output when using night maps
patches by Andrew Sumner <[email protected]>:
- added -shift switch
- added orbit position specifier
- added moonpos position specifier (code from Hari Nair's XPlanet)
- added -backg and -tiled switches
- added -dumpcmd switch
- added -ambientrgb switch
version 0.2:
- added -size switch
- added -timewarp switch
- added -once switch
- improved xearth command line compatibility
- this version includes a free map
- more links to additional maps on the homepage
- found a better way to use XGlobe with KDE, see README for details
version 0.1:
initial released version of XGlobe