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
|
2005-07-06 18:46 larsa
* build/: msvc6/include/config-debug.h,
msvc6/include/config-release.h, msvc6/include/Inventor/C/basic.h,
msvc7/coin2.sln, msvc7/include/config-debug.h,
msvc7/include/config-release.h, msvc7/include/Inventor/C/basic.h:
regenerate files
2005-07-06 18:09 larsa
* NEWS, README, RELNOTES, configure.ac, cfg/gendsp.sh.in:
updates and bootstrap
2005-07-06 18:06 larsa
* Makefile.am, docs/ChangeLog.v2.4.3, docs/announcement-2_4_3.txt:
new docs
2005-07-06 17:13 mortene
* NEWS:
Update, another 2.4.2 regression.
2005-07-06 17:13 mortene
* THANKS:
Gerard Vermeulen: tested 2.4.2 release and reported bugs found.
2005-07-06 17:11 mortene
* src/nodes/SoGroup.cpp:
Bugfix: regression in Coin 2.4.2, could no longer read binary
Inventor 2.0 files properly.
2005-07-06 16:44 mortene
* NEWS:
Update, fixed two reported serious regressions.
2005-07-06 16:44 mortene
* src/fonts/: glyph2d.c, win32.c:
Bugfix: 2D fonts would be way too large when using the Win32 API
for font rendering.
2005-07-06 15:17 mortene
* src/fonts/fontlib_wrapper.c:
Bugfix: using 2D fonts when Coin was built mt-safe would cause a
hang.
2005-07-06 15:16 mortene
* src/fonts/.cvsignore:
for building from the src dir
|