File: ChangeLog.v2.4.4

package info (click to toggle)
coin2 2.4.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 26,820 kB
  • ctags: 28,321
  • sloc: cpp: 158,077; ansic: 41,276; sh: 9,829; makefile: 6,567; yacc: 181; perl: 137; lex: 114
file content (702 lines) | stat: -rw-r--r-- 14,670 bytes parent folder | download | duplicates (2)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
2005-09-20 00:58  larsa

	* build/: msvc6/coin2.dsp, msvc6/install-headers.bat,
	msvc6/include/config-debug.h, msvc6/include/config-release.h,
	msvc6/include/setup.h, msvc6/include/Inventor/C/basic.h,
	msvc7/.cvsignore, msvc7/coin2.sln, msvc7/coin2.vcproj,
	msvc7/install-headers.bat, msvc7/include/config-debug.h,
	msvc7/include/config-release.h, msvc7/include/setup.h,
	msvc7/include/Inventor/C/basic.h:
	
	update/regenerate

2005-09-19 23:57  larsa

	* configure.ac:
	
	new version 2.4.4

2005-09-19 23:54  larsa

	* README, docs/announcement-2_4_4.txt:
	
	doc updates

2005-09-19 23:45  larsa

	* RELNOTES:
	
	notable change for 2.4.4 release

2005-09-19 23:33  larsa

	* NEWS, THANKS:
	
	more helpful people

2005-09-19 23:05  larsa

	* src/base/all-base-cpp.cpp:
	
	build fix

2005-09-19 22:25  larsa

	* Makefile.am:
	
	dist updates

2005-09-19 22:25  larsa

	* docs/: ChangeLog.v2.4.4, announcement-2_4_4.txt:
	
	stub files

2005-09-19 21:14  larsa

	* models/dead_simple/all-iv.iv:
	
	just a list of all nodes

2005-09-19 21:08  larsa

	* src/fields/SoFieldData.cpp:
	
	improve error message

2005-09-19 20:45  larsa

	* src/misc/SoBase.cpp:
	
	make read error message more understandable if 'UnknownNode'
	appears in a .iv file

2005-09-19 20:23  larsa

	* examples/misc/ivcp.cpp:
	
	sample 'iv-copy' test application

2005-09-19 17:52  larsa

	* src/actions/SoRayPickAction.cpp:
	
	remove warnings

2005-09-19 17:52  larsa

	* build/msvc7/.cvsignore:
	
	update

2005-09-19 11:56  pederb

	* src/nodes/SoVertexProperty.cpp:
	
	Fix old 3D texture coordinate bug, which caused the 3D texture
	coordinates to work only for SoGLRenderAction.

2005-09-15 12:37  handegar

	* cfg/errors.txt:
	
	bootstrap

2005-09-14 15:47  pederb

	* src/hardcopy/VectorizeActionP.cpp:
	
	Fix clip plane transformation bug. Reported by Frank Hibbeln.

2005-09-14 10:45  pederb

	* src/hardcopy/VectorizeActionP.cpp:
	
	Cleanup more in reset() to avoid that the action uses more and more
	memory if it's applied several times. Bug found by Frank Hibbeln.

2005-09-13 18:24  handegar

	* include/Inventor/misc/Makefile.am:
	
	Make SoJavaScriptEngine.h and SoScriptEngine.h public.

2005-09-13 17:32  pederb

	* src/vrml97/Shape.cpp:
	
	SoGLRenderAction abort callback bugfix.

2005-09-13 15:09  kyrah

	* Makefile.am, configure.ac:
	
	Renamed Resources/pivy to Resources/include since the non-framework
	include style might be generally needed in other cases than pivy.

2005-09-09 13:19  pederb

	* src/actions/SoRayPickAction.cpp:
	
	Vastly improve picking precision. This fixes problems we've had
	with picking in large scenes.

2005-09-09 11:37  pederb

	* src/hardcopy/VectorizeActionP.cpp:
	
	Fix potential memory leaks. Reported by Frank Hibbeln.

2005-09-08 15:36  mortene

	* src/base/SbOctTree.cpp:
	
	Debug: minor additional debug facilities.

2005-09-08 15:35  mortene

	* src/collision/SoIntersectionDetectionAction.cpp:
	
	Bugfix: make enclosing bbox around octtree sufficiently large for
	collision testing. Fixes bug item #207.

2005-09-07 15:08  handegar

	* src/glue/spidermonkey.c:
	
	Compile fix for windows

2005-09-07 13:46  handegar

	* include/discard.h.in, src/glue/spidermonkey.c:
	
	Bootstrap

