File: ChangeLog

package info (click to toggle)
tdfsb 0.0.10-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 248 kB
  • sloc: ansic: 2,544; sh: 120; makefile: 47
file content (62 lines) | stat: -rw-r--r-- 1,676 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
0.0.10
- quick and dirty: make tdfsb work with freeglut
- quick and dirty: centered view on startup 

0.0.9
- execute a custom command
- open a xterm from tdfsb
- added mousewheel support
- more machine independent compile script
- command line option for the startdir

0.0.7
- MP3/MPEG1 playback via SMPEG added
- several bugs fixed (one major)
- several optimizations

0.0.6
- now uses SDL for window/event management (true fullscreen)
- now uses SDL_image for image loading (no gdk-pixbuf anymore)
- still uses glut for stroke fonts
- compiles on Linux, BeOS and FreeBSD
- experimental shell script for compiling /* thanks to Benjamin Burke */

0.0.5
- move multiple directions at once /* by Kyle 'greenfly' Rankin */
- improved cursor key and mouse handling

0.0.4
- fixed the compass, sphere ".." is the northpole
- FPS throttle to leave cpu time for other processes
- selecting an object by pointing at it
- sorting the objects alphabetically /* by Kyle 'greenfly' Rankin */
- find object by first character /* by Kyle 'greenfly' Rankin */
- approach an selected object
- config file handling (read, generate, save)
- changed the navigation (see help)
- minor speed improvements

0.0.3
- handling links (displaying and cd'ing)

0.0.2
- hide . files /* by Marc Berhault */
- starts in $PWD
- crosshair & ground cursor
- automatic filename orientation
- FPS counting
- print misc GL info
- (pseudo) fullscreen mode
- help display /* by Marc Berhault */

0.0.1
- releasing the mouspointer
- command line arguments for window size and position
- reloading current directory
- jump to start position
- 'cd ..' by key

alpha
- basic system
- image loading
- text file loading