Among the 15 debian patches available in version 0.0.8-39 of the package, we noticed the following issues:
commit 7b659c024d69a2efb2895a4a5b79ecacf3f55932
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 21:28:07 2026 +0100
Drop unused gbp.conf
Signed-off-by: Sven Eckelmann <sven@narfation.org>
commit e1f7139285a7b87d6ecd2d2acedc65e807709f1f
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 21:00:16 2026 +0100
changelog: fix typo superfluous
commit c87ed2176e7a2a86404b5ce0f5b7781fb6593f19
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Mar 15 16:25:01 2026 +0000
CI: Use git-debrebase convert-to-gbp
The rest of the Salsa CI pipeline doesn't work well even if we arrange
to have debian/patches to generate a fully sensible patches-applied
branch. gdr convert-to-gbp produces a patches-*un*applied branch like
the pipeline expects.
commit 2df3d824883db4760aac7e4e6a7495ef630d127b
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 07:56:16 2026 +0100
Drop files generated by autoreconf
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Forwarded: not-needed
commit 773f2c18e0b5c279d4c4ab618e9f5a9c19fd5ac5
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 07:54:15 2026 +0100
Switch to git-debrebase(1) git workflow
Signed-off-by: Sven Eckelmann <sven@narfation.org>
commit 69afac293d1d80bcdc7d899d73060333fe1719aa
Merge: b60cc3f 4e8873a
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 11:52:45 2026 +0100
Declare fast forward from pre-git-based history
commit b60cc3fa656b572817cb82660c0683290a44ac92
Author: Sven Eckelmann <sven@narfation.org>
Date: Thu Sep 14 15:31:04 2023 +0200
imp_vrml: Disable yywrap
There is no definition anymore for yywrap - so just disable it to avoid the
loading error:
libg3d: plugins: failed to load /usr/lib/x86_64-linux-gnu/libg3d/plugins/import/imp_vrml.so: /usr/lib/x86_64-linux-gnu/libg3d/plugins/import/imp_vrml.so: undefined symbol: yywrap
Bug-Debian: #1051935
Gbp-Pq: Name imp_vrml-Disable-yywrap.patch
commit ef201162251e07db2f145cb40e02b642bfd3a663
Author: Simon McVittie <smcv@debian.org>
Date: Sun Jul 23 20:45:58 2023 +0100
Use gdk-pixbuf directly, instead of via the obsolete GTK 2
Bug-Debian: https://bugs.debian.org/967575
Gbp-Pq: Name Use-gdk-pixbuf-directly-instead-of-via-the-obsolete-GTK-2.patch
commit a7ddab1a1016c197269132c18d3c6ecccd98f87e
Author: Sven Eckelmann <sven@narfation.org>
Date: Tue Jan 21 18:37:47 2020 +0100
Switch libxml2 lookup from xml2-config to pkg-config
Bug-Debian: https://bugs.debian.org/949522
Forwarded: not-yet
Gbp-Pq: Name Switch-libxml2-lookup-from-xml2-config-to-pkg-config.patch
commit dfd0139af7fb70100de27b235532a05a298837ee
Author: Sven Eckelmann <sven@narfation.org>
Date: Fri Jan 1 01:32:33 2016 +0100
Fix spelling errors
Gbp-Pq: Name Fix-spelling-errors.patch
commit 7acf0dc14e98d61aeca5769e20d2e616f15d5fbb
Author: Sven Eckelmann <sven@narfation.org>
Date: Mon Jan 9 21:33:17 2012 +0100
Fix implicit declarations of functions
Gbp-Pq: Name Fix-implicit-declarations-of-functions.patch
commit 7ca608da4bd4ce63773ade45a6bb0a0bc6a6bf0b
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Feb 19 02:00:14 2012 +0100
Fix build with automake 1.11.3
Gbp-Pq: Name Fix-build-with-automake-1.11.3.patch
commit c36ec564d290b57c7adad66324d299dc1d0b2c2d
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date: Mon Aug 16 21:29:29 2010 +0200
Fix memory leaks in dae plugin
Forwarded: https://mail.gna.org/public/libg3d-devel/2010-08/msg00000.html
Bug-Debian: https://bugs.debian.org/593209
Gbp-Pq: Name Fix-memory-leaks-in-dae-plugin.patch
commit 0f1d1eedb4a1eaa20fbbab4823b78bf2900a96a2
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date: Mon Aug 16 21:29:29 2010 +0200
Fix memory leaks
Forwarded: https://mail.gna.org/public/libg3d-devel/2010-08/msg00000.html
Bug-Debian: https://bugs.debian.org/593209
Gbp-Pq: Name Fix-memory-leaks-7.patch
commit 5d9cede76212644e67e19333741ab46b98c2a93a
Author: Sven Eckelmann <sven@narfation.org>
Date: Mon May 24 10:16:21 2010 +0200
Only require glib2.0 for header files
Programs linked against libg3d doesn't need to link to glib2.0 when they don't
use it directly. Pkg-config allows us to use Require.private in such
situations.
Gbp-Pq: Name Only-require-glib2.0-for-header-files.patch
commit fb4b10f95250bb8fe48b9e1c3ae69a895c1a4aed
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date: Tue Feb 16 12:38:34 2010 +0100
Fix memory leaks
Forwarded: https://mail.gna.org/public/libg3d-devel/2010-02/msg00000.html
Bug-Debian: https://bugs.debian.org/570084
Gbp-Pq: Name Fix-memory-leaks.patch
commit 7468f2d45372ce1e1320430d3c8b135acc682cda
Author: Sven Eckelmann <sven@narfation.org>
Date: Mon Feb 8 10:33:54 2010 +0100
Identify modules by the ending .so instead of .la
.la files were stripped of the debs to fulfill the release goal
https://wiki.debian.org/ReleaseGoals/LAFileRemoval but the plugin loader of
libg3d tries to identify plugins by their libtool archive.
Gbp-Pq: Name Identify-modules-by-the-ending-.so-instead-of-.la.patch
commit add43d050f67bf1332088e4d37f1034e6accec81
Author: Sven Eckelmann <sven@narfation.org>
Date: Sat Nov 21 22:45:54 2009 +0100
Allow libtool to update their files to keep them consistent
Gbp-Pq: Name Allow-libtool-to-update-their-files-to-keep-them-con.patch
commit ee88d97de4bbe993c5945af4b42af63daae08d1c
Author: Sven Eckelmann <sven@narfation.org>
Date: Sat Nov 21 21:18:15 2009 +0100
Add AC_PROG_CXX for tests/Makefile.am
Gbp-Pq: Name Add-AC_PROG_CXX-for-tests-Makefile.am.patch
commit d4daa14ce490161fdca7f61fb08337afb6133c79
Author: Eric Sesterhenn <SnakeByte@gmx.de>
Date: Sat Sep 12 15:23:40 2009 +0200
fix possible endless loop in g3d_stream_seek
Origin: upstream, http://svn.gna.org/viewcvs/libg3d/trunk/src/stream.c?rev=426&r1=402&r2=426
Gbp-Pq: Name fix-possible-endless-loop-in-g3d_stream_seek.patch
commit 2e51f890d69aa1f7ed5f148d1f68ce2bbae4c3a4
Author: Sven Eckelmann <sven@narfation.org>
Date: Sat Sep 12 15:23:40 2009 +0200
Fix memory leaks in plugins
Bug: https://mail.gna.org/public/libg3d-devel/2009-02/msg00000.html
Gbp-Pq: Name Fix-memory-leaks-in-plugins.patch
commit 8f4e84f170bb630e6ea912a15f3d95a7b9b5db23
Merge: c1bfef3 020ff75
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 11:50:43 2026 +0100
git-debrebase import: declare upstream
First breakwater merge.
[git-debrebase anchor: declare upstream]
commit c1bfef3f4d3c3181f75a2cc4c521bbc05dda4bc8
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 11:50:43 2026 +0100
git-debrebase convert-from-gbp: drop patches from tree
Delete debian/patches, as part of converting to git-debrebase format.
[git-debrebase convert-from-gbp: drop patches from tree]
commit a3c2eb52caf40b460a874c2a8c9822ccc42f60e4
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 10:48:31 2026 +0100
debian/copyright: Drop superflous section config/*
Signed-off-by: Sven Eckelmann <sven@narfation.org>
commit 4274bddca11591965c5b71aafed068fa49379dca
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 08:17:15 2026 +0100
Remove build artifact doc/api/libg3d-overrides.txt
Signed-off-by: Sven Eckelmann <sven@narfation.org>
commit b3087aacdceb5a4b46081540dfa6cd9365f63808
Merge: bd83ed1 020ff75
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Mar 15 11:21:25 2026 +0100
Merge tag 'v0.0.8+git' into debian/unstable
Compatibility tag for orig transition
commit 4e8873a77b08e06ba5986501ef4bc4331f66ea13
Author: Sven Eckelmann <sven@narfation.org>
Date: Thu Sep 14 15:31:04 2023 +0200
imp_vrml: Disable yywrap
There is no definition anymore for yywrap - so just disable it to avoid the
loading error:
libg3d: plugins: failed to load /usr/lib/x86_64-linux-gnu/libg3d/plugins/import/imp_vrml.so: /usr/lib/x86_64-linux-gnu/libg3d/plugins/import/imp_vrml.so: undefined symbol: yywrap
Bug-Debian: #1051935
Gbp-Pq: Name imp_vrml-Disable-yywrap.patch
commit af22250d3ef8dd5718caef76089f7a0ae26224eb
Author: Simon McVittie <smcv@debian.org>
Date: Sun Jul 23 20:45:58 2023 +0100
Use gdk-pixbuf directly, instead of via the obsolete GTK 2
Bug-Debian: https://bugs.debian.org/967575
Gbp-Pq: Name Use-gdk-pixbuf-directly-instead-of-via-the-obsolete-GTK-2.patch
commit 647c85a5d5930779aa424afc5fc0cf970558de80
Author: Sven Eckelmann <sven@narfation.org>
Date: Tue Jan 21 18:37:47 2020 +0100
Switch libxml2 lookup from xml2-config to pkg-config
Bug-Debian: https://bugs.debian.org/949522
Forwarded: not-yet
Gbp-Pq: Name Switch-libxml2-lookup-from-xml2-config-to-pkg-config.patch
commit 0499f2ede2f86c6e3fc1aefa615f255bace9f943
Author: Sven Eckelmann <sven@narfation.org>
Date: Fri Jan 1 01:32:33 2016 +0100
Fix spelling errors
Gbp-Pq: Name Fix-spelling-errors.patch
commit 8f45348612eac56177e620499c6b10dff42e5e23
Author: Sven Eckelmann <sven@narfation.org>
Date: Mon Jan 9 21:33:17 2012 +0100
Fix implicit declarations of functions
Gbp-Pq: Name Fix-implicit-declarations-of-functions.patch
commit 3f6ce178402b2556c46009fbe03df1a3c072843d
Author: Sven Eckelmann <sven@narfation.org>
Date: Sun Feb 19 02:00:14 2012 +0100
Fix build with automake 1.11.3
Gbp-Pq: Name Fix-build-with-automake-1.11.3.patch
commit 198bf935f370830701d725fd003aca5253b7ef49
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date: Mon Aug 16 21:29:29 2010 +0200
Fix memory leaks in dae plugin
Forwarded: https://mail.gna.org/public/libg3d-devel/2010-08/msg00000.html
Bug-Debian: https://bugs.debian.org/593209
Gbp-Pq: Name Fix-memory-leaks-in-dae-plugin.patch
commit 61e921e3acb8f0f25cb2a73a8c027b779b75acc6
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date: Mon Aug 16 21:29:29 2010 +0200
Fix memory leaks
Forwarded: https://mail.gna.org/public/libg3d-devel/2010-08/msg00000.html
Bug-Debian: https://bugs.debian.org/593209
Gbp-Pq: Name Fix-memory-leaks-7.patch
commit 54ef68592e8b1cbacfaf58918b445c0260a477ab
Author: Sven Eckelmann <sven@narfation.org>
Date: Mon May 24 10:16:21 2010 +0200
Only require glib2.0 for header files
Programs linked against libg3d doesn't need to link to glib2.0 when they don't
use it directly. Pkg-config allows us to use Require.private in such
situations.
Gbp-Pq: Name Only-require-glib2.0-for-header-files.patch
commit e4102c31bf4ab241d94fd5ae14f2e0cfbef59d3b
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date: Tue Feb 16 12:38:34 2010 +0100
Fix memory leaks
Forwarded: https://mail.gna.org/public/libg3d-devel/2010-02/msg00000.html
Bug-Debian: https://bugs.debian.org/570084
Gbp-Pq: Name Fix-memory-leaks.patch
commit a6ae1a0124604e3ff7929d6c476a3113555fb5af
Author: Sven Eckelmann <sven@narfation.org>
Date: Mon Feb 8 10:33:54 2010 +0100
Identify modules by the ending .so instead of .la
.la files were stripped of the debs to fulfill the release goal
https://wiki.debian.org/ReleaseGoals/LAFileRemoval but the plugin loader of
libg3d tries to identify plugins by their libtool archive.
Gbp-Pq: Name Identify-modules-by-the-ending-.so-instead-of-.la.patch
commit ecdf59bb92f515a599c4b1066d8eb50a74ce5299
Author: Sven Eckelmann <sven@narfation.org>
Date: Sat Nov 21 22:45:54 2009 +0100
Allow libtool to update their files to keep them consistent
Gbp-Pq: Name Allow-libtool-to-update-their-files-to-keep-them-con.patch
commit d69b778b41073dbe5e41f768a7f8584fd32ece9b
Author: Sven Eckelmann <sven@narfation.org>
Date: Sat Nov 21 21:18:15 2009 +0100
Add AC_PROG_CXX for tests/Makefile.am
Gbp-Pq: Name Add-AC_PROG_CXX-for-tests-Makefile.am.patch
commit 8f30051487d688e87631331001a3a859d5ebba13
Author: Eric Sesterhenn <SnakeByte@gmx.de>
Date: Sat Sep 12 15:23:40 2009 +0200
fix possible endless loop in g3d_stream_seek
Origin: upstream, http://svn.gna.org/viewcvs/libg3d/trunk/src/stream.c?rev=426&r1=402&r2=426
Gbp-Pq: Name fix-possible-endless-loop-in-g3d_stream_seek.patch
commit 35a427cf961341dd0d9f52b7748e13a72125bc88
Author: Sven Eckelmann <sven@narfation.org>
Date: Sat Sep 12 15:23:40 2009 +0200
Fix memory leaks in plugins
Bug: https://mail.gna.org/public/libg3d-devel/2009-02/msg00000.html
Gbp-Pq: Name Fix-memory-leaks-in-plugins.patch
commit 79cdcc841773fae92f82f0cadc0c61832b4f8139
Merge: 6f2a6bc e691fc9
Author: Sven Eckelmann <sven@narfation.org>
Date: Sat Mar 14 19:52:49 2026 +0100
libg3d (0.0.8-39) unstable; urgency=medium
* debian/watch
- Switch to version 5 format
- switch to git repository as source tarball
- drop references to unused signatures
* debian/control:
- Upgraded to policy 4.7.3
- drop Priority field
- drop redundant Rules-Requires-Root
* debian/copyright:
- Update copyright years
* Drop deprecated lintian override library-not-linked-against-libc
[dgit import unpatched libg3d 0.0.8-39]
commit e691fc94ca6ba7287493b537a8504a18d335ed1d
Author: Sven Eckelmann <sven@narfation.org>
Date: Sat Mar 14 19:52:49 2026 +0100
Import libg3d_0.0.8-39.debian.tar.xz
[dgit import tarball libg3d 0.0.8-39 libg3d_0.0.8-39.debian.tar.xz]
commit 6f2a6bc4d25b0bafd424de585c7ea4a85f676938
Author: Sven Eckelmann <sven@narfation.org>
Date: Mon Jan 19 11:16:45 2009 +0100
Import libg3d_0.0.8.orig.tar.gz
[dgit import orig libg3d_0.0.8.orig.tar.gz]
commit 020ff756e217b92b5b55f14536f2333b44babf22
Author: Markus Dahms <mad@automagically.de>
Date: Mon Jan 19 09:22:16 2009 +0000
* prepare for 0.0.8 release
commit 359dcf473303787ff4fa5d21adcfef252390fb56
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 17:38:26 2009 +0000
* documentation updates
commit 9e823c4f57354cb65bf7239d677983a878b36b42
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 16:05:02 2009 +0000
* bugfix release 0.0.8 about to release soon
commit 5a87a7eedb442ffab74d9f79d2f0a97f40ddc2d2
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 15:59:11 2009 +0000
* imp_dae: build fix for !HAVE_LIBGSF case (Oliver Dippel)
commit b5f0051e25c7e74347f8a1d92095d366c997c74b
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 14:47:17 2009 +0000
* updated LGPL boilerplates and (C) years
commit 63ade8e24c565cdffbe61fa94aa36cc168e06fb7
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 12:02:40 2009 +0000
* release stuff updated
commit 1f83b4273e88d067ed7ebce1119bd0462b0279a5
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 12:02:39 2009 +0000
* updated release checklist
commit 1be8cf399da4080d56d0e60844a95579c0ea00ab
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 10:50:41 2009 +0000
* .gitignore may be useful
commit 327246c378226977528219ec8fabdaee18440d3c
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 10:50:40 2009 +0000
* ship matrix.html
commit 714ae1aee9b27b8aa3add3f0eb6f49c7b76bc157
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 10:50:38 2009 +0000
* documentation prepared for release
commit 370219347c8c5b02a5bffaee8630396a7279b1b0
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 16 10:50:36 2009 +0000
* imp_blend: load color materials
commit 87d5aaa210b7fb030ebf129e966df3251600c850
Author: Markus Dahms <mad@automagically.de>
Date: Thu Jan 15 13:47:18 2009 +0000
* imp_blend: basic geometry stuff, still strange though
commit 3c3ea98981ebc2a4bdc7f2bf6bc6e3095951556b
Author: Markus Dahms <mad@automagically.de>
Date: Thu Jan 15 13:47:15 2009 +0000
* imp_blend: moved to chunk callback architecture
commit 7a7a905c6c249d6b7650b1c7f80a5b35e4822cbb
Author: Markus Dahms <mad@automagically.de>
Date: Thu Jan 15 00:03:08 2009 +0000
* imp_blend: type system seems to work incl. substructs
commit 84479479b79f62f92921cc5a531b1ae525430c92
Author: Markus Dahms <mad@automagically.de>
Date: Wed Jan 14 19:23:08 2009 +0000
* imp_blend: some array stuff, sub-struct strangely broken...
commit c59792816a00519861f6f03096cca16115ae2283
Author: Markus Dahms <mad@automagically.de>
Date: Wed Jan 14 11:56:26 2009 +0000
* imp_blend: more work on type system, still problems with non-basic
non-struct types
commit fc0979d4c6b96353c67b048045cd042d33c30fac
Author: Markus Dahms <mad@automagically.de>
Date: Wed Jan 14 11:56:24 2009 +0000
* imp_blend: correct struct names
commit 4da029853d07039f1715f10d4d32dfe5f0f6fff9
Author: Markus Dahms <mad@automagically.de>
Date: Tue Jan 13 22:36:01 2009 +0000
* imp_blend: some more debugging
commit b67695fa3bbee89f87e8dbf95ffdf3c04cccb79d
Author: Markus Dahms <mad@automagically.de>
Date: Tue Jan 13 18:40:12 2009 +0000
* imp_3dm: splitting mesh function, cleanups
commit f0c463366849b33b0aadcbfff900dc7ca5096a56
Author: Markus Dahms <mad@automagically.de>
Date: Tue Jan 13 18:01:16 2009 +0000
* imp_3dm: missing files added
commit ca72ff0d19275dc4ed0cd46bec30ee1544fa1669
Author: Markus Dahms <mad@automagically.de>
Date: Tue Jan 13 18:00:08 2009 +0000
* imp_3dm: compressed vertex data loadable
commit 1a006e7d2909fe7b573fc01bdc7ba8ab864f4aa7
Author: Markus Dahms <mad@automagically.de>
Date: Tue Jan 13 18:00:06 2009 +0000
* zlib stream: mostly working
commit ecf84521eb17829bac474efa08b3d76e1793191f
Author: Markus Dahms <mad@automagically.de>
Date: Tue Jan 13 18:00:04 2009 +0000
* configure: add check for zlib
commit 5d4520128b96fa5da8c0f96fadf36df7144cf2a2
Author: Markus Dahms <mad@automagically.de>
Date: Mon Jan 12 22:23:09 2009 +0000
* implemented G3DStream input class for GSF (used by zip & structured file
from stream)
* GSF based gzip data loader, untested
commit 89e32af367e6f4a860611f86567ad686f0a4d5af
Author: Markus Dahms <mad@automagically.de>
Date: Mon Jan 12 16:15:25 2009 +0000
* imp_3dm: new plugin for OpenNURBS .3dm models, container working
commit eb3c30a47695a0eb1eb539fe829467692439446f
Author: Markus Dahms <mad@automagically.de>
Date: Mon Jan 12 16:15:23 2009 +0000
* imp_dae: some debugging stuff
commit d6872c4eedb12ccac88b713d3d2257d0cc365d72
Author: Markus Dahms <mad@automagically.de>
Date: Mon Jan 12 16:15:21 2009 +0000
* imp_kmz: support .zip as extension and handle unpacked doc.kml and stuff
* imp_dae: find textures when called from unpacked doc.kml
commit 52aacd2ece80659ca29cfe4bf6921a5228ba7384
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 9 17:36:24 2009 +0000
* imp_*: transform final model to g3d orientation
(rotate -90 deg around x axis)
part #1
commit 78d0c808d17b59c9c1c72f611d67b24eb3048f3f
Author: Markus Dahms <mad@automagically.de>
Date: Fri Jan 9 17:36:21 2009 +0000
* add g3d_model_transform()
commit 6161e43a956957398f1c54a9b43645fac1f3d925
Author: Markus Dahms <mad@automagically.de>
Date: Thu Jan 8 15:47:34 2009 +0000
* quat to rotation function
commit d1385a4dce657fc4251d56861224cd0df151b425
Author: Markus Dahms <mad@automagically.de>
Date: Wed Jan 7 18:31:25 2009 +0000
* imp_dae: rotate to let y axis show up
commit 30597965fc9996a694837426b6835fafe0ea7d62
Author: Markus Dahms <mad@automagically.de>
Date: Wed Jan 7 18:31:24 2009 +0000
* boilerplate added
commit 64d79fea0971e5f6b6b24241cf89718ce4aeb70b
Author: Markus Dahms <mad@automagically.de>
Date: Mon Jan 5 18:14:45 2009 +0000
* quat: fixed trackball
commit 9ecad0046b27a80997742f5b01e5d5a69774fdc3
Author: Markus Dahms <mad@automagically.de>
Date: Sat Jan 3 15:07:42 2009 +0000
* abstracted vector initialization in core library
commit 5a07e3c219a249985579904db7b0df2c689fd993
Author: Markus Dahms <mad@automagically.de>
Date: Sat Jan 3 15:07:39 2009 +0000
* replaced gfloat with custom types in core library
* quat.[ch]: quaternion stuff, just started
commit a1f4b653a0c96434a4a80956256e89f8f0601e0c
Author: Markus Dahms <mad@automagically.de>
Date: Wed Dec 17 13:12:08 2008 +0000
* imp_dpm: missing support.info
commit 8e527b33c1e6d639feb41a0061be8ef1d31fcee2
Author: Markus Dahms <mad@automagically.de>
Date: Wed Dec 17 13:12:07 2008 +0000
* support_matrix: show/hide content; .html added
commit d2e9083c024824c1b5642d368242c062522d93bf
Author: Markus Dahms <mad@automagically.de>
Date: Wed Dec 17 10:56:16 2008 +0000
* support_matrix: updated
commit 0af195a6e52b315ab8a654558aab7464d504d657
Author: Markus Dahms <mad@automagically.de>
Date: Wed Dec 17 10:56:12 2008 +0000
* imp_max: replace seek with skip
commit 2a8c9f515b0e5e6b4d8b1ed89f2f79da1ea2df1c
Author: Markus Dahms <mad@automagically.de>
Date: Wed Dec 17 10:56:10 2008 +0000
* support_matrix: more fields, divider in templates
commit 147aba62fac10688b5758fae4e35f438874b13fe
Author: Markus Dahms <mad@automagically.de>
Date: Wed Dec 17 10:56:08 2008 +0000
* imp_ldraw: remove EXPERIMENTAL
commit bfe34ca309c75638b645cbaa6ce0501ae7a1215c
Author: Markus Dahms <mad@automagically.de>
Date: Wed Dec 17 10:56:06 2008 +0000
* imp_ase: remove EXPERIMENTAL
commit 172cdccda8c326cb4c0961c7f1f7fb87967e0646
Author: Markus Dahms <mad@automagically.de>
Date: Tue Dec 16 16:33:51 2008 +0000
* imp_dxf: cleanups, some additional chunk/entity types
commit 09a08e4cc6b21e021219aa52e51ddbb32f80ca3f
Author: Markus Dahms <mad@automagically.de>
Date: Tue Dec 16 13:23:15 2008 +0000
* imp_dxf: color support, boilerplated most files
commit aa90e7ad9552f7f05b18d48b8a902c7efd952a39
Author: Markus Dahms <mad@automagically.de>
Date: Tue Dec 16 11:04:58 2008 +0000
* ChangeLog: updated
commit 15c5b72b99fde982f9f91503f4224fba28704327
Author: Markus Dahms <mad@automagically.de>
Date: Tue Dec 16 11:04:57 2008 +0000
* config: trying to "fix" autotools setup, nothing real...
commit dad3d05e4db563783b3728b32836defd8ad7a83c
Author: Markus Dahms <mad@automagically.de>
Date: Tue Dec 16 11:04:55 2008 +0000
* imp_dxf: greatly simplified chunk/entity handling
commit 0e4a63fbeb1560c512cb4cbb34a3b2df93eb05ec
Author: Markus Dahms <mad@automagically.de>
Date: Mon Dec 15 16:53:32 2008 +0000
* imp_dxf: INSERT partly working (no rotation yet)
commit d212608050a83dd2f52a9d25d2d3257b3084f830
Author: Markus Dahms <mad@automagically.de>
Date: Mon Dec 15 16:53:30 2008 +0000
* imp_dxf: group block objects
commit 128db7c20b348e4f4de5a25955a7f841890b89f0
Author: Markus Dahms <mad@automagically.de>
Date: Mon Dec 15 12:47:48 2008 +0000
* imp_dxf: cleanup, preparation for blocks
commit 4a14993eed24b9caebc59609c47d89ee9a7de835
Author: Markus Dahms <mad@automagically.de>
Date: Mon Dec 15 12:47:47 2008 +0000
* imp_dxf: some more grouping in file tree
commit b61369655d6dd0dab479dbad9e7d2cb26217e91c
Author: Markus Dahms <mad@automagically.de>
Date: Mon Dec 15 12:47:45 2008 +0000
* imp_dxf: some cleanups, removed repeated strcmp
commit 1ce6875c4edef574d60698f350774d0b59eef4a3
Author: Markus Dahms <mad@automagically.de>
Date: Sun Dec 14 19:05:11 2008 +0000
* imp_dxf: basic polyface support
commit f8b8a50ebeadfbd1a59cecd1c383f8858ba65ce1
Author: Markus Dahms <mad@automagically.de>
Date: Sun Dec 14 18:11:32 2008 +0000
* imp_heightfield: use g3d_primitive_mesh()
commit 3dc6b63c710fb031178bff3357aa2b9962bafb6b
Author: Markus Dahms <mad@automagically.de>
Date: Sun Dec 14 18:11:30 2008 +0000
* g3d_primitive_mesh(): prepend faces instead of appending
commit 5dbc6768c8904d5f5dc12816ef06e8856716572f
Author: Markus Dahms <mad@automagically.de>
Date: Sun Dec 14 18:11:28 2008 +0000
* imp_dxf: use g3d_primitive_mesh()