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
|
2003-04-03 15:41 larsa
* NEWS, README, configure.ac:
Coin v2.0.2
2003-04-03 15:39 larsa
* docs/announcement-2_0_2.txt:
the announcement
2003-04-03 15:31 larsa
* Makefile.am, docs/ChangeLog.v2.0.2, docs/announcement-2_0_2.txt:
stub files for 2.0.2 release
2003-04-03 15:31 mortene
* src/base/SbDPViewVolume.cpp:
Minor API doc fix.
2003-04-03 15:28 larsa
* FAQ:
cosmetics
2003-04-03 15:26 pederb
* RELNOTES:
Update.
2003-04-03 15:04 larsa
* RELNOTES:
note on the SoQuadMesh bug
2003-04-03 10:43 pederb
* NEWS:
Update.
2003-04-03 10:15 pederb
* src/shapenodes/SoQuadMesh.cpp:
PER_FACE material binding bugfix.
2003-04-03 10:08 mortene
* include/Inventor/So.h, THANKS:
Complete set of inclusions. Problem reported by Josh Flowers.
2003-04-03 09:58 pederb
* src/nodekits/SoBaseKit.cpp:
Child should write when parent writes bugfix.
2003-04-02 21:09 mortene
* src/3ds/3dsLoader.cpp:
Misc bugfixes and optimizations, by John Peciva.
2003-04-01 17:31 larsa
* configure.ac:
test support before adding compiler options
2003-04-01 15:28 pederb
* src/draggers/SoTabBoxDragger.cpp:
Remove unused code.
2003-04-01 15:27 pederb
* src/draggers/: SoCenterballDragger.cpp,
SoDirectionalLightDragger.cpp, SoSpotLightDragger.cpp,
SoTabBoxDragger.cpp, SoTabPlaneDragger.cpp, SoTrackballDragger.cpp,
SoTransformBoxDragger.cpp, SoTransformerDragger.cpp:
We now export private parts, so we need to do setDefault(TRUE) on
some parts that are initialized in/from the dragger constructor.
2003-04-01 15:24 pederb
* src/nodekits/SoBaseKit.cpp:
Be conformant with TGS/SGI Inventor when reading/writing nodekits.
2003-04-01 14:50 mortene
* src/base/SbOctTree.cpp:
Improves debug output. Misc minor fixes.
2003-04-01 14:30 kyrah
* examples/misc/glut_tex.cpp:
Example demonstrating how to use SoOffscreenRenderer to generate a
texture based on a scene.
2003-04-01 12:52 pederb
* src/fields/SoFieldContainer.cpp:
Bugfix. Don't add reference on container fields if the
addReference() call is from a field connection.
2003-03-31 16:46 larsa
* configure.ac:
enable some more warnings
2003-03-28 20:21 kyrah
* README.MAC:
That's an SoQt problem, not a Coin issue.
2003-03-28 20:15 kyrah
* README.MAC:
Added note on conflicting Inventor installations.
2003-03-28 11:27 pederb
* src/elements/GL/SoGLTextureImageElement.cpp:
Fix for the Sun Forte compiler. Problem reported by Thomas Walmann.
2003-03-27 12:51 pederb
* NEWS:
new bugfix.
2003-03-27 12:48 pederb
* NEWS:
new bugfix.
2003-03-27 12:44 larsa
* NEWS:
update
2003-03-26 14:31 pederb
* src/actions/SoAction.cpp:
Bugfix. Recreate state if a new element has been enabled.
2003-03-26 11:51 larsa
* THANKS:
added Francesco Callari
2003-03-26 11:49 larsa
* src/tidbits.c:
bugfix - thanks to Francesco Callari
2003-03-25 12:43 pederb
* src/nodes/SoVertexProperty.cpp:
Fix ugly bug. Don't check GL element unless the action is
SoGLRenderAction.
2003-03-25 09:34 mortene
* NEWS:
Mention OpenAL on Windows problem.
2003-03-24 13:28 mortene
* configure.ac:
Avoid external references to internal SuperGLU header file.
2003-03-24 13:27 larsa
* src/misc/SoInput.cpp:
remove IRIX CC warnings
2003-03-22 10:50 mortene
* INSTALL:
More verbose explanations of the --disable-dl and
--disable-loadlibrary options.
2003-03-21 13:59 thammer
* configure.ac:
Enable debug info in object files when symbols are enabled.
2003-03-20 10:01 mortene
* src/elements/GL/SoGLLightIdElement.cpp:
Give a better warning message when exceeding nr of lights OpenGL
limit. Try to catch attempts at using getMaxGLSources() outside a
valid GL context.
2003-03-20 09:36 pederb
* NEWS:
Update NEWS file.
2003-03-19 18:03 larsa
* src/actions/SoSearchAction.cpp:
doc update
2003-03-19 12:08 thammer
* include/Inventor/C/glue/openal_wrapper.h:
Compile-fix.
2003-03-19 12:04 larsa
* src/misc/SoType.cpp:
don't load dynamically loadable nodes in this context (bug analysis
by Lassi A. Tuura)
2003-03-19 10:40 thammer
* include/Inventor/C/glue/openal_wrapper.h:
Changed calling convention to __cdecl under Win32. Bug reported by
"Neo" <devil_outside@gmx.de>.
2003-03-18 20:31 mortene
* src/: base/SbRotation.cpp, fields/SoSFRotation.cpp,
nodes/SoRotation.cpp, nodes/SoTransform.cpp:
Try to quench the FAQ / common problem with using the wrong
SbRotation constructor, by adding more API doc.
2003-03-18 14:06 kyrah
* src/misc/SoType.cpp:
Added *.dylib to possible module names for dynamically loaded
extension nodes. Left FIXME that we should use bundles rather than
DLLs for this purpose on Mac OS X.
2003-03-18 10:49 pederb
* src/misc/: SoBase.cpp, SoOutput.cpp:
Bugfix for recently introduced bug.
2003-03-18 10:13 pederb
* src/misc/: SoBase.cpp, SoOutput.cpp:
Don't skip VRML node prefix when exporting VRML nodes in an
Inventor file. Bug reported by Sigmund L Berntsen.
2003-03-18 10:10 pederb
* src/fields/SoFieldData.cpp:
Support for PROTOs inside nodes. Bug reported by kintel.
2003-03-17 18:50 mortene
* src/errors/SoReadError.cpp:
Bugfix: heed calls to setHandlerCallback().
2003-03-17 18:47 kyrah
* FAQ.legal:
Clarification on per-developer licensing. By mortene.
2003-03-17 18:32 larsa
* src/actions/SoHandleEventAction.cpp:
doc update
2003-03-17 17:47 kyrah
* coin.cfg.in, configure.ac, bin/coin-config:
Configure already detects if we are using GCC, so let's use that
one instead of re-doing it (badly).
2003-03-17 10:55 pederb
* include/Inventor/C/threads/storage.h:
C++ to C comment.
2003-03-16 16:36 mortene
* src/fields/SoFieldData.cpp:
Improved error reporting on corrupt binary file.
2003-03-14 15:00 kyrah
* bin/coin-config:
Let's just assume that wrapmsvc is not gcc :) - fixes warning when
using coin-config from So*/configure.
2003-03-14 13:55 pederb
* src/misc/SoInput.cpp:
VRML97 ident char bugfix.
2003-03-14 11:03 larsa
* configure.ac:
don't expand $exec_prefix since we want it unexpanded i the *.cfg
files
2003-03-13 17:08 kyrah
* README.MAC:
Note about binary SDKs.
2003-03-13 14:11 larsa
* src/misc/cppmangle.icc:
copyright header
2003-03-13 14:06 pederb
* src/misc/SoInput.cpp:
addEnvDirectories() bugfix.
2003-03-12 20:49 mortene
* HACKING:
Only need to keep this file around in the dev repository.
2003-03-12 18:33 larsa
* NEWS, configure.ac:
start of development towards v2.0.2
|