File: ChangeLog

package info (click to toggle)
g3dviewer 0.2.99.5~svn130-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,232 kB
  • sloc: sh: 10,366; ansic: 2,446; makefile: 118; xml: 75
file content (80 lines) | stat: -rw-r--r-- 3,077 bytes parent folder | download | duplicates (6)
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
changes since version 0.2.99.4:
	* general: trackball stuff moved to libg3d
	* general: show G3D logo if no file was given in argument list
	* general: drag and drop target implemented
	* filechooser: set to correct path of drop/argv file

changes since version 0.2.99.3:
	* thumbnailer: some files where missing in the distribution tarball

changes since version 0.2.99.2:
	* gui: fullscreen function
	* gl: support for different texture environment parameters
	* general: requires libg3d >= 0.0.5 now
	* general: usual small, undocumented fixes and tweaks...

changes since version 0.2.99.0:
	* gui: screenshot function
	* gui: moved to libglade
	* gui: objects hideable
	* general: localization

changes since version 0.2.0:
	* libg3d: moved model loading and manipulation into separate library
	* gui: gtk+ 2.x is required now
	* gui: gtkglext >= 1.0 is required now

changes since version 0.1.99.1:
	* plugins: moved to ${PREFIX}/lib/g3dviewer/plugins
	* configure: look for OpenGL headers and libs in X11 path
	* general: some warnings removed
	* imp_ac3d: support for TORCS .acc files

changes since version 0.1.1:
	* general: texture support (for ac3d, q3o and partly 3ds)
	* general: some code cleanup (removed dead code, some variable types
		changed....)
	* plugins: imp_ac3d: AC3D plugin
	* plugins: img_sgi: SGI RGB image plugin
	* plugins: img_gdkpixbuf: general image loader based on GdkPixbuf,
		GTK 2.x only for now

changes since version 0.1.0:
	* general: added manpage
	* plugins: fix for compatibility of shared libraries (PIC)
	* plugins: imp_vrml: started buggy VRML 1.0 plugin (requires flex)
	
changes since version 0.0.3:
	* general: ported to GtkGLExt (now default with GTK 2.x)
	* general: zooming with mouse wheel (GTK 2.x only)
	* plugins: imp_3dmf: 3D Metafile format plugin (basics for now)
	* plugins: imp_q3o: Quick3D object/scene plugin (mesh + materials)
	* plugins: imp_cob: TrueSpace object plugin
	* plugins: imp_lwo: supports LWO2 objects now
	* build system: updated some parts, include m4 files

== rerelease of version 0.0.3 with changes below ==

changes since version 0.0.3:
	* general: ported to GLib/GTK+ 2.0 & GtkGlArea 1.99.0 (optional, but
	    default, use "./configure --with-gtk12" to use Gtk+ 1.2)
	* configure: quite a lot of changes, hopefully to make things better...
	* interface/infowin: removed some gtk warnings
	* plugins/imp_*.c: fixed a locale problem

changes since version 0.0.2a (2002/03/21):
	* plugins: generic support for image plugins (for height fields & textures)
	* plugins: imp_heightfield.so plugin (generates height fields from images)
	* plugins: img_bmp.so - Windows Bitmap loader
	* gl: some changes in rendering, COULD be a little faster on some machines

changes since version 0.0.2 (2002/03/21):
	* pixmaps: 2 icons missing in package

changes since version 0.0.1 (2002/03/09):
	* plugins: nff plugin added
	* gl: custom normals possible
	* infowin: started information window
	* main: eliminated error on exit
	* configure: debugging not enabled by default (use
	    --enable-debug[=<level>])