aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/g3dviewer-0.2.99.4/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/mimesh/g3dviewer-0.2.99.4/ChangeLog')
-rw-r--r--src/others/mimesh/g3dviewer-0.2.99.4/ChangeLog71
1 files changed, 71 insertions, 0 deletions
diff --git a/src/others/mimesh/g3dviewer-0.2.99.4/ChangeLog b/src/others/mimesh/g3dviewer-0.2.99.4/ChangeLog
new file mode 100644
index 0000000..621cc7d
--- /dev/null
+++ b/src/others/mimesh/g3dviewer-0.2.99.4/ChangeLog
@@ -0,0 +1,71 @@
1changes since version 0.2.99.2:
2 * gui: fullscreen function
3 * gl: support for different texture environment parameters
4 * general: requires libg3d >= 0.0.5 now
5 * general: usual small, undocumented fixes and tweaks...
6
7changes since version 0.2.99.0:
8 * gui: screenshot function
9 * gui: moved to libglade
10 * gui: objects hideable
11 * general: localization
12
13changes since version 0.2.0:
14 * libg3d: moved model loading and manipulation into separate library
15 * gui: gtk+ 2.x is required now
16 * gui: gtkglext >= 1.0 is required now
17
18changes since version 0.1.99.1:
19 * plugins: moved to ${PREFIX}/lib/g3dviewer/plugins
20 * configure: look for OpenGL headers and libs in X11 path
21 * general: some warnings removed
22 * imp_ac3d: support for TORCS .acc files
23
24changes since version 0.1.1:
25 * general: texture support (for ac3d, q3o and partly 3ds)
26 * general: some code cleanup (removed dead code, some variable types
27 changed....)
28 * plugins: imp_ac3d: AC3D plugin
29 * plugins: img_sgi: SGI RGB image plugin
30 * plugins: img_gdkpixbuf: general image loader based on GdkPixbuf,
31 GTK 2.x only for now
32
33changes since version 0.1.0:
34 * general: added manpage
35 * plugins: fix for compatibility of shared libraries (PIC)
36 * plugins: imp_vrml: started buggy VRML 1.0 plugin (requires flex)
37
38changes since version 0.0.3:
39 * general: ported to GtkGLExt (now default with GTK 2.x)
40 * general: zooming with mouse wheel (GTK 2.x only)
41 * plugins: imp_3dmf: 3D Metafile format plugin (basics for now)
42 * plugins: imp_q3o: Quick3D object/scene plugin (mesh + materials)
43 * plugins: imp_cob: TrueSpace object plugin
44 * plugins: imp_lwo: supports LWO2 objects now
45 * build system: updated some parts, include m4 files
46
47== rerelease of version 0.0.3 with changes below ==
48
49changes since version 0.0.3:
50 * general: ported to GLib/GTK+ 2.0 & GtkGlArea 1.99.0 (optional, but
51 default, use "./configure --with-gtk12" to use Gtk+ 1.2)
52 * configure: quite a lot of changes, hopefully to make things better...
53 * interface/infowin: removed some gtk warnings
54 * plugins/imp_*.c: fixed a locale problem
55
56changes since version 0.0.2a (2002/03/21):
57 * plugins: generic support for image plugins (for height fields & textures)
58 * plugins: imp_heightfield.so plugin (generates height fields from images)
59 * plugins: img_bmp.so - Windows Bitmap loader
60 * gl: some changes in rendering, COULD be a little faster on some machines
61
62changes since version 0.0.2 (2002/03/21):
63 * pixmaps: 2 icons missing in package
64
65changes since version 0.0.1 (2002/03/09):
66 * plugins: nff plugin added
67 * gl: custom normals possible
68 * infowin: started information window
69 * main: eliminated error on exit
70 * configure: debugging not enabled by default (use
71 --enable-debug[=<level>])