2005-09-07 13:46  handegar

	* configure.ac:
	
	Changed the HAVE_SPIDERMONKEY define into
	HAVE_SPIDERMONKEY_VIA_LINKTIME_LINKING

2005-09-07 13:35  mortene

	* src/io/SoInput.cpp:
	
	Bugfix: use coin_atexit(), not atexit(). Reported by Roy Walmsley.

2005-09-06 19:08  handegar

	* include/Inventor/: C/glue/spidermonkey.h,
	misc/SoJavaScriptEngine.h, misc/SoScriptEngine.h:
	
	One step closer to a better solution

2005-09-06 17:57  handegar

	* src/glue/spidermonkey.c:
	
	Comment fix.

2005-09-06 17:32  handegar

	* src/glue/spidermonkey.c:
	
	Spidermonkey fix.

2005-09-06 17:32  handegar

	* include/Inventor/: C/glue/spidermonkey.h,
	misc/SoJavaScriptEngine.h, misc/SoScriptEngine.h:
	
	SpiderMonkey fix

2005-09-06 13:57  kyrah

	* Makefile.am, configure.ac:
	
	Removed recursive Headers/Inventor -> ../Headers symlink, since
	this caused Xcode to crash when Inventor.framework was imported.
	
	This symlink was/is needed since Pivy (or rather, swig) does not
	support frameworks. Moved it to Resources/pivy, which is both
	cleaner (since it's a pivy-specific hack anyway) and makes it
	non-rekursive, hence preventing the Xcode crash.

2005-09-01 16:39  handegar

	* src/vrml97/JS_VRMLClasses.cpp:
	
	Added erikgors GCC-4 compile fix from Coin-dev.

2005-09-01 12:27  handegar

	* include/Inventor/C/glue/: Makefile.am, spidermonkey.h:
	
	spidermonkey.h is now public.  Bootstrap.

2005-08-31 12:25  handegar

	* configure.ac:
	
	Dont announce SpiderMonkey support if javascript is disabled.

2005-08-31 11:48  larsa

	* configure.ac:
	
	disable unportable sed-command

2005-08-30 15:38  handegar

	* include/Inventor/C/glue/spidermonkey.h, src/glue/spidermonkey.c:
	
	Static linking of SpiderMonkey enabled.

2005-08-30 15:16  handegar

	* configure.ac, include/discard.h.in:
	
	Bootstrap

2005-08-30 14:02  handegar

	* src/misc/SoJavaScriptEngine.cpp:
	
	Compile fix.

2005-08-30 00:57  kyrah

	* src/misc/Makefile.am:
	
	Compile fix.

2005-08-29 14:56  kyrah

	* configure.ac:
	
	Fix for building the binary SDK on Mac OS 10.4: Don't use the
	single-precision math functions, which are available in 10.4 but
	not in 10.3. Problem reported by Tamer Fahmy.

2005-08-26 15:58  larsa

	* configure.ac, include/discard.h.in, include/setup.h.in:
	
	new --enable-javascript-api option

2005-08-26 12:51  handegar

	* include/Inventor/C/glue/spidermonkey.h,
	include/Inventor/misc/SoJavaScriptEngine.h,
	include/Inventor/misc/SoScriptEngine.h, src/glue/spidermonkey.c,
	src/misc/Makefile.am, src/misc/SoJavaScriptEngine.cpp,
	src/vrml97/JS_VRMLClasses.cpp, src/vrml97/Script.cpp:
	
	Moved in SpiderMonkey support from Coin-dev (wrapped in #ifdef
	COIN_HAVE_JAVASCRIPT).

2005-08-26 11:26  pederb

	* include/Inventor/elements/SoGLMultiTextureEnabledElement.h,
	include/Inventor/elements/SoMultiTextureEnabledElement.h,
	src/elements/SoMultiTextureEnabledElement.cpp,
	src/elements/GL/SoGLMultiTextureEnabledElement.cpp:
	
	Migrate code from Coin-dev (support for rectangle and cube map
	textures).

2005-08-25 15:23  larsa

	* src/glue/dl.c:
	
	deja vu on the warning disable casting

2005-08-25 15:03  pederb

	* include/Inventor/C/tidbitsp.h:
	
	--enable-next-minor compile fix.

2005-08-25 13:26  larsa

	* cfg/gendsp.sh.in:
	
	adjust for new install script name scheme

2005-08-25 13:26  larsa

	* NEWS:
	
	update

2005-08-25 13:23  larsa

	* build/msvc7/: coin2.sln, coin2.vcproj, generate.sh,
	install-dll-debug.bat, install-dll-release.bat,
	install-headers.bat, install-lib-debug.bat,
	install-lib-release.bat, installcoin.bat, installcoinheaders.bat:
	
	update to new installation scripts / static configurations

2005-08-25 12:40  larsa

	* build/msvc6/generate.sh:
	
	tweak for filename change

2005-08-25 12:39  larsa

	* Makefile.am:
	
	change of dist files

2005-08-25 12:15  larsa

	* build/msvc6/.cvsignore:
	
	update

2005-08-25 12:14  larsa

	* build/msvc6/generate.sh:
	
	use generic script name

2005-08-25 12:14  larsa

	* build/msvc6/coin2.dsp:
	
	update, install static versions as well (named coin2s*.lib)

2005-08-25 12:13  larsa

	* build/msvc6/installcoin.bat:
	
	obsoleted

2005-08-25 12:13  larsa

	* build/msvc6/: install-headers.bat, installcoinheaders.bat:
	
	a more generic name

2005-08-25 12:12  larsa

	* build/msvc6/: install-dll-debug.bat, install-dll-release.bat,
	install-lib-debug.bat, install-lib-release.bat:
	
	install scripts for just the given configuration

2005-08-22 16:00  pederb

	* src/elements/SoLazyElement.cpp:
	
	Doc.

2005-08-22 12:33  pederb

	* src/shapenodes/SoShape.cpp:
	
	Bugfix. Test sorted triangle transparency type from state, not from
	action. Reported by Michael Mandel.

2005-08-22 12:22  pederb

	* include/Inventor/elements/SoShapeStyleElement.h,
	src/elements/SoShapeStyleElement.cpp:
	
	Added flag for testing sorted triangles transparency type.

2005-08-17 16:25  pederb

	* src/misc/CoinOffscreenGLCanvas.cpp:
	
	Compile fix.

2005-08-17 15:03  mortene

	* src/misc/: CoinOffscreenGLCanvas.cpp, CoinOffscreenGLCanvas.h,
	SoOffscreenRenderer.cpp:
	
	Performance: fixes a performance regression introduced with the fix
	to successively halve GL tile size until successful allocation.

2005-08-10 12:29  mortene

	* src/fields/SoFieldData.cpp:
	
	Bugfix: the SoTexture::enableCompressedTexture hack should now also
	work with SoTexture2-derived extension nodes.

2005-08-09 16:15  mortene

	* src/tidbits.c:
	
	Doc: convert FIXME to neutral code comment.

2005-08-09 12:08  mortene

	* src/misc/SoSceneManager.cpp:
	
	Doc: FIXME note about incompatibility with SGI Inventor.

2005-08-09 11:50  pederb

	* include/Inventor/misc/SbHash.h, src/base/dict.c, src/base/hash.c:
	
	Use prime numbers for the number of buckets in hash tables.

2005-08-09 11:50  pederb

	* include/Inventor/C/tidbitsp.h, src/tidbits.c:
	
	Added function for finding the next prime number for a given
	number.

2005-08-04 18:21  kyrah

	* src/actions/SoGLRenderAction.cpp:
	
	Don't render multi passes if no accumulation buffer available.
	Optimization suggested by pederb.

2005-08-04 16:35  pederb

	* src/engines/: SoEngineOutput.cpp, SoFieldConverter.cpp:
	
	Fix bug in getForwardConnections(). Field converters should be
	skipped. Bug reported by Nikolai Ruhe.

2005-08-03 18:37  kyrah

	* src/misc/CoinOffscreenGLCanvas.cpp:
	
	Added some more debug output.

2005-08-03 18:11  kyrah

	* src/actions/SoGLRenderAction.cpp:
	
	Don't attempt to use glAccum() if no accumulation buffer is
	available.

2005-08-03 14:57  kyrah

	* src/glue/gl_agl.c:
	
	Only report failure to aglSetPBuffer() when debugging information
	is requested, since now we will successively retry with smaller
	buffer sizes anyway.

2005-07-27 15:12  kyrah

	* packaging/macosx/checklist.txt:
	
	We need MACOSX_DEPLOYMENT_TARGET when running configure, to be able
	to not pick up functionality that is available on the build
	platform but not the target platform.

2005-07-27 15:09  kyrah

	* THANKS:
	
	Removed myself.

2005-07-27 15:09  kyrah

	* configure.ac:
	
	Fix for building the binary SDK on Mac OS 10.4: Don't use ftime(),
	which is available in 10.4 but not in 10.3.

2005-07-27 14:12  kyrah

	* include/Inventor/C/tidbits.h, src/tidbits.c:
	
	Added public cc_coin_atexit() function.

2005-07-26 15:57  kyrah

	* src/tidbits.c:
	
	Added FIXME comment re. atexit usage.

2005-07-26 15:49  kyrah

	* src/tidbits.c:
	
	Dox fix: SoDB::cleanup() was renamed to SoDB::finish()

2005-07-24 21:36  larsa

	* configure.ac:
	
	don't disallow duplicate shared/static builds on Unix

2005-07-23 03:11  kyrah

	* src/lists/SoCallbackList.cpp:
	
	Added a couple of FIXMEs.

2005-07-20 15:15  handegar

	* src/misc/SoOffscreenRenderer.cpp:
	
	Include origin-position when rendering tiles.

2005-07-14 16:11  mortene

	* docs/: quat2euler.cpp, quat2euler.txt:
	
	Minor clean-up: remove development info from stable repository --
	no need to duplicate this from dev repository.

2005-07-14 15:48  mortene

	* docs/coin.doxygen.in, docs/quat2euler.txt,
	src/actions/SoGLRenderAction.cpp, src/base/SbString.cpp,
	src/base/SbTime.cpp, src/nodes/SoCamera.cpp,
	src/shapenodes/SoAsciiText.cpp, src/shapenodes/SoImage.cpp,
	src/shapenodes/SoText2.cpp, src/shapenodes/SoText3.cpp:
	
	Doc: various additions to API documentation, plus a few FIXME
	notes.

2005-07-14 15:33  mortene

	* cfg/errors.txt:
	
	bootstrap

2005-07-14 12:52  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Robustness, temporary bug aid: explicit warning when
	SoCamera::viewportMapping is a value which will trigger a known
	bug.

2005-07-14 10:26  mortene

	* include/Inventor/elements/SoViewportRegionElement.h,
	src/elements/SoViewportRegionElement.cpp:
	
	Clean-up: remove unused static class variable.

2005-07-12 16:26  mortene

	* src/hardcopy/VectorizeActionP.cpp:
	
	Compile fixes: avoid using non-standard cosf(), powf() and sqrtf().
	Reported by Bert Bril.

2005-07-12 13:32  mortene

	* src/misc/CoinOffscreenGLCanvas.cpp:
	
	Optimization: try harder to avoid destruction and reconstruction of
	offscreen GL contexts.

2005-07-12 13:31  mortene

	* src/glue/gl.c:
	
	Robustness: remove clamp work-around for specific platforms, wrt
	offscreen context dimensions.

2005-07-12 13:30  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Bugfix: don't give up if offscreen GL context allocation fails at
	first, but re-try with successively smaller dimensions.

2005-07-11 14:23  mortene

	* NEWS:
	
	SoOffscreenRenderer optimizations.

2005-07-11 14:10  mortene

	* src/misc/: CoinOffscreenGLCanvas.cpp, CoinOffscreenGLCanvas.h,
	SoOffscreenRenderer.cpp:
	
	Optimization: potentially much better performance when reusing an
	SoOffscreenRenderer with different viewport sizes. Doc: many
	updates to FIXME notes.

2005-07-11 12:04  mortene

	* src/nodes/SoTexture2.cpp:
	
	Robustness: make it extremely unlikely that the offset to the
	hacked in enableCompressedTexture field will crash with any in
	SoTexture2.

2005-07-08 14:55  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 for intermediate versioning

2005-07-08 12:54  mortene

	* src/engines/SoSelectOne.cpp:
	
	Optimization: better SoSelectOne::evaluate() for all or most
	built-in types. By Gerhard Reitmayr.

2005-07-08 12:46  larsa

	* NEWS:
	
	new section for 2.4.4a

2005-07-08 12:39  mortene

	* src/: upgraders/.cvsignore, threads/.cvsignore,
	vrml97/.cvsignore:
	
	for in-place builds

2005-07-08 12:36  mortene

	* src/nodes/SoTexture2.cpp, include/Inventor/nodes/SoTexture2.h:
	
	Bugfix: work around the problems exhibited by the SoTexture2
	enableCompressedTexture field not being part of SoTexture2, but
	rather SoTexture2P. Bug reported by thammer and Gerhard Reitmayr.

2005-07-08 12:33  mortene

	* src/fields/SoFieldData.cpp:
	
	Bugfix: work around the problems exhibited by the SoTexture2
	enableCompressedTexture field not being part of SoTexture2, but
	rather SoTexture2P. Bug reported by thammer and Gerhard Reitmayr.

2005-07-08 11:47  pederb

	* src/nodes/SoSurroundScale.cpp:
	
	Fix surround scale bug reported by Thomas Steube. This fix also
	makes SoSurroundScale more conformant to SGI Inventor.

2005-07-08 10:59  mortene

	* src/fields/SoField.cpp:
	
	Clean-up: remove unused code, fix up some out of sync debug code.

2005-07-06 19:00  larsa

	* configure.ac:
	
	version number update