File: ChangeLog

package info (click to toggle)
lightspeed 1.2a-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 2,284 kB
  • ctags: 2,125
  • sloc: ansic: 18,943; sh: 9,863; makefile: 524; yacc: 288; cpp: 163; sed: 16
file content (85 lines) | stat: -rw-r--r-- 2,599 bytes parent folder | download | duplicates (5)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
2006-05-07  gettextize  <bug-gnu-gettext@gnu.org>

	* configure.in (AC_OUTPUT): Add po/Makefile.in.

2006-05-07  gettextize  <bug-gnu-gettext@gnu.org>

	* configure.in (AC_OUTPUT): Add intl/Makefile.

2006-05-07  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Remove intl.
	(EXTRA_DIST): Add config/config.rpath, config/mkinstalldirs.

2006-05-07  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Remove intl.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config/config.rpath, m4/ChangeLog.
	* configure.in (AC_OUTPUT): Remove intl/Makefile.

1.3 (?? July 2001)
------------------

* Project moved to SourceForge.

* Updated documentation (e-mail addresses, links, writing style, etc.)


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.