File: ChangeLog

package info (click to toggle)
lightspeed 1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,052 kB
  • ctags: 1,193
  • sloc: ansic: 11,604; sh: 327; makefile: 205; sed: 93
file content (59 lines) | stat: -rw-r--r-- 1,872 bytes parent folder | download | duplicates (2)
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
52
53
54
55
56
57
58
59
1.2 (24 April 1999)
-------------------

* Added keybindings for most operations. Those GtkAccelerator functions
really need better documentation.

* Upgraded profiler to calculate framerate using a variable-length
frametime buffer. The fps readout shouldn't fluctuate so wildly anymore on
super-fast hardware.

* Small fix to velocity_entry( ) so that commas are also added when
velocity units are changed.

* Small changes to set_entry_width( ) and some GtkEntry handling.

* Updated gtkgl interface to use the newer API. (Note: compat.h maintains
older GtkGLArea compatibility)

* More configure script fixes.



1.1 (14 April 1999)
-------------------

* Added a vertical slider for velocity control. Thanks go to Stijn Buys
for [being the first to send in] this excellent suggestion!

* Added kilometers/hour velocity units, and removed kilometers/second
(km/s was kind of redundant anyway)

* Moved all language-specific program strings into lstrings.c. Light
Speed! is ready to go international! (Please contact me if you wish to do
translations, I will greatly appreciate it)

* TIFF exporter fixed. (no segfaults! yay!)

* Added heuristic for calculating camera distance when specifying its
position with xyz/angles. This needs field testing; any opinions?

* Remade title.xpm (for the About dialog), toning down the glow a bit.
(you see, I have a *really dark* monitor :-)

* Modified break_transition( ) and related code in transition_engine( ) to
work more efficiently (was causing problems with the velocity slider)

* Exported time-string generation code from infodisp.c to misc.c. This
whole bit is all in time_string( ) now.

* configure script fixes. Test for libpng now leaves off the -lgtkgl; a
few other rough edges filed down too. Should I add a prefix option for
libpng, libtiff, et. al.?



1.0 (4 April 1999)
------------------

* Initial release.