1 2008-05-14 15:30:52 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
2 2008-05-14 15:30:53 INFO: Bootstrapping "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3 2008-05-14 15:30:53 DEBUG: svn not found as new-style vcs, trying as monolithic
4 2008-05-14 15:30:53 DEBUG: hg not found as new-style vcs, trying as monolithic
5 2008-05-14 15:30:53 INFO: Initializing new repository in '/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph'...
6 2008-05-14 15:30:53 INFO: $ svn ls --non-interactive http://www.openscenegraph.org:/svn/osg
7 2008-05-14 15:30:53 DEBUG: Executing svn ls --non-interactive http://www.openscenegraph.org:/svn/osg ('/Users/ewing/Source/TAILOR/OpenSceneGraph')
8 2008-05-14 15:30:57 INFO: [Ok]
9 2008-05-14 15:30:57 INFO: $ svn ls --non-interactive http://www.openscenegraph.org:/svn
10 2008-05-14 15:30:57 DEBUG: Executing svn ls --non-interactive http://www.openscenegraph.org:/svn ('/Users/ewing/Source/TAILOR/OpenSceneGraph')
11 2008-05-14 15:30:58 WARNING: [Status 1]
12 2008-05-14 15:30:58 DEBUG: Checking out a working copy
13 2008-05-14 15:30:58 INFO: $ svn co --quiet --ignore-externals --revision 8030 http://www.openscenegraph.org:/svn/osg/OpenSceneGraph/trunk@8030 /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph 2>&1
14 2008-05-14 15:30:58 DEBUG: Executing svn co --quiet --ignore-externals --revision 8030 http://www.openscenegraph.org:/svn/osg/OpenSceneGraph/trunk@8030 /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph ('/Users/ewing/Source/TAILOR/OpenSceneGraph')
15 2008-05-14 15:32:15 INFO: [Ok]
16 2008-05-14 15:32:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn log --verbose --xml --non-interactive --revision 8030 2>&1
17 2008-05-14 15:32:15 DEBUG: Executing svn log --verbose --xml --non-interactive --revision 8030 ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
18 2008-05-14 15:32:18 INFO: [Ok]
19 2008-05-14 15:32:18 DEBUG: Working copy up to svn revision 8030
20 2008-05-14 15:32:18 DEBUG: Adjusting the state accordingly to journal
21 2008-05-14 15:32:19 INFO: Committing 'Tailorization'...
22 2008-05-14 15:32:25 INFO: Bootstrap completed
23 2008-05-14 15:32:25 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
24 2008-05-14 15:32:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn log --verbose --xml --non-interactive --revision 8031:HEAD .
25 2008-05-14 15:32:25 DEBUG: Executing svn log --verbose --xml --non-interactive --revision 8031:HEAD . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
26 2008-05-14 15:32:30 INFO: [Ok]
27 2008-05-14 15:32:30 INFO: Cached information about 132 pending changesets
28 2008-05-14 15:32:30 INFO: Applying pending upstream changesets
29 2008-05-14 15:32:30 INFO: Changeset #1
30 2008-05-14 15:32:30 INFO: Changeset "8031"
31 2008-05-14 15:32:30 INFO: Log message: From Mattias Helsing, "Subject: osga reading slash mismatch
32 requests for files in a archive are made with unix style paths. So to
33 be able to match an entry in map(_indexMap) it's keys needs to be
34 stored in unix style even on Win32"
36 Note from Robert Osfied, simplified this submission so that the added conversion to
37 unix slahes is done on all platforms as this should be safe and simpler to maintain.
40 2008-05-14 15:32:30 DEBUG: Going to apply changeset:
42 Date: 2008-04-02 13:57:26.002581+00:00
44 Entries: src/osgPlugins/osga/OSGA_Archive.cpp(UPD)
45 Log: From Mattias Helsing, "Subject: osga reading slash mismatch
46 requests for files in a archive are made with unix style paths. So to
47 be able to match an entry in map(_indexMap) it's keys needs to be
48 stored in unix style even on Win32"
50 Note from Robert Osfied, simplified this submission so that the added conversion to
51 unix slahes is done on all platforms as this should be safe and simpler to maintain.
54 2008-05-14 15:32:30 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8031 . 2>&1
55 2008-05-14 15:32:30 DEBUG: Executing svn update --ignore-externals --revision 8031 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
56 2008-05-14 15:32:37 INFO: [Ok]
57 2008-05-14 15:32:37 DEBUG: src/osgPlugins/osga/OSGA_Archive.cpp updated to 8031
58 2008-05-14 15:32:37 INFO: Committing u'8031'...
59 2008-05-14 15:32:37 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
60 2008-05-14 15:32:37 INFO: Changeset #2
61 2008-05-14 15:32:37 INFO: Changeset "8032"
62 2008-05-14 15:32:37 INFO: Log message: From Jose Delport, added support for MRT via glDrawBuffers
64 2008-05-14 15:32:37 DEBUG: Going to apply changeset:
66 Date: 2008-04-02 17:08:40.136830+00:00
68 Entries: include/osgUtil/RenderStage(UPD), src/osgUtil/RenderStage.cpp(UPD)
69 Log: From Jose Delport, added support for MRT via glDrawBuffers
71 2008-05-14 15:32:37 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8032 . 2>&1
72 2008-05-14 15:32:37 DEBUG: Executing svn update --ignore-externals --revision 8032 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
73 2008-05-14 15:32:43 INFO: [Ok]
74 2008-05-14 15:32:43 DEBUG: include/osgUtil/RenderStage,src/osgUtil/RenderStage.cpp updated to 8032
75 2008-05-14 15:32:43 INFO: Committing u'8032'...
76 2008-05-14 15:32:43 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
77 2008-05-14 15:32:43 INFO: Changeset #3
78 2008-05-14 15:32:43 INFO: Changeset "8033"
79 2008-05-14 15:32:43 INFO: Log message: From Mattias Helsing, "While using the dds plugin (via osgdem) it was able to write 24bit
80 images with BGR order but not read them. My 2-liner fixed it for me
81 but it may be that someone with more knowledge of the plugin want to
82 insert more pixel formats in the reading part of the plugin."
84 2008-05-14 15:32:43 DEBUG: Going to apply changeset:
86 Date: 2008-04-03 10:26:18.004810+00:00
88 Entries: src/osgPlugins/dds/ReaderWriterDDS.cpp(UPD)
89 Log: From Mattias Helsing, "While using the dds plugin (via osgdem) it was able to write 24bit
90 images with BGR order but not read them. My 2-liner fixed it for me
91 but it may be that someone with more knowledge of the plugin want to
92 insert more pixel formats in the reading part of the plugin."
94 2008-05-14 15:32:43 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8033 . 2>&1
95 2008-05-14 15:32:43 DEBUG: Executing svn update --ignore-externals --revision 8033 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
96 2008-05-14 15:32:49 INFO: [Ok]
97 2008-05-14 15:32:49 DEBUG: src/osgPlugins/dds/ReaderWriterDDS.cpp updated to 8033
98 2008-05-14 15:32:49 INFO: Committing u'8033'...
99 2008-05-14 15:32:49 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
100 2008-05-14 15:32:49 INFO: Changeset #4
101 2008-05-14 15:32:49 INFO: Changeset "8037"
102 2008-05-14 15:32:49 INFO: Log message: From Colin McDonald, "The X11WindowingSystemInterface in osgViewer/GraphicsWindowX11.cpp
103 unconditionally sets the X11 error handler routine, replacing anything
104 that was previously set. This is a bit unfriendly, as the X11 error
105 handler is a global attribute which the application, or the GUI toolkit
106 being used, may well have set itself.
108 So I have modified X11WindowingSystemInterface to only replace the error
109 handler if it is the default i.e. if the application has not set it."
111 2008-05-14 15:32:49 DEBUG: Going to apply changeset:
113 Date: 2008-04-03 18:06:09.836067+00:00
115 Entries: src/osgViewer/GraphicsWindowX11.cpp(UPD)
116 Log: From Colin McDonald, "The X11WindowingSystemInterface in osgViewer/GraphicsWindowX11.cpp
117 unconditionally sets the X11 error handler routine, replacing anything
118 that was previously set. This is a bit unfriendly, as the X11 error
119 handler is a global attribute which the application, or the GUI toolkit
120 being used, may well have set itself.
122 So I have modified X11WindowingSystemInterface to only replace the error
123 handler if it is the default i.e. if the application has not set it."
125 2008-05-14 15:32:49 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8037 . 2>&1
126 2008-05-14 15:32:49 DEBUG: Executing svn update --ignore-externals --revision 8037 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
127 2008-05-14 15:32:55 INFO: [Ok]
128 2008-05-14 15:32:55 DEBUG: src/osgViewer/GraphicsWindowX11.cpp updated to 8037
129 2008-05-14 15:32:55 INFO: Committing u'8037'...
130 2008-05-14 15:32:55 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
131 2008-05-14 15:32:55 INFO: Changeset #5
132 2008-05-14 15:32:55 INFO: Changeset "8038"
133 2008-05-14 15:32:55 INFO: Log message: Introduced CMake build option for compiling double or float versions of osg::BoundingSphere and osg::BoundingBox.
135 Introduced code in BoundgingSphere, BoundingBox, ProxyNode and LOD to utilise the above settings.
137 Added Matrix::value_type, Plane::value_type, BoundingSphere::value_type and BoundingBox::value_type command line
138 options that report where the types of floats or doubles.
142 2008-05-14 15:32:55 DEBUG: Going to apply changeset:
144 Date: 2008-04-03 18:36:50.387495+00:00
146 Entries: CMakeLists.txt(UPD), applications/osgversion/osgversion.cpp(UPD), include/osg/BoundingBox(UPD), include/osg/BoundingSphere(UPD), include/osg/LOD(UPD), include/osg/ProxyNode(UPD), include/osg/Vec4d(UPD), src/osg/BoundingSphere.cpp(UPD), src/osgGA/NodeTrackerManipulator.cpp(UPD), src/osgGA/TerrainManipulator.cpp(UPD), src/osgPlugins/Inventor/ConvertToInventor.cpp(UPD)
147 Log: Introduced CMake build option for compiling double or float versions of osg::BoundingSphere and osg::BoundingBox.
149 Introduced code in BoundgingSphere, BoundingBox, ProxyNode and LOD to utilise the above settings.
151 Added Matrix::value_type, Plane::value_type, BoundingSphere::value_type and BoundingBox::value_type command line
152 options that report where the types of floats or doubles.
156 2008-05-14 15:32:55 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8038 . 2>&1
157 2008-05-14 15:32:55 DEBUG: Executing svn update --ignore-externals --revision 8038 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
158 2008-05-14 15:33:01 INFO: [Ok]
159 2008-05-14 15:33:01 DEBUG: CMakeLists.txt,applications/osgversion/osgversion.cpp,include/osg/BoundingBox,include/osg/BoundingSphere,include/osg/LOD,include/osg/ProxyNode,include/osg/Vec4d,src/osg/BoundingSphere.cpp,src/osgGA/NodeTrackerManipulator.cpp,src/osgGA/TerrainManipulator.cpp,src/osgPlugins/Inventor/ConvertToInventor.cpp updated to 8038
160 2008-05-14 15:33:01 INFO: Committing u'8038'...
161 2008-05-14 15:33:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
162 2008-05-14 15:33:01 INFO: Changeset #6
163 2008-05-14 15:33:01 INFO: Changeset "8073"
164 2008-05-14 15:33:01 INFO: Log message: Added --mouse option to enable mouse tracking, and fixed bug in assumption
167 2008-05-14 15:33:01 DEBUG: Going to apply changeset:
169 Date: 2008-04-11 10:10:40.023093+00:00
171 Entries: examples/osgmovie/osgmovie.cpp(UPD)
172 Log: Added --mouse option to enable mouse tracking, and fixed bug in assumption
175 2008-05-14 15:33:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8073 . 2>&1
176 2008-05-14 15:33:01 DEBUG: Executing svn update --ignore-externals --revision 8073 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
177 2008-05-14 15:33:07 INFO: [Ok]
178 2008-05-14 15:33:07 DEBUG: examples/osgmovie/osgmovie.cpp updated to 8073
179 2008-05-14 15:33:07 INFO: Committing u'8073'...
180 2008-05-14 15:33:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
181 2008-05-14 15:33:07 INFO: Changeset #7
182 2008-05-14 15:33:07 INFO: Changeset "8074"
183 2008-05-14 15:33:07 INFO: Log message: From Bob Kuehne, "1) add simplifier command "--simplifier .5" to reduce complexity
184 2) complementarily add a "--overallNormal" to replace
185 per-vert/per-facet normals with an overall. simplifier doesn't work
186 in certain cases without less complex normals. this gets that done.
187 3) add env var output with full verbose output so people realize it's
188 active when the app is run - i see this all the time in training where
189 people run osgconv, with unintended data transformations due to
190 osgUtil:;Optimzer, for example"
193 2008-05-14 15:33:07 DEBUG: Going to apply changeset:
195 Date: 2008-04-11 10:16:38.307486+00:00
197 Entries: applications/osgconv/osgconv.cpp(UPD)
198 Log: From Bob Kuehne, "1) add simplifier command "--simplifier .5" to reduce complexity
199 2) complementarily add a "--overallNormal" to replace
200 per-vert/per-facet normals with an overall. simplifier doesn't work
201 in certain cases without less complex normals. this gets that done.
202 3) add env var output with full verbose output so people realize it's
203 active when the app is run - i see this all the time in training where
204 people run osgconv, with unintended data transformations due to
205 osgUtil:;Optimzer, for example"
208 2008-05-14 15:33:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8074 . 2>&1
209 2008-05-14 15:33:07 DEBUG: Executing svn update --ignore-externals --revision 8074 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
210 2008-05-14 15:33:13 INFO: [Ok]
211 2008-05-14 15:33:13 DEBUG: applications/osgconv/osgconv.cpp updated to 8074
212 2008-05-14 15:33:13 INFO: Committing u'8074'...
213 2008-05-14 15:33:13 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
214 2008-05-14 15:33:13 INFO: Changeset #8
215 2008-05-14 15:33:13 INFO: Changeset "8076"
216 2008-05-14 15:33:13 INFO: Log message: From Benoit Laniel, "I use mingw to cross-compile openscenegraph to win32. However, linux
217 filesystem is case-sensitive. Here are the modifications needed to make
218 the compiler happy. These are only some include lines rewritten (Io.h to
219 io.h, Windows.h to windows.h etc.) for version 2.3.7."
221 2008-05-14 15:33:13 DEBUG: Going to apply changeset:
223 Date: 2008-04-11 10:30:00.136480+00:00
225 Entries: src/osgDB/DynamicLibrary.cpp(UPD), src/osgDB/FileUtils.cpp(UPD), src/osgPlugins/cfg/CameraConfig.cpp(UPD), src/osgPlugins/net/sockstream.h(UPD)
226 Log: From Benoit Laniel, "I use mingw to cross-compile openscenegraph to win32. However, linux
227 filesystem is case-sensitive. Here are the modifications needed to make
228 the compiler happy. These are only some include lines rewritten (Io.h to
229 io.h, Windows.h to windows.h etc.) for version 2.3.7."
231 2008-05-14 15:33:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8076 . 2>&1
232 2008-05-14 15:33:13 DEBUG: Executing svn update --ignore-externals --revision 8076 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
233 2008-05-14 15:33:19 INFO: [Ok]
234 2008-05-14 15:33:19 DEBUG: src/osgDB/DynamicLibrary.cpp,src/osgDB/FileUtils.cpp,src/osgPlugins/cfg/CameraConfig.cpp,src/osgPlugins/net/sockstream.h updated to 8076
235 2008-05-14 15:33:19 INFO: Committing u'8076'...
236 2008-05-14 15:33:19 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
237 2008-05-14 15:33:19 INFO: Changeset #9
238 2008-05-14 15:33:19 INFO: Changeset "8077"
239 2008-05-14 15:33:19 INFO: Log message: From Colin McDonald, fixed typo.
241 2008-05-14 15:33:19 DEBUG: Going to apply changeset:
243 Date: 2008-04-11 10:31:49.470231+00:00
245 Entries: src/osgViewer/GraphicsWindowX11.cpp(UPD)
246 Log: From Colin McDonald, fixed typo.
248 2008-05-14 15:33:19 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8077 . 2>&1
249 2008-05-14 15:33:19 DEBUG: Executing svn update --ignore-externals --revision 8077 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
250 2008-05-14 15:33:25 INFO: [Ok]
251 2008-05-14 15:33:25 DEBUG: src/osgViewer/GraphicsWindowX11.cpp updated to 8077
252 2008-05-14 15:33:25 INFO: Committing u'8077'...
253 2008-05-14 15:33:25 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
254 2008-05-14 15:33:25 INFO: Changeset #10
255 2008-05-14 15:33:25 INFO: Changeset "8078"
256 2008-05-14 15:33:25 INFO: Log message: From Sherman Wilcox, "Modified the cmakelists.txt file for the curl plugin so the proper
257 linker directories are set in Win32. The old cmakelists.txt would set
258 the lib release folder for debug builds as well. This should correct
261 2008-05-14 15:33:25 DEBUG: Going to apply changeset:
263 Date: 2008-04-11 10:58:28.060903+00:00
265 Entries: src/osgPlugins/curl/CMakeLists.txt(UPD)
266 Log: From Sherman Wilcox, "Modified the cmakelists.txt file for the curl plugin so the proper
267 linker directories are set in Win32. The old cmakelists.txt would set
268 the lib release folder for debug builds as well. This should correct
271 2008-05-14 15:33:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8078 . 2>&1
272 2008-05-14 15:33:25 DEBUG: Executing svn update --ignore-externals --revision 8078 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
273 2008-05-14 15:33:31 INFO: [Ok]
274 2008-05-14 15:33:31 DEBUG: src/osgPlugins/curl/CMakeLists.txt updated to 8078
275 2008-05-14 15:33:31 INFO: Committing u'8078'...
276 2008-05-14 15:33:31 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
277 2008-05-14 15:33:31 INFO: Changeset #11
278 2008-05-14 15:33:31 INFO: Changeset "8079"
279 2008-05-14 15:33:31 INFO: Log message: From Melchior Franz, "The GUIEventAdapter header file had KeySymbols for the super and
280 hyper keys defined already, but these modifiers were missing in
281 GUIEventAdapter::ModKeyMask, and the EventQueue ingored them as well.
283 The attached diff/archive adds the missing parts for Super/Hyper
284 modifier key support.
287 I'm aware that this might not be supported on all systems/keyboards
288 out of the box, but decided to submit it anyway because:
290 - developers are aware of differences between input devices
291 (Some mice have scroll wheels, others don't. Some have five or
292 more buttons, some have only one. Some keyboards don't have
293 numpads, some have AltGr, some don't etc.)
295 - even if someone relies on Hyper/Super in distributed software,
296 this is easy to fix and doesn't create lock-in conditions
298 - while the names Hyper/Super may only be common on X11, they are
299 just symbol names and not OS-specific
301 - even though some systems might not offer these additional modifiers
302 by default, it's likely that all of them have at least 8 modifier
303 levels internally, so it should only be a matter of OS configuration
306 - having super/hyper available is useful to offer a user ways
307 to define local key definitions that are safe from collisions with
308 predefined "official" key assignments"
310 2008-05-14 15:33:31 DEBUG: Going to apply changeset:
312 Date: 2008-04-11 11:10:12.184318+00:00
314 Entries: examples/osgkeyboard/osgkeyboard.cpp(UPD), include/osgGA/GUIEventAdapter(UPD), src/osgGA/EventQueue.cpp(UPD), src/osgViewer/GraphicsWindowX11.cpp(UPD)
315 Log: From Melchior Franz, "The GUIEventAdapter header file had KeySymbols for the super and
316 hyper keys defined already, but these modifiers were missing in
317 GUIEventAdapter::ModKeyMask, and the EventQueue ingored them as well.
319 The attached diff/archive adds the missing parts for Super/Hyper
320 modifier key support.
323 I'm aware that this might not be supported on all systems/keyboards
324 out of the box, but decided to submit it anyway because:
326 - developers are aware of differences between input devices
327 (Some mice have scroll wheels, others don't. Some have five or
328 more buttons, some have only one. Some keyboards don't have
329 numpads, some have AltGr, some don't etc.)
331 - even if someone relies on Hyper/Super in distributed software,
332 this is easy to fix and doesn't create lock-in conditions
334 - while the names Hyper/Super may only be common on X11, they are
335 just symbol names and not OS-specific
337 - even though some systems might not offer these additional modifiers
338 by default, it's likely that all of them have at least 8 modifier
339 levels internally, so it should only be a matter of OS configuration
342 - having super/hyper available is useful to offer a user ways
343 to define local key definitions that are safe from collisions with
344 predefined "official" key assignments"
346 2008-05-14 15:33:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8079 . 2>&1
347 2008-05-14 15:33:31 DEBUG: Executing svn update --ignore-externals --revision 8079 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
348 2008-05-14 15:33:38 INFO: [Ok]
349 2008-05-14 15:33:38 DEBUG: examples/osgkeyboard/osgkeyboard.cpp,include/osgGA/GUIEventAdapter,src/osgGA/EventQueue.cpp,src/osgViewer/GraphicsWindowX11.cpp updated to 8079
350 2008-05-14 15:33:38 INFO: Committing u'8079'...
351 2008-05-14 15:33:38 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
352 2008-05-14 15:33:38 INFO: Changeset #12
353 2008-05-14 15:33:38 INFO: Changeset "8080"
354 2008-05-14 15:33:38 INFO: Log message: Updated wrappers
356 2008-05-14 15:33:38 DEBUG: Going to apply changeset:
358 Date: 2008-04-11 11:19:58.024293+00:00
360 Entries: src/osgWrappers/osg/BoundingBox.cpp(UPD), src/osgWrappers/osg/BoundingSphere.cpp(UPD), src/osgWrappers/osg/LOD.cpp(UPD), src/osgWrappers/osg/ProxyNode.cpp(UPD), src/osgWrappers/osgGA/GUIEventAdapter.cpp(UPD)
361 Log: Updated wrappers
363 2008-05-14 15:33:38 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8080 . 2>&1
364 2008-05-14 15:33:38 DEBUG: Executing svn update --ignore-externals --revision 8080 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
365 2008-05-14 15:33:45 INFO: [Ok]
366 2008-05-14 15:33:45 DEBUG: src/osgWrappers/osg/BoundingBox.cpp,src/osgWrappers/osg/BoundingSphere.cpp,src/osgWrappers/osg/LOD.cpp,src/osgWrappers/osg/ProxyNode.cpp,src/osgWrappers/osgGA/GUIEventAdapter.cpp updated to 8080
367 2008-05-14 15:33:45 INFO: Committing u'8080'...
368 2008-05-14 15:33:45 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
369 2008-05-14 15:33:45 INFO: Changeset #13
370 2008-05-14 15:33:45 INFO: Changeset "8082"
371 2008-05-14 15:33:45 INFO: Log message: From Jose Delport, a MRT example implementing stereo matching.
373 2008-05-14 15:33:45 DEBUG: Going to apply changeset:
375 Date: 2008-04-11 11:58:27.243592+00:00
377 Entries: examples/CMakeLists.txt(UPD), examples/osgstereomatch(ADD), examples/osgstereomatch/CMakeLists.txt(ADD), examples/osgstereomatch/README.txt(ADD), examples/osgstereomatch/StereoMultipass.cpp(ADD), examples/osgstereomatch/StereoMultipass.h(ADD), examples/osgstereomatch/StereoPass.cpp(ADD), examples/osgstereomatch/StereoPass.h(ADD), examples/osgstereomatch/osgstereomatch.cpp(ADD)
378 Log: From Jose Delport, a MRT example implementing stereo matching.
380 2008-05-14 15:33:45 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8082 . 2>&1
381 2008-05-14 15:33:45 DEBUG: Executing svn update --ignore-externals --revision 8082 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
382 2008-05-14 15:33:52 INFO: [Ok]
383 2008-05-14 15:33:52 DEBUG: examples/CMakeLists.txt,examples/osgstereomatch,examples/osgstereomatch/CMakeLists.txt,examples/osgstereomatch/README.txt,examples/osgstereomatch/StereoMultipass.cpp,examples/osgstereomatch/StereoMultipass.h,examples/osgstereomatch/StereoPass.cpp,examples/osgstereomatch/StereoPass.h,examples/osgstereomatch/osgstereomatch.cpp updated to 8082
384 2008-05-14 15:33:52 INFO: Adding examples/osgstereomatch/CMakeLists.txt, examples/osgstereomatch/README.txt, examples/osgstereomatch/StereoMultipass.cpp, examples/osgstereomatch/StereoMultipass.h, examples/osgstereomatch/StereoPass.cpp, examples/osgstereomatch/StereoPass.h, examples/osgstereomatch/osgstereomatch.cpp...
385 2008-05-14 15:33:52 INFO: Adding examples/osgstereomatch/CMakeLists.txt, examples/osgstereomatch/osgstereomatch.cpp, examples/osgstereomatch/README.txt, examples/osgstereomatch/StereoMultipass.cpp, examples/osgstereomatch/StereoMultipass.h, examples/osgstereomatch/StereoPass.cpp, examples/osgstereomatch/StereoPass.h...
386 2008-05-14 15:33:52 INFO: Committing u'8082'...
387 2008-05-14 15:33:52 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
388 2008-05-14 15:33:52 INFO: Changeset #14
389 2008-05-14 15:33:52 INFO: Changeset "8083"
390 2008-05-14 15:33:52 INFO: Log message: From Sherman Wilcox, "Here is a patch for cmakelists.txt to add support for the /MP option
391 in Microsoft compilers as discussed in osg-users. There is now an
392 advanced option called WIN32_USE_MP (which defaults to OFF) that will
393 enable the /MP switch for all builds. I tucked this code block safely
394 within a IF(WIN32) branch."
396 2008-05-14 15:33:52 DEBUG: Going to apply changeset:
398 Date: 2008-04-11 13:03:02.377660+00:00
400 Entries: CMakeLists.txt(UPD)
401 Log: From Sherman Wilcox, "Here is a patch for cmakelists.txt to add support for the /MP option
402 in Microsoft compilers as discussed in osg-users. There is now an
403 advanced option called WIN32_USE_MP (which defaults to OFF) that will
404 enable the /MP switch for all builds. I tucked this code block safely
405 within a IF(WIN32) branch."
407 2008-05-14 15:33:52 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8083 . 2>&1
408 2008-05-14 15:33:52 DEBUG: Executing svn update --ignore-externals --revision 8083 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
409 2008-05-14 15:33:58 INFO: [Ok]
410 2008-05-14 15:33:58 DEBUG: CMakeLists.txt updated to 8083
411 2008-05-14 15:33:58 INFO: Committing u'8083'...
412 2008-05-14 15:33:58 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
413 2008-05-14 15:33:58 INFO: Changeset #15
414 2008-05-14 15:33:58 INFO: Changeset "8084"
415 2008-05-14 15:33:58 INFO: Log message: Added reference to osgstereomatch example to osgmultiplerendertargets.
417 Added usage example use OpenSceneGraph-Data/Images examples
419 2008-05-14 15:33:58 DEBUG: Going to apply changeset:
421 Date: 2008-04-11 13:04:21.277497+00:00
423 Entries: examples/osgmultiplerendertargets/osgmultiplerendertargets.cpp(UPD), examples/osgstereomatch/README.txt(UPD)
424 Log: Added reference to osgstereomatch example to osgmultiplerendertargets.
426 Added usage example use OpenSceneGraph-Data/Images examples
428 2008-05-14 15:33:58 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8084 . 2>&1
429 2008-05-14 15:33:58 DEBUG: Executing svn update --ignore-externals --revision 8084 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
430 2008-05-14 15:34:04 INFO: [Ok]
431 2008-05-14 15:34:04 DEBUG: examples/osgmultiplerendertargets/osgmultiplerendertargets.cpp,examples/osgstereomatch/README.txt updated to 8084
432 2008-05-14 15:34:04 INFO: Committing u'8084'...
433 2008-05-14 15:34:04 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
434 2008-05-14 15:34:04 INFO: Changeset #16
435 2008-05-14 15:34:04 INFO: Changeset "8085"
436 2008-05-14 15:34:04 INFO: Log message: From Philipp Machler, "We have extended the support for Wacom Tablet devices:
439 - not only pressure, but tilt and z-rotation is supported now
442 2008-05-14 15:34:04 DEBUG: Going to apply changeset:
444 Date: 2008-04-11 13:28:09.366831+00:00
446 Entries: include/osgGA/EventQueue(UPD), include/osgGA/GUIEventAdapter(UPD), src/osgGA/EventQueue.cpp(UPD), src/osgGA/GUIEventAdapter.cpp(UPD), src/osgViewer/GraphicsWindowCarbon.cpp(UPD)
447 Log: From Philipp Machler, "We have extended the support for Wacom Tablet devices:
450 - not only pressure, but tilt and z-rotation is supported now
453 2008-05-14 15:34:04 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8085 . 2>&1
454 2008-05-14 15:34:04 DEBUG: Executing svn update --ignore-externals --revision 8085 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
455 2008-05-14 15:34:10 INFO: [Ok]
456 2008-05-14 15:34:10 DEBUG: include/osgGA/EventQueue,include/osgGA/GUIEventAdapter,src/osgGA/EventQueue.cpp,src/osgGA/GUIEventAdapter.cpp,src/osgViewer/GraphicsWindowCarbon.cpp updated to 8085
457 2008-05-14 15:34:10 INFO: Committing u'8085'...
458 2008-05-14 15:34:10 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
459 2008-05-14 15:34:10 INFO: Changeset #17
460 2008-05-14 15:34:10 INFO: Changeset "8086"
461 2008-05-14 15:34:10 INFO: Log message: From Paul Martz,"Several misc changes, but the major fixes include:
463 * Support for Vec4ubArray for color data
464 * Support for material transparency
466 Thanks to Neil Hughes, Jason Daly, yourself, and others for testing and reporting issues."
468 2008-05-14 15:34:10 DEBUG: Going to apply changeset:
470 Date: 2008-04-11 13:43:11.476908+00:00
472 Entries: src/osgPlugins/OpenFlight/DataOutputStream.cpp(UPD), src/osgPlugins/OpenFlight/DataOutputStream.h(UPD), src/osgPlugins/OpenFlight/MaterialPaletteManager.cpp(UPD), src/osgPlugins/OpenFlight/MaterialPaletteManager.h(UPD), src/osgPlugins/OpenFlight/VertexPaletteManager.cpp(UPD), src/osgPlugins/OpenFlight/VertexPaletteManager.h(UPD), src/osgPlugins/OpenFlight/expGeometryRecords.cpp(UPD), src/osgPlugins/OpenFlight/expPrimaryRecords.cpp(UPD)
473 Log: From Paul Martz,"Several misc changes, but the major fixes include:
475 * Support for Vec4ubArray for color data
476 * Support for material transparency
478 Thanks to Neil Hughes, Jason Daly, yourself, and others for testing and reporting issues."
480 2008-05-14 15:34:10 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8086 . 2>&1
481 2008-05-14 15:34:10 DEBUG: Executing svn update --ignore-externals --revision 8086 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
482 2008-05-14 15:34:16 INFO: [Ok]
483 2008-05-14 15:34:16 DEBUG: src/osgPlugins/OpenFlight/DataOutputStream.cpp,src/osgPlugins/OpenFlight/DataOutputStream.h,src/osgPlugins/OpenFlight/MaterialPaletteManager.cpp,src/osgPlugins/OpenFlight/MaterialPaletteManager.h,src/osgPlugins/OpenFlight/VertexPaletteManager.cpp,src/osgPlugins/OpenFlight/VertexPaletteManager.h,src/osgPlugins/OpenFlight/expGeometryRecords.cpp,src/osgPlugins/OpenFlight/expPrimaryRecords.cpp updated to 8086
484 2008-05-14 15:34:16 INFO: Committing u'8086'...
485 2008-05-14 15:34:16 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
486 2008-05-14 15:34:16 INFO: Changeset #18
487 2008-05-14 15:34:16 INFO: Changeset "8087"
488 2008-05-14 15:34:16 INFO: Log message: Added --unit entry for controlling which texture unit the overlay works on.
490 2008-05-14 15:34:16 DEBUG: Going to apply changeset:
492 Date: 2008-04-11 14:14:28.962077+00:00
494 Entries: examples/osgsimulation/osgsimulation.cpp(UPD)
495 Log: Added --unit entry for controlling which texture unit the overlay works on.
497 2008-05-14 15:34:16 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8087 . 2>&1
498 2008-05-14 15:34:16 DEBUG: Executing svn update --ignore-externals --revision 8087 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
499 2008-05-14 15:34:22 INFO: [Ok]
500 2008-05-14 15:34:22 DEBUG: examples/osgsimulation/osgsimulation.cpp updated to 8087
501 2008-05-14 15:34:22 INFO: Committing u'8087'...
502 2008-05-14 15:34:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
503 2008-05-14 15:34:22 INFO: Changeset #19
504 2008-05-14 15:34:22 INFO: Changeset "8088"
505 2008-05-14 15:34:22 INFO: Log message: Fixed J.P. Delports name
507 2008-05-14 15:34:22 DEBUG: Going to apply changeset:
509 Date: 2008-04-11 14:33:24.830376+00:00
511 Entries: applications/osgversion/osgversion.cpp(UPD)
512 Log: Fixed J.P. Delports name
514 2008-05-14 15:34:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8088 . 2>&1
515 2008-05-14 15:34:22 DEBUG: Executing svn update --ignore-externals --revision 8088 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
516 2008-05-14 15:34:28 INFO: [Ok]
517 2008-05-14 15:34:28 DEBUG: applications/osgversion/osgversion.cpp updated to 8088
518 2008-05-14 15:34:28 INFO: Committing u'8088'...
519 2008-05-14 15:34:28 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
520 2008-05-14 15:34:28 INFO: Changeset #20
521 2008-05-14 15:34:28 INFO: Changeset "8089"
522 2008-05-14 15:34:28 INFO: Log message: Updated wrappers, and version numbers in prep for next release
524 2008-05-14 15:34:28 DEBUG: Going to apply changeset:
526 Date: 2008-04-11 14:43:22.617931+00:00
528 Entries: CMakeLists.txt(UPD), ChangeLog(UPD), include/osg/Version(UPD), src/osgWrappers/osgGA/EventQueue.cpp(UPD), src/osgWrappers/osgGA/GUIEventAdapter.cpp(UPD)
529 Log: Updated wrappers, and version numbers in prep for next release
531 2008-05-14 15:34:28 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8089 . 2>&1
532 2008-05-14 15:34:28 DEBUG: Executing svn update --ignore-externals --revision 8089 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
533 2008-05-14 15:34:35 INFO: [Ok]
534 2008-05-14 15:34:35 DEBUG: CMakeLists.txt,ChangeLog,include/osg/Version,src/osgWrappers/osgGA/EventQueue.cpp,src/osgWrappers/osgGA/GUIEventAdapter.cpp updated to 8089
535 2008-05-14 15:34:35 INFO: Committing u'8089'...
536 2008-05-14 15:34:35 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
537 2008-05-14 15:34:35 INFO: Changeset #21
538 2008-05-14 15:34:35 INFO: Changeset "8090"
539 2008-05-14 15:34:35 INFO: Log message: Updadated authors file for dev release
541 2008-05-14 15:34:35 DEBUG: Going to apply changeset:
543 Date: 2008-04-11 14:52:35.273578+00:00
545 Entries: AUTHORS.txt(UPD)
546 Log: Updadated authors file for dev release
548 2008-05-14 15:34:35 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8090 . 2>&1
549 2008-05-14 15:34:35 DEBUG: Executing svn update --ignore-externals --revision 8090 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
550 2008-05-14 15:34:40 INFO: [Ok]
551 2008-05-14 15:34:40 DEBUG: AUTHORS.txt updated to 8090
552 2008-05-14 15:34:40 INFO: Committing u'8090'...
553 2008-05-14 15:34:40 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
554 2008-05-14 15:34:40 INFO: Changeset #22
555 2008-05-14 15:34:40 INFO: Changeset "8091"
556 2008-05-14 15:34:40 INFO: Log message: Changed bias parameter to scale
558 2008-05-14 15:34:40 DEBUG: Going to apply changeset:
560 Date: 2008-04-12 10:02:28.275752+00:00
562 Entries: include/osg/CullSettings(UPD)
563 Log: Changed bias parameter to scale
565 2008-05-14 15:34:40 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8091 . 2>&1
566 2008-05-14 15:34:40 DEBUG: Executing svn update --ignore-externals --revision 8091 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
567 2008-05-14 15:34:46 INFO: [Ok]
568 2008-05-14 15:34:46 DEBUG: include/osg/CullSettings updated to 8091
569 2008-05-14 15:34:46 INFO: Committing u'8091'...
570 2008-05-14 15:34:46 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
571 2008-05-14 15:34:46 INFO: Changeset #23
572 2008-05-14 15:34:46 INFO: Changeset "8092"
573 2008-05-14 15:34:46 INFO: Log message: From Paul Martz, added osgocclussionquery and osgthirdpersonview examples
575 2008-05-14 15:34:46 DEBUG: Going to apply changeset:
577 Date: 2008-04-13 14:29:22.872655+00:00
579 Entries: runexamples.bat(UPD)
580 Log: From Paul Martz, added osgocclussionquery and osgthirdpersonview examples
582 2008-05-14 15:34:46 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8092 . 2>&1
583 2008-05-14 15:34:46 DEBUG: Executing svn update --ignore-externals --revision 8092 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
584 2008-05-14 15:34:51 INFO: [Ok]
585 2008-05-14 15:34:51 DEBUG: runexamples.bat updated to 8092
586 2008-05-14 15:34:51 INFO: Committing u'8092'...
587 2008-05-14 15:34:51 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
588 2008-05-14 15:34:51 INFO: Changeset #24
589 2008-05-14 15:34:51 INFO: Changeset "8093"
590 2008-05-14 15:34:51 INFO: Log message: From Christian Kaser, "I discovered a bug that lead to a space being displayed at the start of the new line after an automatic line break (through setMaximumWidth()). The fix simply skips all spaces at the end of the line, before skipping a line break which was done already.
592 osgText/Text.cpp: Line 502
599 if (itr!=_text.end())
601 // skip over spaces and return.
602 while (*itr==' ') ++itr; // New
603 if (*itr=='\n') ++itr;
611 2008-05-14 15:34:51 DEBUG: Going to apply changeset:
613 Date: 2008-04-13 14:32:13.550961+00:00
615 Entries: src/osgText/Text.cpp(UPD)
616 Log: From Christian Kaser, "I discovered a bug that lead to a space being displayed at the start of the new line after an automatic line break (through setMaximumWidth()). The fix simply skips all spaces at the end of the line, before skipping a line break which was done already.
618 osgText/Text.cpp: Line 502
625 if (itr!=_text.end())
627 // skip over spaces and return.
628 while (*itr==' ') ++itr; // New
629 if (*itr=='\n') ++itr;
637 2008-05-14 15:34:51 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8093 . 2>&1
638 2008-05-14 15:34:51 DEBUG: Executing svn update --ignore-externals --revision 8093 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
639 2008-05-14 15:34:57 INFO: [Ok]
640 2008-05-14 15:34:57 DEBUG: src/osgText/Text.cpp updated to 8093
641 2008-05-14 15:34:57 INFO: Committing u'8093'...
642 2008-05-14 15:34:57 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
643 2008-05-14 15:34:57 INFO: Changeset #25
644 2008-05-14 15:34:57 INFO: Changeset "8094"
645 2008-05-14 15:34:57 INFO: Log message: Added subdivision of Goedes
647 2008-05-14 15:34:57 DEBUG: Going to apply changeset:
649 Date: 2008-04-13 19:31:09.550973+00:00
651 Entries: include/osgUtil/Optimizer(UPD), src/osgUtil/Optimizer.cpp(UPD)
652 Log: Added subdivision of Goedes
654 2008-05-14 15:34:57 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8094 . 2>&1
655 2008-05-14 15:34:57 DEBUG: Executing svn update --ignore-externals --revision 8094 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
656 2008-05-14 15:35:03 INFO: [Ok]
657 2008-05-14 15:35:03 DEBUG: include/osgUtil/Optimizer,src/osgUtil/Optimizer.cpp updated to 8094
658 2008-05-14 15:35:03 INFO: Committing u'8094'...
659 2008-05-14 15:35:03 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
660 2008-05-14 15:35:03 INFO: Changeset #26
661 2008-05-14 15:35:03 INFO: Changeset "8095"
662 2008-05-14 15:35:03 INFO: Log message: Added docs explaining units
664 2008-05-14 15:35:03 DEBUG: Going to apply changeset:
666 Date: 2008-04-14 10:38:37.553431+00:00
668 Entries: include/osg/CoordinateSystemNode(UPD)
669 Log: Added docs explaining units
671 2008-05-14 15:35:03 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8095 . 2>&1
672 2008-05-14 15:35:03 DEBUG: Executing svn update --ignore-externals --revision 8095 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
673 2008-05-14 15:35:11 INFO: [Ok]
674 2008-05-14 15:35:11 DEBUG: include/osg/CoordinateSystemNode updated to 8095
675 2008-05-14 15:35:11 INFO: Committing u'8095'...
676 2008-05-14 15:35:11 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
677 2008-05-14 15:35:11 INFO: Changeset #27
678 2008-05-14 15:35:11 INFO: Changeset "8096"
679 2008-05-14 15:35:11 INFO: Log message: From Tim Moore, compile fix for gcc 4.3
681 2008-05-14 15:35:11 DEBUG: Going to apply changeset:
683 Date: 2008-04-15 11:50:34.752041+00:00
685 Entries: examples/osgdepthpartition/DistanceAccumulator.cpp(UPD)
686 Log: From Tim Moore, compile fix for gcc 4.3
688 2008-05-14 15:35:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8096 . 2>&1
689 2008-05-14 15:35:11 DEBUG: Executing svn update --ignore-externals --revision 8096 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
690 2008-05-14 15:35:17 INFO: [Ok]
691 2008-05-14 15:35:17 DEBUG: examples/osgdepthpartition/DistanceAccumulator.cpp updated to 8096
692 2008-05-14 15:35:17 INFO: Committing u'8096'...
693 2008-05-14 15:35:17 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
694 2008-05-14 15:35:17 INFO: Changeset #28
695 2008-05-14 15:35:17 INFO: Changeset "8099"
696 2008-05-14 15:35:17 INFO: Log message: Updated wrappers
698 2008-05-14 15:35:17 DEBUG: Going to apply changeset:
700 Date: 2008-04-15 12:52:47.161516+00:00
702 Entries: src/osgWrappers/osg/CullSettings.cpp(UPD), src/osgWrappers/osgUtil/Optimizer.cpp(UPD)
703 Log: Updated wrappers
705 2008-05-14 15:35:17 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8099 . 2>&1
706 2008-05-14 15:35:17 DEBUG: Executing svn update --ignore-externals --revision 8099 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
707 2008-05-14 15:35:23 INFO: [Ok]
708 2008-05-14 15:35:23 DEBUG: src/osgWrappers/osg/CullSettings.cpp,src/osgWrappers/osgUtil/Optimizer.cpp updated to 8099
709 2008-05-14 15:35:23 INFO: Committing u'8099'...
710 2008-05-14 15:35:23 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
711 2008-05-14 15:35:23 INFO: Changeset #29
712 2008-05-14 15:35:23 INFO: Changeset "8102"
713 2008-05-14 15:35:23 INFO: Log message: From Art Trevs, moved multile render targets support from RenderStage into FrameBufferObject.
715 From Robert Osfield, refactored the FrameBufferObejcts::_drawBuffers set up so that its done
716 within the setAttachment method to avoid potential threading/execution order issues.
718 2008-05-14 15:35:23 DEBUG: Going to apply changeset:
720 Date: 2008-04-15 19:36:40.821885+00:00
722 Entries: include/osg/FrameBufferObject(UPD), include/osgUtil/RenderStage(UPD), src/osg/FrameBufferObject.cpp(UPD), src/osgUtil/RenderStage.cpp(UPD), src/osgWrappers/osg/FrameBufferObject.cpp(UPD)
723 Log: From Art Trevs, moved multile render targets support from RenderStage into FrameBufferObject.
725 From Robert Osfield, refactored the FrameBufferObejcts::_drawBuffers set up so that its done
726 within the setAttachment method to avoid potential threading/execution order issues.
728 2008-05-14 15:35:23 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8102 . 2>&1
729 2008-05-14 15:35:23 DEBUG: Executing svn update --ignore-externals --revision 8102 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
730 2008-05-14 15:35:29 INFO: [Ok]
731 2008-05-14 15:35:29 DEBUG: include/osg/FrameBufferObject,include/osgUtil/RenderStage,src/osg/FrameBufferObject.cpp,src/osgUtil/RenderStage.cpp,src/osgWrappers/osg/FrameBufferObject.cpp updated to 8102
732 2008-05-14 15:35:29 INFO: Committing u'8102'...
733 2008-05-14 15:35:29 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
734 2008-05-14 15:35:29 INFO: Changeset #30
735 2008-05-14 15:35:29 INFO: Changeset "8103"
736 2008-05-14 15:35:29 INFO: Log message: From Jason Beverage, "The following changes fix the flickering issue I'm seeing when trying to externally manage my cursor in Win32. If you set the cursor to InheritCursor, GraphicsWindowWin32 ignores WM_SETCURSOR and assumes you will set the cursor yourself."
738 2008-05-14 15:35:29 DEBUG: Going to apply changeset:
740 Date: 2008-04-15 19:46:29.279556+00:00
742 Entries: src/osgViewer/GraphicsWindowWin32.cpp(UPD)
743 Log: From Jason Beverage, "The following changes fix the flickering issue I'm seeing when trying to externally manage my cursor in Win32. If you set the cursor to InheritCursor, GraphicsWindowWin32 ignores WM_SETCURSOR and assumes you will set the cursor yourself."
745 2008-05-14 15:35:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8103 . 2>&1
746 2008-05-14 15:35:29 DEBUG: Executing svn update --ignore-externals --revision 8103 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
747 2008-05-14 15:35:35 INFO: [Ok]
748 2008-05-14 15:35:35 DEBUG: src/osgViewer/GraphicsWindowWin32.cpp updated to 8103
749 2008-05-14 15:35:35 INFO: Committing u'8103'...
750 2008-05-14 15:35:35 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
751 2008-05-14 15:35:35 INFO: Changeset #31
752 2008-05-14 15:35:35 INFO: Changeset "8104"
753 2008-05-14 15:35:35 INFO: Log message: Updated ChangeLog
755 2008-05-14 15:35:35 DEBUG: Going to apply changeset:
757 Date: 2008-04-15 20:16:57.241740+00:00
759 Entries: ChangeLog(UPD)
760 Log: Updated ChangeLog
762 2008-05-14 15:35:35 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8104 . 2>&1
763 2008-05-14 15:35:35 DEBUG: Executing svn update --ignore-externals --revision 8104 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
764 2008-05-14 15:35:42 INFO: [Ok]
765 2008-05-14 15:35:42 DEBUG: ChangeLog updated to 8104
766 2008-05-14 15:35:42 INFO: Committing u'8104'...
767 2008-05-14 15:35:42 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
768 2008-05-14 15:35:42 INFO: Changeset #32
769 2008-05-14 15:35:42 INFO: Changeset "8105"
770 2008-05-14 15:35:42 INFO: Log message: Updated AUTHORS.txt for release
772 2008-05-14 15:35:42 DEBUG: Going to apply changeset:
774 Date: 2008-04-15 20:27:49.124664+00:00
776 Entries: AUTHORS.txt(UPD)
777 Log: Updated AUTHORS.txt for release
779 2008-05-14 15:35:42 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8105 . 2>&1
780 2008-05-14 15:35:42 DEBUG: Executing svn update --ignore-externals --revision 8105 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
781 2008-05-14 15:35:49 INFO: [Ok]
782 2008-05-14 15:35:49 DEBUG: AUTHORS.txt updated to 8105
783 2008-05-14 15:35:49 INFO: Committing u'8105'...
784 2008-05-14 15:35:49 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
785 2008-05-14 15:35:49 INFO: Changeset #33
786 2008-05-14 15:35:49 INFO: Changeset "8107"
787 2008-05-14 15:35:49 INFO: Log message: From Jason Beverage, cursor inheritance support
789 2008-05-14 15:35:49 DEBUG: Going to apply changeset:
791 Date: 2008-04-16 10:01:16.132668+00:00
793 Entries: include/osgViewer/api/Win32/GraphicsWindowWin32(UPD)
794 Log: From Jason Beverage, cursor inheritance support
796 2008-05-14 15:35:49 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8107 . 2>&1
797 2008-05-14 15:35:49 DEBUG: Executing svn update --ignore-externals --revision 8107 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
798 2008-05-14 15:35:55 INFO: [Ok]
799 2008-05-14 15:35:55 DEBUG: include/osgViewer/api/Win32/GraphicsWindowWin32 updated to 8107
800 2008-05-14 15:35:55 INFO: Committing u'8107'...
801 2008-05-14 15:35:55 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
802 2008-05-14 15:35:55 INFO: Changeset #34
803 2008-05-14 15:35:55 INFO: Changeset "8118"
804 2008-05-14 15:35:55 INFO: Log message: Updated version number for nex dev release
806 2008-05-14 15:35:55 DEBUG: Going to apply changeset:
808 Date: 2008-04-16 15:22:03.816033+00:00
810 Entries: CMakeLists.txt(UPD), include/osg/Version(UPD)
811 Log: Updated version number for nex dev release
813 2008-05-14 15:35:55 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8118 . 2>&1
814 2008-05-14 15:35:55 DEBUG: Executing svn update --ignore-externals --revision 8118 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
815 2008-05-14 15:36:01 INFO: [Ok]
816 2008-05-14 15:36:01 DEBUG: CMakeLists.txt,include/osg/Version updated to 8118
817 2008-05-14 15:36:01 INFO: Committing u'8118'...
818 2008-05-14 15:36:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
819 2008-05-14 15:36:01 INFO: Changeset #35
820 2008-05-14 15:36:01 INFO: Changeset "8119"
821 2008-05-14 15:36:01 INFO: Log message: From Bob Kuehne, "he attached are conversions of the 3 main places i found in osg where tokens are used to represent bitmasks with 'magic' numbers, like 32. i've changed these to a more representative bitshift representation, showing clearly in which bit you can expect this token to manifest. ie, converted things like:
823 from: DEEP_COPY_STATESETS = 8,
824 to: DEEP_COPY_STATESETS = 1<<3,
826 showing clearly that this isn't the _value_ 8, but the _bit_ 8. this is an old pattern i see (and like to promulgate) to make code a bit more readable and maintainable.
829 2008-05-14 15:36:01 DEBUG: Going to apply changeset:
831 Date: 2008-04-16 15:23:12.283143+00:00
833 Entries: include/osg/CopyOp(UPD), include/osgDB/ReaderWriter(UPD), include/osgGA/GUIEventAdapter(UPD)
834 Log: From Bob Kuehne, "he attached are conversions of the 3 main places i found in osg where tokens are used to represent bitmasks with 'magic' numbers, like 32. i've changed these to a more representative bitshift representation, showing clearly in which bit you can expect this token to manifest. ie, converted things like:
836 from: DEEP_COPY_STATESETS = 8,
837 to: DEEP_COPY_STATESETS = 1<<3,
839 showing clearly that this isn't the _value_ 8, but the _bit_ 8. this is an old pattern i see (and like to promulgate) to make code a bit more readable and maintainable.
842 2008-05-14 15:36:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8119 . 2>&1
843 2008-05-14 15:36:01 DEBUG: Executing svn update --ignore-externals --revision 8119 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
844 2008-05-14 15:36:07 INFO: [Ok]
845 2008-05-14 15:36:07 DEBUG: include/osg/CopyOp,include/osgDB/ReaderWriter,include/osgGA/GUIEventAdapter updated to 8119
846 2008-05-14 15:36:07 INFO: Committing u'8119'...
847 2008-05-14 15:36:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
848 2008-05-14 15:36:07 INFO: Changeset #36
849 2008-05-14 15:36:07 INFO: Changeset "8121"
850 2008-05-14 15:36:07 INFO: Log message: Added new computation of time to allocate to flushing deleted and compiling OpenGL objects per frame.
852 2008-05-14 15:36:07 DEBUG: Going to apply changeset:
854 Date: 2008-04-16 18:13:41.915965+00:00
856 Entries: include/osgViewer/Renderer(UPD), src/osgViewer/Renderer.cpp(UPD), src/osgWrappers/osgViewer/Renderer.cpp(UPD)
857 Log: Added new computation of time to allocate to flushing deleted and compiling OpenGL objects per frame.
859 2008-05-14 15:36:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8121 . 2>&1
860 2008-05-14 15:36:07 DEBUG: Executing svn update --ignore-externals --revision 8121 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
861 2008-05-14 15:36:14 INFO: [Ok]
862 2008-05-14 15:36:14 DEBUG: include/osgViewer/Renderer,src/osgViewer/Renderer.cpp,src/osgWrappers/osgViewer/Renderer.cpp updated to 8121
863 2008-05-14 15:36:14 INFO: Committing u'8121'...
864 2008-05-14 15:36:14 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
865 2008-05-14 15:36:14 INFO: Changeset #37
866 2008-05-14 15:36:14 INFO: Changeset "8122"
867 2008-05-14 15:36:14 INFO: Log message: updated XCode project
868 2008-05-14 15:36:14 DEBUG: Going to apply changeset:
870 Date: 2008-04-17 09:04:29.880759+00:00
872 Entries: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj(UPD)
873 Log: updated XCode project
874 2008-05-14 15:36:14 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8122 . 2>&1
875 2008-05-14 15:36:14 DEBUG: Executing svn update --ignore-externals --revision 8122 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
876 2008-05-14 15:36:21 INFO: [Ok]
877 2008-05-14 15:36:21 DEBUG: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj updated to 8122
878 2008-05-14 15:36:21 INFO: Committing u'8122'...
879 2008-05-14 15:36:21 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
880 2008-05-14 15:36:21 INFO: Changeset #38
881 2008-05-14 15:36:21 INFO: Changeset "8127"
882 2008-05-14 15:36:21 INFO: Log message: From John Shue, build fix for QT 3.x
884 2008-05-14 15:36:21 DEBUG: Going to apply changeset:
886 Date: 2008-04-17 11:12:21.467886+00:00
888 Entries: examples/osgviewerQT/AdapterWidget.cpp(UPD)
889 Log: From John Shue, build fix for QT 3.x
891 2008-05-14 15:36:21 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8127 . 2>&1
892 2008-05-14 15:36:21 DEBUG: Executing svn update --ignore-externals --revision 8127 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
893 2008-05-14 15:36:27 INFO: [Ok]
894 2008-05-14 15:36:27 DEBUG: examples/osgviewerQT/AdapterWidget.cpp updated to 8127
895 2008-05-14 15:36:27 INFO: Committing u'8127'...
896 2008-05-14 15:36:27 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
897 2008-05-14 15:36:27 INFO: Changeset #39
898 2008-05-14 15:36:27 INFO: Changeset "8132"
899 2008-05-14 15:36:27 INFO: Log message: From Stephan Huber, "attached you'll find a refactored and improved quicktime-plugin. I moved all code related to the image-loading, swizzling etc into an extra class. The quicktime plugin supports now reading and writing images from/to streams and the code is less cluttered than previous versions.
901 I removed QTtexture.h/.cpp and added QTImportExport.h/.cpp. I updated the CMake-files, I hope they are alright. I used the submitted code in my own apps since two months or so and it seems pretty stable, but as always the migration to the osg-quicktime plugin may have introduced new bugs, so perfect for developer release :)"
903 2008-05-14 15:36:27 DEBUG: Going to apply changeset:
905 Date: 2008-04-17 15:30:35.425684+00:00
907 Entries: src/osgPlugins/quicktime/CMakeLists.txt(UPD), src/osgPlugins/quicktime/QTImportExport.cpp(ADD), src/osgPlugins/quicktime/QTImportExport.h(ADD), src/osgPlugins/quicktime/ReaderWriterQT.cpp(UPD), src/osgPlugins/quicktime/QTtexture.cpp(DEL), src/osgPlugins/quicktime/QTtexture.h(DEL)
908 Log: From Stephan Huber, "attached you'll find a refactored and improved quicktime-plugin. I moved all code related to the image-loading, swizzling etc into an extra class. The quicktime plugin supports now reading and writing images from/to streams and the code is less cluttered than previous versions.
910 I removed QTtexture.h/.cpp and added QTImportExport.h/.cpp. I updated the CMake-files, I hope they are alright. I used the submitted code in my own apps since two months or so and it seems pretty stable, but as always the migration to the osg-quicktime plugin may have introduced new bugs, so perfect for developer release :)"
912 2008-05-14 15:36:27 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8132 . 2>&1
913 2008-05-14 15:36:27 DEBUG: Executing svn update --ignore-externals --revision 8132 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
914 2008-05-14 15:36:33 INFO: [Ok]
915 2008-05-14 15:36:33 DEBUG: src/osgPlugins/quicktime/CMakeLists.txt,src/osgPlugins/quicktime/QTImportExport.cpp,src/osgPlugins/quicktime/QTImportExport.h,src/osgPlugins/quicktime/ReaderWriterQT.cpp,src/osgPlugins/quicktime/QTtexture.cpp,src/osgPlugins/quicktime/QTtexture.h updated to 8132
916 2008-05-14 15:36:33 INFO: Adding src/osgPlugins/quicktime/QTImportExport.cpp, src/osgPlugins/quicktime/QTImportExport.h...
917 2008-05-14 15:36:33 INFO: Removing src/osgPlugins/quicktime/QTtexture.cpp, src/osgPlugins/quicktime/QTtexture.h...
918 2008-05-14 15:36:33 INFO: Committing u'8132'...
919 2008-05-14 15:36:33 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
920 2008-05-14 15:36:33 INFO: Changeset #40
921 2008-05-14 15:36:33 INFO: Changeset "8135"
922 2008-05-14 15:36:33 INFO: Log message: Introduce OSG_GL_ERROR_CHECKING env var checking to osg::State constructor so that you
923 can enable fine grained check via env vars o.e.
925 export OSG_GL_ERROR_CHECKING=ONCE_PER_ATTRIBUTE
929 2008-05-14 15:36:33 DEBUG: Going to apply changeset:
931 Date: 2008-04-18 11:09:54.188554+00:00
933 Entries: src/osg/State.cpp(UPD)
934 Log: Introduce OSG_GL_ERROR_CHECKING env var checking to osg::State constructor so that you
935 can enable fine grained check via env vars o.e.
937 export OSG_GL_ERROR_CHECKING=ONCE_PER_ATTRIBUTE
941 2008-05-14 15:36:33 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8135 . 2>&1
942 2008-05-14 15:36:33 DEBUG: Executing svn update --ignore-externals --revision 8135 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
943 2008-05-14 15:36:39 INFO: [Ok]
944 2008-05-14 15:36:39 DEBUG: src/osg/State.cpp updated to 8135
945 2008-05-14 15:36:39 INFO: Committing u'8135'...
946 2008-05-14 15:36:39 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
947 2008-05-14 15:36:39 INFO: Changeset #41
948 2008-05-14 15:36:39 INFO: Changeset "8136"
949 2008-05-14 15:36:39 INFO: Log message: Changed the FrameBufferObject::setAttachment() methods so it now use osg::Camera::BufferComponent
950 to enable it to distinguish between MRT and non MRT paths
952 2008-05-14 15:36:39 DEBUG: Going to apply changeset:
954 Date: 2008-04-18 13:25:14.774070+00:00
956 Entries: include/osg/FrameBufferObject(UPD), src/osg/FrameBufferObject.cpp(UPD), src/osgUtil/RenderStage.cpp(UPD)
957 Log: Changed the FrameBufferObject::setAttachment() methods so it now use osg::Camera::BufferComponent
958 to enable it to distinguish between MRT and non MRT paths
960 2008-05-14 15:36:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8136 . 2>&1
961 2008-05-14 15:36:39 DEBUG: Executing svn update --ignore-externals --revision 8136 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
962 2008-05-14 15:36:45 INFO: [Ok]
963 2008-05-14 15:36:45 DEBUG: include/osg/FrameBufferObject,src/osg/FrameBufferObject.cpp,src/osgUtil/RenderStage.cpp updated to 8136
964 2008-05-14 15:36:45 INFO: Committing u'8136'...
965 2008-05-14 15:36:45 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
966 2008-05-14 15:36:45 INFO: Changeset #42
967 2008-05-14 15:36:45 INFO: Changeset "8137"
968 2008-05-14 15:36:45 INFO: Log message: Added write(ostream&) method to allow one to print out the current state
970 2008-05-14 15:36:45 DEBUG: Going to apply changeset:
972 Date: 2008-04-18 13:57:08.186776+00:00
974 Entries: include/osg/CullSettings(UPD), src/osg/CullSettings.cpp(UPD)
975 Log: Added write(ostream&) method to allow one to print out the current state
977 2008-05-14 15:36:45 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8137 . 2>&1
978 2008-05-14 15:36:45 DEBUG: Executing svn update --ignore-externals --revision 8137 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
979 2008-05-14 15:36:51 INFO: [Ok]
980 2008-05-14 15:36:51 DEBUG: include/osg/CullSettings,src/osg/CullSettings.cpp updated to 8137
981 2008-05-14 15:36:51 INFO: Committing u'8137'...
982 2008-05-14 15:36:51 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
983 2008-05-14 15:36:51 INFO: Changeset #43
984 2008-05-14 15:36:51 INFO: Changeset "8138"
985 2008-05-14 15:36:51 INFO: Log message: Added optional compiled in debugging output to CullVisitor::apply(osg::Camera&)
987 2008-05-14 15:36:51 DEBUG: Going to apply changeset:
989 Date: 2008-04-18 14:14:33.349513+00:00
991 Entries: src/osgUtil/CullVisitor.cpp(UPD)
992 Log: Added optional compiled in debugging output to CullVisitor::apply(osg::Camera&)
994 2008-05-14 15:36:51 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8138 . 2>&1
995 2008-05-14 15:36:51 DEBUG: Executing svn update --ignore-externals --revision 8138 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
996 2008-05-14 15:36:57 INFO: [Ok]
997 2008-05-14 15:36:57 DEBUG: src/osgUtil/CullVisitor.cpp updated to 8138
998 2008-05-14 15:36:57 INFO: Committing u'8138'...
999 2008-05-14 15:36:57 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1000 2008-05-14 15:36:57 INFO: Changeset #44
1001 2008-05-14 15:36:57 INFO: Changeset "8139"
1002 2008-05-14 15:36:57 INFO: Log message: Fixed bug in FBO colour attachement code
1004 2008-05-14 15:36:57 DEBUG: Going to apply changeset:
1006 Date: 2008-04-18 14:33:14.144453+00:00
1008 Entries: src/osgUtil/RenderStage.cpp(UPD)
1009 Log: Fixed bug in FBO colour attachement code
1011 2008-05-14 15:36:57 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8139 . 2>&1
1012 2008-05-14 15:36:57 DEBUG: Executing svn update --ignore-externals --revision 8139 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1013 2008-05-14 15:37:03 INFO: [Ok]
1014 2008-05-14 15:37:03 DEBUG: src/osgUtil/RenderStage.cpp updated to 8139
1015 2008-05-14 15:37:03 INFO: Committing u'8139'...
1016 2008-05-14 15:37:03 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1017 2008-05-14 15:37:03 INFO: Changeset #45
1018 2008-05-14 15:37:03 INFO: Changeset "8140"
1019 2008-05-14 15:37:03 INFO: Log message: Updated BufferComponent enum to list COLOR_BUFFERi entries up to 15.
1021 2008-05-14 15:37:03 DEBUG: Going to apply changeset:
1023 Date: 2008-04-18 14:51:21.876879+00:00
1025 Entries: include/osg/Camera(UPD)
1026 Log: Updated BufferComponent enum to list COLOR_BUFFERi entries up to 15.
1028 2008-05-14 15:37:03 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8140 . 2>&1
1029 2008-05-14 15:37:03 DEBUG: Executing svn update --ignore-externals --revision 8140 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1030 2008-05-14 15:37:10 INFO: [Ok]
1031 2008-05-14 15:37:10 DEBUG: include/osg/Camera updated to 8140
1032 2008-05-14 15:37:10 INFO: Committing u'8140'...
1033 2008-05-14 15:37:10 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1034 2008-05-14 15:37:10 INFO: Changeset #46
1035 2008-05-14 15:37:10 INFO: Changeset "8141"
1036 2008-05-14 15:37:10 INFO: Log message: Added support for COLOR_BUFFER entries up to 15
1038 2008-05-14 15:37:10 DEBUG: Going to apply changeset:
1040 Date: 2008-04-18 14:57:43.348274+00:00
1042 Entries: src/osgPlugins/osg/Camera.cpp(UPD)
1043 Log: Added support for COLOR_BUFFER entries up to 15
1045 2008-05-14 15:37:10 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8141 . 2>&1
1046 2008-05-14 15:37:10 DEBUG: Executing svn update --ignore-externals --revision 8141 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1047 2008-05-14 15:37:16 INFO: [Ok]
1048 2008-05-14 15:37:16 DEBUG: src/osgPlugins/osg/Camera.cpp updated to 8141
1049 2008-05-14 15:37:16 INFO: Committing u'8141'...
1050 2008-05-14 15:37:16 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1051 2008-05-14 15:37:16 INFO: Changeset #47
1052 2008-05-14 15:37:16 INFO: Changeset "8142"
1053 2008-05-14 15:37:16 INFO: Log message: Updated wrappers
1055 2008-05-14 15:37:16 DEBUG: Going to apply changeset:
1057 Date: 2008-04-18 15:01:49.680299+00:00
1059 Entries: src/osgWrappers/osg/Camera.cpp(UPD), src/osgWrappers/osg/CullSettings.cpp(UPD), src/osgWrappers/osg/FrameBufferObject.cpp(UPD)
1060 Log: Updated wrappers
1062 2008-05-14 15:37:16 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8142 . 2>&1
1063 2008-05-14 15:37:16 DEBUG: Executing svn update --ignore-externals --revision 8142 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1064 2008-05-14 15:37:22 INFO: [Ok]
1065 2008-05-14 15:37:22 DEBUG: src/osgWrappers/osg/Camera.cpp,src/osgWrappers/osg/CullSettings.cpp,src/osgWrappers/osg/FrameBufferObject.cpp updated to 8142
1066 2008-05-14 15:37:22 INFO: Committing u'8142'...
1067 2008-05-14 15:37:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1068 2008-05-14 15:37:22 INFO: Changeset #48
1069 2008-05-14 15:37:22 INFO: Changeset "8143"
1070 2008-05-14 15:37:22 INFO: Log message: Updated date on readem
1072 2008-05-14 15:37:22 DEBUG: Going to apply changeset:
1074 Date: 2008-04-18 15:52:14.951779+00:00
1076 Entries: README.txt(UPD)
1077 Log: Updated date on readem
1079 2008-05-14 15:37:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8143 . 2>&1
1080 2008-05-14 15:37:22 DEBUG: Executing svn update --ignore-externals --revision 8143 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1081 2008-05-14 15:37:27 INFO: [Ok]
1082 2008-05-14 15:37:27 DEBUG: README.txt updated to 8143
1083 2008-05-14 15:37:27 INFO: Committing u'8143'...
1084 2008-05-14 15:37:27 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1085 2008-05-14 15:37:27 INFO: Changeset #49
1086 2008-05-14 15:37:27 INFO: Changeset "8144"
1087 2008-05-14 15:37:27 INFO: Log message: Updated ChangeLog
1089 2008-05-14 15:37:27 DEBUG: Going to apply changeset:
1091 Date: 2008-04-18 16:20:08.851017+00:00
1093 Entries: ChangeLog(UPD)
1094 Log: Updated ChangeLog
1096 2008-05-14 15:37:27 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8144 . 2>&1
1097 2008-05-14 15:37:27 DEBUG: Executing svn update --ignore-externals --revision 8144 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1098 2008-05-14 15:37:34 INFO: [Ok]
1099 2008-05-14 15:37:34 DEBUG: ChangeLog updated to 8144
1100 2008-05-14 15:37:34 INFO: Committing u'8144'...
1101 2008-05-14 15:37:34 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1102 2008-05-14 15:37:34 INFO: Changeset #50
1103 2008-05-14 15:37:34 INFO: Changeset "8145"
1104 2008-05-14 15:37:34 INFO: Log message: Updated AUTHORS file for release
1106 2008-05-14 15:37:34 DEBUG: Going to apply changeset:
1108 Date: 2008-04-18 16:21:12.756913+00:00
1110 Entries: AUTHORS.txt(UPD)
1111 Log: Updated AUTHORS file for release
1113 2008-05-14 15:37:34 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8145 . 2>&1
1114 2008-05-14 15:37:34 DEBUG: Executing svn update --ignore-externals --revision 8145 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1115 2008-05-14 15:37:40 INFO: [Ok]
1116 2008-05-14 15:37:40 DEBUG: AUTHORS.txt updated to 8145
1117 2008-05-14 15:37:40 INFO: Committing u'8145'...
1118 2008-05-14 15:37:40 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1119 2008-05-14 15:37:40 INFO: Changeset #51
1120 2008-05-14 15:37:40 INFO: Changeset "8151"
1121 2008-05-14 15:37:40 INFO: Log message: From Luigi Calori, Added CURL_IS_STATIC option to help hint to the libcurl's plugin build so that it can be select as static build
1123 2008-05-14 15:37:40 DEBUG: Going to apply changeset:
1125 Date: 2008-04-21 14:51:47.617548+00:00
1127 Entries: src/osgPlugins/curl/CMakeLists.txt(UPD)
1128 Log: From Luigi Calori, Added CURL_IS_STATIC option to help hint to the libcurl's plugin build so that it can be select as static build
1130 2008-05-14 15:37:40 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8151 . 2>&1
1131 2008-05-14 15:37:40 DEBUG: Executing svn update --ignore-externals --revision 8151 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1132 2008-05-14 15:37:46 INFO: [Ok]
1133 2008-05-14 15:37:46 DEBUG: src/osgPlugins/curl/CMakeLists.txt updated to 8151
1134 2008-05-14 15:37:46 INFO: Committing u'8151'...
1135 2008-05-14 15:37:46 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1136 2008-05-14 15:37:46 INFO: Changeset #52
1137 2008-05-14 15:37:46 INFO: Changeset "8152"
1138 2008-05-14 15:37:46 INFO: Log message: Updated NEWS for 2.4 release
1140 2008-05-14 15:37:46 DEBUG: Going to apply changeset:
1142 Date: 2008-04-21 16:31:54.675464+00:00
1144 Entries: NEWS.txt(UPD)
1145 Log: Updated NEWS for 2.4 release
1147 2008-05-14 15:37:46 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8152 . 2>&1
1148 2008-05-14 15:37:46 DEBUG: Executing svn update --ignore-externals --revision 8152 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1149 2008-05-14 15:37:52 INFO: [Ok]
1150 2008-05-14 15:37:52 DEBUG: NEWS.txt updated to 8152
1151 2008-05-14 15:37:52 INFO: Committing u'8152'...
1152 2008-05-14 15:37:52 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1153 2008-05-14 15:37:52 INFO: Changeset #53
1154 2008-05-14 15:37:52 INFO: Changeset "8184"
1155 2008-05-14 15:37:52 INFO: Log message: Fixed name
1157 2008-05-14 15:37:52 DEBUG: Going to apply changeset:
1159 Date: 2008-04-22 09:43:55.748889+00:00
1161 Entries: applications/osgversion/osgversion.cpp(UPD)
1164 2008-05-14 15:37:52 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8184 . 2>&1
1165 2008-05-14 15:37:52 DEBUG: Executing svn update --ignore-externals --revision 8184 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1166 2008-05-14 15:37:59 INFO: [Ok]
1167 2008-05-14 15:37:59 DEBUG: applications/osgversion/osgversion.cpp updated to 8184
1168 2008-05-14 15:37:59 INFO: Committing u'8184'...
1169 2008-05-14 15:37:59 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1170 2008-05-14 15:37:59 INFO: Changeset #54
1171 2008-05-14 15:37:59 INFO: Changeset "8185"
1172 2008-05-14 15:37:59 INFO: Log message: Updated authors
1174 2008-05-14 15:37:59 DEBUG: Going to apply changeset:
1176 Date: 2008-04-22 10:10:24.122895+00:00
1178 Entries: AUTHORS.txt(UPD), applications/osgversion/osgversion.cpp(UPD)
1179 Log: Updated authors
1181 2008-05-14 15:37:59 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8185 . 2>&1
1182 2008-05-14 15:37:59 DEBUG: Executing svn update --ignore-externals --revision 8185 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1183 2008-05-14 15:38:05 INFO: [Ok]
1184 2008-05-14 15:38:05 DEBUG: AUTHORS.txt,applications/osgversion/osgversion.cpp updated to 8185
1185 2008-05-14 15:38:05 INFO: Committing u'8185'...
1186 2008-05-14 15:38:05 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1187 2008-05-14 15:38:05 INFO: Changeset #55
1188 2008-05-14 15:38:05 INFO: Changeset "8186"
1189 2008-05-14 15:38:05 INFO: Log message: Removed hardware down sampling hack from GeoemtryTechnique and replaced with Terrain::g/setSampleRatio()
1193 2008-05-14 15:38:05 DEBUG: Going to apply changeset:
1195 Date: 2008-04-22 11:39:47.007922+00:00
1197 Entries: examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp(UPD), include/osgTerrain/Terrain(UPD), src/osgTerrain/GeometryTechnique.cpp(UPD), src/osgTerrain/Terrain.cpp(UPD)
1198 Log: Removed hardware down sampling hack from GeoemtryTechnique and replaced with Terrain::g/setSampleRatio()
1202 2008-05-14 15:38:05 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8186 . 2>&1
1203 2008-05-14 15:38:05 DEBUG: Executing svn update --ignore-externals --revision 8186 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1204 2008-05-14 15:38:11 INFO: [Ok]
1205 2008-05-14 15:38:11 DEBUG: examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp,include/osgTerrain/Terrain,src/osgTerrain/GeometryTechnique.cpp,src/osgTerrain/Terrain.cpp updated to 8186
1206 2008-05-14 15:38:11 INFO: Committing u'8186'...
1207 2008-05-14 15:38:11 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1208 2008-05-14 15:38:11 INFO: Changeset #56
1209 2008-05-14 15:38:11 INFO: Changeset "8187"
1210 2008-05-14 15:38:11 INFO: Log message: Updated wrappers
1212 2008-05-14 15:38:11 DEBUG: Going to apply changeset:
1214 Date: 2008-04-22 11:41:03.716127+00:00
1216 Entries: src/osgWrappers/osgTerrain/Terrain.cpp(UPD)
1217 Log: Updated wrappers
1219 2008-05-14 15:38:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8187 . 2>&1
1220 2008-05-14 15:38:11 DEBUG: Executing svn update --ignore-externals --revision 8187 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1221 2008-05-14 15:38:19 INFO: [Ok]
1222 2008-05-14 15:38:19 DEBUG: src/osgWrappers/osgTerrain/Terrain.cpp updated to 8187
1223 2008-05-14 15:38:19 INFO: Committing u'8187'...
1224 2008-05-14 15:38:19 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1225 2008-05-14 15:38:19 INFO: Changeset #57
1226 2008-05-14 15:38:19 INFO: Changeset "8188"
1227 2008-05-14 15:38:19 INFO: Log message: Updated version number for 2.3.10 dev release
1229 2008-05-14 15:38:19 DEBUG: Going to apply changeset:
1231 Date: 2008-04-22 11:47:17.449330+00:00
1233 Entries: CMakeLists.txt(UPD), include/osg/Version(UPD)
1234 Log: Updated version number for 2.3.10 dev release
1236 2008-05-14 15:38:19 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8188 . 2>&1
1237 2008-05-14 15:38:19 DEBUG: Executing svn update --ignore-externals --revision 8188 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1238 2008-05-14 15:38:26 INFO: [Ok]
1239 2008-05-14 15:38:26 DEBUG: CMakeLists.txt,include/osg/Version updated to 8188
1240 2008-05-14 15:38:26 INFO: Committing u'8188'...
1241 2008-05-14 15:38:26 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1242 2008-05-14 15:38:26 INFO: Changeset #58
1243 2008-05-14 15:38:26 INFO: Changeset "8189"
1244 2008-05-14 15:38:26 INFO: Log message: Updated ChangeLog, NEWS and READE for 2.3.10 pre release of 2.4.
1246 2008-05-14 15:38:26 DEBUG: Going to apply changeset:
1248 Date: 2008-04-22 12:52:35.892202+00:00
1250 Entries: ChangeLog(UPD), NEWS.txt(UPD), README.txt(UPD)
1251 Log: Updated ChangeLog, NEWS and READE for 2.3.10 pre release of 2.4.
1253 2008-05-14 15:38:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8189 . 2>&1
1254 2008-05-14 15:38:26 DEBUG: Executing svn update --ignore-externals --revision 8189 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1255 2008-05-14 15:38:34 INFO: [Ok]
1256 2008-05-14 15:38:34 DEBUG: ChangeLog,NEWS.txt,README.txt updated to 8189
1257 2008-05-14 15:38:34 INFO: Committing u'8189'...
1258 2008-05-14 15:38:34 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1259 2008-05-14 15:38:34 INFO: Changeset #59
1260 2008-05-14 15:38:34 INFO: Changeset "8191"
1261 2008-05-14 15:38:34 INFO: Log message: Updated AUTHORS file
1263 2008-05-14 15:38:34 DEBUG: Going to apply changeset:
1265 Date: 2008-04-22 13:00:52.706351+00:00
1267 Entries: AUTHORS.txt(UPD), applications/osgversion/osgversion.cpp(UPD)
1268 Log: Updated AUTHORS file
1270 2008-05-14 15:38:34 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8191 . 2>&1
1271 2008-05-14 15:38:34 DEBUG: Executing svn update --ignore-externals --revision 8191 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1272 2008-05-14 15:38:41 INFO: [Ok]
1273 2008-05-14 15:38:41 DEBUG: AUTHORS.txt,applications/osgversion/osgversion.cpp updated to 8191
1274 2008-05-14 15:38:41 INFO: Committing u'8191'...
1275 2008-05-14 15:38:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1276 2008-05-14 15:38:41 INFO: Changeset #60
1277 2008-05-14 15:38:41 INFO: Changeset "8192"
1278 2008-05-14 15:38:41 INFO: Log message: From Stephan Huber, "the support for the new mightymouse and new touchpads was incomplete in GraphicsWindowCarbon. Attached is a fixed version."
1280 2008-05-14 15:38:41 DEBUG: Going to apply changeset:
1282 Date: 2008-04-22 14:15:24.630044+00:00
1284 Entries: src/osgViewer/GraphicsWindowCarbon.cpp(UPD)
1285 Log: From Stephan Huber, "the support for the new mightymouse and new touchpads was incomplete in GraphicsWindowCarbon. Attached is a fixed version."
1287 2008-05-14 15:38:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8192 . 2>&1
1288 2008-05-14 15:38:41 DEBUG: Executing svn update --ignore-externals --revision 8192 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1289 2008-05-14 15:38:48 INFO: [Ok]
1290 2008-05-14 15:38:48 DEBUG: src/osgViewer/GraphicsWindowCarbon.cpp updated to 8192
1291 2008-05-14 15:38:48 INFO: Committing u'8192'...
1292 2008-05-14 15:38:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1293 2008-05-14 15:38:48 INFO: Changeset #61
1294 2008-05-14 15:38:48 INFO: Changeset "8193"
1295 2008-05-14 15:38:48 INFO: Log message: Added return.
1297 2008-05-14 15:38:48 DEBUG: Going to apply changeset:
1299 Date: 2008-04-22 14:31:30.999014+00:00
1301 Entries: src/osgTerrain/Layer.cpp(UPD)
1304 2008-05-14 15:38:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8193 . 2>&1
1305 2008-05-14 15:38:48 DEBUG: Executing svn update --ignore-externals --revision 8193 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1306 2008-05-14 15:38:55 INFO: [Ok]
1307 2008-05-14 15:38:55 DEBUG: src/osgTerrain/Layer.cpp updated to 8193
1308 2008-05-14 15:38:55 INFO: Committing u'8193'...
1309 2008-05-14 15:38:55 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1310 2008-05-14 15:38:55 INFO: Changeset #62
1311 2008-05-14 15:38:55 INFO: Changeset "8195"
1312 2008-05-14 15:38:55 INFO: Log message: Added mutex to object creation to avoid a race condition when using threaded multiple graphics context
1314 2008-05-14 15:38:55 DEBUG: Going to apply changeset:
1316 Date: 2008-04-23 14:10:41.311257+00:00
1318 Entries: src/osg/TextureRectangle.cpp(UPD)
1319 Log: Added mutex to object creation to avoid a race condition when using threaded multiple graphics context
1321 2008-05-14 15:38:55 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8195 . 2>&1
1322 2008-05-14 15:38:55 DEBUG: Executing svn update --ignore-externals --revision 8195 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1323 2008-05-14 15:39:01 INFO: [Ok]
1324 2008-05-14 15:39:01 DEBUG: src/osg/TextureRectangle.cpp updated to 8195
1325 2008-05-14 15:39:01 INFO: Committing u'8195'...
1326 2008-05-14 15:39:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1327 2008-05-14 15:39:01 INFO: Changeset #63
1328 2008-05-14 15:39:01 INFO: Changeset "8200"
1329 2008-05-14 15:39:01 INFO: Log message: Removed the mutable from the _image variable
1331 2008-05-14 15:39:01 DEBUG: Going to apply changeset:
1333 Date: 2008-04-23 20:49:19.498304+00:00
1335 Entries: include/osg/Texture2D(UPD), include/osg/TextureRectangle(UPD)
1336 Log: Removed the mutable from the _image variable
1338 2008-05-14 15:39:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8200 . 2>&1
1339 2008-05-14 15:39:01 DEBUG: Executing svn update --ignore-externals --revision 8200 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1340 2008-05-14 15:39:07 INFO: [Ok]
1341 2008-05-14 15:39:07 DEBUG: include/osg/Texture2D,include/osg/TextureRectangle updated to 8200
1342 2008-05-14 15:39:07 INFO: Committing u'8200'...
1343 2008-05-14 15:39:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1344 2008-05-14 15:39:07 INFO: Changeset #64
1345 2008-05-14 15:39:07 INFO: Changeset "8201"
1346 2008-05-14 15:39:07 INFO: Log message: Refactored the inclusion of the headers in the ADD_LIBRARY so that they aren't
1349 2008-05-14 15:39:07 DEBUG: Going to apply changeset:
1351 Date: 2008-04-23 20:50:53.636158+00:00
1353 Entries: src/OpenThreads/pthreads/CMakeLists.txt(UPD), src/osg/CMakeLists.txt(UPD), src/osgDB/CMakeLists.txt(UPD), src/osgFX/CMakeLists.txt(UPD), src/osgGA/CMakeLists.txt(UPD), src/osgIntrospection/CMakeLists.txt(UPD), src/osgManipulator/CMakeLists.txt(UPD), src/osgParticle/CMakeLists.txt(UPD), src/osgShadow/CMakeLists.txt(UPD), src/osgSim/CMakeLists.txt(UPD), src/osgTerrain/CMakeLists.txt(UPD), src/osgText/CMakeLists.txt(UPD), src/osgUtil/CMakeLists.txt(UPD), src/osgViewer/CMakeLists.txt(UPD)
1354 Log: Refactored the inclusion of the headers in the ADD_LIBRARY so that they aren't
1357 2008-05-14 15:39:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8201 . 2>&1
1358 2008-05-14 15:39:07 DEBUG: Executing svn update --ignore-externals --revision 8201 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1359 2008-05-14 15:39:15 INFO: [Ok]
1360 2008-05-14 15:39:15 DEBUG: src/OpenThreads/pthreads/CMakeLists.txt,src/osg/CMakeLists.txt,src/osgDB/CMakeLists.txt,src/osgFX/CMakeLists.txt,src/osgGA/CMakeLists.txt,src/osgIntrospection/CMakeLists.txt,src/osgManipulator/CMakeLists.txt,src/osgParticle/CMakeLists.txt,src/osgShadow/CMakeLists.txt,src/osgSim/CMakeLists.txt,src/osgTerrain/CMakeLists.txt,src/osgText/CMakeLists.txt,src/osgUtil/CMakeLists.txt,src/osgViewer/CMakeLists.txt updated to 8201
1361 2008-05-14 15:39:15 INFO: Committing u'8201'...
1362 2008-05-14 15:39:15 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1363 2008-05-14 15:39:15 INFO: Changeset #65
1364 2008-05-14 15:39:15 INFO: Changeset "8202"
1365 2008-05-14 15:39:15 INFO: Log message: Updated version number 2.3.11
1367 2008-05-14 15:39:15 DEBUG: Going to apply changeset:
1369 Date: 2008-04-23 20:54:28.413914+00:00
1371 Entries: CMakeLists.txt(UPD), include/osg/Version(UPD)
1372 Log: Updated version number 2.3.11
1374 2008-05-14 15:39:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8202 . 2>&1
1375 2008-05-14 15:39:15 DEBUG: Executing svn update --ignore-externals --revision 8202 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1376 2008-05-14 15:39:22 INFO: [Ok]
1377 2008-05-14 15:39:22 DEBUG: CMakeLists.txt,include/osg/Version updated to 8202
1378 2008-05-14 15:39:22 INFO: Committing u'8202'...
1379 2008-05-14 15:39:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1380 2008-05-14 15:39:22 INFO: Changeset #66
1381 2008-05-14 15:39:22 INFO: Changeset "8205"
1382 2008-05-14 15:39:22 INFO: Log message: Updated ChangeLog
1384 2008-05-14 15:39:22 DEBUG: Going to apply changeset:
1386 Date: 2008-04-23 21:07:16.874168+00:00
1388 Entries: ChangeLog(UPD)
1389 Log: Updated ChangeLog
1391 2008-05-14 15:39:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8205 . 2>&1
1392 2008-05-14 15:39:22 DEBUG: Executing svn update --ignore-externals --revision 8205 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1393 2008-05-14 15:39:31 INFO: [Ok]
1394 2008-05-14 15:39:31 DEBUG: ChangeLog updated to 8205
1395 2008-05-14 15:39:31 INFO: Committing u'8205'...
1396 2008-05-14 15:39:31 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1397 2008-05-14 15:39:31 INFO: Changeset #67
1398 2008-05-14 15:39:31 INFO: Changeset "8206"
1399 2008-05-14 15:39:31 INFO: Log message: Updated authors file for 2.3.11 release
1401 2008-05-14 15:39:31 DEBUG: Going to apply changeset:
1403 Date: 2008-04-23 21:07:54.451847+00:00
1405 Entries: AUTHORS.txt(UPD)
1406 Log: Updated authors file for 2.3.11 release
1408 2008-05-14 15:39:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8206 . 2>&1
1409 2008-05-14 15:39:31 DEBUG: Executing svn update --ignore-externals --revision 8206 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1410 2008-05-14 15:39:38 INFO: [Ok]
1411 2008-05-14 15:39:38 DEBUG: AUTHORS.txt updated to 8206
1412 2008-05-14 15:39:38 INFO: Committing u'8206'...
1413 2008-05-14 15:39:38 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1414 2008-05-14 15:39:38 INFO: Changeset #68
1415 2008-05-14 15:39:38 INFO: Changeset "8210"
1416 2008-05-14 15:39:38 INFO: Log message: From Mattias Helsing, "I just made Find3rdPartyDependencies search for curllib if it can't
1417 find libcurl. Mike's 3rdParty only has curllib.
1419 I realize now that the in appended file I have earlier removed
1420 searching for freetype219 since I have it but it will break the build
1423 2008-05-14 15:39:38 DEBUG: Going to apply changeset:
1425 Date: 2008-04-24 10:09:04.699937+00:00
1427 Entries: CMakeModules/Find3rdPartyDependencies.cmake(UPD)
1428 Log: From Mattias Helsing, "I just made Find3rdPartyDependencies search for curllib if it can't
1429 find libcurl. Mike's 3rdParty only has curllib.
1431 I realize now that the in appended file I have earlier removed
1432 searching for freetype219 since I have it but it will break the build
1435 2008-05-14 15:39:38 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8210 . 2>&1
1436 2008-05-14 15:39:38 DEBUG: Executing svn update --ignore-externals --revision 8210 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1437 2008-05-14 15:39:48 INFO: [Ok]
1438 2008-05-14 15:39:48 DEBUG: CMakeModules/Find3rdPartyDependencies.cmake updated to 8210
1439 2008-05-14 15:39:48 INFO: Committing u'8210'...
1440 2008-05-14 15:39:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1441 2008-05-14 15:39:48 INFO: Changeset #69
1442 2008-05-14 15:39:48 INFO: Changeset "8211"
1443 2008-05-14 15:39:48 INFO: Log message: Reverted the changes for ill fated tweaks for Apple build
1445 2008-05-14 15:39:48 DEBUG: Going to apply changeset:
1447 Date: 2008-04-24 11:34:43.768642+00:00
1449 Entries: src/OpenThreads/pthreads/CMakeLists.txt(UPD), src/osg/CMakeLists.txt(UPD), src/osgDB/CMakeLists.txt(UPD), src/osgFX/CMakeLists.txt(UPD), src/osgGA/CMakeLists.txt(UPD), src/osgIntrospection/CMakeLists.txt(UPD), src/osgManipulator/CMakeLists.txt(UPD), src/osgParticle/CMakeLists.txt(UPD), src/osgShadow/CMakeLists.txt(UPD), src/osgSim/CMakeLists.txt(UPD), src/osgTerrain/CMakeLists.txt(UPD), src/osgText/CMakeLists.txt(UPD), src/osgUtil/CMakeLists.txt(UPD), src/osgViewer/CMakeLists.txt(UPD)
1450 Log: Reverted the changes for ill fated tweaks for Apple build
1452 2008-05-14 15:39:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8211 . 2>&1
1453 2008-05-14 15:39:48 DEBUG: Executing svn update --ignore-externals --revision 8211 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1454 2008-05-14 15:39:55 INFO: [Ok]
1455 2008-05-14 15:39:55 DEBUG: src/OpenThreads/pthreads/CMakeLists.txt,src/osg/CMakeLists.txt,src/osgDB/CMakeLists.txt,src/osgFX/CMakeLists.txt,src/osgGA/CMakeLists.txt,src/osgIntrospection/CMakeLists.txt,src/osgManipulator/CMakeLists.txt,src/osgParticle/CMakeLists.txt,src/osgShadow/CMakeLists.txt,src/osgSim/CMakeLists.txt,src/osgTerrain/CMakeLists.txt,src/osgText/CMakeLists.txt,src/osgUtil/CMakeLists.txt,src/osgViewer/CMakeLists.txt updated to 8211
1456 2008-05-14 15:39:55 INFO: Committing u'8211'...
1457 2008-05-14 15:39:55 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1458 2008-05-14 15:39:55 INFO: Changeset #70
1459 2008-05-14 15:39:55 INFO: Changeset "8213"
1460 2008-05-14 15:39:55 INFO: Log message: From Colin Dunlop, added alias for .live to quicktime plugin mapping.
1462 2008-05-14 15:39:55 DEBUG: Going to apply changeset:
1464 Date: 2008-04-24 14:46:21.076031+00:00
1466 Entries: src/osgDB/CMakeLists.txt(UPD), src/osgDB/Registry.cpp(UPD)
1467 Log: From Colin Dunlop, added alias for .live to quicktime plugin mapping.
1469 2008-05-14 15:39:55 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8213 . 2>&1
1470 2008-05-14 15:39:55 DEBUG: Executing svn update --ignore-externals --revision 8213 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1471 2008-05-14 15:40:02 INFO: [Ok]
1472 2008-05-14 15:40:02 DEBUG: src/osgDB/CMakeLists.txt,src/osgDB/Registry.cpp updated to 8213
1473 2008-05-14 15:40:02 INFO: Committing u'8213'...
1474 2008-05-14 15:40:02 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1475 2008-05-14 15:40:02 INFO: Changeset #71
1476 2008-05-14 15:40:02 INFO: Changeset "8217"
1477 2008-05-14 15:40:02 INFO: Log message: From Wojchiech Lewandowski, add missing setDataVariance(DYNAMIC) and extra event handlers
1479 2008-05-14 15:40:02 DEBUG: Going to apply changeset:
1481 Date: 2008-04-24 16:24:16.538778+00:00
1483 Entries: examples/osgprerender/osgprerender.cpp(UPD)
1484 Log: From Wojchiech Lewandowski, add missing setDataVariance(DYNAMIC) and extra event handlers
1486 2008-05-14 15:40:02 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8217 . 2>&1
1487 2008-05-14 15:40:02 DEBUG: Executing svn update --ignore-externals --revision 8217 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1488 2008-05-14 15:40:08 INFO: [Ok]
1489 2008-05-14 15:40:08 DEBUG: examples/osgprerender/osgprerender.cpp updated to 8217
1490 2008-05-14 15:40:08 INFO: Committing u'8217'...
1491 2008-05-14 15:40:08 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1492 2008-05-14 15:40:08 INFO: Changeset #72
1493 2008-05-14 15:40:08 INFO: Changeset "8218"
1494 2008-05-14 15:40:08 INFO: Log message: Updated ChangeLog for 2.3.11 release
1496 2008-05-14 15:40:08 DEBUG: Going to apply changeset:
1498 Date: 2008-04-24 16:48:59.555073+00:00
1500 Entries: ChangeLog(UPD)
1501 Log: Updated ChangeLog for 2.3.11 release
1503 2008-05-14 15:40:08 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8218 . 2>&1
1504 2008-05-14 15:40:08 DEBUG: Executing svn update --ignore-externals --revision 8218 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1505 2008-05-14 15:40:15 INFO: [Ok]
1506 2008-05-14 15:40:15 DEBUG: ChangeLog updated to 8218
1507 2008-05-14 15:40:15 INFO: Committing u'8218'...
1508 2008-05-14 15:40:15 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1509 2008-05-14 15:40:15 INFO: Changeset #73
1510 2008-05-14 15:40:15 INFO: Changeset "8219"
1511 2008-05-14 15:40:15 INFO: Log message: Updated AUTHORS file for release
1513 2008-05-14 15:40:15 DEBUG: Going to apply changeset:
1515 Date: 2008-04-24 16:49:52.515942+00:00
1517 Entries: AUTHORS.txt(UPD)
1518 Log: Updated AUTHORS file for release
1520 2008-05-14 15:40:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8219 . 2>&1
1521 2008-05-14 15:40:15 DEBUG: Executing svn update --ignore-externals --revision 8219 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1522 2008-05-14 15:40:22 INFO: [Ok]
1523 2008-05-14 15:40:22 DEBUG: AUTHORS.txt updated to 8219
1524 2008-05-14 15:40:22 INFO: Committing u'8219'...
1525 2008-05-14 15:40:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1526 2008-05-14 15:40:22 INFO: Changeset #74
1527 2008-05-14 15:40:22 INFO: Changeset "8220"
1528 2008-05-14 15:40:22 INFO: Log message: Updated date of 2.4 release
1530 2008-05-14 15:40:22 DEBUG: Going to apply changeset:
1532 Date: 2008-04-24 16:50:17.496181+00:00
1534 Entries: NEWS.txt(UPD)
1535 Log: Updated date of 2.4 release
1537 2008-05-14 15:40:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8220 . 2>&1
1538 2008-05-14 15:40:22 DEBUG: Executing svn update --ignore-externals --revision 8220 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1539 2008-05-14 15:40:30 INFO: [Ok]
1540 2008-05-14 15:40:30 DEBUG: NEWS.txt updated to 8220
1541 2008-05-14 15:40:30 INFO: Committing u'8220'...
1542 2008-05-14 15:40:30 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1543 2008-05-14 15:40:30 INFO: Changeset #75
1544 2008-05-14 15:40:30 INFO: Changeset "8222"
1545 2008-05-14 15:40:30 INFO: Log message: Added cast to avoid warning
1547 2008-05-14 15:40:30 DEBUG: Going to apply changeset:
1549 Date: 2008-04-25 08:34:54.800703+00:00
1551 Entries: src/osgTerrain/GeometryTechnique.cpp(UPD)
1552 Log: Added cast to avoid warning
1554 2008-05-14 15:40:30 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8222 . 2>&1
1555 2008-05-14 15:40:30 DEBUG: Executing svn update --ignore-externals --revision 8222 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1556 2008-05-14 15:40:36 INFO: [Ok]
1557 2008-05-14 15:40:36 DEBUG: src/osgTerrain/GeometryTechnique.cpp updated to 8222
1558 2008-05-14 15:40:36 INFO: Committing u'8222'...
1559 2008-05-14 15:40:36 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1560 2008-05-14 15:40:36 INFO: Changeset #76
1561 2008-05-14 15:40:36 INFO: Changeset "8224"
1562 2008-05-14 15:40:36 INFO: Log message: From Stephane Lamoliatte, "Here is the fix of a very little typed error in BoundingBox : I replace "doulbe" by "double"."
1564 2008-05-14 15:40:36 DEBUG: Going to apply changeset:
1566 Date: 2008-04-25 09:35:51.868231+00:00
1568 Entries: include/osg/BoundingBox(UPD)
1569 Log: From Stephane Lamoliatte, "Here is the fix of a very little typed error in BoundingBox : I replace "doulbe" by "double"."
1571 2008-05-14 15:40:36 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8224 . 2>&1
1572 2008-05-14 15:40:36 DEBUG: Executing svn update --ignore-externals --revision 8224 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1573 2008-05-14 15:40:42 INFO: [Ok]
1574 2008-05-14 15:40:42 DEBUG: include/osg/BoundingBox updated to 8224
1575 2008-05-14 15:40:42 INFO: Committing u'8224'...
1576 2008-05-14 15:40:42 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1577 2008-05-14 15:40:42 INFO: Changeset #77
1578 2008-05-14 15:40:42 INFO: Changeset "8225"
1579 2008-05-14 15:40:42 INFO: Log message: Updated Version number for 2.4 stable release
1582 2008-05-14 15:40:42 DEBUG: Going to apply changeset:
1584 Date: 2008-04-25 09:46:25.163667+00:00
1586 Entries: CMakeLists.txt(UPD), include/osg/Version(UPD)
1587 Log: Updated Version number for 2.4 stable release
1590 2008-05-14 15:40:42 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8225 . 2>&1
1591 2008-05-14 15:40:42 DEBUG: Executing svn update --ignore-externals --revision 8225 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1592 2008-05-14 15:40:48 INFO: [Ok]
1593 2008-05-14 15:40:48 DEBUG: CMakeLists.txt,include/osg/Version updated to 8225
1594 2008-05-14 15:40:48 INFO: Committing u'8225'...
1595 2008-05-14 15:40:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1596 2008-05-14 15:40:48 INFO: Changeset #78
1597 2008-05-14 15:40:48 INFO: Changeset "8227"
1598 2008-05-14 15:40:48 INFO: Log message: Update NEWS and README to 2.4 stable release
1600 2008-05-14 15:40:48 DEBUG: Going to apply changeset:
1602 Date: 2008-04-25 12:40:14.157851+00:00
1604 Entries: NEWS.txt(UPD), README.txt(UPD)
1605 Log: Update NEWS and README to 2.4 stable release
1607 2008-05-14 15:40:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8227 . 2>&1
1608 2008-05-14 15:40:48 DEBUG: Executing svn update --ignore-externals --revision 8227 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1609 2008-05-14 15:40:55 INFO: [Ok]
1610 2008-05-14 15:40:55 DEBUG: NEWS.txt,README.txt updated to 8227
1611 2008-05-14 15:40:55 INFO: Committing u'8227'...
1612 2008-05-14 15:40:55 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1613 2008-05-14 15:40:55 INFO: Changeset #79
1614 2008-05-14 15:40:55 INFO: Changeset "8228"
1615 2008-05-14 15:40:55 INFO: Log message: Updated ChangeLog for 2.4 release
1617 2008-05-14 15:40:55 DEBUG: Going to apply changeset:
1619 Date: 2008-04-25 12:58:07.628782+00:00
1621 Entries: ChangeLog(UPD)
1622 Log: Updated ChangeLog for 2.4 release
1624 2008-05-14 15:40:55 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8228 . 2>&1
1625 2008-05-14 15:40:55 DEBUG: Executing svn update --ignore-externals --revision 8228 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1626 2008-05-14 15:41:02 INFO: [Ok]
1627 2008-05-14 15:41:02 DEBUG: ChangeLog updated to 8228
1628 2008-05-14 15:41:02 INFO: Committing u'8228'...
1629 2008-05-14 15:41:02 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1630 2008-05-14 15:41:02 INFO: Changeset #80
1631 2008-05-14 15:41:02 INFO: Changeset "8229"
1632 2008-05-14 15:41:02 INFO: Log message: Update AUTHORS file for 2.4 release
1634 2008-05-14 15:41:02 DEBUG: Going to apply changeset:
1636 Date: 2008-04-25 13:10:05.321666+00:00
1638 Entries: AUTHORS.txt(UPD), applications/osgversion/osgversion.cpp(UPD)
1639 Log: Update AUTHORS file for 2.4 release
1641 2008-05-14 15:41:02 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8229 . 2>&1
1642 2008-05-14 15:41:02 DEBUG: Executing svn update --ignore-externals --revision 8229 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1643 2008-05-14 15:41:09 INFO: [Ok]
1644 2008-05-14 15:41:09 DEBUG: AUTHORS.txt,applications/osgversion/osgversion.cpp updated to 8229
1645 2008-05-14 15:41:09 INFO: Committing u'8229'...
1646 2008-05-14 15:41:09 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1647 2008-05-14 15:41:09 INFO: Changeset #81
1648 2008-05-14 15:41:09 INFO: Changeset "8238"
1649 2008-05-14 15:41:09 INFO: Log message: Updated package numbers for OSG-2.4, OT-2.2.1 release
1651 2008-05-14 15:41:09 DEBUG: Going to apply changeset:
1653 Date: 2008-04-26 11:13:08.039613+00:00
1655 Entries: packaging/pkgconfig/openscenegraph.pc(UPD), packaging/pkgconfig/openthreads.pc(UPD)
1656 Log: Updated package numbers for OSG-2.4, OT-2.2.1 release
1658 2008-05-14 15:41:09 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8238 . 2>&1
1659 2008-05-14 15:41:09 DEBUG: Executing svn update --ignore-externals --revision 8238 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1660 2008-05-14 15:41:16 INFO: [Ok]
1661 2008-05-14 15:41:16 DEBUG: packaging/pkgconfig/openscenegraph.pc,packaging/pkgconfig/openthreads.pc updated to 8238
1662 2008-05-14 15:41:16 INFO: Committing u'8238'...
1663 2008-05-14 15:41:16 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1664 2008-05-14 15:41:16 INFO: Changeset #82
1665 2008-05-14 15:41:16 INFO: Changeset "8272"
1666 2008-05-14 15:41:16 INFO: Log message: Added doxygen comments for attach
1668 2008-05-14 15:41:16 DEBUG: Going to apply changeset:
1670 Date: 2008-05-07 11:59:15.316628+00:00
1672 Entries: include/osg/Camera(UPD)
1673 Log: Added doxygen comments for attach
1675 2008-05-14 15:41:16 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8272 . 2>&1
1676 2008-05-14 15:41:16 DEBUG: Executing svn update --ignore-externals --revision 8272 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1677 2008-05-14 15:41:23 INFO: [Ok]
1678 2008-05-14 15:41:23 DEBUG: include/osg/Camera updated to 8272
1679 2008-05-14 15:41:23 INFO: Committing u'8272'...
1680 2008-05-14 15:41:23 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1681 2008-05-14 15:41:23 INFO: Changeset #83
1682 2008-05-14 15:41:23 INFO: Changeset "8273"
1683 2008-05-14 15:41:23 INFO: Log message: From Farshid Lashkari, "I've added hardware mipmap support to Texture3D."
1685 2008-05-14 15:41:23 DEBUG: Going to apply changeset:
1687 Date: 2008-05-07 13:42:29.263187+00:00
1689 Entries: src/osg/Texture3D.cpp(UPD)
1690 Log: From Farshid Lashkari, "I've added hardware mipmap support to Texture3D."
1692 2008-05-14 15:41:23 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8273 . 2>&1
1693 2008-05-14 15:41:23 DEBUG: Executing svn update --ignore-externals --revision 8273 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1694 2008-05-14 15:41:30 INFO: [Ok]
1695 2008-05-14 15:41:30 DEBUG: src/osg/Texture3D.cpp updated to 8273
1696 2008-05-14 15:41:30 INFO: Committing u'8273'...
1697 2008-05-14 15:41:30 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1698 2008-05-14 15:41:30 INFO: Changeset #84
1699 2008-05-14 15:41:30 INFO: Changeset "8274"
1700 2008-05-14 15:41:30 INFO: Log message: From Jeremy Moles,"Here's a small example I us to test text rendering in osgWidget; I
1701 figured it might be helpful to folks in OSG who need to do the same.
1704 2008-05-14 15:41:30 DEBUG: Going to apply changeset:
1706 Date: 2008-05-07 13:46:24.302140+00:00
1708 Entries: examples/CMakeLists.txt(UPD), examples/osgfont(ADD), examples/osgfont/CMakeLists.txt(ADD), examples/osgfont/osgfont.cpp(ADD)
1709 Log: From Jeremy Moles,"Here's a small example I us to test text rendering in osgWidget; I
1710 figured it might be helpful to folks in OSG who need to do the same.
1713 2008-05-14 15:41:30 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8274 . 2>&1
1714 2008-05-14 15:41:30 DEBUG: Executing svn update --ignore-externals --revision 8274 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1715 2008-05-14 15:41:37 INFO: [Ok]
1716 2008-05-14 15:41:37 DEBUG: examples/CMakeLists.txt,examples/osgfont,examples/osgfont/CMakeLists.txt,examples/osgfont/osgfont.cpp updated to 8274
1717 2008-05-14 15:41:37 INFO: Adding examples/osgfont/CMakeLists.txt, examples/osgfont/osgfont.cpp...
1718 2008-05-14 15:41:37 INFO: Adding examples/osgfont/CMakeLists.txt, examples/osgfont/osgfont.cpp...
1719 2008-05-14 15:41:37 INFO: Committing u'8274'...
1720 2008-05-14 15:41:37 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1721 2008-05-14 15:41:37 INFO: Changeset #85
1722 2008-05-14 15:41:37 INFO: Changeset "8275"
1723 2008-05-14 15:41:37 INFO: Log message: From Terry Welsh, fixed typo of getEnd()
1725 2008-05-14 15:41:37 DEBUG: Going to apply changeset:
1727 Date: 2008-05-07 13:49:32.805157+00:00
1729 Entries: include/osgUtil/LineSegmentIntersector(UPD)
1730 Log: From Terry Welsh, fixed typo of getEnd()
1732 2008-05-14 15:41:37 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8275 . 2>&1
1733 2008-05-14 15:41:37 DEBUG: Executing svn update --ignore-externals --revision 8275 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1734 2008-05-14 15:41:44 INFO: [Ok]
1735 2008-05-14 15:41:44 DEBUG: include/osgUtil/LineSegmentIntersector updated to 8275
1736 2008-05-14 15:41:44 INFO: Committing u'8275'...
1737 2008-05-14 15:41:44 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1738 2008-05-14 15:41:44 INFO: Changeset #86
1739 2008-05-14 15:41:44 INFO: Changeset "8276"
1740 2008-05-14 15:41:44 INFO: Log message: From Miguel Escriva, "Attached to this mail you will find some files to work with the Philips WOWvx displays.
1742 It's implemented in the same way that 3D Spherical Display and Panoramic Spherical Display.
1744 You can test it running:
1745 osgviewer --wowvx-20 cow.osg
1746 osgviewer --wowvx-42 cow.osg
1747 depending on the size of your Philips WOWvx display (20" or 42")
1749 Other arguments you can use to control the 3D effect are:
1751 --wow-content <value>
1752 This value defines the kind of content that can be:
1759 --wow-factor <value>
1760 Percentage of the display recommended depth value. Default 64, Range [0-255]
1762 --wow-offset <value>
1763 Amount of range behind the screen. Default 128, Range [0-255]
1764 0: Range is shifted in the direction of the viewer.
1765 128: Range is equally divided in front and behind the screen.
1766 255: Range is shifted away from the viewer.
1769 2008-05-14 15:41:44 DEBUG: Going to apply changeset:
1771 Date: 2008-05-07 14:17:15.790593+00:00
1773 Entries: include/osgViewer/View(UPD), src/osgViewer/View.cpp(UPD), src/osgViewer/Viewer.cpp(UPD)
1774 Log: From Miguel Escriva, "Attached to this mail you will find some files to work with the Philips WOWvx displays.
1776 It's implemented in the same way that 3D Spherical Display and Panoramic Spherical Display.
1778 You can test it running:
1779 osgviewer --wowvx-20 cow.osg
1780 osgviewer --wowvx-42 cow.osg
1781 depending on the size of your Philips WOWvx display (20" or 42")
1783 Other arguments you can use to control the 3D effect are:
1785 --wow-content <value>
1786 This value defines the kind of content that can be:
1793 --wow-factor <value>
1794 Percentage of the display recommended depth value. Default 64, Range [0-255]
1796 --wow-offset <value>
1797 Amount of range behind the screen. Default 128, Range [0-255]
1798 0: Range is shifted in the direction of the viewer.
1799 128: Range is equally divided in front and behind the screen.
1800 255: Range is shifted away from the viewer.
1803 2008-05-14 15:41:44 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8276 . 2>&1
1804 2008-05-14 15:41:44 DEBUG: Executing svn update --ignore-externals --revision 8276 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1805 2008-05-14 15:41:51 INFO: [Ok]
1806 2008-05-14 15:41:51 DEBUG: include/osgViewer/View,src/osgViewer/View.cpp,src/osgViewer/Viewer.cpp updated to 8276
1807 2008-05-14 15:41:51 INFO: Committing u'8276'...
1808 2008-05-14 15:41:51 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1809 2008-05-14 15:41:51 INFO: Changeset #87
1810 2008-05-14 15:41:51 INFO: Changeset "8277"
1811 2008-05-14 15:41:51 INFO: Log message: From Donald Cipperly, "This is a fix to eliminate >> errors in VS 7.1"
1813 2008-05-14 15:41:51 DEBUG: Going to apply changeset:
1815 Date: 2008-05-07 14:24:14.662834+00:00
1817 Entries: include/osgIntrospection/ReflectionMacros(UPD)
1818 Log: From Donald Cipperly, "This is a fix to eliminate >> errors in VS 7.1"
1820 2008-05-14 15:41:51 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8277 . 2>&1
1821 2008-05-14 15:41:51 DEBUG: Executing svn update --ignore-externals --revision 8277 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1822 2008-05-14 15:41:58 INFO: [Ok]
1823 2008-05-14 15:41:58 DEBUG: include/osgIntrospection/ReflectionMacros updated to 8277
1824 2008-05-14 15:41:58 INFO: Committing u'8277'...
1825 2008-05-14 15:41:58 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1826 2008-05-14 15:41:58 INFO: Changeset #88
1827 2008-05-14 15:41:58 INFO: Changeset "8278"
1828 2008-05-14 15:41:58 INFO: Log message: From Bob Kuehne, Added doxygen docs clarification of ReadResult enum values
1830 2008-05-14 15:41:58 DEBUG: Going to apply changeset:
1832 Date: 2008-05-07 14:30:58.249235+00:00
1834 Entries: include/osgDB/ReaderWriter(UPD)
1835 Log: From Bob Kuehne, Added doxygen docs clarification of ReadResult enum values
1837 2008-05-14 15:41:58 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8278 . 2>&1
1838 2008-05-14 15:41:58 DEBUG: Executing svn update --ignore-externals --revision 8278 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1839 2008-05-14 15:42:05 INFO: [Ok]
1840 2008-05-14 15:42:05 DEBUG: include/osgDB/ReaderWriter updated to 8278
1841 2008-05-14 15:42:05 INFO: Committing u'8278'...
1842 2008-05-14 15:42:05 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1843 2008-05-14 15:42:05 INFO: Changeset #89
1844 2008-05-14 15:42:05 INFO: Changeset "8279"
1845 2008-05-14 15:42:05 INFO: Log message: Updated wrappers
1847 2008-05-14 15:42:05 DEBUG: Going to apply changeset:
1849 Date: 2008-05-07 14:32:39.386324+00:00
1851 Entries: src/osgWrappers/osg/Camera.cpp(UPD), src/osgWrappers/osgUtil/LineSegmentIntersector.cpp(UPD), src/osgWrappers/osgViewer/View.cpp(UPD)
1852 Log: Updated wrappers
1854 2008-05-14 15:42:05 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8279 . 2>&1
1855 2008-05-14 15:42:05 DEBUG: Executing svn update --ignore-externals --revision 8279 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1856 2008-05-14 15:42:11 INFO: [Ok]
1857 2008-05-14 15:42:11 DEBUG: src/osgWrappers/osg/Camera.cpp,src/osgWrappers/osgUtil/LineSegmentIntersector.cpp,src/osgWrappers/osgViewer/View.cpp updated to 8279
1858 2008-05-14 15:42:11 INFO: Committing u'8279'...
1859 2008-05-14 15:42:11 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1860 2008-05-14 15:42:11 INFO: Changeset #90
1861 2008-05-14 15:42:11 INFO: Changeset "8280"
1862 2008-05-14 15:42:11 INFO: Log message: Commented out checking of DISPLAY env var
1864 2008-05-14 15:42:11 DEBUG: Going to apply changeset:
1866 Date: 2008-05-07 17:06:36.769185+00:00
1868 Entries: src/osgPlugins/cfg/ReaderWriterCFG.cpp(UPD)
1869 Log: Commented out checking of DISPLAY env var
1871 2008-05-14 15:42:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8280 . 2>&1
1872 2008-05-14 15:42:11 DEBUG: Executing svn update --ignore-externals --revision 8280 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1873 2008-05-14 15:42:17 INFO: [Ok]
1874 2008-05-14 15:42:17 DEBUG: src/osgPlugins/cfg/ReaderWriterCFG.cpp updated to 8280
1875 2008-05-14 15:42:17 INFO: Committing u'8280'...
1876 2008-05-14 15:42:17 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1877 2008-05-14 15:42:17 INFO: Changeset #91
1878 2008-05-14 15:42:17 INFO: Changeset "8281"
1879 2008-05-14 15:42:17 INFO: Log message: Updated the doxygen docs to explain the deprecated status of SceneView
1881 2008-05-14 15:42:17 DEBUG: Going to apply changeset:
1883 Date: 2008-05-08 09:16:24.972942+00:00
1885 Entries: include/osgUtil/SceneView(UPD)
1886 Log: Updated the doxygen docs to explain the deprecated status of SceneView
1888 2008-05-14 15:42:17 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8281 . 2>&1
1889 2008-05-14 15:42:17 DEBUG: Executing svn update --ignore-externals --revision 8281 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1890 2008-05-14 15:42:24 INFO: [Ok]
1891 2008-05-14 15:42:24 DEBUG: include/osgUtil/SceneView updated to 8281
1892 2008-05-14 15:42:24 INFO: Committing u'8281'...
1893 2008-05-14 15:42:24 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1894 2008-05-14 15:42:24 INFO: Changeset #92
1895 2008-05-14 15:42:24 INFO: Changeset "8282"
1896 2008-05-14 15:42:24 INFO: Log message: From Garrett Potts and Robert Osfield, changes to build against Collada DOM 2.x
1898 2008-05-14 15:42:24 DEBUG: Going to apply changeset:
1900 Date: 2008-05-08 12:36:07.035497+00:00
1902 Entries: CMakeModules/FindCOLLADA.cmake(UPD), src/osgPlugins/dae/CMakeLists.txt(UPD), src/osgPlugins/dae/daeRGeometry.cpp(UPD), src/osgPlugins/dae/daeRMaterials.cpp(UPD), src/osgPlugins/dae/daeWMaterials.cpp(UPD), src/osgPlugins/dae/daeWriter.cpp(UPD)
1903 Log: From Garrett Potts and Robert Osfield, changes to build against Collada DOM 2.x
1905 2008-05-14 15:42:24 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8282 . 2>&1
1906 2008-05-14 15:42:24 DEBUG: Executing svn update --ignore-externals --revision 8282 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1907 2008-05-14 15:42:33 INFO: [Ok]
1908 2008-05-14 15:42:33 DEBUG: CMakeModules/FindCOLLADA.cmake,src/osgPlugins/dae/CMakeLists.txt,src/osgPlugins/dae/daeRGeometry.cpp,src/osgPlugins/dae/daeRMaterials.cpp,src/osgPlugins/dae/daeWMaterials.cpp,src/osgPlugins/dae/daeWriter.cpp updated to 8282
1909 2008-05-14 15:42:33 INFO: Committing u'8282'...
1910 2008-05-14 15:42:33 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1911 2008-05-14 15:42:33 INFO: Changeset #93
1912 2008-05-14 15:42:33 INFO: Changeset "8283"
1913 2008-05-14 15:42:33 INFO: Log message: From Philip Lowman, "Attached is a patch to the toplevel CMakeLists.txt which adds an automated test for OSG_GLU_TESS_CALLBACK_TRIPLEDOT. This should help ease initial configuration on OS X systems."
1915 2008-05-14 15:42:33 DEBUG: Going to apply changeset:
1917 Date: 2008-05-08 12:55:01.234000+00:00
1919 Entries: CMakeLists.txt(UPD)
1920 Log: From Philip Lowman, "Attached is a patch to the toplevel CMakeLists.txt which adds an automated test for OSG_GLU_TESS_CALLBACK_TRIPLEDOT. This should help ease initial configuration on OS X systems."
1922 2008-05-14 15:42:33 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8283 . 2>&1
1923 2008-05-14 15:42:33 DEBUG: Executing svn update --ignore-externals --revision 8283 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1924 2008-05-14 15:42:40 INFO: [Ok]
1925 2008-05-14 15:42:40 DEBUG: CMakeLists.txt updated to 8283
1926 2008-05-14 15:42:40 INFO: Committing u'8283'...
1927 2008-05-14 15:42:40 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1928 2008-05-14 15:42:40 INFO: Changeset #94
1929 2008-05-14 15:42:40 INFO: Changeset "8284"
1930 2008-05-14 15:42:40 INFO: Log message: From Roland Smeenk, "Small typo and implementation fix for setInitialDrawCallback."
1932 2008-05-14 15:42:40 DEBUG: Going to apply changeset:
1934 Date: 2008-05-08 13:22:52.238751+00:00
1936 Entries: include/osg/Camera(UPD)
1937 Log: From Roland Smeenk, "Small typo and implementation fix for setInitialDrawCallback."
1939 2008-05-14 15:42:40 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8284 . 2>&1
1940 2008-05-14 15:42:40 DEBUG: Executing svn update --ignore-externals --revision 8284 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1941 2008-05-14 15:42:46 INFO: [Ok]
1942 2008-05-14 15:42:46 DEBUG: include/osg/Camera updated to 8284
1943 2008-05-14 15:42:46 INFO: Committing u'8284'...
1944 2008-05-14 15:42:46 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1945 2008-05-14 15:42:46 INFO: Changeset #95
1946 2008-05-14 15:42:46 INFO: Changeset "8285"
1947 2008-05-14 15:42:46 INFO: Log message: Updated wrappers
1949 2008-05-14 15:42:46 DEBUG: Going to apply changeset:
1951 Date: 2008-05-08 13:46:58.681093+00:00
1953 Entries: src/osgWrappers/osg/Camera.cpp(UPD)
1954 Log: Updated wrappers
1956 2008-05-14 15:42:46 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8285 . 2>&1
1957 2008-05-14 15:42:46 DEBUG: Executing svn update --ignore-externals --revision 8285 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1958 2008-05-14 15:42:53 INFO: [Ok]
1959 2008-05-14 15:42:53 DEBUG: src/osgWrappers/osg/Camera.cpp updated to 8285
1960 2008-05-14 15:42:53 INFO: Committing u'8285'...
1961 2008-05-14 15:42:53 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1962 2008-05-14 15:42:53 INFO: Changeset #96
1963 2008-05-14 15:42:53 INFO: Changeset "8286"
1964 2008-05-14 15:42:53 INFO: Log message: From Paul Martz, "As I discovered prior to the 2.4 release, the FLT export geometry backend was using some old turn-on code, originally written just to enable other development but not intended for actual release. Sadly, my OSG training commitments prevented me from fixing this prior to 2.4.
1966 In essence, the FLT exporter was emitting a full set of Mesh records each time it encountered a PrimitiveSet.
1968 Attached is a fix. The code now emits the Mesh set up records, then iterates over all PrimitiveSets and emits a Mesh Primitive record per PrimitiveSet.
1970 It also loops over PrimitiveSets twice, first writing Face records according to the mode, the writing Mesh records (again according to the mode).
1972 The final change included here is support for GL_POINTS as single-vertex Face records.
1974 Billboards are still to come."
1976 2008-05-14 15:42:53 DEBUG: Going to apply changeset:
1978 Date: 2008-05-08 13:56:28.065690+00:00
1980 Entries: src/osgPlugins/OpenFlight/FltExportVisitor.cpp(UPD), src/osgPlugins/OpenFlight/FltExportVisitor.h(UPD), src/osgPlugins/OpenFlight/expGeometryRecords.cpp(UPD)
1981 Log: From Paul Martz, "As I discovered prior to the 2.4 release, the FLT export geometry backend was using some old turn-on code, originally written just to enable other development but not intended for actual release. Sadly, my OSG training commitments prevented me from fixing this prior to 2.4.
1983 In essence, the FLT exporter was emitting a full set of Mesh records each time it encountered a PrimitiveSet.
1985 Attached is a fix. The code now emits the Mesh set up records, then iterates over all PrimitiveSets and emits a Mesh Primitive record per PrimitiveSet.
1987 It also loops over PrimitiveSets twice, first writing Face records according to the mode, the writing Mesh records (again according to the mode).
1989 The final change included here is support for GL_POINTS as single-vertex Face records.
1991 Billboards are still to come."
1993 2008-05-14 15:42:53 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8286 . 2>&1
1994 2008-05-14 15:42:53 DEBUG: Executing svn update --ignore-externals --revision 8286 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
1995 2008-05-14 15:43:00 INFO: [Ok]
1996 2008-05-14 15:43:00 DEBUG: src/osgPlugins/OpenFlight/FltExportVisitor.cpp,src/osgPlugins/OpenFlight/FltExportVisitor.h,src/osgPlugins/OpenFlight/expGeometryRecords.cpp updated to 8286
1997 2008-05-14 15:43:00 INFO: Committing u'8286'...
1998 2008-05-14 15:43:00 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1999 2008-05-14 15:43:00 INFO: Changeset #97
2000 2008-05-14 15:43:00 INFO: Changeset "8287"
2001 2008-05-14 15:43:00 INFO: Log message: From Raymond de Vries, "This fix tests the right variable before it is allocated. Fortunately, until now it tested another variable (_particleSizeUniform, which is, at that moment, not allocated as well) and everything went ok. So it does not fix a crash or so, it is a matter of correct code.
2003 Line 353 is changed from
2005 if (!_particleSizeUniform)
2009 if (!_particleColorUniform)
2012 2008-05-14 15:43:00 DEBUG: Going to apply changeset:
2014 Date: 2008-05-08 14:00:00.720321+00:00
2016 Entries: src/osgParticle/PrecipitationEffect.cpp(UPD)
2017 Log: From Raymond de Vries, "This fix tests the right variable before it is allocated. Fortunately, until now it tested another variable (_particleSizeUniform, which is, at that moment, not allocated as well) and everything went ok. So it does not fix a crash or so, it is a matter of correct code.
2019 Line 353 is changed from
2021 if (!_particleSizeUniform)
2025 if (!_particleColorUniform)
2028 2008-05-14 15:43:00 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8287 . 2>&1
2029 2008-05-14 15:43:00 DEBUG: Executing svn update --ignore-externals --revision 8287 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2030 2008-05-14 15:43:06 INFO: [Ok]
2031 2008-05-14 15:43:06 DEBUG: src/osgParticle/PrecipitationEffect.cpp updated to 8287
2032 2008-05-14 15:43:06 INFO: Committing u'8287'...
2033 2008-05-14 15:43:06 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2034 2008-05-14 15:43:06 INFO: Changeset #98
2035 2008-05-14 15:43:06 INFO: Changeset "8288"
2036 2008-05-14 15:43:06 INFO: Log message: Updated ChangeLog and osgversion to catch Raymond de Vries name correctly
2038 2008-05-14 15:43:06 DEBUG: Going to apply changeset:
2040 Date: 2008-05-08 15:14:13.184750+00:00
2042 Entries: ChangeLog(UPD), applications/osgversion/osgversion.cpp(UPD)
2043 Log: Updated ChangeLog and osgversion to catch Raymond de Vries name correctly
2045 2008-05-14 15:43:06 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8288 . 2>&1
2046 2008-05-14 15:43:06 DEBUG: Executing svn update --ignore-externals --revision 8288 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2047 2008-05-14 15:43:13 INFO: [Ok]
2048 2008-05-14 15:43:13 DEBUG: ChangeLog,applications/osgversion/osgversion.cpp updated to 8288
2049 2008-05-14 15:43:13 INFO: Committing u'8288'...
2050 2008-05-14 15:43:13 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2051 2008-05-14 15:43:13 INFO: Changeset #99
2052 2008-05-14 15:43:13 INFO: Changeset "8289"
2053 2008-05-14 15:43:13 INFO: Log message: From Sebastien Messerschmidt, "attached you'll find a patch for the shp-plugin.
2054 I've spotted huge memory leaks int ShapeParser and fixed them.
2055 Also, there was a missing destructor (PolygonM) and a missing member initialization (PolygonZ)
2056 Would be nice if someone could test the changes.
2058 To release the memory just if no reading error happened (and therefore the arrays would be valid) I've added an macro to release and reset the pointers at once. I'm not using macros myself very often as I don't like them, but I think it doesn't hurt in this code.
2062 2008-05-14 15:43:13 DEBUG: Going to apply changeset:
2064 Date: 2008-05-08 15:17:53.926304+00:00
2066 Entries: src/osgPlugins/shp/ESRIShape.cpp(UPD), src/osgPlugins/shp/ESRIShape.h(UPD)
2067 Log: From Sebastien Messerschmidt, "attached you'll find a patch for the shp-plugin.
2068 I've spotted huge memory leaks int ShapeParser and fixed them.
2069 Also, there was a missing destructor (PolygonM) and a missing member initialization (PolygonZ)
2070 Would be nice if someone could test the changes.
2072 To release the memory just if no reading error happened (and therefore the arrays would be valid) I've added an macro to release and reset the pointers at once. I'm not using macros myself very often as I don't like them, but I think it doesn't hurt in this code.
2076 2008-05-14 15:43:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8289 . 2>&1
2077 2008-05-14 15:43:13 DEBUG: Executing svn update --ignore-externals --revision 8289 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2078 2008-05-14 15:43:19 INFO: [Ok]
2079 2008-05-14 15:43:19 DEBUG: src/osgPlugins/shp/ESRIShape.cpp,src/osgPlugins/shp/ESRIShape.h updated to 8289
2080 2008-05-14 15:43:19 INFO: Committing u'8289'...
2081 2008-05-14 15:43:19 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2082 2008-05-14 15:43:19 INFO: Changeset #100
2083 2008-05-14 15:43:19 INFO: Changeset "8290"
2084 2008-05-14 15:43:19 INFO: Log message: From Jeremy Moles, osgviewerGTK example
2086 2008-05-14 15:43:19 DEBUG: Going to apply changeset:
2088 Date: 2008-05-08 16:39:10.006708+00:00
2090 Entries: CMakeLists.txt(UPD), examples/CMakeLists.txt(UPD), examples/osgviewerGTK(ADD), examples/osgviewerGTK/CMakeLists.txt(ADD), examples/osgviewerGTK/osggtkdrawingarea.cpp(ADD), examples/osgviewerGTK/osggtkdrawingarea.h(ADD), examples/osgviewerGTK/osgviewerGTK.cpp(ADD)
2091 Log: From Jeremy Moles, osgviewerGTK example
2093 2008-05-14 15:43:19 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8290 . 2>&1
2094 2008-05-14 15:43:19 DEBUG: Executing svn update --ignore-externals --revision 8290 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2095 2008-05-14 15:43:27 INFO: [Ok]
2096 2008-05-14 15:43:27 DEBUG: CMakeLists.txt,examples/CMakeLists.txt,examples/osgviewerGTK,examples/osgviewerGTK/CMakeLists.txt,examples/osgviewerGTK/osggtkdrawingarea.cpp,examples/osgviewerGTK/osggtkdrawingarea.h,examples/osgviewerGTK/osgviewerGTK.cpp updated to 8290
2097 2008-05-14 15:43:27 INFO: Adding examples/osgviewerGTK/CMakeLists.txt, examples/osgviewerGTK/osggtkdrawingarea.cpp, examples/osgviewerGTK/osggtkdrawingarea.h, examples/osgviewerGTK/osgviewerGTK.cpp...
2098 2008-05-14 15:43:27 INFO: Adding examples/osgviewerGTK/CMakeLists.txt, examples/osgviewerGTK/osggtkdrawingarea.cpp, examples/osgviewerGTK/osggtkdrawingarea.h, examples/osgviewerGTK/osgviewerGTK.cpp...
2099 2008-05-14 15:43:27 INFO: Committing u'8290'...
2100 2008-05-14 15:43:27 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2101 2008-05-14 15:43:27 INFO: Changeset #101
2102 2008-05-14 15:43:27 INFO: Changeset "8291"
2103 2008-05-14 15:43:27 INFO: Log message: From Melchior Franz, "In KDE I switch desktops with Super-Tab, and occasionally I
2104 get an excess Tab key report when switching back to an OSG
2105 application (usually FlightGear :-). Although KDE has consumed
2106 the Tab, it's sometimes still in the XKeymapEvent's key_vector,
2107 and followed by a Tab KeyRelease event.
2109 Avoid this artifact by
2110 - asking for a "fresh" keymap (via XQueryKeymap()), rather than
2111 using the unreliable(?) XKeymapEvent's key_vector, and by
2112 - flushing all key events on focus-in (to avoid the KeyRelease)
2114 After Super-press, Tab-press, Super-release, Tab-release (note
2115 the wrong release order!) I still get an extra Tab event. But
2116 this is not surprising and not exactly wrong either. Also it's
2117 hard to avoid, as we can't see what happened to the keyboard
2118 before we regained focus.
2121 src/osgViewer/GraphicsWindowX11.cpp
2122 include/osgViewer/api/X11/GraphicsWindowX11"
2124 2008-05-14 15:43:27 DEBUG: Going to apply changeset:
2126 Date: 2008-05-08 16:45:59.168009+00:00
2128 Entries: include/osgViewer/api/X11/GraphicsWindowX11(UPD), src/osgViewer/GraphicsWindowX11.cpp(UPD)
2129 Log: From Melchior Franz, "In KDE I switch desktops with Super-Tab, and occasionally I
2130 get an excess Tab key report when switching back to an OSG
2131 application (usually FlightGear :-). Although KDE has consumed
2132 the Tab, it's sometimes still in the XKeymapEvent's key_vector,
2133 and followed by a Tab KeyRelease event.
2135 Avoid this artifact by
2136 - asking for a "fresh" keymap (via XQueryKeymap()), rather than
2137 using the unreliable(?) XKeymapEvent's key_vector, and by
2138 - flushing all key events on focus-in (to avoid the KeyRelease)
2140 After Super-press, Tab-press, Super-release, Tab-release (note
2141 the wrong release order!) I still get an extra Tab event. But
2142 this is not surprising and not exactly wrong either. Also it's
2143 hard to avoid, as we can't see what happened to the keyboard
2144 before we regained focus.
2147 src/osgViewer/GraphicsWindowX11.cpp
2148 include/osgViewer/api/X11/GraphicsWindowX11"
2150 2008-05-14 15:43:27 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8291 . 2>&1
2151 2008-05-14 15:43:27 DEBUG: Executing svn update --ignore-externals --revision 8291 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2152 2008-05-14 15:43:34 INFO: [Ok]
2153 2008-05-14 15:43:34 DEBUG: include/osgViewer/api/X11/GraphicsWindowX11,src/osgViewer/GraphicsWindowX11.cpp updated to 8291
2154 2008-05-14 15:43:34 INFO: Committing u'8291'...
2155 2008-05-14 15:43:34 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2156 2008-05-14 15:43:34 INFO: Changeset #102
2157 2008-05-14 15:43:34 INFO: Changeset "8292"
2158 2008-05-14 15:43:34 INFO: Log message: From Eric Sokolowsky, "I found one compilation error in OSG 2.4 in the Inventor plugin, where one node (SoTextureCoordinate3) was assumed to be available in all versions of Inventor but is actually only available in Coin. The use of the node is now protected by #ifdef __COIN__ constructs. The attachment is based on OSG 2.4, not SVN."
2160 2008-05-14 15:43:34 DEBUG: Going to apply changeset:
2162 Date: 2008-05-08 16:48:49.560239+00:00
2164 Entries: src/osgPlugins/Inventor/ConvertToInventor.cpp(UPD)
2165 Log: From Eric Sokolowsky, "I found one compilation error in OSG 2.4 in the Inventor plugin, where one node (SoTextureCoordinate3) was assumed to be available in all versions of Inventor but is actually only available in Coin. The use of the node is now protected by #ifdef __COIN__ constructs. The attachment is based on OSG 2.4, not SVN."
2167 2008-05-14 15:43:34 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8292 . 2>&1
2168 2008-05-14 15:43:34 DEBUG: Executing svn update --ignore-externals --revision 8292 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2169 2008-05-14 15:43:40 INFO: [Ok]
2170 2008-05-14 15:43:40 DEBUG: src/osgPlugins/Inventor/ConvertToInventor.cpp updated to 8292
2171 2008-05-14 15:43:40 INFO: Committing u'8292'...
2172 2008-05-14 15:43:40 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2173 2008-05-14 15:43:40 INFO: Changeset #103
2174 2008-05-14 15:43:40 INFO: Changeset "8293"
2175 2008-05-14 15:43:40 INFO: Log message: Added missing check against handling invalid bounding sphere's
2177 2008-05-14 15:43:40 DEBUG: Going to apply changeset:
2179 Date: 2008-05-08 17:02:08.560818+00:00
2181 Entries: src/osg/BoundingSphere.cpp(UPD)
2182 Log: Added missing check against handling invalid bounding sphere's
2184 2008-05-14 15:43:40 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8293 . 2>&1
2185 2008-05-14 15:43:40 DEBUG: Executing svn update --ignore-externals --revision 8293 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2186 2008-05-14 15:43:46 INFO: [Ok]
2187 2008-05-14 15:43:46 DEBUG: src/osg/BoundingSphere.cpp updated to 8293
2188 2008-05-14 15:43:46 INFO: Committing u'8293'...
2189 2008-05-14 15:43:46 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2190 2008-05-14 15:43:46 INFO: Changeset #104
2191 2008-05-14 15:43:46 INFO: Changeset "8294"
2192 2008-05-14 15:43:46 INFO: Log message: From Jeremy Moles, fixed window resize problem
2194 2008-05-14 15:43:46 DEBUG: Going to apply changeset:
2196 Date: 2008-05-09 10:27:59.548032+00:00
2198 Entries: examples/osgviewerGTK/osggtkdrawingarea.cpp(UPD), examples/osgviewerGTK/osggtkdrawingarea.h(UPD), examples/osgviewerGTK/osgviewerGTK.cpp(UPD)
2199 Log: From Jeremy Moles, fixed window resize problem
2201 2008-05-14 15:43:46 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8294 . 2>&1
2202 2008-05-14 15:43:46 DEBUG: Executing svn update --ignore-externals --revision 8294 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2203 2008-05-14 15:43:54 INFO: [Ok]
2204 2008-05-14 15:43:54 DEBUG: examples/osgviewerGTK/osggtkdrawingarea.cpp,examples/osgviewerGTK/osggtkdrawingarea.h,examples/osgviewerGTK/osgviewerGTK.cpp updated to 8294
2205 2008-05-14 15:43:54 INFO: Committing u'8294'...
2206 2008-05-14 15:43:54 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2207 2008-05-14 15:43:54 INFO: Changeset #105
2208 2008-05-14 15:43:54 INFO: Changeset "8295"
2209 2008-05-14 15:43:54 INFO: Log message: From Paul Martz, "Attached are some minor plugin fixes. PNM, RGB, and JPEG would all crash if attempting to read an empty file, and FLT would go into an infinite loop. All are fixed with this change.
2211 I also fixed some return values for a couple of these, changing FILE_NOT_HANDLED to ERROR_IN_READING_FILE where appropriate."
2213 2008-05-14 15:43:54 DEBUG: Going to apply changeset:
2215 Date: 2008-05-09 11:27:03.552892+00:00
2217 Entries: src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp(UPD), src/osgPlugins/jpeg/ReaderWriterJPEG.cpp(UPD), src/osgPlugins/pnm/ReaderWriterPNM.cpp(UPD), src/osgPlugins/rgb/ReaderWriterRGB.cpp(UPD)
2218 Log: From Paul Martz, "Attached are some minor plugin fixes. PNM, RGB, and JPEG would all crash if attempting to read an empty file, and FLT would go into an infinite loop. All are fixed with this change.
2220 I also fixed some return values for a couple of these, changing FILE_NOT_HANDLED to ERROR_IN_READING_FILE where appropriate."
2222 2008-05-14 15:43:54 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8295 . 2>&1
2223 2008-05-14 15:43:54 DEBUG: Executing svn update --ignore-externals --revision 8295 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2224 2008-05-14 15:44:00 INFO: [Ok]
2225 2008-05-14 15:44:00 DEBUG: src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp,src/osgPlugins/jpeg/ReaderWriterJPEG.cpp,src/osgPlugins/pnm/ReaderWriterPNM.cpp,src/osgPlugins/rgb/ReaderWriterRGB.cpp updated to 8295
2226 2008-05-14 15:44:00 INFO: Committing u'8295'...
2227 2008-05-14 15:44:00 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2228 2008-05-14 15:44:00 INFO: Changeset #106
2229 2008-05-14 15:44:00 INFO: Changeset "8296"
2230 2008-05-14 15:44:00 INFO: Log message: From Art Trevs, set the _geometryVerticesOut to default to 1 as a workaround
2231 for OpenGL driver bug that incorrectly reports a warning when value is 0.
2233 2008-05-14 15:44:00 DEBUG: Going to apply changeset:
2235 Date: 2008-05-09 11:54:24.809553+00:00
2237 Entries: src/osg/Program.cpp(UPD)
2238 Log: From Art Trevs, set the _geometryVerticesOut to default to 1 as a workaround
2239 for OpenGL driver bug that incorrectly reports a warning when value is 0.
2241 2008-05-14 15:44:00 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8296 . 2>&1
2242 2008-05-14 15:44:00 DEBUG: Executing svn update --ignore-externals --revision 8296 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2243 2008-05-14 15:44:06 INFO: [Ok]
2244 2008-05-14 15:44:06 DEBUG: src/osg/Program.cpp updated to 8296
2245 2008-05-14 15:44:06 INFO: Committing u'8296'...
2246 2008-05-14 15:44:06 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2247 2008-05-14 15:44:06 INFO: Changeset #107
2248 2008-05-14 15:44:06 INFO: Changeset "8297"
2249 2008-05-14 15:44:06 INFO: Log message: Initial cut of file cache population app
2251 2008-05-14 15:44:06 DEBUG: Going to apply changeset:
2253 Date: 2008-05-09 17:08:31.494297+00:00
2255 Entries: applications/CMakeLists.txt(UPD), applications/osgfilecache(ADD), applications/osgfilecache/CMakeLists.txt(ADD), applications/osgfilecache/osgfilecache.cpp(ADD)
2256 Log: Initial cut of file cache population app
2258 2008-05-14 15:44:06 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8297 . 2>&1
2259 2008-05-14 15:44:06 DEBUG: Executing svn update --ignore-externals --revision 8297 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2260 2008-05-14 15:44:12 INFO: [Ok]
2261 2008-05-14 15:44:12 DEBUG: applications/CMakeLists.txt,applications/osgfilecache,applications/osgfilecache/CMakeLists.txt,applications/osgfilecache/osgfilecache.cpp updated to 8297
2262 2008-05-14 15:44:12 INFO: Adding applications/osgfilecache/CMakeLists.txt, applications/osgfilecache/osgfilecache.cpp...
2263 2008-05-14 15:44:12 INFO: Adding applications/osgfilecache/CMakeLists.txt, applications/osgfilecache/osgfilecache.cpp...
2264 2008-05-14 15:44:12 INFO: Committing u'8297'...
2265 2008-05-14 15:44:12 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2266 2008-05-14 15:44:12 INFO: Changeset #108
2267 2008-05-14 15:44:12 INFO: Changeset "8298"
2268 2008-05-14 15:44:12 INFO: Log message: Added --file-cache command line option to compliment -c
2270 2008-05-14 15:44:12 DEBUG: Going to apply changeset:
2272 Date: 2008-05-09 17:22:49.479406+00:00
2274 Entries: applications/osgfilecache/osgfilecache.cpp(UPD)
2275 Log: Added --file-cache command line option to compliment -c
2277 2008-05-14 15:44:12 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8298 . 2>&1
2278 2008-05-14 15:44:12 DEBUG: Executing svn update --ignore-externals --revision 8298 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2279 2008-05-14 15:44:18 INFO: [Ok]
2280 2008-05-14 15:44:18 DEBUG: applications/osgfilecache/osgfilecache.cpp updated to 8298
2281 2008-05-14 15:44:18 INFO: Committing u'8298'...
2282 2008-05-14 15:44:18 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2283 2008-05-14 15:44:18 INFO: Changeset #109
2284 2008-05-14 15:44:18 INFO: Changeset "8299"
2285 2008-05-14 15:44:18 INFO: Log message: Moved compile setup from osgViewer::ViewerBase into osgViewer::Renderer to
2286 avoid threading issues associated with compile running in a parallel with
2287 update/cull on the first frame.
2289 Also added automatic recompile when a new SceneData is applied to a View.
2291 2008-05-14 15:44:18 DEBUG: Going to apply changeset:
2293 Date: 2008-05-10 17:04:02.207060+00:00
2295 Entries: include/osgViewer/Renderer(UPD), src/osgViewer/Renderer.cpp(UPD), src/osgViewer/View.cpp(UPD), src/osgViewer/ViewerBase.cpp(UPD)
2296 Log: Moved compile setup from osgViewer::ViewerBase into osgViewer::Renderer to
2297 avoid threading issues associated with compile running in a parallel with
2298 update/cull on the first frame.
2300 Also added automatic recompile when a new SceneData is applied to a View.
2302 2008-05-14 15:44:18 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8299 . 2>&1
2303 2008-05-14 15:44:18 DEBUG: Executing svn update --ignore-externals --revision 8299 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2304 2008-05-14 15:44:25 INFO: [Ok]
2305 2008-05-14 15:44:25 DEBUG: include/osgViewer/Renderer,src/osgViewer/Renderer.cpp,src/osgViewer/View.cpp,src/osgViewer/ViewerBase.cpp updated to 8299
2306 2008-05-14 15:44:25 INFO: Committing u'8299'...
2307 2008-05-14 15:44:25 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2308 2008-05-14 15:44:25 INFO: Changeset #110
2309 2008-05-14 15:44:25 INFO: Changeset "8300"
2310 2008-05-14 15:44:25 INFO: Log message: From Paul Martz, "Another round of plugin enhancements.
2312 3DC: Output now uses osg::notify.
2313 JPEG: Now returns correct error code for empty input file.
2314 FreeType: Prevent possible crash if Options is NULL."
2316 2008-05-14 15:44:25 DEBUG: Going to apply changeset:
2318 Date: 2008-05-10 17:23:12.276413+00:00
2320 Entries: src/osgPlugins/3dc/ReaderWriter3DC.cpp(UPD), src/osgPlugins/freetype/ReaderWriterFreeType.cpp(UPD), src/osgPlugins/jpeg/ReaderWriterJPEG.cpp(UPD)
2321 Log: From Paul Martz, "Another round of plugin enhancements.
2323 3DC: Output now uses osg::notify.
2324 JPEG: Now returns correct error code for empty input file.
2325 FreeType: Prevent possible crash if Options is NULL."
2327 2008-05-14 15:44:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8300 . 2>&1
2328 2008-05-14 15:44:25 DEBUG: Executing svn update --ignore-externals --revision 8300 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2329 2008-05-14 15:44:31 INFO: [Ok]
2330 2008-05-14 15:44:31 DEBUG: src/osgPlugins/3dc/ReaderWriter3DC.cpp,src/osgPlugins/freetype/ReaderWriterFreeType.cpp,src/osgPlugins/jpeg/ReaderWriterJPEG.cpp updated to 8300
2331 2008-05-14 15:44:31 INFO: Committing u'8300'...
2332 2008-05-14 15:44:31 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2333 2008-05-14 15:44:31 INFO: Changeset #111
2334 2008-05-14 15:44:31 INFO: Changeset "8301"
2335 2008-05-14 15:44:31 INFO: Log message: From Paul Martz, "This change adds support for osg::Billboards to the OpenFlight exporter.
2337 It might seem odd that the change actually removes the stub apply(Billboard&) method, but it turns out Billboards are easily supported in subordinate routines of the existing apply(Geode&) method with s dynamic_cast, so there's no need for a separate apply(Billboard&)."
2339 2008-05-14 15:44:31 DEBUG: Going to apply changeset:
2341 Date: 2008-05-10 17:25:42.722373+00:00
2343 Entries: src/osgPlugins/OpenFlight/FltExportVisitor.cpp(UPD), src/osgPlugins/OpenFlight/FltExportVisitor.h(UPD), src/osgPlugins/OpenFlight/expGeometryRecords.cpp(UPD)
2344 Log: From Paul Martz, "This change adds support for osg::Billboards to the OpenFlight exporter.
2346 It might seem odd that the change actually removes the stub apply(Billboard&) method, but it turns out Billboards are easily supported in subordinate routines of the existing apply(Geode&) method with s dynamic_cast, so there's no need for a separate apply(Billboard&)."
2348 2008-05-14 15:44:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8301 . 2>&1
2349 2008-05-14 15:44:31 DEBUG: Executing svn update --ignore-externals --revision 8301 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2350 2008-05-14 15:44:39 INFO: [Ok]
2351 2008-05-14 15:44:39 DEBUG: src/osgPlugins/OpenFlight/FltExportVisitor.cpp,src/osgPlugins/OpenFlight/FltExportVisitor.h,src/osgPlugins/OpenFlight/expGeometryRecords.cpp updated to 8301
2352 2008-05-14 15:44:39 INFO: Committing u'8301'...
2353 2008-05-14 15:44:39 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2354 2008-05-14 15:44:39 INFO: Changeset #112
2355 2008-05-14 15:44:39 INFO: Changeset "8302"
2356 2008-05-14 15:44:39 INFO: Log message: From Miguel Escriva, Here you will find a SVG Image Reader. It renders a SVG file as an osg::Image using cairo and rsvg.
2358 2008-05-14 15:44:39 DEBUG: Going to apply changeset:
2360 Date: 2008-05-11 14:23:19.783736+00:00
2362 Entries: CMakeLists.txt(UPD), src/osgPlugins/CMakeLists.txt(UPD), src/osgPlugins/svg(ADD), src/osgPlugins/svg/CMakeLists.txt(ADD), src/osgPlugins/svg/ReaderWriterSVG.cpp(ADD)
2363 Log: From Miguel Escriva, Here you will find a SVG Image Reader. It renders a SVG file as an osg::Image using cairo and rsvg.
2365 2008-05-14 15:44:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8302 . 2>&1
2366 2008-05-14 15:44:39 DEBUG: Executing svn update --ignore-externals --revision 8302 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2367 2008-05-14 15:44:45 INFO: [Ok]
2368 2008-05-14 15:44:45 DEBUG: CMakeLists.txt,src/osgPlugins/CMakeLists.txt,src/osgPlugins/svg,src/osgPlugins/svg/CMakeLists.txt,src/osgPlugins/svg/ReaderWriterSVG.cpp updated to 8302
2369 2008-05-14 15:44:45 INFO: Adding src/osgPlugins/svg/CMakeLists.txt, src/osgPlugins/svg/ReaderWriterSVG.cpp...
2370 2008-05-14 15:44:45 INFO: Adding src/osgPlugins/svg/CMakeLists.txt, src/osgPlugins/svg/ReaderWriterSVG.cpp...
2371 2008-05-14 15:44:45 INFO: Committing u'8302'...
2372 2008-05-14 15:44:45 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2373 2008-05-14 15:44:45 INFO: Changeset #113
2374 2008-05-14 15:44:45 INFO: Changeset "8303"
2375 2008-05-14 15:44:45 INFO: Log message: Added CARIO_FOUND into svg plugins checks
2377 2008-05-14 15:44:45 DEBUG: Going to apply changeset:
2379 Date: 2008-05-11 14:26:27.811816+00:00
2381 Entries: src/osgPlugins/CMakeLists.txt(UPD)
2382 Log: Added CARIO_FOUND into svg plugins checks
2384 2008-05-14 15:44:45 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8303 . 2>&1
2385 2008-05-14 15:44:45 DEBUG: Executing svn update --ignore-externals --revision 8303 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2386 2008-05-14 15:44:52 INFO: [Ok]
2387 2008-05-14 15:44:52 DEBUG: src/osgPlugins/CMakeLists.txt updated to 8303
2388 2008-05-14 15:44:52 INFO: Committing u'8303'...
2389 2008-05-14 15:44:52 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2390 2008-05-14 15:44:52 INFO: Changeset #114
2391 2008-05-14 15:44:52 INFO: Changeset "8304"
2392 2008-05-14 15:44:52 INFO: Log message: From Mathias Froehlich, fixed typo
2394 2008-05-14 15:44:52 DEBUG: Going to apply changeset:
2396 Date: 2008-05-12 10:16:40.271496+00:00
2398 Entries: include/osg/Hint(UPD)
2399 Log: From Mathias Froehlich, fixed typo
2401 2008-05-14 15:44:52 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8304 . 2>&1
2402 2008-05-14 15:44:52 DEBUG: Executing svn update --ignore-externals --revision 8304 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2403 2008-05-14 15:45:00 INFO: [Ok]
2404 2008-05-14 15:45:00 DEBUG: include/osg/Hint updated to 8304
2405 2008-05-14 15:45:00 INFO: Committing u'8304'...
2406 2008-05-14 15:45:00 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2407 2008-05-14 15:45:00 INFO: Changeset #115
2408 2008-05-14 15:45:00 INFO: Changeset "8305"
2409 2008-05-14 15:45:00 INFO: Log message: From Bob Kuehne, "* add easy multiple texture targets support for obj by refactoring texture
2410 load into it's own method.
2412 * use new method from step 1 to load 'map_opacity' textures from .mtl files"
2414 2008-05-14 15:45:00 DEBUG: Going to apply changeset:
2416 Date: 2008-05-12 10:18:41.860322+00:00
2418 Entries: src/osgPlugins/obj/ReaderWriterOBJ.cpp(UPD), src/osgPlugins/obj/obj.cpp(UPD), src/osgPlugins/obj/obj.h(UPD)
2419 Log: From Bob Kuehne, "* add easy multiple texture targets support for obj by refactoring texture
2420 load into it's own method.
2422 * use new method from step 1 to load 'map_opacity' textures from .mtl files"
2424 2008-05-14 15:45:00 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8305 . 2>&1
2425 2008-05-14 15:45:00 DEBUG: Executing svn update --ignore-externals --revision 8305 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2426 2008-05-14 15:45:07 INFO: [Ok]
2427 2008-05-14 15:45:07 DEBUG: src/osgPlugins/obj/ReaderWriterOBJ.cpp,src/osgPlugins/obj/obj.cpp,src/osgPlugins/obj/obj.h updated to 8305
2428 2008-05-14 15:45:07 INFO: Committing u'8305'...
2429 2008-05-14 15:45:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2430 2008-05-14 15:45:07 INFO: Changeset #116
2431 2008-05-14 15:45:07 INFO: Changeset "8306"
2432 2008-05-14 15:45:07 INFO: Log message: From Eric Sokolowski and Robert Osfield, moved command line option usage setup
2433 from osgviewer example into osg::ArgumentParser and osgViewer::Viewer to make
2434 them more universally available.
2436 2008-05-14 15:45:07 DEBUG: Going to apply changeset:
2438 Date: 2008-05-12 10:55:55.955173+00:00
2440 Entries: applications/osgviewer/osgviewer.cpp(UPD), include/osg/ApplicationUsage(UPD), include/osg/ArgumentParser(UPD), src/osg/ArgumentParser.cpp(UPD), src/osgViewer/Viewer.cpp(UPD)
2441 Log: From Eric Sokolowski and Robert Osfield, moved command line option usage setup
2442 from osgviewer example into osg::ArgumentParser and osgViewer::Viewer to make
2443 them more universally available.
2445 2008-05-14 15:45:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8306 . 2>&1
2446 2008-05-14 15:45:07 DEBUG: Executing svn update --ignore-externals --revision 8306 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2447 2008-05-14 15:45:13 INFO: [Ok]
2448 2008-05-14 15:45:13 DEBUG: applications/osgviewer/osgviewer.cpp,include/osg/ApplicationUsage,include/osg/ArgumentParser,src/osg/ArgumentParser.cpp,src/osgViewer/Viewer.cpp updated to 8306
2449 2008-05-14 15:45:13 INFO: Committing u'8306'...
2450 2008-05-14 15:45:13 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2451 2008-05-14 15:45:13 INFO: Changeset #117
2452 2008-05-14 15:45:13 INFO: Changeset "8307"
2453 2008-05-14 15:45:13 INFO: Log message: Updated version number for 2.5.0 dev release
2455 2008-05-14 15:45:13 DEBUG: Going to apply changeset:
2457 Date: 2008-05-12 11:01:54.384517+00:00
2459 Entries: CMakeLists.txt(UPD), include/osg/Version(UPD), packaging/pkgconfig/openscenegraph.pc(UPD)
2460 Log: Updated version number for 2.5.0 dev release
2462 2008-05-14 15:45:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8307 . 2>&1
2463 2008-05-14 15:45:13 DEBUG: Executing svn update --ignore-externals --revision 8307 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2464 2008-05-14 15:45:19 INFO: [Ok]
2465 2008-05-14 15:45:19 DEBUG: CMakeLists.txt,include/osg/Version,packaging/pkgconfig/openscenegraph.pc updated to 8307
2466 2008-05-14 15:45:19 INFO: Committing u'8307'...
2467 2008-05-14 15:45:19 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2468 2008-05-14 15:45:19 INFO: Changeset #118
2469 2008-05-14 15:45:19 INFO: Changeset "8308"
2470 2008-05-14 15:45:19 INFO: Log message: From Mathias Froehlich, Fixed FrameBufferObject attachement code to handle cases
2471 where no texture or image is attached
2473 2008-05-14 15:45:19 DEBUG: Going to apply changeset:
2475 Date: 2008-05-12 11:39:02.451130+00:00
2477 Entries: src/osgUtil/RenderStage.cpp(UPD)
2478 Log: From Mathias Froehlich, Fixed FrameBufferObject attachement code to handle cases
2479 where no texture or image is attached
2481 2008-05-14 15:45:19 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8308 . 2>&1
2482 2008-05-14 15:45:19 DEBUG: Executing svn update --ignore-externals --revision 8308 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2483 2008-05-14 15:45:25 INFO: [Ok]
2484 2008-05-14 15:45:25 DEBUG: src/osgUtil/RenderStage.cpp updated to 8308
2485 2008-05-14 15:45:25 INFO: Committing u'8308'...
2486 2008-05-14 15:45:25 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2487 2008-05-14 15:45:25 INFO: Changeset #119
2488 2008-05-14 15:45:25 INFO: Changeset "8309"
2489 2008-05-14 15:45:25 INFO: Log message: Updated AUTHORS for 2.5.0 release
2491 2008-05-14 15:45:25 DEBUG: Going to apply changeset:
2493 Date: 2008-05-12 12:16:14.187557+00:00
2495 Entries: AUTHORS.txt(UPD), applications/osgversion/osgversion.cpp(UPD)
2496 Log: Updated AUTHORS for 2.5.0 release
2498 2008-05-14 15:45:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8309 . 2>&1
2499 2008-05-14 15:45:25 DEBUG: Executing svn update --ignore-externals --revision 8309 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2500 2008-05-14 15:45:31 INFO: [Ok]
2501 2008-05-14 15:45:31 DEBUG: AUTHORS.txt,applications/osgversion/osgversion.cpp updated to 8309
2502 2008-05-14 15:45:31 INFO: Committing u'8309'...
2503 2008-05-14 15:45:31 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2504 2008-05-14 15:45:31 INFO: Changeset #120
2505 2008-05-14 15:45:31 INFO: Changeset "8310"
2506 2008-05-14 15:45:31 INFO: Log message: Update ChangeLog and wrappers for 2.5.0 dev release
2508 2008-05-14 15:45:31 DEBUG: Going to apply changeset:
2510 Date: 2008-05-12 12:16:58.211120+00:00
2512 Entries: ChangeLog(UPD), src/osgWrappers/osg/ApplicationUsage.cpp(UPD), src/osgWrappers/osg/ArgumentParser.cpp(UPD), src/osgWrappers/osgViewer/Renderer.cpp(UPD)
2513 Log: Update ChangeLog and wrappers for 2.5.0 dev release
2515 2008-05-14 15:45:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8310 . 2>&1
2516 2008-05-14 15:45:31 DEBUG: Executing svn update --ignore-externals --revision 8310 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2517 2008-05-14 15:45:39 INFO: [Ok]
2518 2008-05-14 15:45:39 DEBUG: ChangeLog,src/osgWrappers/osg/ApplicationUsage.cpp,src/osgWrappers/osg/ArgumentParser.cpp,src/osgWrappers/osgViewer/Renderer.cpp updated to 8310
2519 2008-05-14 15:45:39 INFO: Committing u'8310'...
2520 2008-05-14 15:45:39 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2521 2008-05-14 15:45:39 INFO: Changeset #121
2522 2008-05-14 15:45:39 INFO: Changeset "8312"
2523 2008-05-14 15:45:39 INFO: Log message: Added missing getBound() method
2525 2008-05-14 15:45:39 DEBUG: Going to apply changeset:
2527 Date: 2008-05-12 15:42:20.662522+00:00
2529 Entries: src/osgViewer/ViewerBase.cpp(UPD)
2530 Log: Added missing getBound() method
2532 2008-05-14 15:45:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8312 . 2>&1
2533 2008-05-14 15:45:39 DEBUG: Executing svn update --ignore-externals --revision 8312 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2534 2008-05-14 15:45:45 INFO: [Ok]
2535 2008-05-14 15:45:45 DEBUG: src/osgViewer/ViewerBase.cpp updated to 8312
2536 2008-05-14 15:45:45 INFO: Committing u'8312'...
2537 2008-05-14 15:45:45 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2538 2008-05-14 15:45:45 INFO: Changeset #122
2539 2008-05-14 15:45:45 INFO: Changeset "8313"
2540 2008-05-14 15:45:45 INFO: Log message: Added signal handling code, and prelimary lat/long computation
2542 2008-05-14 15:45:45 DEBUG: Going to apply changeset:
2544 Date: 2008-05-12 16:59:04.273709+00:00
2546 Entries: applications/osgfilecache/CMakeLists.txt(UPD), applications/osgfilecache/osgfilecache.cpp(UPD)
2547 Log: Added signal handling code, and prelimary lat/long computation
2549 2008-05-14 15:45:45 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8313 . 2>&1
2550 2008-05-14 15:45:45 DEBUG: Executing svn update --ignore-externals --revision 8313 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2551 2008-05-14 15:45:51 INFO: [Ok]
2552 2008-05-14 15:45:51 DEBUG: applications/osgfilecache/CMakeLists.txt,applications/osgfilecache/osgfilecache.cpp updated to 8313
2553 2008-05-14 15:45:51 INFO: Committing u'8313'...
2554 2008-05-14 15:45:51 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2555 2008-05-14 15:45:51 INFO: Changeset #123
2556 2008-05-14 15:45:51 INFO: Changeset "8314"
2557 2008-05-14 15:45:51 INFO: Log message: From Steven Thomas, "Subject: Collada fix
2558 There was a problem converting a file to Collada by using osgconv like this:
2560 osgconv file.osg file.dae
2562 You would get an error message:
2564 I/O error : Permission denied
2565 I/O error : Permission denied
2566 error : xmlNewTextWriterFilename : out of memory!
2567 Error: daeLIBXMLPlugin::write(file://cessna.dae) failed
2568 Warning: Error in writing to "cessna.dae".
2570 This was due to some bad URI processing code in the Collada plugin. The attached file fixes this by using the Collada DOM's URI processing functions. After this change the file will convert successfully in the local directory.
2573 2008-05-14 15:45:51 DEBUG: Going to apply changeset:
2575 Date: 2008-05-13 10:56:10.594711+00:00
2577 Entries: src/osgPlugins/dae/ReaderWriterDAE.cpp(UPD)
2578 Log: From Steven Thomas, "Subject: Collada fix
2579 There was a problem converting a file to Collada by using osgconv like this:
2581 osgconv file.osg file.dae
2583 You would get an error message:
2585 I/O error : Permission denied
2586 I/O error : Permission denied
2587 error : xmlNewTextWriterFilename : out of memory!
2588 Error: daeLIBXMLPlugin::write(file://cessna.dae) failed
2589 Warning: Error in writing to "cessna.dae".
2591 This was due to some bad URI processing code in the Collada plugin. The attached file fixes this by using the Collada DOM's URI processing functions. After this change the file will convert successfully in the local directory.
2594 2008-05-14 15:45:51 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8314 . 2>&1
2595 2008-05-14 15:45:51 DEBUG: Executing svn update --ignore-externals --revision 8314 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2596 2008-05-14 15:45:57 INFO: [Ok]
2597 2008-05-14 15:45:57 DEBUG: src/osgPlugins/dae/ReaderWriterDAE.cpp updated to 8314
2598 2008-05-14 15:45:57 INFO: Committing u'8314'...
2599 2008-05-14 15:45:57 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2600 2008-05-14 15:45:57 INFO: Changeset #124
2601 2008-05-14 15:45:57 INFO: Changeset "8315"
2602 2008-05-14 15:45:57 INFO: Log message: Further work on computing of lat/long range of PagedLOD subgraphs
2604 2008-05-14 15:45:57 DEBUG: Going to apply changeset:
2606 Date: 2008-05-13 12:36:39.930566+00:00
2608 Entries: applications/osgfilecache/osgfilecache.cpp(UPD)
2609 Log: Further work on computing of lat/long range of PagedLOD subgraphs
2611 2008-05-14 15:45:57 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8315 . 2>&1
2612 2008-05-14 15:45:57 DEBUG: Executing svn update --ignore-externals --revision 8315 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2613 2008-05-14 15:46:05 INFO: [Ok]
2614 2008-05-14 15:46:05 DEBUG: applications/osgfilecache/osgfilecache.cpp updated to 8315
2615 2008-05-14 15:46:05 INFO: Committing u'8315'...
2616 2008-05-14 15:46:05 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2617 2008-05-14 15:46:05 INFO: Changeset #125
2618 2008-05-14 15:46:05 INFO: Changeset "8316"
2619 2008-05-14 15:46:05 INFO: Log message: Added --file-cache directoryname command line option support to readNodeFiles(ArgumentParser&)
2620 to make it easier to specify a local file cache, in place of the default OSG_FILE_CACHE
2623 2008-05-14 15:46:05 DEBUG: Going to apply changeset:
2625 Date: 2008-05-13 14:08:32.702293+00:00
2627 Entries: src/osgDB/ReadFile.cpp(UPD)
2628 Log: Added --file-cache directoryname command line option support to readNodeFiles(ArgumentParser&)
2629 to make it easier to specify a local file cache, in place of the default OSG_FILE_CACHE
2632 2008-05-14 15:46:05 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8316 . 2>&1
2633 2008-05-14 15:46:05 DEBUG: Executing svn update --ignore-externals --revision 8316 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2634 2008-05-14 15:46:11 INFO: [Ok]
2635 2008-05-14 15:46:11 DEBUG: src/osgDB/ReadFile.cpp updated to 8316
2636 2008-05-14 15:46:11 INFO: Committing u'8316'...
2637 2008-05-14 15:46:11 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2638 2008-05-14 15:46:11 INFO: Changeset #126
2639 2008-05-14 15:46:11 INFO: Changeset "8317"
2640 2008-05-14 15:46:11 INFO: Log message: Added support for -e level minX minY maxX maxY extents controls
2642 2008-05-14 15:46:11 DEBUG: Going to apply changeset:
2644 Date: 2008-05-13 17:27:29.373698+00:00
2646 Entries: applications/osgfilecache/osgfilecache.cpp(UPD)
2647 Log: Added support for -e level minX minY maxX maxY extents controls
2649 2008-05-14 15:46:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8317 . 2>&1
2650 2008-05-14 15:46:11 DEBUG: Executing svn update --ignore-externals --revision 8317 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2651 2008-05-14 15:46:17 INFO: [Ok]
2652 2008-05-14 15:46:17 DEBUG: applications/osgfilecache/osgfilecache.cpp updated to 8317
2653 2008-05-14 15:46:17 INFO: Committing u'8317'...
2654 2008-05-14 15:46:17 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2655 2008-05-14 15:46:17 INFO: Changeset #127
2656 2008-05-14 15:46:17 INFO: Changeset "8318"
2657 2008-05-14 15:46:17 INFO: Log message: Fixed lat/long ordering
2659 2008-05-14 15:46:17 DEBUG: Going to apply changeset:
2661 Date: 2008-05-13 18:28:26.416296+00:00
2663 Entries: applications/osgfilecache/osgfilecache.cpp(UPD)
2664 Log: Fixed lat/long ordering
2666 2008-05-14 15:46:17 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8318 . 2>&1
2667 2008-05-14 15:46:17 DEBUG: Executing svn update --ignore-externals --revision 8318 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2668 2008-05-14 15:46:23 INFO: [Ok]
2669 2008-05-14 15:46:23 DEBUG: applications/osgfilecache/osgfilecache.cpp updated to 8318
2670 2008-05-14 15:46:23 INFO: Committing u'8318'...
2671 2008-05-14 15:46:23 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2672 2008-05-14 15:46:23 INFO: Changeset #128
2673 2008-05-14 15:46:23 INFO: Changeset "8319"
2674 2008-05-14 15:46:23 INFO: Log message: Refactor curl usage so that a new EasyCurl class wraps up the curl handle and
2677 2008-05-14 15:46:23 DEBUG: Going to apply changeset:
2679 Date: 2008-05-14 12:47:26.256159+00:00
2681 Entries: src/osgPlugins/curl/ReaderWriterCURL.cpp(UPD)
2682 Log: Refactor curl usage so that a new EasyCurl class wraps up the curl handle and
2685 2008-05-14 15:46:23 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8319 . 2>&1
2686 2008-05-14 15:46:23 DEBUG: Executing svn update --ignore-externals --revision 8319 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2687 2008-05-14 15:46:29 INFO: [Ok]
2688 2008-05-14 15:46:29 DEBUG: src/osgPlugins/curl/ReaderWriterCURL.cpp updated to 8319
2689 2008-05-14 15:46:29 INFO: Committing u'8319'...
2690 2008-05-14 15:46:29 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2691 2008-05-14 15:46:29 INFO: Changeset #129
2692 2008-05-14 15:46:29 INFO: Changeset "8320"
2693 2008-05-14 15:46:29 INFO: Log message: Introduced a thread safe map which manages a single EasyCurl object per thread.
2695 2008-05-14 15:46:29 DEBUG: Going to apply changeset:
2697 Date: 2008-05-14 13:16:36.629880+00:00
2699 Entries: src/osgPlugins/curl/ReaderWriterCURL.cpp(UPD)
2700 Log: Introduced a thread safe map which manages a single EasyCurl object per thread.
2702 2008-05-14 15:46:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8320 . 2>&1
2703 2008-05-14 15:46:29 DEBUG: Executing svn update --ignore-externals --revision 8320 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2704 2008-05-14 15:46:35 INFO: [Ok]
2705 2008-05-14 15:46:35 DEBUG: src/osgPlugins/curl/ReaderWriterCURL.cpp updated to 8320
2706 2008-05-14 15:46:35 INFO: Committing u'8320'...
2707 2008-05-14 15:46:35 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2708 2008-05-14 15:46:35 INFO: Changeset #130
2709 2008-05-14 15:46:35 INFO: Changeset "8321"
2710 2008-05-14 15:46:35 INFO: Log message: Moved the cache file writing into StreamObject so that the cache file is only
2711 created once data is being read.
2713 2008-05-14 15:46:35 DEBUG: Going to apply changeset:
2715 Date: 2008-05-14 14:59:50.032154+00:00
2717 Entries: src/osgPlugins/curl/ReaderWriterCURL.cpp(UPD)
2718 Log: Moved the cache file writing into StreamObject so that the cache file is only
2719 created once data is being read.
2721 2008-05-14 15:46:35 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8321 . 2>&1
2722 2008-05-14 15:46:35 DEBUG: Executing svn update --ignore-externals --revision 8321 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2723 2008-05-14 15:46:41 INFO: [Ok]
2724 2008-05-14 15:46:41 DEBUG: src/osgPlugins/curl/ReaderWriterCURL.cpp updated to 8321
2725 2008-05-14 15:46:41 INFO: Committing u'8321'...
2726 2008-05-14 15:46:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2727 2008-05-14 15:46:41 INFO: Changeset #131
2728 2008-05-14 15:46:41 INFO: Changeset "8322"
2729 2008-05-14 15:46:41 INFO: Log message: Introduced preliminary support for asynchronous file read requests,
2731 ReaderWriter::ReadResult now has a FILE_REQUEST enum.
2732 ReaderWriter::Options now has a s/getAsynchronousFileReadHint() parameter methods.
2734 libcurl based plugin now detects enabing of the AsynchronousFileReadHint, but
2735 as yet does not handle async requests - handling everything syncronously.
2737 DatabasePager now by default will enable AsynchronousFileReadHint for http
2741 2008-05-14 15:46:41 DEBUG: Going to apply changeset:
2743 Date: 2008-05-14 17:03:57.909305+00:00
2745 Entries: include/osgDB/ReaderWriter(UPD), src/osgDB/DatabasePager.cpp(UPD), src/osgPlugins/curl/ReaderWriterCURL.cpp(UPD)
2746 Log: Introduced preliminary support for asynchronous file read requests,
2748 ReaderWriter::ReadResult now has a FILE_REQUEST enum.
2749 ReaderWriter::Options now has a s/getAsynchronousFileReadHint() parameter methods.
2751 libcurl based plugin now detects enabing of the AsynchronousFileReadHint, but
2752 as yet does not handle async requests - handling everything syncronously.
2754 DatabasePager now by default will enable AsynchronousFileReadHint for http
2758 2008-05-14 15:46:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8322 . 2>&1
2759 2008-05-14 15:46:41 DEBUG: Executing svn update --ignore-externals --revision 8322 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2760 2008-05-14 15:46:47 INFO: [Ok]
2761 2008-05-14 15:46:47 DEBUG: include/osgDB/ReaderWriter,src/osgDB/DatabasePager.cpp,src/osgPlugins/curl/ReaderWriterCURL.cpp updated to 8322
2762 2008-05-14 15:46:47 INFO: Committing u'8322'...
2763 2008-05-14 15:46:47 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2764 2008-05-14 15:46:47 INFO: Changeset #132
2765 2008-05-14 15:46:47 INFO: Changeset "8323"
2766 2008-05-14 15:46:47 INFO: Log message: Updated wrappers
2768 2008-05-14 15:46:47 DEBUG: Going to apply changeset:
2770 Date: 2008-05-14 20:22:01.292617+00:00
2772 Entries: src/osgWrappers/osgDB/ReaderWriter.cpp(UPD)
2773 Log: Updated wrappers
2775 2008-05-14 15:46:47 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8323 . 2>&1
2776 2008-05-14 15:46:47 DEBUG: Executing svn update --ignore-externals --revision 8323 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2777 2008-05-14 15:46:53 INFO: [Ok]
2778 2008-05-14 15:46:53 DEBUG: src/osgWrappers/osgDB/ReaderWriter.cpp updated to 8323
2779 2008-05-14 15:46:53 INFO: Committing u'8323'...
2780 2008-05-14 15:46:53 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2781 2008-05-14 15:46:53 DEBUG: Adjusting the state accordingly to journal
2782 2008-05-14 15:46:53 INFO: Update completed, now at revision "8323"
2783 2008-07-18 15:23:03 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
2784 2008-07-18 15:23:05 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
2785 2008-07-18 15:23:05 DEBUG: svn not found as new-style vcs, trying as monolithic
2786 2008-07-18 15:23:05 DEBUG: hg not found as new-style vcs, trying as monolithic
2787 2008-07-18 15:23:05 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn log --verbose --xml --non-interactive --revision 8324:HEAD .
2788 2008-07-18 15:23:05 DEBUG: Executing svn log --verbose --xml --non-interactive --revision 8324:HEAD . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2789 2008-07-18 15:23:11 INFO: [Ok]
2790 2008-07-18 15:23:12 INFO: Cached information about 286 pending changesets
2791 2008-07-18 15:23:12 INFO: Applying pending upstream changesets
2792 2008-07-18 15:23:12 INFO: Changeset #1
2793 2008-07-18 15:23:12 INFO: Changeset "8324"
2794 2008-07-18 15:23:12 INFO: Log message: Moved the compile to after the updateSceneView
2796 2008-07-18 15:23:12 DEBUG: Going to apply changeset:
2798 Date: 2008-05-20 09:28:44.280287+00:00
2800 Entries: src/osgViewer/Renderer.cpp(UPD)
2801 Log: Moved the compile to after the updateSceneView
2803 2008-07-18 15:23:12 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2804 2008-07-18 15:23:12 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2805 2008-07-18 15:23:18 WARNING: [Status 1]
2806 2008-07-18 15:23:18 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2807 svn: Can't open '.svn/tmp/tempfile.tmp': No such file or directory
2809 2008-07-18 15:23:18 WARNING: Retrying in 2 seconds...
2810 2008-07-18 15:23:20 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2811 2008-07-18 15:23:20 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2812 2008-07-18 15:23:22 WARNING: [Status 1]
2813 2008-07-18 15:23:22 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2814 svn: Can't open '.svn/tmp/tempfile.tmp': No such file or directory
2816 2008-07-18 15:23:22 WARNING: Retrying in 4 seconds...
2817 2008-07-18 15:23:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2818 2008-07-18 15:23:26 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2819 2008-07-18 15:23:29 WARNING: [Status 1]
2820 2008-07-18 15:23:29 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2821 svn: Can't open '.svn/tmp/tempfile.tmp': No such file or directory
2823 2008-07-18 15:23:29 WARNING: Retrying in 8 seconds...
2824 2008-07-18 15:23:37 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2825 2008-07-18 15:23:37 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2826 2008-07-18 15:23:39 WARNING: [Status 1]
2827 2008-07-18 15:23:39 CRITICAL: Couldn't apply changeset
2828 2008-07-18 15:23:39 DEBUG: Reason: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2829 svn: Can't open '.svn/tmp/tempfile.tmp': No such file or directory
2831 2008-07-18 15:23:39 DEBUG: Changeset: Revision: 8324
2832 Date: 2008-05-20 09:28:44.280287+00:00
2834 Entries: src/osgViewer/Renderer.cpp(UPD)
2835 Log: Moved the compile to after the updateSceneView
2837 2008-07-18 15:23:39 CRITICAL: Upstream change application failed
2838 2008-07-18 15:35:05 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
2839 2008-07-18 15:35:06 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
2840 2008-07-18 15:35:06 DEBUG: svn not found as new-style vcs, trying as monolithic
2841 2008-07-18 15:35:06 DEBUG: hg not found as new-style vcs, trying as monolithic
2842 2008-07-18 15:35:06 INFO: Applying pending upstream changesets
2843 2008-07-18 15:35:06 INFO: Changeset #1
2844 2008-07-18 15:35:06 INFO: Changeset "8324"
2845 2008-07-18 15:35:06 INFO: Log message: Moved the compile to after the updateSceneView
2847 2008-07-18 15:35:06 DEBUG: Going to apply changeset:
2849 Date: 2008-05-20 09:28:44.280287+00:00
2851 Entries: src/osgViewer/Renderer.cpp(UPD)
2852 Log: Moved the compile to after the updateSceneView
2854 2008-07-18 15:35:06 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2855 2008-07-18 15:35:06 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2856 2008-07-18 15:35:11 WARNING: [Status 1]
2857 2008-07-18 15:35:11 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2858 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
2859 svn: Can't open file 'src/.svn/tmp/entries': No such file or directory
2861 2008-07-18 15:35:11 WARNING: Retrying in 2 seconds...
2862 2008-07-18 15:35:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2863 2008-07-18 15:35:13 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2864 2008-07-18 15:35:17 WARNING: [Status 1]
2865 2008-07-18 15:35:17 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2866 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
2867 svn: Can't open file 'src/.svn/tmp/entries': No such file or directory
2869 2008-07-18 15:35:17 WARNING: Retrying in 4 seconds...
2870 2008-07-18 15:35:21 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2871 2008-07-18 15:35:21 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2872 2008-07-18 15:35:24 WARNING: [Status 1]
2873 2008-07-18 15:35:24 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2874 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
2875 svn: Can't open file 'src/.svn/tmp/entries': No such file or directory
2877 2008-07-18 15:35:24 WARNING: Retrying in 8 seconds...
2878 2008-07-18 15:36:00 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2879 2008-07-18 15:36:00 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2880 2008-07-18 15:36:03 WARNING: [Status 1]
2881 2008-07-18 15:36:03 CRITICAL: Couldn't apply changeset
2882 2008-07-18 15:36:03 DEBUG: Reason: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2883 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
2884 svn: Can't open file 'src/osgViewer/.svn/tmp/entries': No such file or directory
2886 2008-07-18 15:36:03 DEBUG: Changeset: Revision: 8324
2887 Date: 2008-05-20 09:28:44.280287+00:00
2889 Entries: src/osgViewer/Renderer.cpp(UPD)
2890 Log: Moved the compile to after the updateSceneView
2892 2008-07-18 15:36:03 CRITICAL: Upstream change application failed
2893 2008-07-18 15:36:08 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
2894 2008-07-18 15:36:09 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
2895 2008-07-18 15:36:09 DEBUG: svn not found as new-style vcs, trying as monolithic
2896 2008-07-18 15:36:09 DEBUG: hg not found as new-style vcs, trying as monolithic
2897 2008-07-18 15:36:09 INFO: Applying pending upstream changesets
2898 2008-07-18 15:36:09 INFO: Changeset #1
2899 2008-07-18 15:36:09 INFO: Changeset "8324"
2900 2008-07-18 15:36:09 INFO: Log message: Moved the compile to after the updateSceneView
2902 2008-07-18 15:36:09 DEBUG: Going to apply changeset:
2904 Date: 2008-05-20 09:28:44.280287+00:00
2906 Entries: src/osgViewer/Renderer.cpp(UPD)
2907 Log: Moved the compile to after the updateSceneView
2909 2008-07-18 15:36:09 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2910 2008-07-18 15:36:09 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2911 2008-07-18 15:36:12 WARNING: [Status 1]
2912 2008-07-18 15:36:12 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2913 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
2914 svn: Can't open file 'src/osgViewer/.svn/tmp/entries': No such file or directory
2916 2008-07-18 15:36:12 WARNING: Retrying in 2 seconds...
2917 2008-07-18 15:36:14 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2918 2008-07-18 15:36:14 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2919 2008-07-18 15:36:15 WARNING: INTERRUPTED BY THE USER!
2920 2008-07-18 15:36:44 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
2921 2008-07-18 15:36:44 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
2922 2008-07-18 15:36:44 DEBUG: svn not found as new-style vcs, trying as monolithic
2923 2008-07-18 15:36:44 DEBUG: hg not found as new-style vcs, trying as monolithic
2924 2008-07-18 15:36:44 INFO: Applying pending upstream changesets
2925 2008-07-18 15:36:44 INFO: Changeset #1
2926 2008-07-18 15:36:44 INFO: Changeset "8324"
2927 2008-07-18 15:36:44 INFO: Log message: Moved the compile to after the updateSceneView
2929 2008-07-18 15:36:44 DEBUG: Going to apply changeset:
2931 Date: 2008-05-20 09:28:44.280287+00:00
2933 Entries: src/osgViewer/Renderer.cpp(UPD)
2934 Log: Moved the compile to after the updateSceneView
2936 2008-07-18 15:36:44 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2937 2008-07-18 15:36:44 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2938 2008-07-18 15:36:47 WARNING: [Status 1]
2939 2008-07-18 15:36:47 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2940 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
2941 svn: Can't open file 'src/osgViewer/.svn/tmp/text-base/Renderer.cpp.svn-base': No such file or directory
2943 2008-07-18 15:36:47 WARNING: Retrying in 2 seconds...
2944 2008-07-18 15:36:49 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2945 2008-07-18 15:36:49 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2946 2008-07-18 15:36:51 WARNING: INTERRUPTED BY THE USER!
2947 2008-07-18 15:37:25 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
2948 2008-07-18 15:37:25 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
2949 2008-07-18 15:37:25 DEBUG: svn not found as new-style vcs, trying as monolithic
2950 2008-07-18 15:37:25 DEBUG: hg not found as new-style vcs, trying as monolithic
2951 2008-07-18 15:37:25 INFO: Applying pending upstream changesets
2952 2008-07-18 15:37:25 INFO: Changeset #1
2953 2008-07-18 15:37:25 INFO: Changeset "8324"
2954 2008-07-18 15:37:25 INFO: Log message: Moved the compile to after the updateSceneView
2956 2008-07-18 15:37:25 DEBUG: Going to apply changeset:
2958 Date: 2008-05-20 09:28:44.280287+00:00
2960 Entries: src/osgViewer/Renderer.cpp(UPD)
2961 Log: Moved the compile to after the updateSceneView
2963 2008-07-18 15:37:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2964 2008-07-18 15:37:25 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2965 2008-07-18 15:37:29 WARNING: [Status 1]
2966 2008-07-18 15:37:29 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2967 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
2968 svn: Can't open file 'include/osgGA/.svn/tmp/entries': No such file or directory
2970 2008-07-18 15:37:29 WARNING: Retrying in 2 seconds...
2971 2008-07-18 15:37:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2972 2008-07-18 15:37:31 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2973 2008-07-18 15:37:32 WARNING: INTERRUPTED BY THE USER!
2974 2008-07-18 15:38:00 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
2975 2008-07-18 15:38:00 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
2976 2008-07-18 15:38:00 DEBUG: svn not found as new-style vcs, trying as monolithic
2977 2008-07-18 15:38:00 DEBUG: hg not found as new-style vcs, trying as monolithic
2978 2008-07-18 15:38:00 INFO: Applying pending upstream changesets
2979 2008-07-18 15:38:00 INFO: Changeset #1
2980 2008-07-18 15:38:00 INFO: Changeset "8324"
2981 2008-07-18 15:38:00 INFO: Log message: Moved the compile to after the updateSceneView
2983 2008-07-18 15:38:00 DEBUG: Going to apply changeset:
2985 Date: 2008-05-20 09:28:44.280287+00:00
2987 Entries: src/osgViewer/Renderer.cpp(UPD)
2988 Log: Moved the compile to after the updateSceneView
2990 2008-07-18 15:38:00 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2991 2008-07-18 15:38:00 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
2992 2008-07-18 15:38:04 WARNING: [Status 1]
2993 2008-07-18 15:38:04 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
2994 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
2995 svn: Can't open file 'include/osgSim/.svn/tmp/entries': No such file or directory
2997 2008-07-18 15:38:04 WARNING: Retrying in 2 seconds...
2998 2008-07-18 15:38:06 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
2999 2008-07-18 15:38:06 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3000 2008-07-18 15:38:06 WARNING: INTERRUPTED BY THE USER!
3001 2008-07-18 15:38:28 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3002 2008-07-18 15:38:28 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3003 2008-07-18 15:38:28 DEBUG: svn not found as new-style vcs, trying as monolithic
3004 2008-07-18 15:38:28 DEBUG: hg not found as new-style vcs, trying as monolithic
3005 2008-07-18 15:38:28 INFO: Applying pending upstream changesets
3006 2008-07-18 15:38:29 INFO: Changeset #1
3007 2008-07-18 15:38:29 INFO: Changeset "8324"
3008 2008-07-18 15:38:29 INFO: Log message: Moved the compile to after the updateSceneView
3010 2008-07-18 15:38:29 DEBUG: Going to apply changeset:
3012 Date: 2008-05-20 09:28:44.280287+00:00
3014 Entries: src/osgViewer/Renderer.cpp(UPD)
3015 Log: Moved the compile to after the updateSceneView
3017 2008-07-18 15:38:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3018 2008-07-18 15:38:29 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3019 2008-07-18 15:38:32 WARNING: [Status 1]
3020 2008-07-18 15:38:32 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3021 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
3022 svn: Can't open file 'include/.svn/tmp/entries': No such file or directory
3024 2008-07-18 15:38:32 WARNING: Retrying in 2 seconds...
3025 2008-07-18 15:38:34 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3026 2008-07-18 15:38:34 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3027 2008-07-18 15:38:37 WARNING: [Status 1]
3028 2008-07-18 15:38:37 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3029 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
3030 svn: Can't open file 'include/.svn/tmp/entries': No such file or directory
3032 2008-07-18 15:38:37 WARNING: Retrying in 4 seconds...
3033 2008-07-18 15:38:39 WARNING: INTERRUPTED BY THE USER!
3034 2008-07-18 15:39:12 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3035 2008-07-18 15:39:12 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3036 2008-07-18 15:39:12 DEBUG: svn not found as new-style vcs, trying as monolithic
3037 2008-07-18 15:39:12 DEBUG: hg not found as new-style vcs, trying as monolithic
3038 2008-07-18 15:39:12 INFO: Applying pending upstream changesets
3039 2008-07-18 15:39:12 INFO: Changeset #1
3040 2008-07-18 15:39:12 INFO: Changeset "8324"
3041 2008-07-18 15:39:12 INFO: Log message: Moved the compile to after the updateSceneView
3043 2008-07-18 15:39:12 DEBUG: Going to apply changeset:
3045 Date: 2008-05-20 09:28:44.280287+00:00
3047 Entries: src/osgViewer/Renderer.cpp(UPD)
3048 Log: Moved the compile to after the updateSceneView
3050 2008-07-18 15:39:12 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3051 2008-07-18 15:39:12 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3052 2008-07-18 15:39:15 WARNING: [Status 1]
3053 2008-07-18 15:39:15 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3054 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
3055 svn: Can't open file 'include/osgManipulator/.svn/tmp/entries': No such file or directory
3057 2008-07-18 15:39:15 WARNING: Retrying in 2 seconds...
3058 2008-07-18 15:39:17 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3059 2008-07-18 15:39:17 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3060 2008-07-18 15:39:18 WARNING: INTERRUPTED BY THE USER!
3061 2008-07-18 15:39:58 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3062 2008-07-18 15:39:58 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3063 2008-07-18 15:39:58 DEBUG: svn not found as new-style vcs, trying as monolithic
3064 2008-07-18 15:39:58 DEBUG: hg not found as new-style vcs, trying as monolithic
3065 2008-07-18 15:39:58 INFO: Applying pending upstream changesets
3066 2008-07-18 15:39:58 INFO: Changeset #1
3067 2008-07-18 15:39:58 INFO: Changeset "8324"
3068 2008-07-18 15:39:58 INFO: Log message: Moved the compile to after the updateSceneView
3070 2008-07-18 15:39:58 DEBUG: Going to apply changeset:
3072 Date: 2008-05-20 09:28:44.280287+00:00
3074 Entries: src/osgViewer/Renderer.cpp(UPD)
3075 Log: Moved the compile to after the updateSceneView
3077 2008-07-18 15:39:58 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3078 2008-07-18 15:39:58 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3079 2008-07-18 15:40:02 WARNING: [Status 1]
3080 2008-07-18 15:40:02 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3081 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
3082 svn: Can't open file 'include/osgFX/.svn/tmp/entries': No such file or directory
3084 2008-07-18 15:40:02 WARNING: Retrying in 2 seconds...
3085 2008-07-18 15:40:04 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3086 2008-07-18 15:40:04 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3087 2008-07-18 15:40:04 WARNING: INTERRUPTED BY THE USER!
3088 2008-07-18 15:40:37 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3089 2008-07-18 15:40:37 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3090 2008-07-18 15:40:37 DEBUG: svn not found as new-style vcs, trying as monolithic
3091 2008-07-18 15:40:37 DEBUG: hg not found as new-style vcs, trying as monolithic
3092 2008-07-18 15:40:37 INFO: Applying pending upstream changesets
3093 2008-07-18 15:40:37 INFO: Changeset #1
3094 2008-07-18 15:40:37 INFO: Changeset "8324"
3095 2008-07-18 15:40:37 INFO: Log message: Moved the compile to after the updateSceneView
3097 2008-07-18 15:40:37 DEBUG: Going to apply changeset:
3099 Date: 2008-05-20 09:28:44.280287+00:00
3101 Entries: src/osgViewer/Renderer.cpp(UPD)
3102 Log: Moved the compile to after the updateSceneView
3104 2008-07-18 15:40:37 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3105 2008-07-18 15:40:37 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3106 2008-07-18 15:40:41 WARNING: [Status 1]
3107 2008-07-18 15:40:41 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3108 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
3109 svn: Can't open file 'include/osgUtil/.svn/tmp/entries': No such file or directory
3111 2008-07-18 15:40:41 WARNING: Retrying in 2 seconds...
3112 2008-07-18 15:40:43 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3113 2008-07-18 15:40:43 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3114 2008-07-18 15:40:44 WARNING: INTERRUPTED BY THE USER!
3115 2008-07-18 15:41:08 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3116 2008-07-18 15:41:09 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3117 2008-07-18 15:41:09 DEBUG: svn not found as new-style vcs, trying as monolithic
3118 2008-07-18 15:41:09 DEBUG: hg not found as new-style vcs, trying as monolithic
3119 2008-07-18 15:41:09 INFO: Applying pending upstream changesets
3120 2008-07-18 15:41:09 INFO: Changeset #1
3121 2008-07-18 15:41:09 INFO: Changeset "8324"
3122 2008-07-18 15:41:09 INFO: Log message: Moved the compile to after the updateSceneView
3124 2008-07-18 15:41:09 DEBUG: Going to apply changeset:
3126 Date: 2008-05-20 09:28:44.280287+00:00
3128 Entries: src/osgViewer/Renderer.cpp(UPD)
3129 Log: Moved the compile to after the updateSceneView
3131 2008-07-18 15:41:09 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3132 2008-07-18 15:41:09 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3133 2008-07-18 15:41:12 WARNING: [Status 1]
3134 2008-07-18 15:41:12 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3135 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
3136 svn: Can't open file 'include/osg/.svn/tmp/entries': No such file or directory
3138 2008-07-18 15:41:12 WARNING: Retrying in 2 seconds...
3139 2008-07-18 15:41:14 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3140 2008-07-18 15:41:14 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3141 2008-07-18 15:41:14 WARNING: INTERRUPTED BY THE USER!
3142 2008-07-18 15:41:31 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3143 2008-07-18 15:41:31 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3144 2008-07-18 15:41:31 DEBUG: svn not found as new-style vcs, trying as monolithic
3145 2008-07-18 15:41:31 DEBUG: hg not found as new-style vcs, trying as monolithic
3146 2008-07-18 15:41:31 INFO: Applying pending upstream changesets
3147 2008-07-18 15:41:31 INFO: Changeset #1
3148 2008-07-18 15:41:31 INFO: Changeset "8324"
3149 2008-07-18 15:41:31 INFO: Log message: Moved the compile to after the updateSceneView
3151 2008-07-18 15:41:31 DEBUG: Going to apply changeset:
3153 Date: 2008-05-20 09:28:44.280287+00:00
3155 Entries: src/osgViewer/Renderer.cpp(UPD)
3156 Log: Moved the compile to after the updateSceneView
3158 2008-07-18 15:41:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3159 2008-07-18 15:41:31 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3160 2008-07-18 15:41:35 WARNING: [Status 1]
3161 2008-07-18 15:41:35 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3162 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
3163 svn: Can't open file 'include/osgIntrospection/.svn/tmp/entries': No such file or directory
3165 2008-07-18 15:41:35 WARNING: Retrying in 2 seconds...
3166 2008-07-18 15:41:37 WARNING: INTERRUPTED BY THE USER!
3167 2008-07-18 15:41:56 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3168 2008-07-18 15:41:56 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3169 2008-07-18 15:41:56 DEBUG: svn not found as new-style vcs, trying as monolithic
3170 2008-07-18 15:41:56 DEBUG: hg not found as new-style vcs, trying as monolithic
3171 2008-07-18 15:41:56 INFO: Applying pending upstream changesets
3172 2008-07-18 15:41:56 INFO: Changeset #1
3173 2008-07-18 15:41:56 INFO: Changeset "8324"
3174 2008-07-18 15:41:56 INFO: Log message: Moved the compile to after the updateSceneView
3176 2008-07-18 15:41:56 DEBUG: Going to apply changeset:
3178 Date: 2008-05-20 09:28:44.280287+00:00
3180 Entries: src/osgViewer/Renderer.cpp(UPD)
3181 Log: Moved the compile to after the updateSceneView
3183 2008-07-18 15:41:56 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3184 2008-07-18 15:41:56 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3185 2008-07-18 15:42:00 WARNING: [Status 1]
3186 2008-07-18 15:42:00 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3187 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
3188 svn: Can't open file 'include/osgViewer/api/Win32/.svn/tmp/entries': No such file or directory
3190 2008-07-18 15:42:00 WARNING: Retrying in 2 seconds...
3191 2008-07-18 15:42:02 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3192 2008-07-18 15:42:02 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3193 2008-07-18 15:42:04 WARNING: INTERRUPTED BY THE USER!
3194 2008-07-18 15:42:39 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3195 2008-07-18 15:42:39 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3196 2008-07-18 15:42:39 DEBUG: svn not found as new-style vcs, trying as monolithic
3197 2008-07-18 15:42:39 DEBUG: hg not found as new-style vcs, trying as monolithic
3198 2008-07-18 15:42:39 INFO: Applying pending upstream changesets
3199 2008-07-18 15:42:39 INFO: Changeset #1
3200 2008-07-18 15:42:39 INFO: Changeset "8324"
3201 2008-07-18 15:42:39 INFO: Log message: Moved the compile to after the updateSceneView
3203 2008-07-18 15:42:39 DEBUG: Going to apply changeset:
3205 Date: 2008-05-20 09:28:44.280287+00:00
3207 Entries: src/osgViewer/Renderer.cpp(UPD)
3208 Log: Moved the compile to after the updateSceneView
3210 2008-07-18 15:42:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3211 2008-07-18 15:42:39 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3212 2008-07-18 15:42:42 WARNING: [Status 1]
3213 2008-07-18 15:42:42 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3214 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again
3215 svn: Can't open file 'include/osgViewer/api/Carbon/.svn/tmp/entries': No such file or directory
3217 2008-07-18 15:42:42 WARNING: Retrying in 2 seconds...
3218 2008-07-18 15:42:44 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3219 2008-07-18 15:42:44 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3220 2008-07-18 15:42:46 WARNING: INTERRUPTED BY THE USER!
3221 2008-07-18 15:44:09 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3222 2008-07-18 15:44:09 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3223 2008-07-18 15:44:09 DEBUG: svn not found as new-style vcs, trying as monolithic
3224 2008-07-18 15:44:09 DEBUG: hg not found as new-style vcs, trying as monolithic
3225 2008-07-18 15:44:09 INFO: Applying pending upstream changesets
3226 2008-07-18 15:44:09 INFO: Changeset #1
3227 2008-07-18 15:44:09 INFO: Changeset "8324"
3228 2008-07-18 15:44:09 INFO: Log message: Moved the compile to after the updateSceneView
3230 2008-07-18 15:44:09 DEBUG: Going to apply changeset:
3232 Date: 2008-05-20 09:28:44.280287+00:00
3234 Entries: src/osgViewer/Renderer.cpp(UPD)
3235 Log: Moved the compile to after the updateSceneView
3237 2008-07-18 15:44:09 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3238 2008-07-18 15:44:09 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3239 2008-07-18 15:44:09 WARNING: [Status 1]
3240 2008-07-18 15:44:09 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3241 svn: Working copy '.' locked
3242 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
3244 2008-07-18 15:44:09 WARNING: Retrying in 2 seconds...
3245 2008-07-18 15:44:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3246 2008-07-18 15:44:11 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3247 2008-07-18 15:44:11 WARNING: [Status 1]
3248 2008-07-18 15:44:11 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3249 svn: Working copy '.' locked
3250 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
3252 2008-07-18 15:44:11 WARNING: Retrying in 4 seconds...
3253 2008-07-18 15:44:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3254 2008-07-18 15:44:15 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3255 2008-07-18 15:44:15 WARNING: [Status 1]
3256 2008-07-18 15:44:15 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3257 svn: Working copy '.' locked
3258 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
3260 2008-07-18 15:44:15 WARNING: Retrying in 8 seconds...
3261 2008-07-18 15:44:23 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3262 2008-07-18 15:44:23 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3263 2008-07-18 15:44:23 WARNING: [Status 1]
3264 2008-07-18 15:44:23 CRITICAL: Couldn't apply changeset
3265 2008-07-18 15:44:23 DEBUG: Reason: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3266 svn: Working copy '.' locked
3267 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
3269 2008-07-18 15:44:23 DEBUG: Changeset: Revision: 8324
3270 Date: 2008-05-20 09:28:44.280287+00:00
3272 Entries: src/osgViewer/Renderer.cpp(UPD)
3273 Log: Moved the compile to after the updateSceneView
3275 2008-07-18 15:44:23 CRITICAL: Upstream change application failed
3276 2008-07-18 15:49:01 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3277 2008-07-18 15:49:01 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3278 2008-07-18 15:49:01 DEBUG: svn not found as new-style vcs, trying as monolithic
3279 2008-07-18 15:49:01 DEBUG: hg not found as new-style vcs, trying as monolithic
3280 2008-07-18 15:49:01 INFO: Applying pending upstream changesets
3281 2008-07-18 15:49:01 INFO: Changeset #1
3282 2008-07-18 15:49:01 INFO: Changeset "8324"
3283 2008-07-18 15:49:01 INFO: Log message: Moved the compile to after the updateSceneView
3285 2008-07-18 15:49:01 DEBUG: Going to apply changeset:
3287 Date: 2008-05-20 09:28:44.280287+00:00
3289 Entries: src/osgViewer/Renderer.cpp(UPD)
3290 Log: Moved the compile to after the updateSceneView
3292 2008-07-18 15:49:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3293 2008-07-18 15:49:01 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3294 2008-07-18 15:49:01 WARNING: [Status 1]
3295 2008-07-18 15:49:01 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3296 svn: Working copy '.' locked
3297 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
3299 2008-07-18 15:49:01 WARNING: Retrying in 2 seconds...
3300 2008-07-18 15:49:03 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3301 2008-07-18 15:49:03 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3302 2008-07-18 15:49:03 WARNING: [Status 1]
3303 2008-07-18 15:49:03 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3304 svn: Working copy '.' locked
3305 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
3307 2008-07-18 15:49:03 WARNING: Retrying in 4 seconds...
3308 2008-07-18 15:49:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3309 2008-07-18 15:49:07 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3310 2008-07-18 15:49:07 WARNING: [Status 1]
3311 2008-07-18 15:49:07 ERROR: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1 returned status 1 saying
3312 svn: Working copy '.' locked
3313 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
3315 2008-07-18 15:49:07 WARNING: Retrying in 8 seconds...
3316 2008-07-18 15:49:10 WARNING: INTERRUPTED BY THE USER!
3317 2008-07-18 16:24:28 DEBUG: Prepending '/' to module 'OpenSceneGraph/trunk' in 'svn:source'
3318 2008-07-18 16:24:29 INFO: Updating "project" in "/Users/ewing/Source/TAILOR/OpenSceneGraph"
3319 2008-07-18 16:24:29 DEBUG: svn not found as new-style vcs, trying as monolithic
3320 2008-07-18 16:24:29 DEBUG: hg not found as new-style vcs, trying as monolithic
3321 2008-07-18 16:24:29 INFO: Applying pending upstream changesets
3322 2008-07-18 16:24:29 INFO: Changeset #1
3323 2008-07-18 16:24:29 INFO: Changeset "8324"
3324 2008-07-18 16:24:29 INFO: Log message: Moved the compile to after the updateSceneView
3326 2008-07-18 16:24:29 DEBUG: Going to apply changeset:
3328 Date: 2008-05-20 09:28:44.280287+00:00
3330 Entries: src/osgViewer/Renderer.cpp(UPD)
3331 Log: Moved the compile to after the updateSceneView
3333 2008-07-18 16:24:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8324 . 2>&1
3334 2008-07-18 16:24:29 DEBUG: Executing svn update --ignore-externals --revision 8324 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3335 2008-07-18 16:24:39 INFO: [Ok]
3336 2008-07-18 16:24:39 DEBUG: src/osgViewer/Renderer.cpp updated to 8324
3337 2008-07-18 16:24:39 INFO: Committing u'8324'...
3338 2008-07-18 16:24:42 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3339 2008-07-18 16:24:42 INFO: Changeset #2
3340 2008-07-18 16:24:42 INFO: Changeset "8325"
3341 2008-07-18 16:24:42 INFO: Log message: Refactored DatabasePager and related classes to introduce support for
3342 multi-threaded paging, where the Pager manages threads of reading local
3343 and http files via seperate threads. This makes it possible to smoothly
3344 browse large databases where parts of the data are locally cached while
3345 others are on a remote server. Previously with this type of dataset
3346 the pager would stall all paging while http requests were being served,
3347 even when parts of the models are still loadable virtue of being in the
3350 Also as part of the refactoring the DatabaseRequest are now stored in the
3351 ProxyNode/PagedLOD nodes to facilitate quite updating in the cull traversal,
3352 with the new code avoiding mutex locks and searches. Previous on big
3353 databases the overhead involved in make database requests could accumulate
3354 to a point where it'd cause the cull traversal to break frame. The overhead
3357 Finally OSG_FILE_CACHE support has been moved from the curl plugin into
3358 the DatabasePager. Eventually this functionality will be moved out into
3359 osgDB for more general usage.
3362 2008-07-18 16:24:42 DEBUG: Going to apply changeset:
3364 Date: 2008-05-21 21:09:45.949018+00:00
3366 Entries: include/osg/NodeVisitor(UPD), include/osg/PagedLOD(UPD), include/osg/ProxyNode(UPD), include/osgDB/DatabasePager(UPD), include/osgDB/ReaderWriter(UPD), src/osg/PagedLOD.cpp(UPD), src/osg/ProxyNode.cpp(UPD), src/osgDB/DatabasePager.cpp(UPD), src/osgDB/Registry.cpp(UPD), src/osgPlugins/curl/CMakeLists.txt(UPD), src/osgPlugins/curl/ReaderWriterCURL.cpp(UPD), src/osgPlugins/osg/PagedLOD.cpp(UPD), src/osgPlugins/txp/TXPPagedLOD.cpp(UPD), src/osgViewer/CompositeViewer.cpp(UPD), src/osgViewer/Viewer.cpp(UPD), src/osgViewer/ViewerBase.cpp(UPD), src/osgWrappers/osg/NodeVisitor.cpp(UPD), src/osgWrappers/osg/PagedLOD.cpp(UPD), src/osgWrappers/osg/ProxyNode.cpp(UPD), src/osgWrappers/osgDB/DatabasePager.cpp(UPD), src/osgWrappers/osgDB/ReaderWriter.cpp(UPD)
3367 Log: Refactored DatabasePager and related classes to introduce support for
3368 multi-threaded paging, where the Pager manages threads of reading local
3369 and http files via seperate threads. This makes it possible to smoothly
3370 browse large databases where parts of the data are locally cached while
3371 others are on a remote server. Previously with this type of dataset
3372 the pager would stall all paging while http requests were being served,
3373 even when parts of the models are still loadable virtue of being in the
3376 Also as part of the refactoring the DatabaseRequest are now stored in the
3377 ProxyNode/PagedLOD nodes to facilitate quite updating in the cull traversal,
3378 with the new code avoiding mutex locks and searches. Previous on big
3379 databases the overhead involved in make database requests could accumulate
3380 to a point where it'd cause the cull traversal to break frame. The overhead
3383 Finally OSG_FILE_CACHE support has been moved from the curl plugin into
3384 the DatabasePager. Eventually this functionality will be moved out into
3385 osgDB for more general usage.
3388 2008-07-18 16:24:42 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8325 . 2>&1
3389 2008-07-18 16:24:42 DEBUG: Executing svn update --ignore-externals --revision 8325 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3390 2008-07-18 16:24:50 INFO: [Ok]
3391 2008-07-18 16:24:50 DEBUG: include/osg/NodeVisitor,include/osg/PagedLOD,include/osg/ProxyNode,include/osgDB/DatabasePager,include/osgDB/ReaderWriter,src/osg/PagedLOD.cpp,src/osg/ProxyNode.cpp,src/osgDB/DatabasePager.cpp,src/osgDB/Registry.cpp,src/osgPlugins/curl/CMakeLists.txt,src/osgPlugins/curl/ReaderWriterCURL.cpp,src/osgPlugins/osg/PagedLOD.cpp,src/osgPlugins/txp/TXPPagedLOD.cpp,src/osgViewer/CompositeViewer.cpp,src/osgViewer/Viewer.cpp,src/osgViewer/ViewerBase.cpp,src/osgWrappers/osg/NodeVisitor.cpp,src/osgWrappers/osg/PagedLOD.cpp,src/osgWrappers/osg/ProxyNode.cpp,src/osgWrappers/osgDB/DatabasePager.cpp,src/osgWrappers/osgDB/ReaderWriter.cpp updated to 8325
3392 2008-07-18 16:24:50 INFO: Committing u'8325'...
3393 2008-07-18 16:24:50 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3394 2008-07-18 16:24:50 INFO: Changeset #3
3395 2008-07-18 16:24:50 INFO: Changeset "8326"
3396 2008-07-18 16:24:50 INFO: Log message: Checking in missed header
3398 2008-07-18 16:24:50 DEBUG: Going to apply changeset:
3400 Date: 2008-05-22 08:31:56.870222+00:00
3402 Entries: src/osgPlugins/curl/ReaderWriterCURL.h(ADD)
3403 Log: Checking in missed header
3405 2008-07-18 16:24:50 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8326 . 2>&1
3406 2008-07-18 16:24:50 DEBUG: Executing svn update --ignore-externals --revision 8326 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3407 2008-07-18 16:24:56 INFO: [Ok]
3408 2008-07-18 16:24:56 DEBUG: src/osgPlugins/curl/ReaderWriterCURL.h updated to 8326
3409 2008-07-18 16:24:56 INFO: Adding src/osgPlugins/curl/ReaderWriterCURL.h...
3410 2008-07-18 16:24:56 INFO: Committing u'8326'...
3411 2008-07-18 16:24:56 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3412 2008-07-18 16:24:56 INFO: Changeset #4
3413 2008-07-18 16:24:56 INFO: Changeset "8327"
3414 2008-07-18 16:24:56 INFO: Log message: Fixed warning by adding in missing return
3416 2008-07-18 16:24:56 DEBUG: Going to apply changeset:
3418 Date: 2008-05-22 11:21:04.120541+00:00
3420 Entries: src/osgDB/DatabasePager.cpp(UPD)
3421 Log: Fixed warning by adding in missing return
3423 2008-07-18 16:24:56 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8327 . 2>&1
3424 2008-07-18 16:24:56 DEBUG: Executing svn update --ignore-externals --revision 8327 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3425 2008-07-18 16:25:03 INFO: [Ok]
3426 2008-07-18 16:25:03 DEBUG: src/osgDB/DatabasePager.cpp updated to 8327
3427 2008-07-18 16:25:03 INFO: Committing u'8327'...
3428 2008-07-18 16:25:03 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3429 2008-07-18 16:25:03 INFO: Changeset #5
3430 2008-07-18 16:25:03 INFO: Changeset "8328"
3431 2008-07-18 16:25:03 INFO: Log message: Reorginaized the DatabaseQueue's to avoid warnings under Windows
3433 2008-07-18 16:25:03 DEBUG: Going to apply changeset:
3435 Date: 2008-05-22 12:38:36.068506+00:00
3437 Entries: include/osgDB/DatabasePager(UPD), src/osgDB/DatabasePager.cpp(UPD)
3438 Log: Reorginaized the DatabaseQueue's to avoid warnings under Windows
3440 2008-07-18 16:25:03 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8328 . 2>&1
3441 2008-07-18 16:25:03 DEBUG: Executing svn update --ignore-externals --revision 8328 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3442 2008-07-18 16:25:09 INFO: [Ok]
3443 2008-07-18 16:25:09 DEBUG: include/osgDB/DatabasePager,src/osgDB/DatabasePager.cpp updated to 8328
3444 2008-07-18 16:25:09 INFO: Committing u'8328'...
3445 2008-07-18 16:25:09 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3446 2008-07-18 16:25:09 INFO: Changeset #6
3447 2008-07-18 16:25:09 INFO: Changeset "8329"
3448 2008-07-18 16:25:09 INFO: Log message: Added new osgscreencapture example folder, implementation to follow
3450 2008-07-18 16:25:09 DEBUG: Going to apply changeset:
3452 Date: 2008-05-22 13:10:40.436645+00:00
3454 Entries: examples/CMakeLists.txt(UPD), examples/osgscreencapture(ADD), examples/osgscreencapture/CMakeLists.txt(ADD), examples/osgscreencapture/osgscreenscapture.cpp(ADD)
3455 Log: Added new osgscreencapture example folder, implementation to follow
3457 2008-07-18 16:25:09 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8329 . 2>&1
3458 2008-07-18 16:25:09 DEBUG: Executing svn update --ignore-externals --revision 8329 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3459 2008-07-18 16:25:15 INFO: [Ok]
3460 2008-07-18 16:25:15 DEBUG: examples/CMakeLists.txt,examples/osgscreencapture,examples/osgscreencapture/CMakeLists.txt,examples/osgscreencapture/osgscreenscapture.cpp updated to 8329
3461 2008-07-18 16:25:15 INFO: Adding examples/osgscreencapture/CMakeLists.txt, examples/osgscreencapture/osgscreenscapture.cpp...
3462 2008-07-18 16:25:15 INFO: Adding examples/osgscreencapture/CMakeLists.txt, examples/osgscreencapture/osgscreenscapture.cpp...
3463 2008-07-18 16:25:15 INFO: Committing u'8329'...
3464 2008-07-18 16:25:15 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3465 2008-07-18 16:25:15 INFO: Changeset #7
3466 2008-07-18 16:25:15 INFO: Changeset "8330"
3467 2008-07-18 16:25:15 INFO: Log message: Fixed name of source file
3469 2008-07-18 16:25:15 DEBUG: Going to apply changeset:
3471 Date: 2008-05-22 13:11:23.224852+00:00
3473 Entries: examples/osgscreencapture/osgscreencapture.cpp(REN from examples/osgscreencapture/osgscreenscapture.cpp)
3474 Log: Fixed name of source file
3476 2008-07-18 16:25:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8330 . 2>&1
3477 2008-07-18 16:25:15 DEBUG: Executing svn update --ignore-externals --revision 8330 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3478 2008-07-18 16:25:21 INFO: [Ok]
3479 2008-07-18 16:25:21 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8330
3480 2008-07-18 16:25:21 INFO: Renaming 'examples/osgscreencapture/osgscreenscapture.cpp' to 'examples/osgscreencapture/osgscreencapture.cpp'...
3481 2008-07-18 16:25:21 INFO: Committing u'8330'...
3482 2008-07-18 16:25:21 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3483 2008-07-18 16:25:21 INFO: Changeset #8
3484 2008-07-18 16:25:21 INFO: Changeset "8331"
3485 2008-07-18 16:25:21 INFO: Log message: Added camera final callback attachment code.
3487 2008-07-18 16:25:21 DEBUG: Going to apply changeset:
3489 Date: 2008-05-22 15:43:01.925849+00:00
3491 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3492 Log: Added camera final callback attachment code.
3494 2008-07-18 16:25:21 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8331 . 2>&1
3495 2008-07-18 16:25:21 DEBUG: Executing svn update --ignore-externals --revision 8331 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3496 2008-07-18 16:25:27 INFO: [Ok]
3497 2008-07-18 16:25:27 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8331
3498 2008-07-18 16:25:27 INFO: Committing u'8331'...
3499 2008-07-18 16:25:27 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3500 2008-07-18 16:25:27 INFO: Changeset #9
3501 2008-07-18 16:25:27 INFO: Changeset "8332"
3502 2008-07-18 16:25:27 INFO: Log message: Added basic glReadPixels code
3504 2008-07-18 16:25:27 DEBUG: Going to apply changeset:
3506 Date: 2008-05-22 17:50:22.520649+00:00
3508 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3509 Log: Added basic glReadPixels code
3511 2008-07-18 16:25:27 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8332 . 2>&1
3512 2008-07-18 16:25:27 DEBUG: Executing svn update --ignore-externals --revision 8332 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3513 2008-07-18 16:25:33 INFO: [Ok]
3514 2008-07-18 16:25:33 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8332
3515 2008-07-18 16:25:33 INFO: Committing u'8332'...
3516 2008-07-18 16:25:33 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3517 2008-07-18 16:25:33 INFO: Changeset #10
3518 2008-07-18 16:25:33 INFO: Changeset "8333"
3519 2008-07-18 16:25:33 INFO: Log message: Added single buffered and double buffered PBO support, and --no-pbo,
3520 --single-pbo and --double-pbo command line parameters
3522 2008-07-18 16:25:33 DEBUG: Going to apply changeset:
3524 Date: 2008-05-23 16:26:03.887840+00:00
3526 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3527 Log: Added single buffered and double buffered PBO support, and --no-pbo,
3528 --single-pbo and --double-pbo command line parameters
3530 2008-07-18 16:25:33 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8333 . 2>&1
3531 2008-07-18 16:25:33 DEBUG: Executing svn update --ignore-externals --revision 8333 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3532 2008-07-18 16:25:39 INFO: [Ok]
3533 2008-07-18 16:25:39 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8333
3534 2008-07-18 16:25:39 INFO: Committing u'8333'...
3535 2008-07-18 16:25:39 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3536 2008-07-18 16:25:39 INFO: Changeset #11
3537 2008-07-18 16:25:39 INFO: Changeset "8334"
3538 2008-07-18 16:25:39 INFO: Log message: Changed default format to GL_BGR
3540 2008-07-18 16:25:39 DEBUG: Going to apply changeset:
3542 Date: 2008-05-24 08:13:55.770800+00:00
3544 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3545 Log: Changed default format to GL_BGR
3547 2008-07-18 16:25:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8334 . 2>&1
3548 2008-07-18 16:25:39 DEBUG: Executing svn update --ignore-externals --revision 8334 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3549 2008-07-18 16:25:45 INFO: [Ok]
3550 2008-07-18 16:25:45 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8334
3551 2008-07-18 16:25:45 INFO: Committing u'8334'...
3552 2008-07-18 16:25:45 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3553 2008-07-18 16:25:45 INFO: Changeset #12
3554 2008-07-18 16:25:45 INFO: Changeset "8335"
3555 2008-07-18 16:25:45 INFO: Log message: Added RenderStage::setClear*() methods from Camera::getClear*() sources
3557 2008-07-18 16:25:45 DEBUG: Going to apply changeset:
3559 Date: 2008-05-24 09:24:37.307814+00:00
3561 Entries: src/osgUtil/CullVisitor.cpp(UPD)
3562 Log: Added RenderStage::setClear*() methods from Camera::getClear*() sources
3564 2008-07-18 16:25:45 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8335 . 2>&1
3565 2008-07-18 16:25:45 DEBUG: Executing svn update --ignore-externals --revision 8335 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3566 2008-07-18 16:25:51 INFO: [Ok]
3567 2008-07-18 16:25:51 DEBUG: src/osgUtil/CullVisitor.cpp updated to 8335
3568 2008-07-18 16:25:51 INFO: Committing u'8335'...
3569 2008-07-18 16:25:51 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3570 2008-07-18 16:25:51 INFO: Changeset #13
3571 2008-07-18 16:25:51 INFO: Changeset "8336"
3572 2008-07-18 16:25:51 INFO: Log message: Added #define's for PixelBufferObject extensions.
3574 Added docs for Camera::DrawCallback
3576 2008-07-18 16:25:51 DEBUG: Going to apply changeset:
3578 Date: 2008-05-24 11:05:10.456287+00:00
3580 Entries: include/osg/BufferObject(UPD), include/osg/Camera(UPD)
3581 Log: Added #define's for PixelBufferObject extensions.
3583 Added docs for Camera::DrawCallback
3585 2008-07-18 16:25:51 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8336 . 2>&1
3586 2008-07-18 16:25:51 DEBUG: Executing svn update --ignore-externals --revision 8336 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3587 2008-07-18 16:25:59 INFO: [Ok]
3588 2008-07-18 16:25:59 DEBUG: include/osg/BufferObject,include/osg/Camera updated to 8336
3589 2008-07-18 16:25:59 INFO: Committing u'8336'...
3590 2008-07-18 16:25:59 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3591 2008-07-18 16:25:59 INFO: Changeset #14
3592 2008-07-18 16:25:59 INFO: Changeset "8337"
3593 2008-07-18 16:25:59 INFO: Log message: Added check for pkg-config so that build only use related package checks when
3596 2008-07-18 16:25:59 DEBUG: Going to apply changeset:
3598 Date: 2008-05-25 11:21:40.461096+00:00
3600 Entries: CMakeLists.txt(UPD)
3601 Log: Added check for pkg-config so that build only use related package checks when
3604 2008-07-18 16:25:59 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8337 . 2>&1
3605 2008-07-18 16:25:59 DEBUG: Executing svn update --ignore-externals --revision 8337 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3606 2008-07-18 16:26:05 INFO: [Ok]
3607 2008-07-18 16:26:05 DEBUG: CMakeLists.txt updated to 8337
3608 2008-07-18 16:26:05 INFO: Committing u'8337'...
3609 2008-07-18 16:26:05 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3610 2008-07-18 16:26:05 INFO: Changeset #15
3611 2008-07-18 16:26:05 INFO: Changeset "8338"
3612 2008-07-18 16:26:05 INFO: Log message: Added option for controlling whether the front buffer is read at the start of the
3613 frame or the back buffer at the end of the frame.
3616 2008-07-18 16:26:05 DEBUG: Going to apply changeset:
3618 Date: 2008-05-25 21:35:39.586645+00:00
3620 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3621 Log: Added option for controlling whether the front buffer is read at the start of the
3622 frame or the back buffer at the end of the frame.
3625 2008-07-18 16:26:05 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8338 . 2>&1
3626 2008-07-18 16:26:05 DEBUG: Executing svn update --ignore-externals --revision 8338 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3627 2008-07-18 16:26:12 INFO: [Ok]
3628 2008-07-18 16:26:12 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8338
3629 2008-07-18 16:26:12 INFO: Committing u'8338'...
3630 2008-07-18 16:26:12 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3631 2008-07-18 16:26:12 INFO: Changeset #16
3632 2008-07-18 16:26:12 INFO: Changeset "8339"
3633 2008-07-18 16:26:12 INFO: Log message: Added option for setting whether the front or back buffer should be read using
3634 --front and --back command line options.
3636 2008-07-18 16:26:12 DEBUG: Going to apply changeset:
3638 Date: 2008-05-25 21:52:32.208670+00:00
3640 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3641 Log: Added option for setting whether the front or back buffer should be read using
3642 --front and --back command line options.
3644 2008-07-18 16:26:12 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8339 . 2>&1
3645 2008-07-18 16:26:12 DEBUG: Executing svn update --ignore-externals --revision 8339 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3646 2008-07-18 16:26:18 INFO: [Ok]
3647 2008-07-18 16:26:18 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8339
3648 2008-07-18 16:26:18 INFO: Committing u'8339'...
3649 2008-07-18 16:26:18 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3650 2008-07-18 16:26:18 INFO: Changeset #17
3651 2008-07-18 16:26:18 INFO: Changeset "8340"
3652 2008-07-18 16:26:18 INFO: Log message: Switch to using an inital draw callback when use --start-frame
3654 2008-07-18 16:26:18 DEBUG: Going to apply changeset:
3656 Date: 2008-05-25 22:06:41.558388+00:00
3658 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3659 Log: Switch to using an inital draw callback when use --start-frame
3661 2008-07-18 16:26:18 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8340 . 2>&1
3662 2008-07-18 16:26:18 DEBUG: Executing svn update --ignore-externals --revision 8340 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3663 2008-07-18 16:26:25 INFO: [Ok]
3664 2008-07-18 16:26:25 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8340
3665 2008-07-18 16:26:25 INFO: Committing u'8340'...
3666 2008-07-18 16:26:25 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3667 2008-07-18 16:26:25 INFO: Changeset #18
3668 2008-07-18 16:26:25 INFO: Changeset "8341"
3669 2008-07-18 16:26:25 INFO: Log message: Added option for doing triple buffering, and set the default read format
3672 2008-07-18 16:26:25 DEBUG: Going to apply changeset:
3674 Date: 2008-05-26 11:53:51.689989+00:00
3676 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3677 Log: Added option for doing triple buffering, and set the default read format
3680 2008-07-18 16:26:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8341 . 2>&1
3681 2008-07-18 16:26:25 DEBUG: Executing svn update --ignore-externals --revision 8341 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3682 2008-07-18 16:26:31 INFO: [Ok]
3683 2008-07-18 16:26:31 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8341
3684 2008-07-18 16:26:31 INFO: Committing u'8341'...
3685 2008-07-18 16:26:31 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3686 2008-07-18 16:26:31 INFO: Changeset #19
3687 2008-07-18 16:26:31 INFO: Changeset "8342"
3688 2008-07-18 16:26:31 INFO: Log message: Added automatic selection of the pixel type according to the window type
3690 2008-07-18 16:26:31 DEBUG: Going to apply changeset:
3692 Date: 2008-05-26 11:59:25.267903+00:00
3694 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3695 Log: Added automatic selection of the pixel type according to the window type
3697 2008-07-18 16:26:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8342 . 2>&1
3698 2008-07-18 16:26:31 DEBUG: Executing svn update --ignore-externals --revision 8342 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3699 2008-07-18 16:26:37 INFO: [Ok]
3700 2008-07-18 16:26:37 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8342
3701 2008-07-18 16:26:37 INFO: Committing u'8342'...
3702 2008-07-18 16:26:37 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3703 2008-07-18 16:26:37 INFO: Changeset #20
3704 2008-07-18 16:26:37 INFO: Changeset "8343"
3705 2008-07-18 16:26:37 INFO: Log message: Added feedback of pixel format chosen for read back
3707 2008-07-18 16:26:37 DEBUG: Going to apply changeset:
3709 Date: 2008-05-26 12:01:24.445230+00:00
3711 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3712 Log: Added feedback of pixel format chosen for read back
3714 2008-07-18 16:26:37 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8343 . 2>&1
3715 2008-07-18 16:26:37 DEBUG: Executing svn update --ignore-externals --revision 8343 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3716 2008-07-18 16:26:43 INFO: [Ok]
3717 2008-07-18 16:26:43 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8343
3718 2008-07-18 16:26:43 INFO: Committing u'8343'...
3719 2008-07-18 16:26:43 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3720 2008-07-18 16:26:43 INFO: Changeset #21
3721 2008-07-18 16:26:43 INFO: Changeset "8344"
3722 2008-07-18 16:26:43 INFO: Log message: Added better stats reporting
3724 2008-07-18 16:26:43 DEBUG: Going to apply changeset:
3726 Date: 2008-05-26 14:30:48.908452+00:00
3728 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3729 Log: Added better stats reporting
3731 2008-07-18 16:26:43 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8344 . 2>&1
3732 2008-07-18 16:26:43 DEBUG: Executing svn update --ignore-externals --revision 8344 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3733 2008-07-18 16:26:49 INFO: [Ok]
3734 2008-07-18 16:26:49 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8344
3735 2008-07-18 16:26:49 INFO: Committing u'8344'...
3736 2008-07-18 16:26:49 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3737 2008-07-18 16:26:49 INFO: Changeset #22
3738 2008-07-18 16:26:49 INFO: Changeset "8345"
3739 2008-07-18 16:26:49 INFO: Log message: Added basic --pbuffer width height support
3741 2008-07-18 16:26:49 DEBUG: Going to apply changeset:
3743 Date: 2008-05-26 15:41:54.906961+00:00
3745 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3746 Log: Added basic --pbuffer width height support
3748 2008-07-18 16:26:49 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8345 . 2>&1
3749 2008-07-18 16:26:49 DEBUG: Executing svn update --ignore-externals --revision 8345 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3750 2008-07-18 16:26:55 INFO: [Ok]
3751 2008-07-18 16:26:55 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8345
3752 2008-07-18 16:26:55 INFO: Committing u'8345'...
3753 2008-07-18 16:26:55 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3754 2008-07-18 16:26:55 INFO: Changeset #23
3755 2008-07-18 16:26:55 INFO: Changeset "8346"
3756 2008-07-18 16:26:55 INFO: Log message: Introduce --pbuffer-only width height option, and added fps reporting to stats output
3758 2008-07-18 16:26:55 DEBUG: Going to apply changeset:
3760 Date: 2008-05-26 16:25:31.330921+00:00
3762 Entries: examples/osgscreencapture/osgscreencapture.cpp(UPD)
3763 Log: Introduce --pbuffer-only width height option, and added fps reporting to stats output
3765 2008-07-18 16:26:55 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8346 . 2>&1
3766 2008-07-18 16:26:55 DEBUG: Executing svn update --ignore-externals --revision 8346 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3767 2008-07-18 16:27:01 INFO: [Ok]
3768 2008-07-18 16:27:01 DEBUG: examples/osgscreencapture/osgscreencapture.cpp updated to 8346
3769 2008-07-18 16:27:01 INFO: Committing u'8346'...
3770 2008-07-18 16:27:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3771 2008-07-18 16:27:01 INFO: Changeset #24
3772 2008-07-18 16:27:01 INFO: Changeset "8347"
3773 2008-07-18 16:27:01 INFO: Log message: Added continuous recording of the animation path to the RecordAnimationPathHandler
3775 2008-07-18 16:27:01 DEBUG: Going to apply changeset:
3777 Date: 2008-05-26 17:30:43.891210+00:00
3779 Entries: include/osg/AnimationPath(UPD), include/osgViewer/ViewerEventHandlers(UPD), src/osg/AnimationPath.cpp(UPD), src/osgViewer/ViewerEventHandlers.cpp(UPD)
3780 Log: Added continuous recording of the animation path to the RecordAnimationPathHandler
3782 2008-07-18 16:27:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8347 . 2>&1
3783 2008-07-18 16:27:01 DEBUG: Executing svn update --ignore-externals --revision 8347 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3784 2008-07-18 16:27:07 INFO: [Ok]
3785 2008-07-18 16:27:07 DEBUG: include/osg/AnimationPath,include/osgViewer/ViewerEventHandlers,src/osg/AnimationPath.cpp,src/osgViewer/ViewerEventHandlers.cpp updated to 8347
3786 2008-07-18 16:27:07 INFO: Committing u'8347'...
3787 2008-07-18 16:27:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3788 2008-07-18 16:27:07 INFO: Changeset #25
3789 2008-07-18 16:27:07 INFO: Changeset "8348"
3790 2008-07-18 16:27:07 INFO: Log message: Added debug block to output the location of the master camera for each View in a Viewer.
3792 2008-07-18 16:27:07 DEBUG: Going to apply changeset:
3794 Date: 2008-05-26 20:46:21.529153+00:00
3796 Entries: src/osgViewer/ViewerBase.cpp(UPD)
3797 Log: Added debug block to output the location of the master camera for each View in a Viewer.
3799 2008-07-18 16:27:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8348 . 2>&1
3800 2008-07-18 16:27:07 DEBUG: Executing svn update --ignore-externals --revision 8348 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3801 2008-07-18 16:27:13 INFO: [Ok]
3802 2008-07-18 16:27:13 DEBUG: src/osgViewer/ViewerBase.cpp updated to 8348
3803 2008-07-18 16:27:13 INFO: Committing u'8348'...
3804 2008-07-18 16:27:13 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3805 2008-07-18 16:27:13 INFO: Changeset #26
3806 2008-07-18 16:27:13 INFO: Changeset "8349"
3807 2008-07-18 16:27:13 INFO: Log message: From Colin McDonald, "I had to tighten a declaration in OpenFlight/FltWriteResult.h, as the Solaris SunStudio 11 compiler was being picky and wouldn't compile."
3809 2008-07-18 16:27:13 DEBUG: Going to apply changeset:
3811 Date: 2008-05-26 21:04:47.158501+00:00
3813 Entries: src/osgPlugins/OpenFlight/FltWriteResult.h(UPD)
3814 Log: From Colin McDonald, "I had to tighten a declaration in OpenFlight/FltWriteResult.h, as the Solaris SunStudio 11 compiler was being picky and wouldn't compile."
3816 2008-07-18 16:27:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8349 . 2>&1
3817 2008-07-18 16:27:13 DEBUG: Executing svn update --ignore-externals --revision 8349 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3818 2008-07-18 16:27:19 INFO: [Ok]
3819 2008-07-18 16:27:19 DEBUG: src/osgPlugins/OpenFlight/FltWriteResult.h updated to 8349
3820 2008-07-18 16:27:19 INFO: Committing u'8349'...
3821 2008-07-18 16:27:19 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3822 2008-07-18 16:27:19 INFO: Changeset #27
3823 2008-07-18 16:27:19 INFO: Changeset "8350"
3824 2008-07-18 16:27:19 INFO: Log message: From Paul Melis, "Here is an update to the osgviewerWX example. Keyboard events were not always received because the GraphicsWindowWX wasn't receiving focus. It now receives focus when the mouse enters the window.
3825 * I split the mouse handling from a monolithic method to separate ones, slightly cleaner than a whole bunch of if()'s, especially with another case of the mouse entering the canvas.
3826 * I changed the EVT_KEY_DOWN handler to an EVT_CHAR handler, although that now makes the up and down handler assymetric. The new down-handler returns translated key codes, so when you press the S key (without anything else), it actually returns 's' and not 'S' as the EVT_KEY_DOWN did. This means that statistics can be called up in the viewer window, while the example previously only printed a "Stats output:" line to the console. I'm not truly happy that the up handler returns _untranslated_ key codes. But solving this completely would probably mean adding some table that translated from wxWidgets' untranslated key codes to OSG's internal ones. This might be interesting to add, as anyone using OSG + wxWidgets in any serious manner would also have to add this.
3827 * I commented out the evt.Skip()'s in the keyboard handlers as these would only be necessary if there were some key events that are not handled. But currently all key events are simply forwarded.
3828 * I changed the handling of a mouse drag to a more general mouse move"
3830 2008-07-18 16:27:19 DEBUG: Going to apply changeset:
3832 Date: 2008-05-26 21:09:54.056389+00:00
3834 Entries: examples/osgviewerWX/osgviewerWX.cpp(UPD), examples/osgviewerWX/osgviewerWX.h(UPD)
3835 Log: From Paul Melis, "Here is an update to the osgviewerWX example. Keyboard events were not always received because the GraphicsWindowWX wasn't receiving focus. It now receives focus when the mouse enters the window.
3836 * I split the mouse handling from a monolithic method to separate ones, slightly cleaner than a whole bunch of if()'s, especially with another case of the mouse entering the canvas.
3837 * I changed the EVT_KEY_DOWN handler to an EVT_CHAR handler, although that now makes the up and down handler assymetric. The new down-handler returns translated key codes, so when you press the S key (without anything else), it actually returns 's' and not 'S' as the EVT_KEY_DOWN did. This means that statistics can be called up in the viewer window, while the example previously only printed a "Stats output:" line to the console. I'm not truly happy that the up handler returns _untranslated_ key codes. But solving this completely would probably mean adding some table that translated from wxWidgets' untranslated key codes to OSG's internal ones. This might be interesting to add, as anyone using OSG + wxWidgets in any serious manner would also have to add this.
3838 * I commented out the evt.Skip()'s in the keyboard handlers as these would only be necessary if there were some key events that are not handled. But currently all key events are simply forwarded.
3839 * I changed the handling of a mouse drag to a more general mouse move"
3841 2008-07-18 16:27:19 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8350 . 2>&1
3842 2008-07-18 16:27:19 DEBUG: Executing svn update --ignore-externals --revision 8350 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3843 2008-07-18 16:27:25 INFO: [Ok]
3844 2008-07-18 16:27:25 DEBUG: examples/osgviewerWX/osgviewerWX.cpp,examples/osgviewerWX/osgviewerWX.h updated to 8350
3845 2008-07-18 16:27:25 INFO: Committing u'8350'...
3846 2008-07-18 16:27:25 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3847 2008-07-18 16:27:25 INFO: Changeset #28
3848 2008-07-18 16:27:25 INFO: Changeset "8351"
3849 2008-07-18 16:27:25 INFO: Log message: Updated wrappers
3851 2008-07-18 16:27:25 DEBUG: Going to apply changeset:
3853 Date: 2008-05-26 21:10:10.833296+00:00
3855 Entries: src/osgWrappers/osg/AnimationPath.cpp(UPD)
3856 Log: Updated wrappers
3858 2008-07-18 16:27:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8351 . 2>&1
3859 2008-07-18 16:27:25 DEBUG: Executing svn update --ignore-externals --revision 8351 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3860 2008-07-18 16:27:32 INFO: [Ok]
3861 2008-07-18 16:27:32 DEBUG: src/osgWrappers/osg/AnimationPath.cpp updated to 8351
3862 2008-07-18 16:27:32 INFO: Committing u'8351'...
3863 2008-07-18 16:27:32 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3864 2008-07-18 16:27:32 INFO: Changeset #29
3865 2008-07-18 16:27:32 INFO: Changeset "8352"
3866 2008-07-18 16:27:32 INFO: Log message: From Philip Lowman, "I changed the test name to be a little easier to understand and defaulted Linux & Windows builds to false and to skip the compile check as you desired.
3869 2008-07-18 16:27:32 DEBUG: Going to apply changeset:
3871 Date: 2008-05-26 21:18:41.845859+00:00
3873 Entries: CMakeLists.txt(UPD)
3874 Log: From Philip Lowman, "I changed the test name to be a little easier to understand and defaulted Linux & Windows builds to false and to skip the compile check as you desired.
3877 2008-07-18 16:27:32 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8352 . 2>&1
3878 2008-07-18 16:27:32 DEBUG: Executing svn update --ignore-externals --revision 8352 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3879 2008-07-18 16:27:38 INFO: [Ok]
3880 2008-07-18 16:27:38 DEBUG: CMakeLists.txt updated to 8352
3881 2008-07-18 16:27:38 INFO: Committing u'8352'...
3882 2008-07-18 16:27:38 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3883 2008-07-18 16:27:38 INFO: Changeset #30
3884 2008-07-18 16:27:38 INFO: Changeset "8353"
3885 2008-07-18 16:27:38 INFO: Log message: From Gino, "According to the 1.4.1 COLLADA spec (2nd ed) the standard behavior for fx_sampler_wrap_common is as follows
3887 CLAMP ->GL_CLAMP_TO_EDGE
3888 NONE->GL_CLAMP_TO_BORDER
3890 The current 2.5.0 daePlugin assumes the following binding
3895 Notably the GL_CLAMP binding will result in visible black seams on input files that use otherwise matching textures. Replacing GL_CLAMP by GL_CLAMP_TO_EDGE solves this problem. I've updated both the read and write functions.
3898 2008-07-18 16:27:38 DEBUG: Going to apply changeset:
3900 Date: 2008-05-26 21:32:05.251137+00:00
3902 Entries: src/osgPlugins/dae/daeRMaterials.cpp(UPD), src/osgPlugins/dae/daeWMaterials.cpp(UPD)
3903 Log: From Gino, "According to the 1.4.1 COLLADA spec (2nd ed) the standard behavior for fx_sampler_wrap_common is as follows
3905 CLAMP ->GL_CLAMP_TO_EDGE
3906 NONE->GL_CLAMP_TO_BORDER
3908 The current 2.5.0 daePlugin assumes the following binding
3913 Notably the GL_CLAMP binding will result in visible black seams on input files that use otherwise matching textures. Replacing GL_CLAMP by GL_CLAMP_TO_EDGE solves this problem. I've updated both the read and write functions.
3916 2008-07-18 16:27:38 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8353 . 2>&1
3917 2008-07-18 16:27:38 DEBUG: Executing svn update --ignore-externals --revision 8353 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3918 2008-07-18 16:27:44 INFO: [Ok]
3919 2008-07-18 16:27:44 DEBUG: src/osgPlugins/dae/daeRMaterials.cpp,src/osgPlugins/dae/daeWMaterials.cpp updated to 8353
3920 2008-07-18 16:27:44 INFO: Committing u'8353'...
3921 2008-07-18 16:27:44 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3922 2008-07-18 16:27:44 INFO: Changeset #31
3923 2008-07-18 16:27:44 INFO: Changeset "8354"
3924 2008-07-18 16:27:44 INFO: Log message: From Paul Martz, "The attached code changes StateSet::merge() so that it copies RenderBin data such as the rendering hint and RenderBin details from rhs into "this", only if "this" has RenderBin mode set to INHERIT.
3926 It replaces a comment by you indicating something along these lines should be done. To me, this seems like the right thing to do."
3928 2008-07-18 16:27:44 DEBUG: Going to apply changeset:
3930 Date: 2008-05-26 21:33:41.028645+00:00
3932 Entries: src/osg/StateSet.cpp(UPD)
3933 Log: From Paul Martz, "The attached code changes StateSet::merge() so that it copies RenderBin data such as the rendering hint and RenderBin details from rhs into "this", only if "this" has RenderBin mode set to INHERIT.
3935 It replaces a comment by you indicating something along these lines should be done. To me, this seems like the right thing to do."
3937 2008-07-18 16:27:44 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8354 . 2>&1
3938 2008-07-18 16:27:44 DEBUG: Executing svn update --ignore-externals --revision 8354 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3939 2008-07-18 16:27:50 INFO: [Ok]
3940 2008-07-18 16:27:50 DEBUG: src/osg/StateSet.cpp updated to 8354
3941 2008-07-18 16:27:50 INFO: Committing u'8354'...
3942 2008-07-18 16:27:50 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3943 2008-07-18 16:27:50 INFO: Changeset #32
3944 2008-07-18 16:27:50 INFO: Changeset "8355"
3945 2008-07-18 16:27:50 INFO: Log message: Fixed copyright notice typo
3947 2008-07-18 16:27:50 DEBUG: Going to apply changeset:
3949 Date: 2008-05-26 21:44:14.798068+00:00
3951 Entries: include/osg/CullSettings(UPD)
3952 Log: Fixed copyright notice typo
3954 2008-07-18 16:27:50 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8355 . 2>&1
3955 2008-07-18 16:27:50 DEBUG: Executing svn update --ignore-externals --revision 8355 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3956 2008-07-18 16:27:56 INFO: [Ok]
3957 2008-07-18 16:27:56 DEBUG: include/osg/CullSettings updated to 8355
3958 2008-07-18 16:27:56 INFO: Committing u'8355'...
3959 2008-07-18 16:27:56 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3960 2008-07-18 16:27:56 INFO: Changeset #33
3961 2008-07-18 16:27:56 INFO: Changeset "8356"
3962 2008-07-18 16:27:56 INFO: Log message: From Art Tevs, "I've attached a patch for the Texture2DArray which solves problems of loading image data into the texture array. So here are a small description:
3964 - Solves issues of loading image data into the texture memory
3965 - Print a warning if images are of different dimensions or have different internal formats (GL specification requires images to be the same)
3968 Patch is tested and seems to work fine. It shouldn't break any other functionality. It should go into include/osg and src/osg
3971 2008-07-18 16:27:56 DEBUG: Going to apply changeset:
3973 Date: 2008-05-26 21:53:57.392927+00:00
3975 Entries: include/osg/Texture2DArray(UPD), src/osg/Texture2DArray.cpp(UPD)
3976 Log: From Art Tevs, "I've attached a patch for the Texture2DArray which solves problems of loading image data into the texture array. So here are a small description:
3978 - Solves issues of loading image data into the texture memory
3979 - Print a warning if images are of different dimensions or have different internal formats (GL specification requires images to be the same)
3982 Patch is tested and seems to work fine. It shouldn't break any other functionality. It should go into include/osg and src/osg
3985 2008-07-18 16:27:56 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8356 . 2>&1
3986 2008-07-18 16:27:56 DEBUG: Executing svn update --ignore-externals --revision 8356 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
3987 2008-07-18 16:28:02 INFO: [Ok]
3988 2008-07-18 16:28:02 DEBUG: include/osg/Texture2DArray,src/osg/Texture2DArray.cpp updated to 8356
3989 2008-07-18 16:28:02 INFO: Committing u'8356'...
3990 2008-07-18 16:28:02 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3991 2008-07-18 16:28:02 INFO: Changeset #34
3992 2008-07-18 16:28:02 INFO: Changeset "8357"
3993 2008-07-18 16:28:02 INFO: Log message: From Paul Martz, "When exporting a DrawArrays PrimitiveSet, the DAE plugin computes an incorrect nbVerticesPerPoly if the first index is not zero. The issue can be reproduced easily with:
3994 osgconv cessna.osg cessna.dae
3996 Examination of the resulting .dae file reveals several out-of-range tristrip indices; viewing the .dae file in osgviewer causes a crash when OSG tries to lookup those indices.
3998 Attached resolves this issue."
4000 2008-07-18 16:28:02 DEBUG: Going to apply changeset:
4002 Date: 2008-05-26 22:34:06.554252+00:00
4004 Entries: src/osgPlugins/dae/daeWGeometry.cpp(UPD)
4005 Log: From Paul Martz, "When exporting a DrawArrays PrimitiveSet, the DAE plugin computes an incorrect nbVerticesPerPoly if the first index is not zero. The issue can be reproduced easily with:
4006 osgconv cessna.osg cessna.dae
4008 Examination of the resulting .dae file reveals several out-of-range tristrip indices; viewing the .dae file in osgviewer causes a crash when OSG tries to lookup those indices.
4010 Attached resolves this issue."
4012 2008-07-18 16:28:02 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8357 . 2>&1
4013 2008-07-18 16:28:02 DEBUG: Executing svn update --ignore-externals --revision 8357 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4014 2008-07-18 16:28:08 INFO: [Ok]
4015 2008-07-18 16:28:08 DEBUG: src/osgPlugins/dae/daeWGeometry.cpp updated to 8357
4016 2008-07-18 16:28:08 INFO: Committing u'8357'...
4017 2008-07-18 16:28:08 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4018 2008-07-18 16:28:08 INFO: Changeset #35
4019 2008-07-18 16:28:08 INFO: Changeset "8358"
4020 2008-07-18 16:28:08 INFO: Log message: From Philip Lowman, post 1:
4022 "Here is a collection of changes which should fix issues building the OSG with CMake 2.6.0 (along with some other changes)
4025 * Set CMP0003 to supress warning about linking against -lpthread (which is a
4026 non-absolute library location). (CMake 2.6.x fix)
4027 * Modified the WIN32_USE_MP and a couple of other Visual Studio specific flags
4028 to be in an IF(MSVC) block (minor tweak to reduce exposing this stuff on MinGW builds)
4029 * Includes my second set of glu tesselator autodetection changes that you
4030 seemed to want but haven't committed yet.
4032 src/OpenThreads/pthreads/CMakeLists.txt:
4033 * Eliminates warning when compiling on Linux about spaces in link line (CMake 2.6.x fix)
4035 CMakeModules/OsgMacroUtils.cmake:
4036 * Tweaks to make the macros behave properly under CMake 2.6.0 (doesn't change behavior under CMake 2.4.x)
4038 CMakeModules/Find3rdPartyDependencies.cmake:
4039 * Adds the NO_DEFAULT_PATH option to all of the search options so that things in C:\Program Files\OpenSceneGraph aren't accidently picked up during configure time and instead only things in the "3rdParty" folder are discovered. (general bugfix)
4043 "Ok, hold the presses. I just discovered that for some odd reason the osgdb_* plugins under Linux aren't getting put under the osgPlugins-2.5.0 folder. Not exactly sure why this broke, the folder was there, just empty. I'll have to look into it this evening."
4047 "Fixed, was caused by the switch to CMAKE_LIBRARY_OUTPUT_DIRECTORY and some code in osgPlugins/CMakeLists.txt that effectively overrides LIBRARY_OUTPUT_PATH on non-MSVC compilers to dump the plugins in the plugins folder. I tweaked it to override CMAKE_LIBRARY_OUTPUT_DIRECTORY as well. Seems to work fine."
4051 2008-07-18 16:28:08 DEBUG: Going to apply changeset:
4053 Date: 2008-05-26 22:36:58.149703+00:00
4055 Entries: CMakeLists.txt(UPD), CMakeModules/Find3rdPartyDependencies.cmake(UPD), CMakeModules/OsgMacroUtils.cmake(UPD), src/OpenThreads/pthreads/CMakeLists.txt(UPD), src/osgPlugins/CMakeLists.txt(UPD)
4056 Log: From Philip Lowman, post 1:
4058 "Here is a collection of changes which should fix issues building the OSG with CMake 2.6.0 (along with some other changes)
4061 * Set CMP0003 to supress warning about linking against -lpthread (which is a
4062 non-absolute library location). (CMake 2.6.x fix)
4063 * Modified the WIN32_USE_MP and a couple of other Visual Studio specific flags
4064 to be in an IF(MSVC) block (minor tweak to reduce exposing this stuff on MinGW builds)
4065 * Includes my second set of glu tesselator autodetection changes that you
4066 seemed to want but haven't committed yet.
4068 src/OpenThreads/pthreads/CMakeLists.txt:
4069 * Eliminates warning when compiling on Linux about spaces in link line (CMake 2.6.x fix)
4071 CMakeModules/OsgMacroUtils.cmake:
4072 * Tweaks to make the macros behave properly under CMake 2.6.0 (doesn't change behavior under CMake 2.4.x)
4074 CMakeModules/Find3rdPartyDependencies.cmake:
4075 * Adds the NO_DEFAULT_PATH option to all of the search options so that things in C:\Program Files\OpenSceneGraph aren't accidently picked up during configure time and instead only things in the "3rdParty" folder are discovered. (general bugfix)
4079 "Ok, hold the presses. I just discovered that for some odd reason the osgdb_* plugins under Linux aren't getting put under the osgPlugins-2.5.0 folder. Not exactly sure why this broke, the folder was there, just empty. I'll have to look into it this evening."
4083 "Fixed, was caused by the switch to CMAKE_LIBRARY_OUTPUT_DIRECTORY and some code in osgPlugins/CMakeLists.txt that effectively overrides LIBRARY_OUTPUT_PATH on non-MSVC compilers to dump the plugins in the plugins folder. I tweaked it to override CMAKE_LIBRARY_OUTPUT_DIRECTORY as well. Seems to work fine."
4087 2008-07-18 16:28:08 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8358 . 2>&1
4088 2008-07-18 16:28:08 DEBUG: Executing svn update --ignore-externals --revision 8358 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4089 2008-07-18 16:28:14 INFO: [Ok]
4090 2008-07-18 16:28:14 DEBUG: CMakeLists.txt,CMakeModules/Find3rdPartyDependencies.cmake,CMakeModules/OsgMacroUtils.cmake,src/OpenThreads/pthreads/CMakeLists.txt,src/osgPlugins/CMakeLists.txt updated to 8358
4091 2008-07-18 16:28:14 INFO: Committing u'8358'...
4092 2008-07-18 16:28:14 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4093 2008-07-18 16:28:14 INFO: Changeset #36
4094 2008-07-18 16:28:14 INFO: Changeset "8359"
4095 2008-07-18 16:28:14 INFO: Log message: From Wang Rui, "I have just done some changes on the classic osgdb_gif plugin (based on OSG 2.5.0). I wish our developers may use the newly written GIF reading plugin to attach animate GIF files as textures now! In my opinion, a GIF is much smaller than AVI and MOVs, and much more efficient sometimes.
4098 1. A new GifImageStream class (inherit from osg::ImageStream and OpenThreads::Thread) have already been added to implement different operations of a GIF movie, such like playing, pausing, rewinding, setting time and so on.
4099 2. Some small changes to decode_row() and gif_read_stream(), which make the transparency of GIF images correctly.
4100 3. Just a few changes to the ReaderWriterGIF::readGIFStream() function, which ensure that animate GIFs are loaded by GifImageStream (and the function returns GifImageStream objects) and static GIFs unchanged (still use the old method and returns osg::Image objects!).
4102 Attachments are the cpp file and an animate GIF file for further test. Just rebuild the osgdb_gif project and use osgviewer or osgmovie to view it.
4103 The plugin has been tested on Windows and Arch Linux."
4105 2008-07-18 16:28:14 DEBUG: Going to apply changeset:
4107 Date: 2008-05-27 10:50:26.589582+00:00
4109 Entries: src/osgPlugins/gif/ReaderWriterGIF.cpp(UPD)
4110 Log: From Wang Rui, "I have just done some changes on the classic osgdb_gif plugin (based on OSG 2.5.0). I wish our developers may use the newly written GIF reading plugin to attach animate GIF files as textures now! In my opinion, a GIF is much smaller than AVI and MOVs, and much more efficient sometimes.
4113 1. A new GifImageStream class (inherit from osg::ImageStream and OpenThreads::Thread) have already been added to implement different operations of a GIF movie, such like playing, pausing, rewinding, setting time and so on.
4114 2. Some small changes to decode_row() and gif_read_stream(), which make the transparency of GIF images correctly.
4115 3. Just a few changes to the ReaderWriterGIF::readGIFStream() function, which ensure that animate GIFs are loaded by GifImageStream (and the function returns GifImageStream objects) and static GIFs unchanged (still use the old method and returns osg::Image objects!).
4117 Attachments are the cpp file and an animate GIF file for further test. Just rebuild the osgdb_gif project and use osgviewer or osgmovie to view it.
4118 The plugin has been tested on Windows and Arch Linux."
4120 2008-07-18 16:28:14 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8359 . 2>&1
4121 2008-07-18 16:28:14 DEBUG: Executing svn update --ignore-externals --revision 8359 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4122 2008-07-18 16:28:20 INFO: [Ok]
4123 2008-07-18 16:28:20 DEBUG: src/osgPlugins/gif/ReaderWriterGIF.cpp updated to 8359
4124 2008-07-18 16:28:20 INFO: Committing u'8359'...
4125 2008-07-18 16:28:20 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4126 2008-07-18 16:28:20 INFO: Changeset #37
4127 2008-07-18 16:28:20 INFO: Changeset "8360"
4128 2008-07-18 16:28:20 INFO: Log message: From Stephane Lamoliatte, "Here is a patch that fix the strange bug describe on the osg-user group.
4129 Finally it seems to not come from the empty geode. The origin of the problem seems to be the uniform initialization during the building of the program which call a glUseProgram.
4130 If your scene never display the node that contains the shader and if there is no other shader on the scene, this "glUseProgram" is the only one that is called during your simulation. So, this shader is applied on all the scene.
4132 I fix this bug by switching off the shader (by calling glUseProgram(0) ) during the compilation of a state which does not contain the shader.
4135 2008-07-18 16:28:20 DEBUG: Going to apply changeset:
4137 Date: 2008-05-27 11:04:52.982505+00:00
4139 Entries: src/osgUtil/GLObjectsVisitor.cpp(UPD)
4140 Log: From Stephane Lamoliatte, "Here is a patch that fix the strange bug describe on the osg-user group.
4141 Finally it seems to not come from the empty geode. The origin of the problem seems to be the uniform initialization during the building of the program which call a glUseProgram.
4142 If your scene never display the node that contains the shader and if there is no other shader on the scene, this "glUseProgram" is the only one that is called during your simulation. So, this shader is applied on all the scene.
4144 I fix this bug by switching off the shader (by calling glUseProgram(0) ) during the compilation of a state which does not contain the shader.
4147 2008-07-18 16:28:20 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8360 . 2>&1
4148 2008-07-18 16:28:20 DEBUG: Executing svn update --ignore-externals --revision 8360 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4149 2008-07-18 16:28:26 INFO: [Ok]
4150 2008-07-18 16:28:26 DEBUG: src/osgUtil/GLObjectsVisitor.cpp updated to 8360
4151 2008-07-18 16:28:26 INFO: Committing u'8360'...
4152 2008-07-18 16:28:26 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4153 2008-07-18 16:28:26 INFO: Changeset #38
4154 2008-07-18 16:28:26 INFO: Changeset "8361"
4155 2008-07-18 16:28:26 INFO: Log message: From Andrew Bettison, "Problem: the LineStipple pattern when read from an OSG node file is always 0xFFFF, even though specified otherwise in the OSG file.
4157 Cause: possibly a copy/paste typo in src/osgPlugins/osg/LineStipple.cc, line 61:
4158 if (fr[0].matchWord("functionMask") && fr[1].getUInt(mask))
4160 Solution: change to:
4161 if (fr[0].matchWord("pattern") && fr[1].getUInt(mask))"
4163 2008-07-18 16:28:26 DEBUG: Going to apply changeset:
4165 Date: 2008-05-27 11:07:52.981817+00:00
4167 Entries: src/osgPlugins/osg/LineStipple.cpp(UPD)
4168 Log: From Andrew Bettison, "Problem: the LineStipple pattern when read from an OSG node file is always 0xFFFF, even though specified otherwise in the OSG file.
4170 Cause: possibly a copy/paste typo in src/osgPlugins/osg/LineStipple.cc, line 61:
4171 if (fr[0].matchWord("functionMask") && fr[1].getUInt(mask))
4173 Solution: change to:
4174 if (fr[0].matchWord("pattern") && fr[1].getUInt(mask))"
4176 2008-07-18 16:28:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8361 . 2>&1
4177 2008-07-18 16:28:26 DEBUG: Executing svn update --ignore-externals --revision 8361 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4178 2008-07-18 16:28:32 INFO: [Ok]
4179 2008-07-18 16:28:32 DEBUG: src/osgPlugins/osg/LineStipple.cpp updated to 8361
4180 2008-07-18 16:28:32 INFO: Committing u'8361'...
4181 2008-07-18 16:28:32 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4182 2008-07-18 16:28:32 INFO: Changeset #39
4183 2008-07-18 16:28:32 INFO: Changeset "8362"
4184 2008-07-18 16:28:32 INFO: Log message: From Mathias Froehlich, "Included a fix for my past pbuffer change. The version test fo 'need at least
4185 glx 1.1' was broken, even if no implementation had yet a chance to trigger
4188 Attached a fix for that broken test.
4191 2008-07-18 16:28:32 DEBUG: Going to apply changeset:
4193 Date: 2008-05-27 11:13:16.437889+00:00
4195 Entries: src/osgViewer/PixelBufferX11.cpp(UPD)
4196 Log: From Mathias Froehlich, "Included a fix for my past pbuffer change. The version test fo 'need at least
4197 glx 1.1' was broken, even if no implementation had yet a chance to trigger
4200 Attached a fix for that broken test.
4203 2008-07-18 16:28:32 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8362 . 2>&1
4204 2008-07-18 16:28:32 DEBUG: Executing svn update --ignore-externals --revision 8362 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4205 2008-07-18 16:28:38 INFO: [Ok]
4206 2008-07-18 16:28:38 DEBUG: src/osgViewer/PixelBufferX11.cpp updated to 8362
4207 2008-07-18 16:28:38 INFO: Committing u'8362'...
4208 2008-07-18 16:28:38 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4209 2008-07-18 16:28:38 INFO: Changeset #40
4210 2008-07-18 16:28:38 INFO: Changeset "8363"
4211 2008-07-18 16:28:38 INFO: Log message: From Gino van den Bergen, "I've refactored the single ReadedWriterVRML2.cpp into multiple files. The reason for doing this was to break up the horribly long function
4213 osg::ref_ptr<osg::Node> ReaderWriterVRML2::convertFromVRML(openvrml::node *obj)
4217 * Added the source's parent directory as search directory for image files.
4218 * The material properties are now set in the stateset of the Geode rather than the Geometry. This will allow geometries to be reused with different material properties in future updates.
4220 NB: I planned for a caching scheme in which multiple occurences of the same primitive (e.g., Cylinders with radius 0.8 and height 1.2), would use the same Geometry object. Unfortunately, my planning moved me to other areas, but I might still finish the caching scheme in a quiet hour. For the time being I decided it would be a good thing to already submit my current changes.
4223 2008-07-18 16:28:38 DEBUG: Going to apply changeset:
4225 Date: 2008-05-27 12:06:50.384993+00:00
4227 Entries: src/osgPlugins/vrml/CMakeLists.txt(UPD), src/osgPlugins/vrml/IndexedFaceSet.cpp(ADD), src/osgPlugins/vrml/Primitives.cpp(ADD), src/osgPlugins/vrml/ReaderWriterVRML2.cpp(UPD), src/osgPlugins/vrml/ReaderWriterVRML2.h(ADD)
4228 Log: From Gino van den Bergen, "I've refactored the single ReadedWriterVRML2.cpp into multiple files. The reason for doing this was to break up the horribly long function
4230 osg::ref_ptr<osg::Node> ReaderWriterVRML2::convertFromVRML(openvrml::node *obj)
4234 * Added the source's parent directory as search directory for image files.
4235 * The material properties are now set in the stateset of the Geode rather than the Geometry. This will allow geometries to be reused with different material properties in future updates.
4237 NB: I planned for a caching scheme in which multiple occurences of the same primitive (e.g., Cylinders with radius 0.8 and height 1.2), would use the same Geometry object. Unfortunately, my planning moved me to other areas, but I might still finish the caching scheme in a quiet hour. For the time being I decided it would be a good thing to already submit my current changes.
4240 2008-07-18 16:28:38 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8363 . 2>&1
4241 2008-07-18 16:28:38 DEBUG: Executing svn update --ignore-externals --revision 8363 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4242 2008-07-18 16:28:44 INFO: [Ok]
4243 2008-07-18 16:28:44 DEBUG: src/osgPlugins/vrml/CMakeLists.txt,src/osgPlugins/vrml/IndexedFaceSet.cpp,src/osgPlugins/vrml/Primitives.cpp,src/osgPlugins/vrml/ReaderWriterVRML2.cpp,src/osgPlugins/vrml/ReaderWriterVRML2.h updated to 8363
4244 2008-07-18 16:28:44 INFO: Adding src/osgPlugins/vrml/IndexedFaceSet.cpp, src/osgPlugins/vrml/Primitives.cpp...
4245 2008-07-18 16:28:44 INFO: Adding src/osgPlugins/vrml/ReaderWriterVRML2.h...
4246 2008-07-18 16:28:44 INFO: Committing u'8363'...
4247 2008-07-18 16:28:44 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4248 2008-07-18 16:28:44 INFO: Changeset #41
4249 2008-07-18 16:28:44 INFO: Changeset "8364"
4250 2008-07-18 16:28:44 INFO: Log message: Updated version numbers in prep for 2.5.1 release
4252 2008-07-18 16:28:44 DEBUG: Going to apply changeset:
4254 Date: 2008-05-27 12:07:58.708123+00:00
4256 Entries: CMakeLists.txt(UPD), include/osg/Version(UPD)
4257 Log: Updated version numbers in prep for 2.5.1 release
4259 2008-07-18 16:28:44 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8364 . 2>&1
4260 2008-07-18 16:28:44 DEBUG: Executing svn update --ignore-externals --revision 8364 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4261 2008-07-18 16:28:50 INFO: [Ok]
4262 2008-07-18 16:28:50 DEBUG: CMakeLists.txt,include/osg/Version updated to 8364
4263 2008-07-18 16:28:50 INFO: Committing u'8364'...
4264 2008-07-18 16:28:50 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4265 2008-07-18 16:28:50 INFO: Changeset #42
4266 2008-07-18 16:28:50 INFO: Changeset "8365"
4267 2008-07-18 16:28:50 INFO: Log message: From John Vidar Larring, "Added vertical scale as a property of osgTerrain::Terrain. Lets you configure vertical scale when initializing the terrain model. E.g:
4269 osgTerrain::Terrain* terrain = findTopMostNodeOfType<osgTerrain::Terrain>(model.get());
4272 terrain = new osgTerrain::Terrain;
4273 terrain->addChild(model.get());
4274 terrain->setVerticalScale(2.0f);
4277 viewerWindow->setSceneData(model.get());
4280 2008-07-18 16:28:50 DEBUG: Going to apply changeset:
4282 Date: 2008-05-27 13:11:47.622141+00:00
4284 Entries: include/osgTerrain/Terrain(UPD), src/osgTerrain/GeometryTechnique.cpp(UPD), src/osgTerrain/Terrain.cpp(UPD)
4285 Log: From John Vidar Larring, "Added vertical scale as a property of osgTerrain::Terrain. Lets you configure vertical scale when initializing the terrain model. E.g:
4287 osgTerrain::Terrain* terrain = findTopMostNodeOfType<osgTerrain::Terrain>(model.get());
4290 terrain = new osgTerrain::Terrain;
4291 terrain->addChild(model.get());
4292 terrain->setVerticalScale(2.0f);
4295 viewerWindow->setSceneData(model.get());
4298 2008-07-18 16:28:50 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8365 . 2>&1
4299 2008-07-18 16:28:50 DEBUG: Executing svn update --ignore-externals --revision 8365 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4300 2008-07-18 16:28:56 INFO: [Ok]
4301 2008-07-18 16:28:56 DEBUG: include/osgTerrain/Terrain,src/osgTerrain/GeometryTechnique.cpp,src/osgTerrain/Terrain.cpp updated to 8365
4302 2008-07-18 16:28:56 INFO: Committing u'8365'...
4303 2008-07-18 16:28:56 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4304 2008-07-18 16:28:56 INFO: Changeset #43
4305 2008-07-18 16:28:56 INFO: Changeset "8366"
4306 2008-07-18 16:28:56 INFO: Log message: Introduced a TerrainHandler that adjust the sameple ratio and vertical scale
4307 of terrain interactively using the 'r','R' and 'v','V' keys respecitvely.
4310 2008-07-18 16:28:56 DEBUG: Going to apply changeset:
4312 Date: 2008-05-27 15:28:39.553017+00:00
4314 Entries: examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp(UPD)
4315 Log: Introduced a TerrainHandler that adjust the sameple ratio and vertical scale
4316 of terrain interactively using the 'r','R' and 'v','V' keys respecitvely.
4319 2008-07-18 16:28:56 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8366 . 2>&1
4320 2008-07-18 16:28:56 DEBUG: Executing svn update --ignore-externals --revision 8366 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4321 2008-07-18 16:29:02 INFO: [Ok]
4322 2008-07-18 16:29:02 DEBUG: examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp updated to 8366
4323 2008-07-18 16:29:02 INFO: Committing u'8366'...
4324 2008-07-18 16:29:02 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4325 2008-07-18 16:29:02 INFO: Changeset #44
4326 2008-07-18 16:29:02 INFO: Changeset "8367"
4327 2008-07-18 16:29:02 INFO: Log message: Reorginized the TerrainTile/TerrainTechnique dirty mechanism so that TerrainTile
4328 now holds the dirty flag and enables/disables event traversal in response dirty
4329 being set/unset. This allows terrain to be automatically updated in response
4330 to Terrain scale and sample ratio changes.
4332 2008-07-18 16:29:02 DEBUG: Going to apply changeset:
4334 Date: 2008-05-27 15:30:20.311156+00:00
4336 Entries: include/osgTerrain/GeometryTechnique(UPD), include/osgTerrain/TerrainTechnique(UPD), include/osgTerrain/TerrainTile(UPD), src/osgTerrain/GeometryTechnique.cpp(UPD), src/osgTerrain/Terrain.cpp(UPD), src/osgTerrain/TerrainTechnique.cpp(UPD), src/osgTerrain/TerrainTile.cpp(UPD)
4337 Log: Reorginized the TerrainTile/TerrainTechnique dirty mechanism so that TerrainTile
4338 now holds the dirty flag and enables/disables event traversal in response dirty
4339 being set/unset. This allows terrain to be automatically updated in response
4340 to Terrain scale and sample ratio changes.
4342 2008-07-18 16:29:02 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8367 . 2>&1
4343 2008-07-18 16:29:02 DEBUG: Executing svn update --ignore-externals --revision 8367 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4344 2008-07-18 16:29:08 INFO: [Ok]
4345 2008-07-18 16:29:08 DEBUG: include/osgTerrain/GeometryTechnique,include/osgTerrain/TerrainTechnique,include/osgTerrain/TerrainTile,src/osgTerrain/GeometryTechnique.cpp,src/osgTerrain/Terrain.cpp,src/osgTerrain/TerrainTechnique.cpp,src/osgTerrain/TerrainTile.cpp updated to 8367
4346 2008-07-18 16:29:08 INFO: Committing u'8367'...
4347 2008-07-18 16:29:08 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4348 2008-07-18 16:29:08 INFO: Changeset #45
4349 2008-07-18 16:29:08 INFO: Changeset "8368"
4350 2008-07-18 16:29:08 INFO: Log message: Updated wrappers
4352 2008-07-18 16:29:08 DEBUG: Going to apply changeset:
4354 Date: 2008-05-27 15:42:40.382134+00:00
4356 Entries: src/osgWrappers/osg/Texture2DArray.cpp(UPD), src/osgWrappers/osgTerrain/GeometryTechnique.cpp(UPD), src/osgWrappers/osgTerrain/Terrain.cpp(UPD), src/osgWrappers/osgTerrain/TerrainTechnique.cpp(UPD), src/osgWrappers/osgTerrain/TerrainTile.cpp(UPD)
4357 Log: Updated wrappers
4359 2008-07-18 16:29:08 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8368 . 2>&1
4360 2008-07-18 16:29:08 DEBUG: Executing svn update --ignore-externals --revision 8368 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4361 2008-07-18 16:29:14 INFO: [Ok]
4362 2008-07-18 16:29:14 DEBUG: src/osgWrappers/osg/Texture2DArray.cpp,src/osgWrappers/osgTerrain/GeometryTechnique.cpp,src/osgWrappers/osgTerrain/Terrain.cpp,src/osgWrappers/osgTerrain/TerrainTechnique.cpp,src/osgWrappers/osgTerrain/TerrainTile.cpp updated to 8368
4363 2008-07-18 16:29:14 INFO: Committing u'8368'...
4364 2008-07-18 16:29:14 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4365 2008-07-18 16:29:14 INFO: Changeset #46
4366 2008-07-18 16:29:14 INFO: Changeset "8369"
4367 2008-07-18 16:29:14 INFO: Log message: Added handling of \ within srings by using \\
4369 2008-07-18 16:29:14 DEBUG: Going to apply changeset:
4371 Date: 2008-05-27 16:32:17.517566+00:00
4373 Entries: src/osgDB/FieldReader.cpp(UPD), src/osgDB/Output.cpp(UPD)
4374 Log: Added handling of \ within srings by using \\
4376 2008-07-18 16:29:14 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8369 . 2>&1
4377 2008-07-18 16:29:14 DEBUG: Executing svn update --ignore-externals --revision 8369 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4378 2008-07-18 16:29:20 INFO: [Ok]
4379 2008-07-18 16:29:20 DEBUG: src/osgDB/FieldReader.cpp,src/osgDB/Output.cpp updated to 8369
4380 2008-07-18 16:29:20 INFO: Committing u'8369'...
4381 2008-07-18 16:29:20 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4382 2008-07-18 16:29:20 INFO: Changeset #47
4383 2008-07-18 16:29:20 INFO: Changeset "8370"
4384 2008-07-18 16:29:20 INFO: Log message: From Lars Nilson, bug fix to Sector::computeMatrix()
4386 2008-07-18 16:29:20 DEBUG: Going to apply changeset:
4388 Date: 2008-05-27 17:32:26.222891+00:00
4390 Entries: src/osgSim/Sector.cpp(UPD)
4391 Log: From Lars Nilson, bug fix to Sector::computeMatrix()
4393 2008-07-18 16:29:20 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8370 . 2>&1
4394 2008-07-18 16:29:20 DEBUG: Executing svn update --ignore-externals --revision 8370 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4395 2008-07-18 16:29:26 INFO: [Ok]
4396 2008-07-18 16:29:26 DEBUG: src/osgSim/Sector.cpp updated to 8370
4397 2008-07-18 16:29:26 INFO: Committing u'8370'...
4398 2008-07-18 16:29:26 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4399 2008-07-18 16:29:26 INFO: Changeset #48
4400 2008-07-18 16:29:26 INFO: Changeset "8371"
4401 2008-07-18 16:29:26 INFO: Log message: From Cedric Pinson, "By default it's the normal behaviour, it means it's "d" extension for debug library and executable. But if you want to change that you can.
4402 The reason is if you want to build an application that use a library that use openscenegraph you have to build the full chain in debug or in release.
4403 On windows you have no choice, but on linux you can link with both version without rebuilding everything ...
4405 The patch consist only to change the line on one line
4406 SET(CMAKE_DEBUG_POSTFIX "d")
4408 SET(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "add a postfix, usually d on windows")"
4410 2008-07-18 16:29:26 DEBUG: Going to apply changeset:
4412 Date: 2008-05-27 17:42:56.119004+00:00
4414 Entries: CMakeLists.txt(UPD)
4415 Log: From Cedric Pinson, "By default it's the normal behaviour, it means it's "d" extension for debug library and executable. But if you want to change that you can.
4416 The reason is if you want to build an application that use a library that use openscenegraph you have to build the full chain in debug or in release.
4417 On windows you have no choice, but on linux you can link with both version without rebuilding everything ...
4419 The patch consist only to change the line on one line
4420 SET(CMAKE_DEBUG_POSTFIX "d")
4422 SET(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "add a postfix, usually d on windows")"
4424 2008-07-18 16:29:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8371 . 2>&1
4425 2008-07-18 16:29:26 DEBUG: Executing svn update --ignore-externals --revision 8371 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4426 2008-07-18 16:29:32 INFO: [Ok]
4427 2008-07-18 16:29:32 DEBUG: CMakeLists.txt updated to 8371
4428 2008-07-18 16:29:32 INFO: Committing u'8371'...
4429 2008-07-18 16:29:32 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4430 2008-07-18 16:29:32 INFO: Changeset #49
4431 2008-07-18 16:29:32 INFO: Changeset "8372"
4432 2008-07-18 16:29:32 INFO: Log message: From Brad Anderegg, "This submission fixes two bugs and helps some performance problems we have been having with txp databases.
4436 The first bug is that the terrain tiles will page out to a lower LOD when they are right in front of you. The issue appears to be with the blacklisting heuristic which forces a tile to LOD 1, commenting out the usage of blacklisting with the LOD Nodes fixes our problem. This code change was made to line 29 of TXPPageLOD.cpp.
4440 The second bug we were experiencing is that the database reader options never make it through to the archive loader. The use case for us appeared when the FID codes for the terrain were no longer on the materials. As it turns out the archive was being created twice, once by TXPNode and once by the ReaderWriterTXP on getArchive() so the options never actually got set on the archive that was being loaded. The fix is to first create the archive by calling getArchive on the ReaderWriterTXP, which stores it in a map for reference later, and then passing that archive into the TXPNode for it to set its internal member. With this code change we only create one archive (not sure what creating two did) and our options flags get set properly on the database.
4444 The changes made are in TXPNode.h line 72 where the TXPArchive is now passed in. In the TXPNode.cpp the loadArchive(TXPArchive*) was changed to have the default behavior if NULL is passed in, if an archive is passed in then it does not load it since all the loading is done in the ReaderWriterTXP::getArchive(). The only other place that loadArchive is called is in TXPIO.cpp where a modification was made to pass in NULL which will have the same behavior as it used to. The last change is the little block of code starting on line 57 of ReaderWriterTXP.cpp, this was changed so that it first calls getArchive() which caches the archives in a map does some loading stuff and returns a pointer to it which is then passed in as a parameter to TXPNode::loadArchive().
4448 The performance changes were made to TXPParser.cpp line 163 where we use to osgUtil::Optimizer on the node before passing it off, and on line 1456 we changed the geometry to use display lists. These small changes actually made drastic performance increases for us, as much as 1000% on certain laptops.
4452 As far as testing goes, we have tested these changes with at least 5 txp databases on a variety of different computers including Mac OS and Linux. The base version used is 2.4."
4454 2008-07-18 16:29:32 DEBUG: Going to apply changeset:
4456 Date: 2008-05-27 20:53:43.771749+00:00
4458 Entries: src/osgPlugins/txp/ReaderWriterTXP.cpp(UPD), src/osgPlugins/txp/TXPIO.cpp(UPD), src/osgPlugins/txp/TXPNode.cpp(UPD), src/osgPlugins/txp/TXPNode.h(UPD), src/osgPlugins/txp/TXPPagedLOD.cpp(UPD), src/osgPlugins/txp/TXPParser.cpp(UPD)
4459 Log: From Brad Anderegg, "This submission fixes two bugs and helps some performance problems we have been having with txp databases.
4463 The first bug is that the terrain tiles will page out to a lower LOD when they are right in front of you. The issue appears to be with the blacklisting heuristic which forces a tile to LOD 1, commenting out the usage of blacklisting with the LOD Nodes fixes our problem. This code change was made to line 29 of TXPPageLOD.cpp.
4467 The second bug we were experiencing is that the database reader options never make it through to the archive loader. The use case for us appeared when the FID codes for the terrain were no longer on the materials. As it turns out the archive was being created twice, once by TXPNode and once by the ReaderWriterTXP on getArchive() so the options never actually got set on the archive that was being loaded. The fix is to first create the archive by calling getArchive on the ReaderWriterTXP, which stores it in a map for reference later, and then passing that archive into the TXPNode for it to set its internal member. With this code change we only create one archive (not sure what creating two did) and our options flags get set properly on the database.
4471 The changes made are in TXPNode.h line 72 where the TXPArchive is now passed in. In the TXPNode.cpp the loadArchive(TXPArchive*) was changed to have the default behavior if NULL is passed in, if an archive is passed in then it does not load it since all the loading is done in the ReaderWriterTXP::getArchive(). The only other place that loadArchive is called is in TXPIO.cpp where a modification was made to pass in NULL which will have the same behavior as it used to. The last change is the little block of code starting on line 57 of ReaderWriterTXP.cpp, this was changed so that it first calls getArchive() which caches the archives in a map does some loading stuff and returns a pointer to it which is then passed in as a parameter to TXPNode::loadArchive().
4475 The performance changes were made to TXPParser.cpp line 163 where we use to osgUtil::Optimizer on the node before passing it off, and on line 1456 we changed the geometry to use display lists. These small changes actually made drastic performance increases for us, as much as 1000% on certain laptops.
4479 As far as testing goes, we have tested these changes with at least 5 txp databases on a variety of different computers including Mac OS and Linux. The base version used is 2.4."
4481 2008-07-18 16:29:32 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8372 . 2>&1
4482 2008-07-18 16:29:32 DEBUG: Executing svn update --ignore-externals --revision 8372 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4483 2008-07-18 16:29:39 INFO: [Ok]
4484 2008-07-18 16:29:39 DEBUG: src/osgPlugins/txp/ReaderWriterTXP.cpp,src/osgPlugins/txp/TXPIO.cpp,src/osgPlugins/txp/TXPNode.cpp,src/osgPlugins/txp/TXPNode.h,src/osgPlugins/txp/TXPPagedLOD.cpp,src/osgPlugins/txp/TXPParser.cpp updated to 8372
4485 2008-07-18 16:29:39 INFO: Committing u'8372'...
4486 2008-07-18 16:29:39 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4487 2008-07-18 16:29:39 INFO: Changeset #50
4488 2008-07-18 16:29:39 INFO: Changeset "8373"
4489 2008-07-18 16:29:39 INFO: Log message: From Michael Platings, "On nvidia cards mipmap generation for non-power-of-two textures with
4490 GL_GENERATE_MIPMAP_SGIS is very slow (over half a second for a 720*576
4491 texture). However, glGenerateMipmapEXT() performs well (16ms for the
4492 same texture), so I have modified the attached files to use
4493 Texture::generateMipmap() if glGenerateMipmapEXT is supported, instead
4494 of enabling & disabling GL_GENERATE_MIPMAP_SGIS."
4496 Notes, from Robert Osfield, I've tested the out of the previous path using
4497 GL_GENERATE_MIPMAP_SGIS and non power of two textures on NVidia 7800GT and
4498 Nvidia linux drivers with the image size 720x576 and only get compile times
4499 of 56ms, so the above half second speed looks to be a driver bug. With
4500 Muchael's changes the cost goes done to less than 5ms, so it's certainly
4501 an effective change, even given that Michael's poor expereiences with
4502 GL_GENERATE_MIP_SGIS do look to be a driver bug.
4505 2008-07-18 16:29:39 DEBUG: Going to apply changeset:
4507 Date: 2008-05-28 11:19:41.370223+00:00
4509 Entries: include/osg/Texture(UPD), src/osg/Texture.cpp(UPD), src/osg/Texture2D.cpp(UPD), src/osg/TextureCubeMap.cpp(UPD)
4510 Log: From Michael Platings, "On nvidia cards mipmap generation for non-power-of-two textures with
4511 GL_GENERATE_MIPMAP_SGIS is very slow (over half a second for a 720*576
4512 texture). However, glGenerateMipmapEXT() performs well (16ms for the
4513 same texture), so I have modified the attached files to use
4514 Texture::generateMipmap() if glGenerateMipmapEXT is supported, instead
4515 of enabling & disabling GL_GENERATE_MIPMAP_SGIS."
4517 Notes, from Robert Osfield, I've tested the out of the previous path using
4518 GL_GENERATE_MIPMAP_SGIS and non power of two textures on NVidia 7800GT and
4519 Nvidia linux drivers with the image size 720x576 and only get compile times
4520 of 56ms, so the above half second speed looks to be a driver bug. With
4521 Muchael's changes the cost goes done to less than 5ms, so it's certainly
4522 an effective change, even given that Michael's poor expereiences with
4523 GL_GENERATE_MIP_SGIS do look to be a driver bug.
4526 2008-07-18 16:29:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8373 . 2>&1
4527 2008-07-18 16:29:39 DEBUG: Executing svn update --ignore-externals --revision 8373 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4528 2008-07-18 16:29:45 INFO: [Ok]
4529 2008-07-18 16:29:45 DEBUG: include/osg/Texture,src/osg/Texture.cpp,src/osg/Texture2D.cpp,src/osg/TextureCubeMap.cpp updated to 8373
4530 2008-07-18 16:29:45 INFO: Committing u'8373'...
4531 2008-07-18 16:29:45 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4532 2008-07-18 16:29:45 INFO: Changeset #51
4533 2008-07-18 16:29:45 INFO: Changeset "8374"
4534 2008-07-18 16:29:45 INFO: Log message: Updated wrappers
4536 2008-07-18 16:29:45 DEBUG: Going to apply changeset:
4538 Date: 2008-05-28 11:58:46.045670+00:00
4540 Entries: src/osgWrappers/osg/Texture.cpp(UPD)
4541 Log: Updated wrappers
4543 2008-07-18 16:29:45 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8374 . 2>&1
4544 2008-07-18 16:29:45 DEBUG: Executing svn update --ignore-externals --revision 8374 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4545 2008-07-18 16:29:52 INFO: [Ok]
4546 2008-07-18 16:29:52 DEBUG: src/osgWrappers/osg/Texture.cpp updated to 8374
4547 2008-07-18 16:29:52 INFO: Committing u'8374'...
4548 2008-07-18 16:29:52 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4549 2008-07-18 16:29:52 INFO: Changeset #52
4550 2008-07-18 16:29:52 INFO: Changeset "8375"
4551 2008-07-18 16:29:52 INFO: Log message: From Mathieu Marache,
4555 "I had the problem that debug and release version of the plugins had the same name under linux. These minors modification to Registry and the CMake support files enable to have both Release and Debug version of the plugins to coexist and be found by there respective runtimes."
4559 "I've gone ahead and added a preprocessor directive with the editable CMAKE_DEBUG_POSTFIX. I modified Registry.cpp to take this new preprocessor directive called OSG_DEBUG_POSTFIX while looking for libraries in Debug mode for the windows (msvc) and the linux platforms.
4561 MinGW, cygwin and Apple are still left out this proposal."
4564 Notes from Robert Osfield, completed the work in change d entries to use OSG_DEBUG_POSTFIX
4567 2008-07-18 16:29:52 DEBUG: Going to apply changeset:
4569 Date: 2008-05-28 12:49:47.285287+00:00
4571 Entries: CMakeLists.txt(UPD), CMakeModules/OsgMacroUtils.cmake(UPD), src/osgDB/Registry.cpp(UPD)
4572 Log: From Mathieu Marache,
4576 "I had the problem that debug and release version of the plugins had the same name under linux. These minors modification to Registry and the CMake support files enable to have both Release and Debug version of the plugins to coexist and be found by there respective runtimes."
4580 "I've gone ahead and added a preprocessor directive with the editable CMAKE_DEBUG_POSTFIX. I modified Registry.cpp to take this new preprocessor directive called OSG_DEBUG_POSTFIX while looking for libraries in Debug mode for the windows (msvc) and the linux platforms.
4582 MinGW, cygwin and Apple are still left out this proposal."
4585 Notes from Robert Osfield, completed the work in change d entries to use OSG_DEBUG_POSTFIX
4588 2008-07-18 16:29:52 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8375 . 2>&1
4589 2008-07-18 16:29:52 DEBUG: Executing svn update --ignore-externals --revision 8375 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4590 2008-07-18 16:29:58 INFO: [Ok]
4591 2008-07-18 16:29:58 DEBUG: CMakeLists.txt,CMakeModules/OsgMacroUtils.cmake,src/osgDB/Registry.cpp updated to 8375
4592 2008-07-18 16:29:58 INFO: Committing u'8375'...
4593 2008-07-18 16:29:58 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4594 2008-07-18 16:29:58 INFO: Changeset #53
4595 2008-07-18 16:29:58 INFO: Changeset "8376"
4596 2008-07-18 16:29:58 INFO: Log message: From Michael Platings, "Yes it's definitely a driver problem - I submitted a bug report to
4597 nvidia 6 months ago and the issue is still "in progress". I've given up
4600 Platform - various Intel Windows XP SP2 PCs with various nvidia cards
4601 including GeForce 8800 GTS and Quadro FX 4500, and various driver
4602 versions including the latest WHQL 175.16.
4604 I investigated your concerns about glGenerateMipmapEXT being slower than
4605 GL_GENERATE_MIPMAP_SGIS, and for power-of-two textures, to my surprise
4606 it is. For a 512*512 texture, glGenerateMipmapEXT takes on average 10ms,
4607 while GL_GENERATE_MIPMAP_SGIS takes on average 6ms. Therefore I have
4608 modified the code to only use glGenerateMipmapEXT if the texture has a
4609 non-power-of-two width or height. I am resubmitting all the files
4610 previously submitted (only "Texture.cpp" has significant changes since
4611 my previous submission, I've also replaced tabs with spaces in
4615 2008-07-18 16:29:58 DEBUG: Going to apply changeset:
4617 Date: 2008-05-28 13:01:44.993678+00:00
4619 Entries: src/osg/Texture.cpp(UPD)
4620 Log: From Michael Platings, "Yes it's definitely a driver problem - I submitted a bug report to
4621 nvidia 6 months ago and the issue is still "in progress". I've given up
4624 Platform - various Intel Windows XP SP2 PCs with various nvidia cards
4625 including GeForce 8800 GTS and Quadro FX 4500, and various driver
4626 versions including the latest WHQL 175.16.
4628 I investigated your concerns about glGenerateMipmapEXT being slower than
4629 GL_GENERATE_MIPMAP_SGIS, and for power-of-two textures, to my surprise
4630 it is. For a 512*512 texture, glGenerateMipmapEXT takes on average 10ms,
4631 while GL_GENERATE_MIPMAP_SGIS takes on average 6ms. Therefore I have
4632 modified the code to only use glGenerateMipmapEXT if the texture has a
4633 non-power-of-two width or height. I am resubmitting all the files
4634 previously submitted (only "Texture.cpp" has significant changes since
4635 my previous submission, I've also replaced tabs with spaces in
4639 2008-07-18 16:29:58 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8376 . 2>&1
4640 2008-07-18 16:29:58 DEBUG: Executing svn update --ignore-externals --revision 8376 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4641 2008-07-18 16:30:04 INFO: [Ok]
4642 2008-07-18 16:30:04 DEBUG: src/osg/Texture.cpp updated to 8376
4643 2008-07-18 16:30:04 INFO: Committing u'8376'...
4644 2008-07-18 16:30:04 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4645 2008-07-18 16:30:04 INFO: Changeset #54
4646 2008-07-18 16:30:04 INFO: Changeset "8377"
4647 2008-07-18 16:30:04 INFO: Log message: From Thibault Genessay, "On Windows, when setting a cursor through
4648 osgViewer::GraphicsWindow::setCursor() the new cursor type is recorded
4649 but not applied until windows sends another WM_SETCURSOR message. This
4650 delays the application of the cursor to the next mouse event.
4652 The attached file fixes this by setting the new cursor with a call to
4653 ::SetCursor() immediately.
4656 2008-07-18 16:30:04 DEBUG: Going to apply changeset:
4658 Date: 2008-05-28 13:45:40.693879+00:00
4660 Entries: src/osgViewer/GraphicsWindowWin32.cpp(UPD)
4661 Log: From Thibault Genessay, "On Windows, when setting a cursor through
4662 osgViewer::GraphicsWindow::setCursor() the new cursor type is recorded
4663 but not applied until windows sends another WM_SETCURSOR message. This
4664 delays the application of the cursor to the next mouse event.
4666 The attached file fixes this by setting the new cursor with a call to
4667 ::SetCursor() immediately.
4670 2008-07-18 16:30:04 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8377 . 2>&1
4671 2008-07-18 16:30:04 DEBUG: Executing svn update --ignore-externals --revision 8377 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4672 2008-07-18 16:30:11 INFO: [Ok]
4673 2008-07-18 16:30:11 DEBUG: src/osgViewer/GraphicsWindowWin32.cpp updated to 8377
4674 2008-07-18 16:30:11 INFO: Committing u'8377'...
4675 2008-07-18 16:30:12 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4676 2008-07-18 16:30:12 INFO: Changeset #55
4677 2008-07-18 16:30:12 INFO: Changeset "8378"
4678 2008-07-18 16:30:12 INFO: Log message: From Thibault Genessay, "The PNG plugin crashes when you try to read a malformed file (attached
4679 is an example). This can happen in circumstances that are not
4680 manageable by the OSG itself (e.g. 3rd party buggy program) but one
4681 would expect the plugin to be able to recover by returning
4682 ReadResult::ERROR_IN_READING_FILE.
4684 libpng provides two callbacks for warnings and errors - those are
4685 currently unused. By default, they point to function that call exit()
4686 or something similar (the default error callback never returns). This
4687 patch registers the callbacks using libpng's mechanisms, makes the
4688 warning callback emit an osg::notify(osg::WARN) message and the error
4689 callback throw an error. The reading process is enclosed in a
4690 try...catch block. Upon error, the memory is freed and
4691 ReadResult::ERROR_IN_READING_FILE is returned.
4694 2008-07-18 16:30:12 DEBUG: Going to apply changeset:
4696 Date: 2008-05-28 13:51:56.567729+00:00
4698 Entries: src/osgPlugins/png/ReaderWriterPNG.cpp(UPD)
4699 Log: From Thibault Genessay, "The PNG plugin crashes when you try to read a malformed file (attached
4700 is an example). This can happen in circumstances that are not
4701 manageable by the OSG itself (e.g. 3rd party buggy program) but one
4702 would expect the plugin to be able to recover by returning
4703 ReadResult::ERROR_IN_READING_FILE.
4705 libpng provides two callbacks for warnings and errors - those are
4706 currently unused. By default, they point to function that call exit()
4707 or something similar (the default error callback never returns). This
4708 patch registers the callbacks using libpng's mechanisms, makes the
4709 warning callback emit an osg::notify(osg::WARN) message and the error
4710 callback throw an error. The reading process is enclosed in a
4711 try...catch block. Upon error, the memory is freed and
4712 ReadResult::ERROR_IN_READING_FILE is returned.
4715 2008-07-18 16:30:12 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8378 . 2>&1
4716 2008-07-18 16:30:12 DEBUG: Executing svn update --ignore-externals --revision 8378 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4717 2008-07-18 16:30:19 INFO: [Ok]
4718 2008-07-18 16:30:19 DEBUG: src/osgPlugins/png/ReaderWriterPNG.cpp updated to 8378
4719 2008-07-18 16:30:19 INFO: Committing u'8378'...
4720 2008-07-18 16:30:19 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4721 2008-07-18 16:30:19 INFO: Changeset #56
4722 2008-07-18 16:30:19 INFO: Changeset "8379"
4723 2008-07-18 16:30:19 INFO: Log message: From Adrian Egli, improvements to ParallelSplitShadowMap implementation
4725 2008-07-18 16:30:19 DEBUG: Going to apply changeset:
4727 Date: 2008-05-28 14:11:22.186644+00:00
4729 Entries: examples/osgshadow/osgshadow.cpp(UPD), include/osgShadow/ParallelSplitShadowMap(UPD), src/osgShadow/ParallelSplitShadowMap.cpp(UPD)
4730 Log: From Adrian Egli, improvements to ParallelSplitShadowMap implementation
4732 2008-07-18 16:30:19 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8379 . 2>&1
4733 2008-07-18 16:30:19 DEBUG: Executing svn update --ignore-externals --revision 8379 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4734 2008-07-18 16:30:27 INFO: [Ok]
4735 2008-07-18 16:30:27 DEBUG: examples/osgshadow/osgshadow.cpp,include/osgShadow/ParallelSplitShadowMap,src/osgShadow/ParallelSplitShadowMap.cpp updated to 8379
4736 2008-07-18 16:30:27 INFO: Committing u'8379'...
4737 2008-07-18 16:30:27 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4738 2008-07-18 16:30:27 INFO: Changeset #57
4739 2008-07-18 16:30:27 INFO: Changeset "8380"
4740 2008-07-18 16:30:27 INFO: Log message: Updated wrappers
4742 2008-07-18 16:30:27 DEBUG: Going to apply changeset:
4744 Date: 2008-05-28 14:37:50.793517+00:00
4746 Entries: src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp(UPD)
4747 Log: Updated wrappers
4749 2008-07-18 16:30:27 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8380 . 2>&1
4750 2008-07-18 16:30:27 DEBUG: Executing svn update --ignore-externals --revision 8380 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4751 2008-07-18 16:30:34 INFO: [Ok]
4752 2008-07-18 16:30:34 DEBUG: src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp updated to 8380
4753 2008-07-18 16:30:34 INFO: Committing u'8380'...
4754 2008-07-18 16:30:34 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4755 2008-07-18 16:30:34 INFO: Changeset #58
4756 2008-07-18 16:30:34 INFO: Changeset "8381"
4757 2008-07-18 16:30:34 INFO: Log message: From Wojiech Lewandowski, Workaround for wglMakeCurrent bug in NVidia drivers by
4758 calling wglMakeCurrent twice.
4760 This bug has been reported to NVidia, confirmed and fixed by NVidia but awaits verifiaction and release if a driver which fixes this bug.
4762 2008-07-18 16:30:34 DEBUG: Going to apply changeset:
4764 Date: 2008-05-28 16:14:08.992541+00:00
4766 Entries: src/osgViewer/GraphicsWindowWin32.cpp(UPD)
4767 Log: From Wojiech Lewandowski, Workaround for wglMakeCurrent bug in NVidia drivers by
4768 calling wglMakeCurrent twice.
4770 This bug has been reported to NVidia, confirmed and fixed by NVidia but awaits verifiaction and release if a driver which fixes this bug.
4772 2008-07-18 16:30:34 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8381 . 2>&1
4773 2008-07-18 16:30:34 DEBUG: Executing svn update --ignore-externals --revision 8381 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4774 2008-07-18 16:30:41 INFO: [Ok]
4775 2008-07-18 16:30:41 DEBUG: src/osgViewer/GraphicsWindowWin32.cpp updated to 8381
4776 2008-07-18 16:30:41 INFO: Committing u'8381'...
4777 2008-07-18 16:30:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4778 2008-07-18 16:30:41 INFO: Changeset #59
4779 2008-07-18 16:30:41 INFO: Changeset "8382"
4780 2008-07-18 16:30:41 INFO: Log message: Added catch for NaN depth values
4782 2008-07-18 16:30:41 DEBUG: Going to apply changeset:
4784 Date: 2008-05-28 17:56:22.562901+00:00
4786 Entries: src/osgUtil/RenderBin.cpp(UPD)
4787 Log: Added catch for NaN depth values
4789 2008-07-18 16:30:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8382 . 2>&1
4790 2008-07-18 16:30:41 DEBUG: Executing svn update --ignore-externals --revision 8382 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4791 2008-07-18 16:30:48 INFO: [Ok]
4792 2008-07-18 16:30:48 DEBUG: src/osgUtil/RenderBin.cpp updated to 8382
4793 2008-07-18 16:30:48 INFO: Committing u'8382'...
4794 2008-07-18 16:30:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4795 2008-07-18 16:30:48 INFO: Changeset #60
4796 2008-07-18 16:30:48 INFO: Changeset "8383"
4797 2008-07-18 16:30:48 INFO: Log message: Improved the NaN error detection and reporting.
4799 2008-07-18 16:30:48 DEBUG: Going to apply changeset:
4801 Date: 2008-05-29 11:09:56.196395+00:00
4803 Entries: src/osgUtil/CullVisitor.cpp(UPD), src/osgUtil/RenderBin.cpp(UPD)
4804 Log: Improved the NaN error detection and reporting.
4806 2008-07-18 16:30:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8383 . 2>&1
4807 2008-07-18 16:30:48 DEBUG: Executing svn update --ignore-externals --revision 8383 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4808 2008-07-18 16:30:54 INFO: [Ok]
4809 2008-07-18 16:30:54 DEBUG: src/osgUtil/CullVisitor.cpp,src/osgUtil/RenderBin.cpp updated to 8383
4810 2008-07-18 16:30:54 INFO: Committing u'8383'...
4811 2008-07-18 16:30:54 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4812 2008-07-18 16:30:54 INFO: Changeset #61
4813 2008-07-18 16:30:54 INFO: Changeset "8384"
4814 2008-07-18 16:30:54 INFO: Log message: Improved the NaN depth detection within CullVisitor and debug output.
4816 2008-07-18 16:30:54 DEBUG: Going to apply changeset:
4818 Date: 2008-05-29 11:13:29.124969+00:00
4820 Entries: src/osgUtil/CullVisitor.cpp(UPD)
4821 Log: Improved the NaN depth detection within CullVisitor and debug output.
4823 2008-07-18 16:30:54 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8384 . 2>&1
4824 2008-07-18 16:30:54 DEBUG: Executing svn update --ignore-externals --revision 8384 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4825 2008-07-18 16:31:00 INFO: [Ok]
4826 2008-07-18 16:31:00 DEBUG: src/osgUtil/CullVisitor.cpp updated to 8384
4827 2008-07-18 16:31:00 INFO: Committing u'8384'...
4828 2008-07-18 16:31:00 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4829 2008-07-18 16:31:00 INFO: Changeset #62
4830 2008-07-18 16:31:00 INFO: Changeset "8385"
4831 2008-07-18 16:31:00 INFO: Log message: Added code to catch erroneous Dof axis settings
4833 2008-07-18 16:31:00 DEBUG: Going to apply changeset:
4835 Date: 2008-05-29 11:45:31.149425+00:00
4837 Entries: src/osgPlugins/OpenFlight/PrimaryRecords.cpp(UPD)
4838 Log: Added code to catch erroneous Dof axis settings
4840 2008-07-18 16:31:00 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8385 . 2>&1
4841 2008-07-18 16:31:00 DEBUG: Executing svn update --ignore-externals --revision 8385 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4842 2008-07-18 16:31:08 INFO: [Ok]
4843 2008-07-18 16:31:08 DEBUG: src/osgPlugins/OpenFlight/PrimaryRecords.cpp updated to 8385
4844 2008-07-18 16:31:08 INFO: Committing u'8385'...
4845 2008-07-18 16:31:08 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4846 2008-07-18 16:31:08 INFO: Changeset #63
4847 2008-07-18 16:31:08 INFO: Changeset "8386"
4848 2008-07-18 16:31:08 INFO: Log message: Moved enum to public scope and rebuilt wrappers to fix wrapper build error
4850 2008-07-18 16:31:08 DEBUG: Going to apply changeset:
4852 Date: 2008-05-29 13:54:59.667359+00:00
4854 Entries: include/osg/Texture(UPD), src/osgWrappers/osg/Texture.cpp(UPD)
4855 Log: Moved enum to public scope and rebuilt wrappers to fix wrapper build error
4857 2008-07-18 16:31:08 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8386 . 2>&1
4858 2008-07-18 16:31:08 DEBUG: Executing svn update --ignore-externals --revision 8386 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4859 2008-07-18 16:31:14 INFO: [Ok]
4860 2008-07-18 16:31:14 DEBUG: include/osg/Texture,src/osgWrappers/osg/Texture.cpp updated to 8386
4861 2008-07-18 16:31:14 INFO: Committing u'8386'...
4862 2008-07-18 16:31:14 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4863 2008-07-18 16:31:14 INFO: Changeset #64
4864 2008-07-18 16:31:14 INFO: Changeset "8387"
4865 2008-07-18 16:31:14 INFO: Log message: Fixed cirular reference in DatabaseRequest
4867 2008-07-18 16:31:14 DEBUG: Going to apply changeset:
4869 Date: 2008-05-30 11:43:04.136390+00:00
4871 Entries: include/osg/PagedLOD(UPD), include/osgDB/DatabasePager(UPD), src/osg/PagedLOD.cpp(UPD), src/osgDB/DatabasePager.cpp(UPD)
4872 Log: Fixed cirular reference in DatabaseRequest
4874 2008-07-18 16:31:14 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8387 . 2>&1
4875 2008-07-18 16:31:14 DEBUG: Executing svn update --ignore-externals --revision 8387 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4876 2008-07-18 16:31:25 INFO: [Ok]
4877 2008-07-18 16:31:25 DEBUG: include/osg/PagedLOD,include/osgDB/DatabasePager,src/osg/PagedLOD.cpp,src/osgDB/DatabasePager.cpp updated to 8387
4878 2008-07-18 16:31:25 INFO: Committing u'8387'...
4879 2008-07-18 16:31:25 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4880 2008-07-18 16:31:25 INFO: Changeset #65
4881 2008-07-18 16:31:25 INFO: Changeset "8388"
4882 2008-07-18 16:31:25 INFO: Log message: Updated packgage number for 2.5.1 developer release
4884 2008-07-18 16:31:25 DEBUG: Going to apply changeset:
4886 Date: 2008-05-30 11:44:06.470999+00:00
4888 Entries: packaging/pkgconfig/openscenegraph.pc(UPD)
4889 Log: Updated packgage number for 2.5.1 developer release
4891 2008-07-18 16:31:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8388 . 2>&1
4892 2008-07-18 16:31:25 DEBUG: Executing svn update --ignore-externals --revision 8388 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4893 2008-07-18 16:31:32 INFO: [Ok]
4894 2008-07-18 16:31:32 DEBUG: packaging/pkgconfig/openscenegraph.pc updated to 8388
4895 2008-07-18 16:31:32 INFO: Committing u'8388'...
4896 2008-07-18 16:31:32 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4897 2008-07-18 16:31:32 INFO: Changeset #66
4898 2008-07-18 16:31:32 INFO: Changeset "8389"
4899 2008-07-18 16:31:32 INFO: Log message: From Luc Frauciel, Added support for osgTerrain::ValidDataOperator.
4901 From Robert Osfield, added versioning to the above.
4903 2008-07-18 16:31:32 DEBUG: Going to apply changeset:
4905 Date: 2008-05-30 12:59:49.983985+00:00
4907 Entries: src/osgPlugins/ive/IveVersion.h(UPD), src/osgPlugins/ive/Layer.cpp(UPD), src/osgPlugins/ive/Layer.h(UPD), src/osgPlugins/ive/ReadWrite.h(UPD)
4908 Log: From Luc Frauciel, Added support for osgTerrain::ValidDataOperator.
4910 From Robert Osfield, added versioning to the above.
4912 2008-07-18 16:31:32 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8389 . 2>&1
4913 2008-07-18 16:31:32 DEBUG: Executing svn update --ignore-externals --revision 8389 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4914 2008-07-18 16:31:40 INFO: [Ok]
4915 2008-07-18 16:31:40 DEBUG: src/osgPlugins/ive/IveVersion.h,src/osgPlugins/ive/Layer.cpp,src/osgPlugins/ive/Layer.h,src/osgPlugins/ive/ReadWrite.h updated to 8389
4916 2008-07-18 16:31:40 INFO: Committing u'8389'...
4917 2008-07-18 16:31:40 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4918 2008-07-18 16:31:40 INFO: Changeset #67
4919 2008-07-18 16:31:40 INFO: Changeset "8390"
4920 2008-07-18 16:31:40 INFO: Log message: From Jean-Sebastien Guay, "This is a fix for the warning we've been discussing on osg-users. CMake 2.6.0 allows quotes to be unescaped in strings in ADD_DEFINITIONS statements, where we had to escape them before (CMake 2.4.x). Setting CMake policy CMP0005 to OLD removes the warning for 2.6.0, and the quotes are still escaped, so it still works with 2.4.x.
4923 2008-07-18 16:31:40 DEBUG: Going to apply changeset:
4925 Date: 2008-05-30 16:53:45.227489+00:00
4927 Entries: CMakeLists.txt(UPD)
4928 Log: From Jean-Sebastien Guay, "This is a fix for the warning we've been discussing on osg-users. CMake 2.6.0 allows quotes to be unescaped in strings in ADD_DEFINITIONS statements, where we had to escape them before (CMake 2.4.x). Setting CMake policy CMP0005 to OLD removes the warning for 2.6.0, and the quotes are still escaped, so it still works with 2.4.x.
4931 2008-07-18 16:31:40 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8390 . 2>&1
4932 2008-07-18 16:31:40 DEBUG: Executing svn update --ignore-externals --revision 8390 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4933 2008-07-18 16:31:46 INFO: [Ok]
4934 2008-07-18 16:31:46 DEBUG: CMakeLists.txt updated to 8390
4935 2008-07-18 16:31:46 INFO: Committing u'8390'...
4936 2008-07-18 16:31:46 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4937 2008-07-18 16:31:46 INFO: Changeset #68
4938 2008-07-18 16:31:46 INFO: Changeset "8391"
4939 2008-07-18 16:31:46 INFO: Log message: Updated ChangeLog
4941 2008-07-18 16:31:46 DEBUG: Going to apply changeset:
4943 Date: 2008-05-30 17:03:32.308700+00:00
4945 Entries: ChangeLog(UPD)
4946 Log: Updated ChangeLog
4948 2008-07-18 16:31:46 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8391 . 2>&1
4949 2008-07-18 16:31:46 DEBUG: Executing svn update --ignore-externals --revision 8391 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4950 2008-07-18 16:31:56 INFO: [Ok]
4951 2008-07-18 16:31:56 DEBUG: ChangeLog updated to 8391
4952 2008-07-18 16:31:56 INFO: Committing u'8391'...
4953 2008-07-18 16:31:56 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4954 2008-07-18 16:31:56 INFO: Changeset #69
4955 2008-07-18 16:31:56 INFO: Changeset "8392"
4956 2008-07-18 16:31:56 INFO: Log message: Added applyMaskAction(CLEAR_COLOR) to Camera::setClearColor() to enable proper inheritance
4958 2008-07-18 16:31:56 DEBUG: Going to apply changeset:
4960 Date: 2008-05-30 20:15:31.441061+00:00
4962 Entries: include/osg/Camera(UPD)
4963 Log: Added applyMaskAction(CLEAR_COLOR) to Camera::setClearColor() to enable proper inheritance
4965 2008-07-18 16:31:56 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8392 . 2>&1
4966 2008-07-18 16:31:56 DEBUG: Executing svn update --ignore-externals --revision 8392 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4967 2008-07-18 16:32:04 INFO: [Ok]
4968 2008-07-18 16:32:04 DEBUG: include/osg/Camera updated to 8392
4969 2008-07-18 16:32:04 INFO: Committing u'8392'...
4970 2008-07-18 16:32:04 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4971 2008-07-18 16:32:04 INFO: Changeset #70
4972 2008-07-18 16:32:04 INFO: Changeset "8393"
4973 2008-07-18 16:32:04 INFO: Log message: Added version check on FIND_PACKAGE(PkgConfig) to attempt to fix build with older versions of CMake
4975 2008-07-18 16:32:04 DEBUG: Going to apply changeset:
4977 Date: 2008-05-30 21:08:28.416668+00:00
4979 Entries: CMakeLists.txt(UPD)
4980 Log: Added version check on FIND_PACKAGE(PkgConfig) to attempt to fix build with older versions of CMake
4982 2008-07-18 16:32:04 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8393 . 2>&1
4983 2008-07-18 16:32:04 DEBUG: Executing svn update --ignore-externals --revision 8393 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
4984 2008-07-18 16:32:11 INFO: [Ok]
4985 2008-07-18 16:32:11 DEBUG: CMakeLists.txt updated to 8393
4986 2008-07-18 16:32:11 INFO: Committing u'8393'...
4987 2008-07-18 16:32:11 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4988 2008-07-18 16:32:11 INFO: Changeset #71
4989 2008-07-18 16:32:11 INFO: Changeset "8394"
4990 2008-07-18 16:32:11 INFO: Log message: Updated ChangeLog
4992 2008-07-18 16:32:11 DEBUG: Going to apply changeset:
4994 Date: 2008-05-30 21:12:44.425762+00:00
4996 Entries: ChangeLog(UPD)
4997 Log: Updated ChangeLog
4999 2008-07-18 16:32:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8394 . 2>&1
5000 2008-07-18 16:32:11 DEBUG: Executing svn update --ignore-externals --revision 8394 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5001 2008-07-18 16:32:17 INFO: [Ok]
5002 2008-07-18 16:32:17 DEBUG: ChangeLog updated to 8394
5003 2008-07-18 16:32:17 INFO: Committing u'8394'...
5004 2008-07-18 16:32:17 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5005 2008-07-18 16:32:17 INFO: Changeset #72
5006 2008-07-18 16:32:17 INFO: Changeset "8395"
5007 2008-07-18 16:32:17 INFO: Log message: Updated authors and version file for 2.5.1 dev release
5009 2008-07-18 16:32:17 DEBUG: Going to apply changeset:
5011 Date: 2008-05-30 21:23:49.341663+00:00
5013 Entries: AUTHORS.txt(UPD), README.txt(UPD), applications/osgversion/osgversion.cpp(UPD)
5014 Log: Updated authors and version file for 2.5.1 dev release
5016 2008-07-18 16:32:17 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8395 . 2>&1
5017 2008-07-18 16:32:17 DEBUG: Executing svn update --ignore-externals --revision 8395 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5018 2008-07-18 16:32:26 INFO: [Ok]
5019 2008-07-18 16:32:26 DEBUG: AUTHORS.txt,README.txt,applications/osgversion/osgversion.cpp updated to 8395
5020 2008-07-18 16:32:26 INFO: Committing u'8395'...
5021 2008-07-18 16:32:26 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5022 2008-07-18 16:32:26 INFO: Changeset #73
5023 2008-07-18 16:32:26 INFO: Changeset "8397"
5024 2008-07-18 16:32:26 INFO: Log message: Changed FIND_PACKAGE(PkgConfig) to INCLUDE(FindPkgConfig OPTIONAL) as per
5025 suggestion from Philip Lowman.
5027 2008-07-18 16:32:26 DEBUG: Going to apply changeset:
5029 Date: 2008-05-31 08:47:15.963254+00:00
5031 Entries: CMakeLists.txt(UPD)
5032 Log: Changed FIND_PACKAGE(PkgConfig) to INCLUDE(FindPkgConfig OPTIONAL) as per
5033 suggestion from Philip Lowman.
5035 2008-07-18 16:32:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8397 . 2>&1
5036 2008-07-18 16:32:26 DEBUG: Executing svn update --ignore-externals --revision 8397 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5037 2008-07-18 16:32:33 INFO: [Ok]
5038 2008-07-18 16:32:33 DEBUG: CMakeLists.txt updated to 8397
5039 2008-07-18 16:32:33 INFO: Committing u'8397'...
5040 2008-07-18 16:32:33 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5041 2008-07-18 16:32:33 INFO: Changeset #74
5042 2008-07-18 16:32:33 INFO: Changeset "8398"
5043 2008-07-18 16:32:33 INFO: Log message: Added support for assigning GraphicsContext to individual GUIEventAdapter events,
5044 and use of this within osgViewer::View to better track the sources of events.
5046 2008-07-18 16:32:33 DEBUG: Going to apply changeset:
5048 Date: 2008-06-02 17:34:47.781684+00:00
5050 Entries: include/osgGA/EventQueue(UPD), include/osgGA/GUIEventAdapter(UPD), include/osgViewer/GraphicsWindow(UPD), include/osgViewer/View(UPD), src/osgGA/GUIEventAdapter.cpp(UPD), src/osgViewer/CompositeViewer.cpp(UPD), src/osgViewer/GraphicsWindowCarbon.cpp(UPD), src/osgViewer/GraphicsWindowWin32.cpp(UPD), src/osgViewer/GraphicsWindowX11.cpp(UPD), src/osgViewer/View.cpp(UPD)
5051 Log: Added support for assigning GraphicsContext to individual GUIEventAdapter events,
5052 and use of this within osgViewer::View to better track the sources of events.
5054 2008-07-18 16:32:33 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8398 . 2>&1
5055 2008-07-18 16:32:33 DEBUG: Executing svn update --ignore-externals --revision 8398 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5056 2008-07-18 16:32:41 INFO: [Ok]
5057 2008-07-18 16:32:41 DEBUG: include/osgGA/EventQueue,include/osgGA/GUIEventAdapter,include/osgViewer/GraphicsWindow,include/osgViewer/View,src/osgGA/GUIEventAdapter.cpp,src/osgViewer/CompositeViewer.cpp,src/osgViewer/GraphicsWindowCarbon.cpp,src/osgViewer/GraphicsWindowWin32.cpp,src/osgViewer/GraphicsWindowX11.cpp,src/osgViewer/View.cpp updated to 8398
5058 2008-07-18 16:32:41 INFO: Committing u'8398'...
5059 2008-07-18 16:32:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5060 2008-07-18 16:32:41 INFO: Changeset #75
5061 2008-07-18 16:32:41 INFO: Changeset "8399"
5062 2008-07-18 16:32:41 INFO: Log message: Added unit test to smoke out a thread issue with using ofstream("/dev/null") inside
5065 2008-07-18 16:32:41 DEBUG: Going to apply changeset:
5067 Date: 2008-06-03 11:28:16.727787+00:00
5069 Entries: examples/osgunittests/osgunittests.cpp(UPD)
5070 Log: Added unit test to smoke out a thread issue with using ofstream("/dev/null") inside
5073 2008-07-18 16:32:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8399 . 2>&1
5074 2008-07-18 16:32:41 DEBUG: Executing svn update --ignore-externals --revision 8399 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5075 2008-07-18 16:32:48 INFO: [Ok]
5076 2008-07-18 16:32:48 DEBUG: examples/osgunittests/osgunittests.cpp updated to 8399
5077 2008-07-18 16:32:48 INFO: Committing u'8399'...
5078 2008-07-18 16:32:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5079 2008-07-18 16:32:48 INFO: Changeset #76
5080 2008-07-18 16:32:48 INFO: Changeset "8400"
5081 2008-07-18 16:32:48 INFO: Log message: From Marco Lehmann and Robert Osfield, this fix was implemented by Robert but
5082 is based on suggested fix from Marco for fixing a crash due to lack of
5083 thread safety in std::ofstream("/dev/null"); The fix is to use a custom stream
5084 buffer that just discards all data. The implementation is also twice as fast
5085 as the old /dev/null based approach.
5088 2008-07-18 16:32:48 DEBUG: Going to apply changeset:
5090 Date: 2008-06-03 11:31:42.900399+00:00
5092 Entries: src/osg/Notify.cpp(UPD)
5093 Log: From Marco Lehmann and Robert Osfield, this fix was implemented by Robert but
5094 is based on suggested fix from Marco for fixing a crash due to lack of
5095 thread safety in std::ofstream("/dev/null"); The fix is to use a custom stream
5096 buffer that just discards all data. The implementation is also twice as fast
5097 as the old /dev/null based approach.
5100 2008-07-18 16:32:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8400 . 2>&1
5101 2008-07-18 16:32:48 DEBUG: Executing svn update --ignore-externals --revision 8400 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5102 2008-07-18 16:32:54 INFO: [Ok]
5103 2008-07-18 16:32:54 DEBUG: src/osg/Notify.cpp updated to 8400
5104 2008-07-18 16:32:54 INFO: Committing u'8400'...
5105 2008-07-18 16:32:54 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5106 2008-07-18 16:32:54 INFO: Changeset #77
5107 2008-07-18 16:32:54 INFO: Changeset "8401"
5108 2008-07-18 16:32:54 INFO: Log message: Ran merge to get rid of tabs
5110 2008-07-18 16:32:54 DEBUG: Going to apply changeset:
5112 Date: 2008-06-03 13:06:54.939094+00:00
5114 Entries: src/osgPlugins/txp/trpage_print.cpp(UPD), src/osgPlugins/txp/trpage_print.h(UPD)
5115 Log: Ran merge to get rid of tabs
5117 2008-07-18 16:32:54 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8401 . 2>&1
5118 2008-07-18 16:32:54 DEBUG: Executing svn update --ignore-externals --revision 8401 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5119 2008-07-18 16:33:01 INFO: [Ok]
5120 2008-07-18 16:33:01 DEBUG: src/osgPlugins/txp/trpage_print.cpp,src/osgPlugins/txp/trpage_print.h updated to 8401
5121 2008-07-18 16:33:01 INFO: Committing u'8401'...
5122 2008-07-18 16:33:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5123 2008-07-18 16:33:01 INFO: Changeset #78
5124 2008-07-18 16:33:01 INFO: Changeset "8402"
5125 2008-07-18 16:33:01 INFO: Log message: From Mario Valle, fixed warnings
5127 2008-07-18 16:33:01 DEBUG: Going to apply changeset:
5129 Date: 2008-06-03 13:07:40.750808+00:00
5131 Entries: src/osgPlugins/txp/trpage_print.cpp(UPD), src/osgPlugins/txp/trpage_print.h(UPD)
5132 Log: From Mario Valle, fixed warnings
5134 2008-07-18 16:33:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8402 . 2>&1
5135 2008-07-18 16:33:01 DEBUG: Executing svn update --ignore-externals --revision 8402 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5136 2008-07-18 16:33:08 INFO: [Ok]
5137 2008-07-18 16:33:08 DEBUG: src/osgPlugins/txp/trpage_print.cpp,src/osgPlugins/txp/trpage_print.h updated to 8402
5138 2008-07-18 16:33:08 INFO: Committing u'8402'...
5139 2008-07-18 16:33:08 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5140 2008-07-18 16:33:08 INFO: Changeset #79
5141 2008-07-18 16:33:08 INFO: Changeset "8403"
5142 2008-07-18 16:33:08 INFO: Log message: Added missing updateBlock()
5144 2008-07-18 16:33:08 DEBUG: Going to apply changeset:
5146 Date: 2008-06-03 15:49:59.502604+00:00
5148 Entries: src/osgDB/DatabasePager.cpp(UPD)
5149 Log: Added missing updateBlock()
5151 2008-07-18 16:33:08 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8403 . 2>&1
5152 2008-07-18 16:33:08 DEBUG: Executing svn update --ignore-externals --revision 8403 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5153 2008-07-18 16:33:18 INFO: [Ok]
5154 2008-07-18 16:33:18 DEBUG: src/osgDB/DatabasePager.cpp updated to 8403
5155 2008-07-18 16:33:18 INFO: Committing u'8403'...
5156 2008-07-18 16:33:18 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5157 2008-07-18 16:33:18 INFO: Changeset #80
5158 2008-07-18 16:33:18 INFO: Changeset "8404"
5159 2008-07-18 16:33:18 INFO: Log message: First cut of osgkdtree example, this will be used as a base of the development of
5160 native kdtree support to help speed up intersection testing.
5162 2008-07-18 16:33:18 DEBUG: Going to apply changeset:
5164 Date: 2008-06-03 16:13:49.848986+00:00
5166 Entries: examples/CMakeLists.txt(UPD), examples/osgkdtree(ADD), examples/osgkdtree/CMakeLists.txt(ADD), examples/osgkdtree/osgkdtree.cpp(ADD)
5167 Log: First cut of osgkdtree example, this will be used as a base of the development of
5168 native kdtree support to help speed up intersection testing.
5170 2008-07-18 16:33:18 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8404 . 2>&1
5171 2008-07-18 16:33:18 DEBUG: Executing svn update --ignore-externals --revision 8404 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5172 2008-07-18 16:33:24 INFO: [Ok]
5173 2008-07-18 16:33:24 DEBUG: examples/CMakeLists.txt,examples/osgkdtree,examples/osgkdtree/CMakeLists.txt,examples/osgkdtree/osgkdtree.cpp updated to 8404
5174 2008-07-18 16:33:24 INFO: Adding examples/osgkdtree/CMakeLists.txt, examples/osgkdtree/osgkdtree.cpp...
5175 2008-07-18 16:33:24 INFO: Adding examples/osgkdtree/CMakeLists.txt, examples/osgkdtree/osgkdtree.cpp...
5176 2008-07-18 16:33:24 INFO: Committing u'8404'...
5177 2008-07-18 16:33:24 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5178 2008-07-18 16:33:24 INFO: Changeset #81
5179 2008-07-18 16:33:24 INFO: Changeset "8405"
5180 2008-07-18 16:33:24 INFO: Log message: Fleshed out some basic kd-tree data structures.
5182 2008-07-18 16:33:24 DEBUG: Going to apply changeset:
5184 Date: 2008-06-03 17:29:27.899316+00:00
5186 Entries: examples/osgkdtree/osgkdtree.cpp(UPD)
5187 Log: Fleshed out some basic kd-tree data structures.
5189 2008-07-18 16:33:24 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8405 . 2>&1
5190 2008-07-18 16:33:24 DEBUG: Executing svn update --ignore-externals --revision 8405 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5191 2008-07-18 16:33:31 INFO: [Ok]
5192 2008-07-18 16:33:31 DEBUG: examples/osgkdtree/osgkdtree.cpp updated to 8405
5193 2008-07-18 16:33:31 INFO: Committing u'8405'...
5194 2008-07-18 16:33:31 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5195 2008-07-18 16:33:31 INFO: Changeset #82
5196 2008-07-18 16:33:31 INFO: Changeset "8406"
5197 2008-07-18 16:33:31 INFO: Log message: Added support for optionally calling releaseContext at the end of each
5198 renderinTraversals() to help with cases where uses are driving multiple
5199 contexts from mulitple viewers in a single threaded frame loop.
5201 2008-07-18 16:33:31 DEBUG: Going to apply changeset:
5203 Date: 2008-06-04 16:46:14.134508+00:00
5205 Entries: include/osgViewer/ViewerBase(UPD), src/osgViewer/CompositeViewer.cpp(UPD), src/osgViewer/Viewer.cpp(UPD), src/osgViewer/ViewerBase.cpp(UPD)
5206 Log: Added support for optionally calling releaseContext at the end of each
5207 renderinTraversals() to help with cases where uses are driving multiple
5208 contexts from mulitple viewers in a single threaded frame loop.
5210 2008-07-18 16:33:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8406 . 2>&1
5211 2008-07-18 16:33:31 DEBUG: Executing svn update --ignore-externals --revision 8406 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5212 2008-07-18 16:33:38 INFO: [Ok]
5213 2008-07-18 16:33:38 DEBUG: include/osgViewer/ViewerBase,src/osgViewer/CompositeViewer.cpp,src/osgViewer/Viewer.cpp,src/osgViewer/ViewerBase.cpp updated to 8406
5214 2008-07-18 16:33:38 INFO: Committing u'8406'...
5215 2008-07-18 16:33:38 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5216 2008-07-18 16:33:38 INFO: Changeset #83
5217 2008-07-18 16:33:38 INFO: Changeset "8407"
5218 2008-07-18 16:33:38 INFO: Log message: Updated wrappers
5220 2008-07-18 16:33:38 DEBUG: Going to apply changeset:
5222 Date: 2008-06-04 16:53:17.631925+00:00
5224 Entries: src/osgWrappers/osgGA/EventQueue.cpp(UPD), src/osgWrappers/osgGA/GUIEventAdapter.cpp(UPD), src/osgWrappers/osgViewer/ViewerBase.cpp(UPD)
5225 Log: Updated wrappers
5227 2008-07-18 16:33:38 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8407 . 2>&1
5228 2008-07-18 16:33:38 DEBUG: Executing svn update --ignore-externals --revision 8407 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5229 2008-07-18 16:33:46 INFO: [Ok]
5230 2008-07-18 16:33:46 DEBUG: src/osgWrappers/osgGA/EventQueue.cpp,src/osgWrappers/osgGA/GUIEventAdapter.cpp,src/osgWrappers/osgViewer/ViewerBase.cpp updated to 8407
5231 2008-07-18 16:33:46 INFO: Committing u'8407'...
5232 2008-07-18 16:33:46 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5233 2008-07-18 16:33:46 INFO: Changeset #84
5234 2008-07-18 16:33:46 INFO: Changeset "8408"
5235 2008-07-18 16:33:46 INFO: Log message: Further work on fleshing out basic classes
5237 2008-07-18 16:33:46 DEBUG: Going to apply changeset:
5239 Date: 2008-06-04 17:59:39.544270+00:00
5241 Entries: examples/osgkdtree/osgkdtree.cpp(UPD)
5242 Log: Further work on fleshing out basic classes
5244 2008-07-18 16:33:46 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8408 . 2>&1
5245 2008-07-18 16:33:46 DEBUG: Executing svn update --ignore-externals --revision 8408 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5246 2008-07-18 16:33:52 INFO: [Ok]
5247 2008-07-18 16:33:52 DEBUG: examples/osgkdtree/osgkdtree.cpp updated to 8408
5248 2008-07-18 16:33:52 INFO: Committing u'8408'...
5249 2008-07-18 16:33:52 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5250 2008-07-18 16:33:52 INFO: Changeset #85
5251 2008-07-18 16:33:52 INFO: Changeset "8409"
5252 2008-07-18 16:33:52 INFO: Log message: Added accep(Shape&)
5254 2008-07-18 16:33:52 DEBUG: Going to apply changeset:
5256 Date: 2008-06-05 13:46:19.489838+00:00
5258 Entries: include/osg/Shape(UPD)
5259 Log: Added accep(Shape&)
5261 2008-07-18 16:33:52 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8409 . 2>&1
5262 2008-07-18 16:33:52 DEBUG: Executing svn update --ignore-externals --revision 8409 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5263 2008-07-18 16:33:59 INFO: [Ok]
5264 2008-07-18 16:33:59 DEBUG: include/osg/Shape updated to 8409
5265 2008-07-18 16:33:59 INFO: Committing u'8409'...
5266 2008-07-18 16:33:59 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5267 2008-07-18 16:33:59 INFO: Changeset #86
5268 2008-07-18 16:33:59 INFO: Changeset "8410"
5269 2008-07-18 16:33:59 INFO: Log message: Basic implementation of kdtree generation based on vertices
5271 2008-07-18 16:33:59 DEBUG: Going to apply changeset:
5273 Date: 2008-06-05 17:28:06.639818+00:00
5275 Entries: examples/osgkdtree/osgkdtree.cpp(UPD)
5276 Log: Basic implementation of kdtree generation based on vertices
5278 2008-07-18 16:33:59 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8410 . 2>&1
5279 2008-07-18 16:33:59 DEBUG: Executing svn update --ignore-externals --revision 8410 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5280 2008-07-18 16:34:06 INFO: [Ok]
5281 2008-07-18 16:34:06 DEBUG: examples/osgkdtree/osgkdtree.cpp updated to 8410
5282 2008-07-18 16:34:06 INFO: Committing u'8410'...
5283 2008-07-18 16:34:06 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5284 2008-07-18 16:34:06 INFO: Changeset #87
5285 2008-07-18 16:34:06 INFO: Changeset "8411"
5286 2008-07-18 16:34:06 INFO: Log message: Added timing code
5288 2008-07-18 16:34:06 DEBUG: Going to apply changeset:
5290 Date: 2008-06-05 18:52:29.374534+00:00
5292 Entries: examples/osgkdtree/osgkdtree.cpp(UPD)
5293 Log: Added timing code
5295 2008-07-18 16:34:06 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8411 . 2>&1
5296 2008-07-18 16:34:06 DEBUG: Executing svn update --ignore-externals --revision 8411 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5297 2008-07-18 16:34:13 INFO: [Ok]
5298 2008-07-18 16:34:13 DEBUG: examples/osgkdtree/osgkdtree.cpp updated to 8411
5299 2008-07-18 16:34:13 INFO: Committing u'8411'...
5300 2008-07-18 16:34:13 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5301 2008-07-18 16:34:13 INFO: Changeset #88
5302 2008-07-18 16:34:13 INFO: Changeset "8412"
5303 2008-07-18 16:34:13 INFO: Log message: Added OSGDB_EXPORT
5305 2008-07-18 16:34:13 DEBUG: Going to apply changeset:
5307 Date: 2008-06-06 08:42:37.892675+00:00
5309 Entries: include/osgDB/DatabasePager(UPD)
5310 Log: Added OSGDB_EXPORT
5312 2008-07-18 16:34:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8412 . 2>&1
5313 2008-07-18 16:34:13 DEBUG: Executing svn update --ignore-externals --revision 8412 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5314 2008-07-18 16:34:19 INFO: [Ok]
5315 2008-07-18 16:34:19 DEBUG: include/osgDB/DatabasePager updated to 8412
5316 2008-07-18 16:34:19 INFO: Committing u'8412'...
5317 2008-07-18 16:34:19 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5318 2008-07-18 16:34:19 INFO: Changeset #89
5319 2008-07-18 16:34:19 INFO: Changeset "8413"
5320 2008-07-18 16:34:19 INFO: Log message: Quitened down the release context message
5322 2008-07-18 16:34:19 DEBUG: Going to apply changeset:
5324 Date: 2008-06-06 09:08:16.641994+00:00
5326 Entries: src/osgViewer/ViewerBase.cpp(UPD)
5327 Log: Quitened down the release context message
5329 2008-07-18 16:34:19 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8413 . 2>&1
5330 2008-07-18 16:34:19 DEBUG: Executing svn update --ignore-externals --revision 8413 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5331 2008-07-18 16:34:26 INFO: [Ok]
5332 2008-07-18 16:34:26 DEBUG: src/osgViewer/ViewerBase.cpp updated to 8413
5333 2008-07-18 16:34:26 INFO: Committing u'8413'...
5334 2008-07-18 16:34:26 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5335 2008-07-18 16:34:26 INFO: Changeset #90
5336 2008-07-18 16:34:26 INFO: Changeset "8414"
5337 2008-07-18 16:34:26 INFO: Log message: Added update traversal to run prior to doing kdtree build to make sure that
5338 costs in build osgTerrain databases isn't incurred during the build traversal.
5340 2008-07-18 16:34:26 DEBUG: Going to apply changeset:
5342 Date: 2008-06-06 10:51:23.531702+00:00
5344 Entries: examples/osgkdtree/osgkdtree.cpp(UPD)
5345 Log: Added update traversal to run prior to doing kdtree build to make sure that
5346 costs in build osgTerrain databases isn't incurred during the build traversal.
5348 2008-07-18 16:34:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8414 . 2>&1
5349 2008-07-18 16:34:26 DEBUG: Executing svn update --ignore-externals --revision 8414 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5350 2008-07-18 16:34:33 INFO: [Ok]
5351 2008-07-18 16:34:33 DEBUG: examples/osgkdtree/osgkdtree.cpp updated to 8414
5352 2008-07-18 16:34:33 INFO: Committing u'8414'...
5353 2008-07-18 16:34:33 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5354 2008-07-18 16:34:33 INFO: Changeset #91
5355 2008-07-18 16:34:33 INFO: Changeset "8415"
5356 2008-07-18 16:34:33 INFO: Log message: Introduce a lower overhead data structure for leaves.
5358 2008-07-18 16:34:33 DEBUG: Going to apply changeset:
5360 Date: 2008-06-06 13:21:27.098588+00:00
5362 Entries: examples/osgkdtree/osgkdtree.cpp(UPD)
5363 Log: Introduce a lower overhead data structure for leaves.
5365 2008-07-18 16:34:33 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8415 . 2>&1
5366 2008-07-18 16:34:33 DEBUG: Executing svn update --ignore-externals --revision 8415 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5367 2008-07-18 16:34:40 INFO: [Ok]
5368 2008-07-18 16:34:40 DEBUG: examples/osgkdtree/osgkdtree.cpp updated to 8415
5369 2008-07-18 16:34:40 INFO: Committing u'8415'...
5370 2008-07-18 16:34:40 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5371 2008-07-18 16:34:40 INFO: Changeset #92
5372 2008-07-18 16:34:40 INFO: Changeset "8416"
5373 2008-07-18 16:34:40 INFO: Log message: Renamed _rendergraph to _stateGraph to better reflect its function
5375 2008-07-18 16:34:40 DEBUG: Going to apply changeset:
5377 Date: 2008-06-06 13:21:57.299576+00:00
5379 Entries: include/osgUtil/SceneView(UPD), src/osgUtil/SceneView.cpp(UPD)
5380 Log: Renamed _rendergraph to _stateGraph to better reflect its function
5382 2008-07-18 16:34:40 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8416 . 2>&1
5383 2008-07-18 16:34:40 DEBUG: Executing svn update --ignore-externals --revision 8416 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5384 2008-07-18 16:34:47 INFO: [Ok]
5385 2008-07-18 16:34:47 DEBUG: include/osgUtil/SceneView,src/osgUtil/SceneView.cpp updated to 8416
5386 2008-07-18 16:34:47 INFO: Committing u'8416'...
5387 2008-07-18 16:34:47 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5388 2008-07-18 16:34:47 INFO: Changeset #93
5389 2008-07-18 16:34:47 INFO: Changeset "8417"
5390 2008-07-18 16:34:47 INFO: Log message: Cleaned up implementation to only use simple structure
5392 2008-07-18 16:34:47 DEBUG: Going to apply changeset:
5394 Date: 2008-06-06 14:10:20.142506+00:00
5396 Entries: examples/osgkdtree/osgkdtree.cpp(UPD)
5397 Log: Cleaned up implementation to only use simple structure
5399 2008-07-18 16:34:47 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8417 . 2>&1
5400 2008-07-18 16:34:47 DEBUG: Executing svn update --ignore-externals --revision 8417 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5401 2008-07-18 16:34:53 INFO: [Ok]
5402 2008-07-18 16:34:53 DEBUG: examples/osgkdtree/osgkdtree.cpp updated to 8417
5403 2008-07-18 16:34:53 INFO: Committing u'8417'...
5404 2008-07-18 16:34:53 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5405 2008-07-18 16:34:53 INFO: Changeset #94
5406 2008-07-18 16:34:53 INFO: Changeset "8418"
5407 2008-07-18 16:34:53 INFO: Log message: From Mathieu Marache, "I have made the logo plugin work again (a simple copy and paste problem) and added the path of the logo file (if not empty) to the data file path in order to be able to find images relatively."
5409 2008-07-18 16:34:53 DEBUG: Going to apply changeset:
5411 Date: 2008-06-06 14:59:17.157106+00:00
5413 Entries: src/osgPlugins/logo/ReaderWriterLOGO.cpp(UPD)
5414 Log: From Mathieu Marache, "I have made the logo plugin work again (a simple copy and paste problem) and added the path of the logo file (if not empty) to the data file path in order to be able to find images relatively."
5416 2008-07-18 16:34:53 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8418 . 2>&1
5417 2008-07-18 16:34:53 DEBUG: Executing svn update --ignore-externals --revision 8418 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5418 2008-07-18 16:34:59 INFO: [Ok]
5419 2008-07-18 16:34:59 DEBUG: src/osgPlugins/logo/ReaderWriterLOGO.cpp updated to 8418
5420 2008-07-18 16:34:59 INFO: Committing u'8418'...
5421 2008-07-18 16:34:59 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5422 2008-07-18 16:34:59 INFO: Changeset #95
5423 2008-07-18 16:34:59 INFO: Changeset "8419"
5424 2008-07-18 16:34:59 INFO: Log message: From Paul Melis, "Here's an updated include/osgText/Text3D that forces recomputation of the glyph repr when the character depth is updated, also when the rendering mode is set.
5425 This caused a Text3D object read from a .osg file to not have the correct depth."
5427 2008-07-18 16:34:59 DEBUG: Going to apply changeset:
5429 Date: 2008-06-06 16:25:14.518539+00:00
5431 Entries: include/osgText/Text3D(UPD)
5432 Log: From Paul Melis, "Here's an updated include/osgText/Text3D that forces recomputation of the glyph repr when the character depth is updated, also when the rendering mode is set.
5433 This caused a Text3D object read from a .osg file to not have the correct depth."
5435 2008-07-18 16:34:59 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8419 . 2>&1
5436 2008-07-18 16:34:59 DEBUG: Executing svn update --ignore-externals --revision 8419 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5437 2008-07-18 16:35:06 INFO: [Ok]
5438 2008-07-18 16:35:06 DEBUG: include/osgText/Text3D updated to 8419
5439 2008-07-18 16:35:06 INFO: Committing u'8419'...
5440 2008-07-18 16:35:06 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5441 2008-07-18 16:35:06 INFO: Changeset #96
5442 2008-07-18 16:35:06 INFO: Changeset "8420"
5443 2008-07-18 16:35:06 INFO: Log message: From Glenn Waldron, "I'm using an IntersectionVisitor with a PagedLOD database, employing a ReadCallback to allow the intersector to traverse the paged nodes. I discovered that if the visitor is unable (for any reason) to load a subtile via the ReadCallback, the intersection fails. However, I had the requirement to "fall back" on the lower-resolution parent tile and settle for that intersection.
5445 This was easy to implement simply by overriding IntersectionVisitor::apply(PagedLOD). My question is: Are there any opinions on whether this should be the default behavior? If it makes sense, I will submit the change; if not, no worries."
5447 2008-07-18 16:35:06 DEBUG: Going to apply changeset:
5449 Date: 2008-06-06 16:28:27.334487+00:00
5451 Entries: src/osgUtil/IntersectionVisitor.cpp(UPD)
5452 Log: From Glenn Waldron, "I'm using an IntersectionVisitor with a PagedLOD database, employing a ReadCallback to allow the intersector to traverse the paged nodes. I discovered that if the visitor is unable (for any reason) to load a subtile via the ReadCallback, the intersection fails. However, I had the requirement to "fall back" on the lower-resolution parent tile and settle for that intersection.
5454 This was easy to implement simply by overriding IntersectionVisitor::apply(PagedLOD). My question is: Are there any opinions on whether this should be the default behavior? If it makes sense, I will submit the change; if not, no worries."
5456 2008-07-18 16:35:06 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8420 . 2>&1
5457 2008-07-18 16:35:06 DEBUG: Executing svn update --ignore-externals --revision 8420 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5458 2008-07-18 16:35:13 INFO: [Ok]
5459 2008-07-18 16:35:13 DEBUG: src/osgUtil/IntersectionVisitor.cpp updated to 8420
5460 2008-07-18 16:35:13 INFO: Committing u'8420'...
5461 2008-07-18 16:35:13 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5462 2008-07-18 16:35:13 INFO: Changeset #97
5463 2008-07-18 16:35:13 INFO: Changeset "8421"
5464 2008-07-18 16:35:13 INFO: Log message: From Stephane Lamoliatte, "fix to reading of DatabasePath property"
5466 2008-07-18 16:35:13 DEBUG: Going to apply changeset:
5468 Date: 2008-06-06 16:41:24.661242+00:00
5470 Entries: src/osgPlugins/osg/PagedLOD.cpp(UPD)
5471 Log: From Stephane Lamoliatte, "fix to reading of DatabasePath property"
5473 2008-07-18 16:35:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8421 . 2>&1
5474 2008-07-18 16:35:13 DEBUG: Executing svn update --ignore-externals --revision 8421 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5475 2008-07-18 16:35:22 INFO: [Ok]
5476 2008-07-18 16:35:22 DEBUG: src/osgPlugins/osg/PagedLOD.cpp updated to 8421
5477 2008-07-18 16:35:22 INFO: Committing u'8421'...
5478 2008-07-18 16:35:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5479 2008-07-18 16:35:22 INFO: Changeset #98
5480 2008-07-18 16:35:22 INFO: Changeset "8422"
5481 2008-07-18 16:35:22 INFO: Log message: From Jean-Sebastien Guay, "The new osgscreencapture example was being installed to bin instead of to share/OpenSceneGraph/bin, this is because the CMakeLists.txt used SETUP_APPLICATION instead of SETUP_EXAMPLE. Corrected CMakeLists.txt attached.
5484 2008-07-18 16:35:22 DEBUG: Going to apply changeset:
5486 Date: 2008-06-06 16:45:07.973590+00:00
5488 Entries: examples/osgscreencapture/CMakeLists.txt(UPD)
5489 Log: From Jean-Sebastien Guay, "The new osgscreencapture example was being installed to bin instead of to share/OpenSceneGraph/bin, this is because the CMakeLists.txt used SETUP_APPLICATION instead of SETUP_EXAMPLE. Corrected CMakeLists.txt attached.
5492 2008-07-18 16:35:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8422 . 2>&1
5493 2008-07-18 16:35:22 DEBUG: Executing svn update --ignore-externals --revision 8422 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5494 2008-07-18 16:35:29 INFO: [Ok]
5495 2008-07-18 16:35:29 DEBUG: examples/osgscreencapture/CMakeLists.txt updated to 8422
5496 2008-07-18 16:35:29 INFO: Committing u'8422'...
5497 2008-07-18 16:35:29 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5498 2008-07-18 16:35:29 INFO: Changeset #99
5499 2008-07-18 16:35:29 INFO: Changeset "8423"
5500 2008-07-18 16:35:29 INFO: Log message: Updated versions for 2.5.2 dev release
5502 2008-07-18 16:35:29 DEBUG: Going to apply changeset:
5504 Date: 2008-06-06 17:45:33.354841+00:00
5506 Entries: CMakeLists.txt(UPD), include/osg/Version(UPD), packaging/pkgconfig/openscenegraph.pc(UPD)
5507 Log: Updated versions for 2.5.2 dev release
5509 2008-07-18 16:35:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8423 . 2>&1
5510 2008-07-18 16:35:29 DEBUG: Executing svn update --ignore-externals --revision 8423 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5511 2008-07-18 16:35:35 INFO: [Ok]
5512 2008-07-18 16:35:35 DEBUG: CMakeLists.txt,include/osg/Version,packaging/pkgconfig/openscenegraph.pc updated to 8423
5513 2008-07-18 16:35:35 INFO: Committing u'8423'...
5514 2008-07-18 16:35:35 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5515 2008-07-18 16:35:35 INFO: Changeset #100
5516 2008-07-18 16:35:35 INFO: Changeset "8424"
5517 2008-07-18 16:35:35 INFO: Log message: Updated ChangeLog
5519 2008-07-18 16:35:35 DEBUG: Going to apply changeset:
5521 Date: 2008-06-06 19:41:28.117529+00:00
5523 Entries: ChangeLog(UPD)
5524 Log: Updated ChangeLog
5526 2008-07-18 16:35:35 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8424 . 2>&1
5527 2008-07-18 16:35:35 DEBUG: Executing svn update --ignore-externals --revision 8424 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5528 2008-07-18 16:35:43 INFO: [Ok]
5529 2008-07-18 16:35:43 DEBUG: ChangeLog updated to 8424
5530 2008-07-18 16:35:43 INFO: Committing u'8424'...
5531 2008-07-18 16:35:43 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5532 2008-07-18 16:35:43 INFO: Changeset #101
5533 2008-07-18 16:35:43 INFO: Changeset "8425"
5534 2008-07-18 16:35:43 INFO: Log message: Updated wrappers, authors and readme for 2.5.2 dev release
5536 2008-07-18 16:35:43 DEBUG: Going to apply changeset:
5538 Date: 2008-06-06 19:57:56.303583+00:00
5540 Entries: AUTHORS.txt(UPD), README.txt(UPD), src/osgWrappers/osg/Shape.cpp(UPD)
5541 Log: Updated wrappers, authors and readme for 2.5.2 dev release
5543 2008-07-18 16:35:43 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8425 . 2>&1
5544 2008-07-18 16:35:43 DEBUG: Executing svn update --ignore-externals --revision 8425 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5545 2008-07-18 16:35:50 INFO: [Ok]
5546 2008-07-18 16:35:50 DEBUG: AUTHORS.txt,README.txt,src/osgWrappers/osg/Shape.cpp updated to 8425
5547 2008-07-18 16:35:50 INFO: Committing u'8425'...
5548 2008-07-18 16:35:50 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5549 2008-07-18 16:35:50 INFO: Changeset #102
5550 2008-07-18 16:35:50 INFO: Changeset "8434"
5551 2008-07-18 16:35:50 INFO: Log message: Refactored the management of the request queues so that the appropraite mutex is locked when DatabaseRequest objects are modified
5553 2008-07-18 16:35:50 DEBUG: Going to apply changeset:
5555 Date: 2008-06-12 16:33:24.515469+00:00
5557 Entries: src/osgDB/DatabasePager.cpp(UPD)
5558 Log: Refactored the management of the request queues so that the appropraite mutex is locked when DatabaseRequest objects are modified
5560 2008-07-18 16:35:50 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8434 . 2>&1
5561 2008-07-18 16:35:50 DEBUG: Executing svn update --ignore-externals --revision 8434 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5562 2008-07-18 16:35:56 INFO: [Ok]
5563 2008-07-18 16:35:56 DEBUG: src/osgDB/DatabasePager.cpp updated to 8434
5564 2008-07-18 16:35:56 INFO: Committing u'8434'...
5565 2008-07-18 16:35:56 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5566 2008-07-18 16:35:56 INFO: Changeset #103
5567 2008-07-18 16:35:56 INFO: Changeset "8436"
5568 2008-07-18 16:35:56 INFO: Log message: Checking in missing header changes
5570 2008-07-18 16:35:56 DEBUG: Going to apply changeset:
5572 Date: 2008-06-16 09:32:22.257966+00:00
5574 Entries: include/osgDB/DatabasePager(UPD)
5575 Log: Checking in missing header changes
5577 2008-07-18 16:35:56 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8436 . 2>&1
5578 2008-07-18 16:35:56 DEBUG: Executing svn update --ignore-externals --revision 8436 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5579 2008-07-18 16:36:03 INFO: [Ok]
5580 2008-07-18 16:36:03 DEBUG: include/osgDB/DatabasePager updated to 8436
5581 2008-07-18 16:36:03 INFO: Committing u'8436'...
5582 2008-07-18 16:36:03 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5583 2008-07-18 16:36:03 INFO: Changeset #104
5584 2008-07-18 16:36:03 INFO: Changeset "8437"
5585 2008-07-18 16:36:03 INFO: Log message: Added mutex to serialize access to the trpager
5587 2008-07-18 16:36:03 DEBUG: Going to apply changeset:
5589 Date: 2008-06-16 13:20:51.810086+00:00
5591 Entries: src/osgPlugins/txp/TXPNode.cpp(UPD), src/osgPlugins/txp/TXPNode.h(UPD)
5592 Log: Added mutex to serialize access to the trpager
5594 2008-07-18 16:36:03 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8437 . 2>&1
5595 2008-07-18 16:36:03 DEBUG: Executing svn update --ignore-externals --revision 8437 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5596 2008-07-18 16:36:09 INFO: [Ok]
5597 2008-07-18 16:36:09 DEBUG: src/osgPlugins/txp/TXPNode.cpp,src/osgPlugins/txp/TXPNode.h updated to 8437
5598 2008-07-18 16:36:09 INFO: Committing u'8437'...
5599 2008-07-18 16:36:09 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5600 2008-07-18 16:36:09 INFO: Changeset #105
5601 2008-07-18 16:36:09 INFO: Changeset "8438"
5602 2008-07-18 16:36:09 INFO: Log message: Changed class to struct
5604 2008-07-18 16:36:09 DEBUG: Going to apply changeset:
5606 Date: 2008-06-16 16:06:01.963271+00:00
5608 Entries: include/osgDB/DatabasePager(UPD)
5609 Log: Changed class to struct
5611 2008-07-18 16:36:09 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8438 . 2>&1
5612 2008-07-18 16:36:09 DEBUG: Executing svn update --ignore-externals --revision 8438 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5613 2008-07-18 16:36:16 INFO: [Ok]
5614 2008-07-18 16:36:16 DEBUG: include/osgDB/DatabasePager updated to 8438
5615 2008-07-18 16:36:16 INFO: Committing u'8438'...
5616 2008-07-18 16:36:16 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5617 2008-07-18 16:36:16 INFO: Changeset #106
5618 2008-07-18 16:36:16 INFO: Changeset "8439"
5619 2008-07-18 16:36:16 INFO: Log message: Added overriding of CullSettings::inheritCullSettings() into osg::Camera to
5620 properly inherit the clear colour.
5622 2008-07-18 16:36:16 DEBUG: Going to apply changeset:
5624 Date: 2008-06-16 20:22:16.387275+00:00
5626 Entries: include/osg/Camera(UPD), src/osg/Camera.cpp(UPD), src/osg/View.cpp(UPD), src/osgWrappers/osg/Camera.cpp(UPD)
5627 Log: Added overriding of CullSettings::inheritCullSettings() into osg::Camera to
5628 properly inherit the clear colour.
5630 2008-07-18 16:36:16 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8439 . 2>&1
5631 2008-07-18 16:36:16 DEBUG: Executing svn update --ignore-externals --revision 8439 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5632 2008-07-18 16:36:23 INFO: [Ok]
5633 2008-07-18 16:36:23 DEBUG: include/osg/Camera,src/osg/Camera.cpp,src/osg/View.cpp,src/osgWrappers/osg/Camera.cpp updated to 8439
5634 2008-07-18 16:36:23 INFO: Committing u'8439'...
5635 2008-07-18 16:36:23 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5636 2008-07-18 16:36:23 INFO: Changeset #107
5637 2008-07-18 16:36:23 INFO: Changeset "8440"
5638 2008-07-18 16:36:23 INFO: Log message: From Mathias Froehlich, OpenThreads::Atomic support
5640 2008-07-18 16:36:23 DEBUG: Going to apply changeset:
5642 Date: 2008-06-17 17:43:59.062716+00:00
5644 Entries: CMakeModules/CheckAtomicOps.cmake(ADD), include/OpenThreads/Atomic(ADD), src/OpenThreads/CMakeLists.txt(UPD), src/OpenThreads/common/Config.in(ADD)
5645 Log: From Mathias Froehlich, OpenThreads::Atomic support
5647 2008-07-18 16:36:23 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8440 . 2>&1
5648 2008-07-18 16:36:23 DEBUG: Executing svn update --ignore-externals --revision 8440 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5649 2008-07-18 16:36:31 INFO: [Ok]
5650 2008-07-18 16:36:31 DEBUG: CMakeModules/CheckAtomicOps.cmake,include/OpenThreads/Atomic,src/OpenThreads/CMakeLists.txt,src/OpenThreads/common/Config.in updated to 8440
5651 2008-07-18 16:36:31 INFO: Adding CMakeModules/CheckAtomicOps.cmake, include/OpenThreads/Atomic...
5652 2008-07-18 16:36:31 INFO: Adding src/OpenThreads/common/Config.in...
5653 2008-07-18 16:36:31 INFO: Committing u'8440'...
5654 2008-07-18 16:36:31 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5655 2008-07-18 16:36:31 INFO: Changeset #108
5656 2008-07-18 16:36:31 INFO: Changeset "8441"
5657 2008-07-18 16:36:31 INFO: Log message: From David Callu, "fixed bounding box bug"
5659 2008-07-18 16:36:31 DEBUG: Going to apply changeset:
5661 Date: 2008-06-18 10:46:05.455748+00:00
5663 Entries: include/osgText/Text3D(UPD), src/osgText/Text3D.cpp(UPD)
5664 Log: From David Callu, "fixed bounding box bug"
5666 2008-07-18 16:36:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8441 . 2>&1
5667 2008-07-18 16:36:31 DEBUG: Executing svn update --ignore-externals --revision 8441 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5668 2008-07-18 16:36:38 INFO: [Ok]
5669 2008-07-18 16:36:38 DEBUG: include/osgText/Text3D,src/osgText/Text3D.cpp updated to 8441
5670 2008-07-18 16:36:38 INFO: Committing u'8441'...
5671 2008-07-18 16:36:38 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5672 2008-07-18 16:36:38 INFO: Changeset #109
5673 2008-07-18 16:36:38 INFO: Changeset "8442"
5674 2008-07-18 16:36:38 INFO: Log message: From Gino van den Bergen, "Added support for vrml primitive caching"
5676 2008-07-18 16:36:38 DEBUG: Going to apply changeset:
5678 Date: 2008-06-18 10:51:02.124434+00:00
5680 Entries: src/osgPlugins/vrml/IndexedFaceSet.cpp(UPD), src/osgPlugins/vrml/Primitives.cpp(UPD), src/osgPlugins/vrml/ReaderWriterVRML2.cpp(UPD), src/osgPlugins/vrml/ReaderWriterVRML2.h(UPD)
5681 Log: From Gino van den Bergen, "Added support for vrml primitive caching"
5683 2008-07-18 16:36:38 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8442 . 2>&1
5684 2008-07-18 16:36:38 DEBUG: Executing svn update --ignore-externals --revision 8442 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5685 2008-07-18 16:36:45 INFO: [Ok]
5686 2008-07-18 16:36:45 DEBUG: src/osgPlugins/vrml/IndexedFaceSet.cpp,src/osgPlugins/vrml/Primitives.cpp,src/osgPlugins/vrml/ReaderWriterVRML2.cpp,src/osgPlugins/vrml/ReaderWriterVRML2.h updated to 8442
5687 2008-07-18 16:36:45 INFO: Committing u'8442'...
5688 2008-07-18 16:36:45 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5689 2008-07-18 16:36:45 INFO: Changeset #110
5690 2008-07-18 16:36:45 INFO: Changeset "8443"
5691 2008-07-18 16:36:45 INFO: Log message: From Bob Kuehne, "this submission extends the osgViewer::RecordCameraPathHandler to have an optionally-enabled auto-incrementing filename. default behavior is still the same, but there's one new method to enable autoincrementing filenames."
5693 From Robert Osfield, modified the above so that the number increments come after the filename rather than before.
5695 2008-07-18 16:36:45 DEBUG: Going to apply changeset:
5697 Date: 2008-06-18 11:13:51.723895+00:00
5699 Entries: include/osgViewer/ViewerEventHandlers(UPD), src/osgViewer/ViewerEventHandlers.cpp(UPD)
5700 Log: From Bob Kuehne, "this submission extends the osgViewer::RecordCameraPathHandler to have an optionally-enabled auto-incrementing filename. default behavior is still the same, but there's one new method to enable autoincrementing filenames."
5702 From Robert Osfield, modified the above so that the number increments come after the filename rather than before.
5704 2008-07-18 16:36:45 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8443 . 2>&1
5705 2008-07-18 16:36:45 DEBUG: Executing svn update --ignore-externals --revision 8443 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5706 2008-07-18 16:36:51 INFO: [Ok]
5707 2008-07-18 16:36:51 DEBUG: include/osgViewer/ViewerEventHandlers,src/osgViewer/ViewerEventHandlers.cpp updated to 8443
5708 2008-07-18 16:36:51 INFO: Committing u'8443'...
5709 2008-07-18 16:36:51 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5710 2008-07-18 16:36:51 INFO: Changeset #111
5711 2008-07-18 16:36:51 INFO: Changeset "8444"
5712 2008-07-18 16:36:51 INFO: Log message: Updated wrappers
5714 2008-07-18 16:36:51 DEBUG: Going to apply changeset:
5716 Date: 2008-06-18 11:51:22.890346+00:00
5718 Entries: src/osgWrappers/osgText/Text3D.cpp(UPD), src/osgWrappers/osgViewer/ViewerEventHandlers.cpp(UPD)
5719 Log: Updated wrappers
5721 2008-07-18 16:36:51 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8444 . 2>&1
5722 2008-07-18 16:36:51 DEBUG: Executing svn update --ignore-externals --revision 8444 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5723 2008-07-18 16:36:58 INFO: [Ok]
5724 2008-07-18 16:36:58 DEBUG: src/osgWrappers/osgText/Text3D.cpp,src/osgWrappers/osgViewer/ViewerEventHandlers.cpp updated to 8444
5725 2008-07-18 16:36:58 INFO: Committing u'8444'...
5726 2008-07-18 16:36:58 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5727 2008-07-18 16:36:58 INFO: Changeset #112
5728 2008-07-18 16:36:58 INFO: Changeset "8445"
5729 2008-07-18 16:36:58 INFO: Log message: From Bob Kuehne, "added multi-texture support (alpha/trans images)"
5731 2008-07-18 16:36:58 DEBUG: Going to apply changeset:
5733 Date: 2008-06-18 11:56:50.128484+00:00
5735 Entries: src/osgPlugins/lwo/Surface.cpp(UPD)
5736 Log: From Bob Kuehne, "added multi-texture support (alpha/trans images)"
5738 2008-07-18 16:36:58 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8445 . 2>&1
5739 2008-07-18 16:36:58 DEBUG: Executing svn update --ignore-externals --revision 8445 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5740 2008-07-18 16:37:07 INFO: [Ok]
5741 2008-07-18 16:37:07 DEBUG: src/osgPlugins/lwo/Surface.cpp updated to 8445
5742 2008-07-18 16:37:07 INFO: Committing u'8445'...
5743 2008-07-18 16:37:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5744 2008-07-18 16:37:07 INFO: Changeset #113
5745 2008-07-18 16:37:07 INFO: Changeset "8446"
5746 2008-07-18 16:37:07 INFO: Log message: From Jean-Sebastien Guay, "When copying a node that had uniforms on it, the copy constructor of osg::Uniform would not copy the array of the original uniform (either _intArray or _floatArray) because none had been allocated and the copy constructor checks that *both* this's array and rhs's array are valid.
5748 I added a call to allocateDataArray() if rhs has (at least) one valid array, which should allocate the right array according to the type. Since the type was copied from rhs, it should create the same array as rhs has, so then it should copy the data in the following lines.
5751 2008-07-18 16:37:07 DEBUG: Going to apply changeset:
5753 Date: 2008-06-18 12:01:52.003919+00:00
5755 Entries: src/osg/Uniform.cpp(UPD)
5756 Log: From Jean-Sebastien Guay, "When copying a node that had uniforms on it, the copy constructor of osg::Uniform would not copy the array of the original uniform (either _intArray or _floatArray) because none had been allocated and the copy constructor checks that *both* this's array and rhs's array are valid.
5758 I added a call to allocateDataArray() if rhs has (at least) one valid array, which should allocate the right array according to the type. Since the type was copied from rhs, it should create the same array as rhs has, so then it should copy the data in the following lines.
5761 2008-07-18 16:37:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8446 . 2>&1
5762 2008-07-18 16:37:07 DEBUG: Executing svn update --ignore-externals --revision 8446 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5763 2008-07-18 16:37:13 INFO: [Ok]
5764 2008-07-18 16:37:13 DEBUG: src/osg/Uniform.cpp updated to 8446
5765 2008-07-18 16:37:13 INFO: Committing u'8446'...
5766 2008-07-18 16:37:13 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5767 2008-07-18 16:37:13 INFO: Changeset #114
5768 2008-07-18 16:37:13 INFO: Changeset "8447"
5769 2008-07-18 16:37:13 INFO: Log message: From Michael Platings and Paul Palumbo, multi-sample FBO support
5771 2008-07-18 16:37:13 DEBUG: Going to apply changeset:
5773 Date: 2008-06-18 14:09:11.647365+00:00
5775 Entries: include/osg/Camera(UPD), include/osg/FrameBufferObject(UPD), include/osgUtil/RenderStage(UPD), src/osg/Camera.cpp(UPD), src/osg/FrameBufferObject.cpp(UPD), src/osgUtil/RenderStage.cpp(UPD)
5776 Log: From Michael Platings and Paul Palumbo, multi-sample FBO support
5778 2008-07-18 16:37:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8447 . 2>&1
5779 2008-07-18 16:37:13 DEBUG: Executing svn update --ignore-externals --revision 8447 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5780 2008-07-18 16:37:20 INFO: [Ok]
5781 2008-07-18 16:37:20 DEBUG: include/osg/Camera,include/osg/FrameBufferObject,include/osgUtil/RenderStage,src/osg/Camera.cpp,src/osg/FrameBufferObject.cpp,src/osgUtil/RenderStage.cpp updated to 8447
5782 2008-07-18 16:37:20 INFO: Committing u'8447'...
5783 2008-07-18 16:37:20 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5784 2008-07-18 16:37:20 INFO: Changeset #115
5785 2008-07-18 16:37:20 INFO: Changeset "8448"
5786 2008-07-18 16:37:20 INFO: Log message: Added --fbo-samples value and --color-samples value command line paramters for enabling fbo multisampling
5788 2008-07-18 16:37:20 DEBUG: Going to apply changeset:
5790 Date: 2008-06-18 14:21:22.416904+00:00
5792 Entries: examples/osgprerender/osgprerender.cpp(UPD)
5793 Log: Added --fbo-samples value and --color-samples value command line paramters for enabling fbo multisampling
5795 2008-07-18 16:37:20 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8448 . 2>&1
5796 2008-07-18 16:37:20 DEBUG: Executing svn update --ignore-externals --revision 8448 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5797 2008-07-18 16:37:26 INFO: [Ok]
5798 2008-07-18 16:37:26 DEBUG: examples/osgprerender/osgprerender.cpp updated to 8448
5799 2008-07-18 16:37:26 INFO: Committing u'8448'...
5800 2008-07-18 16:37:26 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5801 2008-07-18 16:37:26 INFO: Changeset #116
5802 2008-07-18 16:37:26 INFO: Changeset "8449"
5803 2008-07-18 16:37:26 INFO: Log message: Convert string handling to use strdup and free rather then awkward new char[]
5806 2008-07-18 16:37:26 DEBUG: Going to apply changeset:
5808 Date: 2008-06-18 16:28:52.893307+00:00
5810 Entries: src/osgSim/ShapeAttribute.cpp(UPD)
5811 Log: Convert string handling to use strdup and free rather then awkward new char[]
5814 2008-07-18 16:37:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8449 . 2>&1
5815 2008-07-18 16:37:26 DEBUG: Executing svn update --ignore-externals --revision 8449 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5816 2008-07-18 16:37:32 INFO: [Ok]
5817 2008-07-18 16:37:32 DEBUG: src/osgSim/ShapeAttribute.cpp updated to 8449
5818 2008-07-18 16:37:32 INFO: Committing u'8449'...
5819 2008-07-18 16:37:32 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5820 2008-07-18 16:37:32 INFO: Changeset #117
5821 2008-07-18 16:37:32 INFO: Changeset "8450"
5822 2008-07-18 16:37:32 INFO: Log message: Added a wrapString(const char*) which automatically handles null strings.
5824 2008-07-18 16:37:32 DEBUG: Going to apply changeset:
5826 Date: 2008-06-18 16:45:21.839273+00:00
5828 Entries: include/osgDB/Output(UPD), src/osgDB/Output.cpp(UPD)
5829 Log: Added a wrapString(const char*) which automatically handles null strings.
5831 2008-07-18 16:37:32 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8450 . 2>&1
5832 2008-07-18 16:37:32 DEBUG: Executing svn update --ignore-externals --revision 8450 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5833 2008-07-18 16:37:38 INFO: [Ok]
5834 2008-07-18 16:37:38 DEBUG: include/osgDB/Output,src/osgDB/Output.cpp updated to 8450
5835 2008-07-18 16:37:38 INFO: Committing u'8450'...
5836 2008-07-18 16:37:38 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5837 2008-07-18 16:37:38 INFO: Changeset #118
5838 2008-07-18 16:37:38 INFO: Changeset "8451"
5839 2008-07-18 16:37:38 INFO: Log message: Updated wrappers
5841 2008-07-18 16:37:38 DEBUG: Going to apply changeset:
5843 Date: 2008-06-18 16:46:38.070293+00:00
5845 Entries: src/osgWrappers/osg/Camera.cpp(UPD), src/osgWrappers/osg/FrameBufferObject.cpp(UPD), src/osgWrappers/osgUtil/RenderStage.cpp(UPD)
5846 Log: Updated wrappers
5848 2008-07-18 16:37:38 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8451 . 2>&1
5849 2008-07-18 16:37:38 DEBUG: Executing svn update --ignore-externals --revision 8451 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5850 2008-07-18 16:37:48 INFO: [Ok]
5851 2008-07-18 16:37:48 DEBUG: src/osgWrappers/osg/Camera.cpp,src/osgWrappers/osg/FrameBufferObject.cpp,src/osgWrappers/osgUtil/RenderStage.cpp updated to 8451
5852 2008-07-18 16:37:48 INFO: Committing u'8451'...
5853 2008-07-18 16:37:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5854 2008-07-18 16:37:48 INFO: Changeset #119
5855 2008-07-18 16:37:48 INFO: Changeset "8452"
5856 2008-07-18 16:37:48 INFO: Log message: From Liang Aibin:
5858 "1. Location: <OSG_SOURCE_ROOT>\src\osgPlugins\osg\Fog.cpp
5859 Reason: ".osg" writter plugins output incorrected string for osg::Fog's Mode.
5861 Line 138 in Fog.cpp: case(Fog::LINEAR): return "NERVER";
5862 Change to: case(Fog::LINEAR): return "LINEAR";
5863 2. Location: <OSG_SOURCE_ROOT>\src\osgPlugins\ive\
5864 Reason: ".ive" writter plugins missing to process "osg::Fog".
5866 (1). Line 86 in ReadWrite.h:
5867 Add: #define IVEFOG 0x00001133
5868 (2). In CMakeLists.txt
5869 "SET(TARGET_SRC" section Add: Fog.cpp
5870 "SET(TARGET_H" section Add: Fog.h
5871 (3). In DataInputStream.cpp
5872 Line 54,Add: #include "Fog.h"
5873 Line 1185,Add: else if(attributeID == IVEFOG){
5874 attribute = new osg::Fog();
5875 ((ive::Fog*)(attribute))->read(this);
5877 (4). In DataOutputStream.cpp
5878 Line 57,Add: #include "Fog.h"
5879 Line 832,Add: // This is a Fog
5880 else if(dynamic_cast<const osg::Fog*>(attribute)){
5881 ((ive::Fog*)(attribute))->write(this);
5883 (5). Add newly created ive::Fog Object in Fog.h and Fog.cpp.
5886 2008-07-18 16:37:48 DEBUG: Going to apply changeset:
5888 Date: 2008-06-18 20:17:13.623834+00:00
5890 Entries: src/osgPlugins/ive/CMakeLists.txt(UPD), src/osgPlugins/ive/DataInputStream.cpp(UPD), src/osgPlugins/ive/DataOutputStream.cpp(UPD), src/osgPlugins/ive/Fog.cpp(ADD), src/osgPlugins/ive/Fog.h(ADD), src/osgPlugins/ive/ReadWrite.h(UPD), src/osgPlugins/osg/Fog.cpp(UPD)
5891 Log: From Liang Aibin:
5893 "1. Location: <OSG_SOURCE_ROOT>\src\osgPlugins\osg\Fog.cpp
5894 Reason: ".osg" writter plugins output incorrected string for osg::Fog's Mode.
5896 Line 138 in Fog.cpp: case(Fog::LINEAR): return "NERVER";
5897 Change to: case(Fog::LINEAR): return "LINEAR";
5898 2. Location: <OSG_SOURCE_ROOT>\src\osgPlugins\ive\
5899 Reason: ".ive" writter plugins missing to process "osg::Fog".
5901 (1). Line 86 in ReadWrite.h:
5902 Add: #define IVEFOG 0x00001133
5903 (2). In CMakeLists.txt
5904 "SET(TARGET_SRC" section Add: Fog.cpp
5905 "SET(TARGET_H" section Add: Fog.h
5906 (3). In DataInputStream.cpp
5907 Line 54,Add: #include "Fog.h"
5908 Line 1185,Add: else if(attributeID == IVEFOG){
5909 attribute = new osg::Fog();
5910 ((ive::Fog*)(attribute))->read(this);
5912 (4). In DataOutputStream.cpp
5913 Line 57,Add: #include "Fog.h"
5914 Line 832,Add: // This is a Fog
5915 else if(dynamic_cast<const osg::Fog*>(attribute)){
5916 ((ive::Fog*)(attribute))->write(this);
5918 (5). Add newly created ive::Fog Object in Fog.h and Fog.cpp.
5921 2008-07-18 16:37:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8452 . 2>&1
5922 2008-07-18 16:37:48 DEBUG: Executing svn update --ignore-externals --revision 8452 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5923 2008-07-18 16:37:55 INFO: [Ok]
5924 2008-07-18 16:37:55 DEBUG: src/osgPlugins/ive/CMakeLists.txt,src/osgPlugins/ive/DataInputStream.cpp,src/osgPlugins/ive/DataOutputStream.cpp,src/osgPlugins/ive/Fog.cpp,src/osgPlugins/ive/Fog.h,src/osgPlugins/ive/ReadWrite.h,src/osgPlugins/osg/Fog.cpp updated to 8452
5925 2008-07-18 16:37:55 INFO: Adding src/osgPlugins/ive/Fog.cpp, src/osgPlugins/ive/Fog.h...
5926 2008-07-18 16:37:55 INFO: Committing u'8452'...
5927 2008-07-18 16:37:55 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5928 2008-07-18 16:37:55 INFO: Changeset #120
5929 2008-07-18 16:37:55 INFO: Changeset "8453"
5930 2008-07-18 16:37:55 INFO: Log message: From Michael Platings, implemented check against max number of supported samples to ensure that the number of samples is safely capped to what the hardware is capable of, avoiding GL errors and graceful fallback
5932 2008-07-18 16:37:55 DEBUG: Going to apply changeset:
5934 Date: 2008-06-18 20:24:12.890433+00:00
5936 Entries: include/osg/FrameBufferObject(UPD), src/osg/FrameBufferObject.cpp(UPD)
5937 Log: From Michael Platings, implemented check against max number of supported samples to ensure that the number of samples is safely capped to what the hardware is capable of, avoiding GL errors and graceful fallback
5939 2008-07-18 16:37:55 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8453 . 2>&1
5940 2008-07-18 16:37:55 DEBUG: Executing svn update --ignore-externals --revision 8453 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5941 2008-07-18 16:38:02 INFO: [Ok]
5942 2008-07-18 16:38:02 DEBUG: include/osg/FrameBufferObject,src/osg/FrameBufferObject.cpp updated to 8453
5943 2008-07-18 16:38:02 INFO: Committing u'8453'...
5944 2008-07-18 16:38:02 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5945 2008-07-18 16:38:02 INFO: Changeset #121
5946 2008-07-18 16:38:02 INFO: Changeset "8454"
5947 2008-07-18 16:38:02 INFO: Log message: Updated wrappers
5949 2008-07-18 16:38:02 DEBUG: Going to apply changeset:
5951 Date: 2008-06-18 20:27:06.136015+00:00
5953 Entries: src/osgWrappers/osg/FrameBufferObject.cpp(UPD)
5954 Log: Updated wrappers
5956 2008-07-18 16:38:02 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8454 . 2>&1
5957 2008-07-18 16:38:02 DEBUG: Executing svn update --ignore-externals --revision 8454 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5958 2008-07-18 16:38:08 INFO: [Ok]
5959 2008-07-18 16:38:08 DEBUG: src/osgWrappers/osg/FrameBufferObject.cpp updated to 8454
5960 2008-07-18 16:38:08 INFO: Committing u'8454'...
5961 2008-07-18 16:38:08 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5962 2008-07-18 16:38:08 INFO: Changeset #122
5963 2008-07-18 16:38:08 INFO: Changeset "8455"
5964 2008-07-18 16:38:08 INFO: Log message: From Michael Platings and Robert Osfield, added support for controlling,
5965 via StateSet::setNestedRenderBin(bool) whether the new RenderBin should be nested
5966 with the existing RenderBin, or be nested with the enclosing RenderStage.
5968 2008-07-18 16:38:08 DEBUG: Going to apply changeset:
5970 Date: 2008-06-19 11:09:20.031152+00:00
5972 Entries: include/osg/StateSet(UPD), include/osgUtil/CullVisitor(UPD), src/osg/StateSet.cpp(UPD), src/osgUtil/CullVisitor.cpp(UPD), src/osgWrappers/osg/StateSet.cpp(UPD)
5973 Log: From Michael Platings and Robert Osfield, added support for controlling,
5974 via StateSet::setNestedRenderBin(bool) whether the new RenderBin should be nested
5975 with the existing RenderBin, or be nested with the enclosing RenderStage.
5977 2008-07-18 16:38:08 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8455 . 2>&1
5978 2008-07-18 16:38:08 DEBUG: Executing svn update --ignore-externals --revision 8455 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
5979 2008-07-18 16:38:15 INFO: [Ok]
5980 2008-07-18 16:38:15 DEBUG: include/osg/StateSet,include/osgUtil/CullVisitor,src/osg/StateSet.cpp,src/osgUtil/CullVisitor.cpp,src/osgWrappers/osg/StateSet.cpp updated to 8455
5981 2008-07-18 16:38:15 INFO: Committing u'8455'...
5982 2008-07-18 16:38:15 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5983 2008-07-18 16:38:15 INFO: Changeset #123
5984 2008-07-18 16:38:15 INFO: Changeset "8456"
5985 2008-07-18 16:38:15 INFO: Log message: In Program::PerContextProgram changed const Uniform* to osg::ref_ptr<const Uniform*> to avoid the possibility of a uniform being deleted
5986 and another being created and assigned at the same address which previously confused the uniform tracking code and introduced a bug.
5989 2008-07-18 16:38:15 DEBUG: Going to apply changeset:
5991 Date: 2008-06-19 11:58:34.794510+00:00
5993 Entries: include/osg/Program(UPD)
5994 Log: In Program::PerContextProgram changed const Uniform* to osg::ref_ptr<const Uniform*> to avoid the possibility of a uniform being deleted
5995 and another being created and assigned at the same address which previously confused the uniform tracking code and introduced a bug.
5998 2008-07-18 16:38:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8456 . 2>&1
5999 2008-07-18 16:38:15 DEBUG: Executing svn update --ignore-externals --revision 8456 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6000 2008-07-18 16:38:22 INFO: [Ok]
6001 2008-07-18 16:38:22 DEBUG: include/osg/Program updated to 8456
6002 2008-07-18 16:38:22 INFO: Committing u'8456'...
6003 2008-07-18 16:38:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6004 2008-07-18 16:38:22 INFO: Changeset #124
6005 2008-07-18 16:38:22 INFO: Changeset "8457"
6006 2008-07-18 16:38:22 INFO: Log message: From Michael Platings, fixed typo error in renderbin assignment
6008 2008-07-18 16:38:22 DEBUG: Going to apply changeset:
6010 Date: 2008-06-19 12:02:20.821611+00:00
6012 Entries: include/osgUtil/CullVisitor(UPD)
6013 Log: From Michael Platings, fixed typo error in renderbin assignment
6015 2008-07-18 16:38:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8457 . 2>&1
6016 2008-07-18 16:38:22 DEBUG: Executing svn update --ignore-externals --revision 8457 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6017 2008-07-18 16:38:29 INFO: [Ok]
6018 2008-07-18 16:38:29 DEBUG: include/osgUtil/CullVisitor updated to 8457
6019 2008-07-18 16:38:29 INFO: Committing u'8457'...
6020 2008-07-18 16:38:29 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6021 2008-07-18 16:38:29 INFO: Changeset #125
6022 2008-07-18 16:38:29 INFO: Changeset "8458"
6023 2008-07-18 16:38:29 INFO: Log message: Updated wrappers to fix OpenThreads::Atomic build issues.
6025 2008-07-18 16:38:29 DEBUG: Going to apply changeset:
6027 Date: 2008-06-19 13:28:33.592884+00:00
6029 Entries: genwrapper.conf(UPD), include/OpenThreads/Atomic(UPD), src/osgWrappers/OpenThreads/Atomic.cpp(ADD)
6030 Log: Updated wrappers to fix OpenThreads::Atomic build issues.
6032 2008-07-18 16:38:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8458 . 2>&1
6033 2008-07-18 16:38:29 DEBUG: Executing svn update --ignore-externals --revision 8458 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6034 2008-07-18 16:38:36 INFO: [Ok]
6035 2008-07-18 16:38:36 DEBUG: genwrapper.conf,include/OpenThreads/Atomic,src/osgWrappers/OpenThreads/Atomic.cpp updated to 8458
6036 2008-07-18 16:38:36 INFO: Adding src/osgWrappers/OpenThreads/Atomic.cpp...
6037 2008-07-18 16:38:36 INFO: Committing u'8458'...
6038 2008-07-18 16:38:36 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6039 2008-07-18 16:38:36 INFO: Changeset #126
6040 2008-07-18 16:38:36 INFO: Changeset "8459"
6041 2008-07-18 16:38:36 INFO: Log message: From Paul Melis, "Here is a reworked version of the osgviewerWX example. It changes the GraphicsWindowWX to only inherit from osgViewer::GraphicsWindow and adds a standalone widget, called OSGCanvas, that derives from wxGLCanvas. This solves a problem with the GraphicsWindowWX instance being destructed twice (see "Crash in osgviewerWX" of June 12th on osg-users). At program exit, the main frame deletes all of its children widgets and therefore calls GraphicsWindowWX's destructor, bypassing OSG's reference counting. The GraphicsWindowWX instance is then later destructed a second time when the reference held by osg::Camera goes to zero. This bug isn't exposed by the example directly, but if people are going to use the example as a basis (like the poster in the mentioned thread) they very likely will run into this problem.
6044 2008-07-18 16:38:36 DEBUG: Going to apply changeset:
6046 Date: 2008-06-19 13:49:36.091814+00:00
6048 Entries: examples/osgviewerWX/osgviewerWX.cpp(UPD), examples/osgviewerWX/osgviewerWX.h(UPD)
6049 Log: From Paul Melis, "Here is a reworked version of the osgviewerWX example. It changes the GraphicsWindowWX to only inherit from osgViewer::GraphicsWindow and adds a standalone widget, called OSGCanvas, that derives from wxGLCanvas. This solves a problem with the GraphicsWindowWX instance being destructed twice (see "Crash in osgviewerWX" of June 12th on osg-users). At program exit, the main frame deletes all of its children widgets and therefore calls GraphicsWindowWX's destructor, bypassing OSG's reference counting. The GraphicsWindowWX instance is then later destructed a second time when the reference held by osg::Camera goes to zero. This bug isn't exposed by the example directly, but if people are going to use the example as a basis (like the poster in the mentioned thread) they very likely will run into this problem.
6052 2008-07-18 16:38:36 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8459 . 2>&1
6053 2008-07-18 16:38:36 DEBUG: Executing svn update --ignore-externals --revision 8459 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6054 2008-07-18 16:38:43 INFO: [Ok]
6055 2008-07-18 16:38:43 DEBUG: examples/osgviewerWX/osgviewerWX.cpp,examples/osgviewerWX/osgviewerWX.h updated to 8459
6056 2008-07-18 16:38:43 INFO: Committing u'8459'...
6057 2008-07-18 16:38:43 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6058 2008-07-18 16:38:43 INFO: Changeset #127
6059 2008-07-18 16:38:43 INFO: Changeset "8460"
6060 2008-07-18 16:38:43 INFO: Log message: From Andrew Bettison, "Attached are changes for src/osgPlugins/ive (version 2.4.0) that implement LineStipple read/write support for the ive file format."
6062 2008-07-18 16:38:43 DEBUG: Going to apply changeset:
6064 Date: 2008-06-19 14:14:20.271117+00:00
6066 Entries: src/osgPlugins/ive/CMakeLists.txt(UPD), src/osgPlugins/ive/DataInputStream.cpp(UPD), src/osgPlugins/ive/DataOutputStream.cpp(UPD), src/osgPlugins/ive/ReadWrite.h(UPD)
6067 Log: From Andrew Bettison, "Attached are changes for src/osgPlugins/ive (version 2.4.0) that implement LineStipple read/write support for the ive file format."
6069 2008-07-18 16:38:43 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8460 . 2>&1
6070 2008-07-18 16:38:43 DEBUG: Executing svn update --ignore-externals --revision 8460 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6071 2008-07-18 16:38:49 INFO: [Ok]
6072 2008-07-18 16:38:49 DEBUG: src/osgPlugins/ive/CMakeLists.txt,src/osgPlugins/ive/DataInputStream.cpp,src/osgPlugins/ive/DataOutputStream.cpp,src/osgPlugins/ive/ReadWrite.h updated to 8460
6073 2008-07-18 16:38:49 INFO: Committing u'8460'...
6074 2008-07-18 16:38:49 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6075 2008-07-18 16:38:49 INFO: Changeset #128
6076 2008-07-18 16:38:49 INFO: Changeset "8461"
6077 2008-07-18 16:38:49 INFO: Log message: From Farshid Lashkari, "I noticed some problems when setting up CameraNodes that inherit
6078 viewport settings in stereo mode. It seems that the SceneView::cull()
6079 method will pass the full size viewport to the left/right
6080 cullvisitors, instead of the modified stereo viewport. I made quite a
6081 few changes to SceneView to fix the issue. The SceneView::cullStage()
6082 method will now receive the viewport as an argument, instead of using
6083 the global viewport. The SceneView::cull() method will pass the
6084 modifed viewport to cullStage when rendering in stereo.
6086 There are 2 new private methods computeLeftEyeViewport() and
6087 computeRightEyeViewport() that will compute the stereo viewports. I
6088 also modified the draw() function so it applies the correct viewport
6089 to the prerender stages. These changes are only necessary for
6090 horizontal/vertical split stereo."
6092 2008-07-18 16:38:49 DEBUG: Going to apply changeset:
6094 Date: 2008-06-19 14:29:38.839802+00:00
6096 Entries: include/osgUtil/SceneView(UPD), src/osgUtil/SceneView.cpp(UPD)
6097 Log: From Farshid Lashkari, "I noticed some problems when setting up CameraNodes that inherit
6098 viewport settings in stereo mode. It seems that the SceneView::cull()
6099 method will pass the full size viewport to the left/right
6100 cullvisitors, instead of the modified stereo viewport. I made quite a
6101 few changes to SceneView to fix the issue. The SceneView::cullStage()
6102 method will now receive the viewport as an argument, instead of using
6103 the global viewport. The SceneView::cull() method will pass the
6104 modifed viewport to cullStage when rendering in stereo.
6106 There are 2 new private methods computeLeftEyeViewport() and
6107 computeRightEyeViewport() that will compute the stereo viewports. I
6108 also modified the draw() function so it applies the correct viewport
6109 to the prerender stages. These changes are only necessary for
6110 horizontal/vertical split stereo."
6112 2008-07-18 16:38:49 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8461 . 2>&1
6113 2008-07-18 16:38:49 DEBUG: Executing svn update --ignore-externals --revision 8461 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6114 2008-07-18 16:38:56 INFO: [Ok]
6115 2008-07-18 16:38:56 DEBUG: include/osgUtil/SceneView,src/osgUtil/SceneView.cpp updated to 8461
6116 2008-07-18 16:38:56 INFO: Committing u'8461'...
6117 2008-07-18 16:38:56 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6118 2008-07-18 16:38:56 INFO: Changeset #129
6119 2008-07-18 16:38:56 INFO: Changeset "8462"
6120 2008-07-18 16:38:56 INFO: Log message: From Rudolf Weidemann, "in the OpenFlight format materials can have editable names.
6121 In the OSG OpenFlight plugin these names are ignored when reading, and
6122 empty strings are written.
6124 As we need these names in the OSG scene graph by our application, I
6125 changed the plugin code, so the names are now stored in class
6126 "osg::Material" (derived from "osg::Object") by
6127 material->setName();
6128 (see "PaletteRecords.cpp, line 195) when reading the file, and written
6130 dos.writeString( m.Material->getName(), 12 );
6131 (see MaterialPaletteManager.cpp, line 80).
6133 As these names otherwise get lost when reading an OpenFlight file and
6134 writing it again e.g. by
6135 osgconv example.flt converted_example.flt
6136 these changes make the plugin more complete.
6138 The changes were made to OSG revision 8425, and were tested by
6139 osgconv example.flt converted_example.flt
6140 comparing the material palettes of both files inside Multigen Creator."
6142 2008-07-18 16:38:56 DEBUG: Going to apply changeset:
6144 Date: 2008-06-19 14:35:18.430995+00:00
6146 Entries: src/osgPlugins/OpenFlight/MaterialPaletteManager.cpp(UPD), src/osgPlugins/OpenFlight/PaletteRecords.cpp(UPD)
6147 Log: From Rudolf Weidemann, "in the OpenFlight format materials can have editable names.
6148 In the OSG OpenFlight plugin these names are ignored when reading, and
6149 empty strings are written.
6151 As we need these names in the OSG scene graph by our application, I
6152 changed the plugin code, so the names are now stored in class
6153 "osg::Material" (derived from "osg::Object") by
6154 material->setName();
6155 (see "PaletteRecords.cpp, line 195) when reading the file, and written
6157 dos.writeString( m.Material->getName(), 12 );
6158 (see MaterialPaletteManager.cpp, line 80).
6160 As these names otherwise get lost when reading an OpenFlight file and
6161 writing it again e.g. by
6162 osgconv example.flt converted_example.flt
6163 these changes make the plugin more complete.
6165 The changes were made to OSG revision 8425, and were tested by
6166 osgconv example.flt converted_example.flt
6167 comparing the material palettes of both files inside Multigen Creator."
6169 2008-07-18 16:38:56 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8462 . 2>&1
6170 2008-07-18 16:38:56 DEBUG: Executing svn update --ignore-externals --revision 8462 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6171 2008-07-18 16:39:03 INFO: [Ok]
6172 2008-07-18 16:39:03 DEBUG: src/osgPlugins/OpenFlight/MaterialPaletteManager.cpp,src/osgPlugins/OpenFlight/PaletteRecords.cpp updated to 8462
6173 2008-07-18 16:39:03 INFO: Committing u'8462'...
6174 2008-07-18 16:39:03 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6175 2008-07-18 16:39:03 INFO: Changeset #130
6176 2008-07-18 16:39:03 INFO: Changeset "8463"
6177 2008-07-18 16:39:03 INFO: Log message: From Adrian Egli, "Improvements to the PSSM implementation"
6179 2008-07-18 16:39:03 DEBUG: Going to apply changeset:
6181 Date: 2008-06-19 14:45:54.582550+00:00
6183 Entries: include/osgShadow/ParallelSplitShadowMap(UPD), src/osgShadow/ParallelSplitShadowMap.cpp(UPD)
6184 Log: From Adrian Egli, "Improvements to the PSSM implementation"
6186 2008-07-18 16:39:03 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8463 . 2>&1
6187 2008-07-18 16:39:03 DEBUG: Executing svn update --ignore-externals --revision 8463 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6188 2008-07-18 16:39:09 INFO: [Ok]
6189 2008-07-18 16:39:09 DEBUG: include/osgShadow/ParallelSplitShadowMap,src/osgShadow/ParallelSplitShadowMap.cpp updated to 8463
6190 2008-07-18 16:39:09 INFO: Committing u'8463'...
6191 2008-07-18 16:39:09 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6192 2008-07-18 16:39:09 INFO: Changeset #131
6193 2008-07-18 16:39:09 INFO: Changeset "8464"
6194 2008-07-18 16:39:09 INFO: Log message: from Andrew Bettison, LineStipple support for .ive
6197 2008-07-18 16:39:09 DEBUG: Going to apply changeset:
6199 Date: 2008-06-19 14:57:36.232281+00:00
6201 Entries: src/osgPlugins/ive/LineStipple.cpp(ADD), src/osgPlugins/ive/LineStipple.h(ADD)
6202 Log: from Andrew Bettison, LineStipple support for .ive
6205 2008-07-18 16:39:09 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8464 . 2>&1
6206 2008-07-18 16:39:09 DEBUG: Executing svn update --ignore-externals --revision 8464 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6207 2008-07-18 16:39:15 INFO: [Ok]
6208 2008-07-18 16:39:15 DEBUG: src/osgPlugins/ive/LineStipple.cpp,src/osgPlugins/ive/LineStipple.h updated to 8464
6209 2008-07-18 16:39:15 INFO: Adding src/osgPlugins/ive/LineStipple.cpp, src/osgPlugins/ive/LineStipple.h...
6210 2008-07-18 16:39:15 INFO: Committing u'8464'...
6211 2008-07-18 16:39:15 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6212 2008-07-18 16:39:15 INFO: Changeset #132
6213 2008-07-18 16:39:15 INFO: Changeset "8465"
6214 2008-07-18 16:39:15 INFO: Log message: From Mathias Froehlich, added support for using OpenThreads::Atomic for thread safe ref/unref.
6216 2008-07-18 16:39:15 DEBUG: Going to apply changeset:
6218 Date: 2008-06-19 17:30:38.367788+00:00
6220 Entries: include/osg/Referenced(UPD), src/osg/Referenced.cpp(UPD)
6221 Log: From Mathias Froehlich, added support for using OpenThreads::Atomic for thread safe ref/unref.
6223 2008-07-18 16:39:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8465 . 2>&1
6224 2008-07-18 16:39:15 DEBUG: Executing svn update --ignore-externals --revision 8465 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6225 2008-07-18 16:39:21 INFO: [Ok]
6226 2008-07-18 16:39:21 DEBUG: include/osg/Referenced,src/osg/Referenced.cpp updated to 8465
6227 2008-07-18 16:39:21 INFO: Committing u'8465'...
6228 2008-07-18 16:39:21 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6229 2008-07-18 16:39:21 INFO: Changeset #133
6230 2008-07-18 16:39:21 INFO: Changeset "8466"
6231 2008-07-18 16:39:21 INFO: Log message: From Mathieu Marache, "submission for inclusion to support mpg and avi files when using the quicktime plugin on windows"
6233 2008-07-18 16:39:21 DEBUG: Going to apply changeset:
6235 Date: 2008-06-19 17:35:45.212704+00:00
6237 Entries: src/osgDB/Registry.cpp(UPD)
6238 Log: From Mathieu Marache, "submission for inclusion to support mpg and avi files when using the quicktime plugin on windows"
6240 2008-07-18 16:39:21 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8466 . 2>&1
6241 2008-07-18 16:39:21 DEBUG: Executing svn update --ignore-externals --revision 8466 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6242 2008-07-18 16:39:28 INFO: [Ok]
6243 2008-07-18 16:39:28 DEBUG: src/osgDB/Registry.cpp updated to 8466
6244 2008-07-18 16:39:28 INFO: Committing u'8466'...
6245 2008-07-18 16:39:28 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6246 2008-07-18 16:39:28 INFO: Changeset #134
6247 2008-07-18 16:39:28 INFO: Changeset "8467"
6248 2008-07-18 16:39:28 INFO: Log message: From Neil Groves,
6250 "I have taken the liberty of updating a few files so that there is no longer any derivation from std::vector. I have done this by adding a new file osg/MixinVector and by updating only two others: osg/PrimitiveSet and osg/Array. You will notice that this actually removes what is acknowledged as a \u2018hack\u2019 in osg/PrimitiveSet.
6252 With the original code I did manage to find memory leaks with some compiler options on VC 8 and 9, as well as Intel compiler. I determined the leak existence by instrumenting the destructor code, and by use of a garbage collector as a leak detector (in a similar manner to the Firefox project). Hence in contrast to what I said originally, it is exhibiting symptoms on at least some platforms.
6254 Since I am trying to be a good OSG citizen I got out my editor and started hacking! I have built and tested on Linux (Ubuntu) with GCC 4.x and Windows VC 8 SP1. It appears that nothing is broken, and that I\u2019m using less memory J"
6258 2008-07-18 16:39:28 DEBUG: Going to apply changeset:
6260 Date: 2008-06-19 20:38:38.627705+00:00
6262 Entries: include/osg/Array(UPD), include/osg/MixinVector(ADD), include/osg/PrimitiveSet(UPD)
6263 Log: From Neil Groves,
6265 "I have taken the liberty of updating a few files so that there is no longer any derivation from std::vector. I have done this by adding a new file osg/MixinVector and by updating only two others: osg/PrimitiveSet and osg/Array. You will notice that this actually removes what is acknowledged as a \u2018hack\u2019 in osg/PrimitiveSet.
6267 With the original code I did manage to find memory leaks with some compiler options on VC 8 and 9, as well as Intel compiler. I determined the leak existence by instrumenting the destructor code, and by use of a garbage collector as a leak detector (in a similar manner to the Firefox project). Hence in contrast to what I said originally, it is exhibiting symptoms on at least some platforms.
6269 Since I am trying to be a good OSG citizen I got out my editor and started hacking! I have built and tested on Linux (Ubuntu) with GCC 4.x and Windows VC 8 SP1. It appears that nothing is broken, and that I\u2019m using less memory J"
6273 2008-07-18 16:39:28 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8467 . 2>&1
6274 2008-07-18 16:39:28 DEBUG: Executing svn update --ignore-externals --revision 8467 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6275 2008-07-18 16:39:35 INFO: [Ok]
6276 2008-07-18 16:39:35 DEBUG: include/osg/Array,include/osg/MixinVector,include/osg/PrimitiveSet updated to 8467
6277 2008-07-18 16:39:35 INFO: Adding include/osg/MixinVector...
6278 2008-07-18 16:39:35 INFO: Committing u'8467'...
6279 2008-07-18 16:39:35 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6280 2008-07-18 16:39:35 INFO: Changeset #135
6281 2008-07-18 16:39:35 INFO: Changeset "8468"
6282 2008-07-18 16:39:35 INFO: Log message: Updated wrappers
6284 2008-07-18 16:39:35 DEBUG: Going to apply changeset:
6286 Date: 2008-06-19 20:42:10.324953+00:00
6288 Entries: genwrapper.conf(UPD), src/osgWrappers/osg/Array.cpp(UPD), src/osgWrappers/osg/PrimitiveSet.cpp(UPD), src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp(UPD), src/osgWrappers/osgUtil/SceneView.cpp(UPD)
6289 Log: Updated wrappers
6291 2008-07-18 16:39:35 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8468 . 2>&1
6292 2008-07-18 16:39:35 DEBUG: Executing svn update --ignore-externals --revision 8468 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6293 2008-07-18 16:39:41 INFO: [Ok]
6294 2008-07-18 16:39:41 DEBUG: genwrapper.conf,src/osgWrappers/osg/Array.cpp,src/osgWrappers/osg/PrimitiveSet.cpp,src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp,src/osgWrappers/osgUtil/SceneView.cpp updated to 8468
6295 2008-07-18 16:39:41 INFO: Committing u'8468'...
6296 2008-07-18 16:39:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6297 2008-07-18 16:39:41 INFO: Changeset #136
6298 2008-07-18 16:39:41 INFO: Changeset "8469"
6299 2008-07-18 16:39:41 INFO: Log message: From Mathias Froehlich, add search path to enable out of source builds to find include/OpenThreads/Config.
6301 2008-07-18 16:39:41 DEBUG: Going to apply changeset:
6303 Date: 2008-06-20 09:42:57.935712+00:00
6305 Entries: CMakeLists.txt(UPD)
6306 Log: From Mathias Froehlich, add search path to enable out of source builds to find include/OpenThreads/Config.
6308 2008-07-18 16:39:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8469 . 2>&1
6309 2008-07-18 16:39:41 DEBUG: Executing svn update --ignore-externals --revision 8469 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6310 2008-07-18 16:39:48 INFO: [Ok]
6311 2008-07-18 16:39:48 DEBUG: CMakeLists.txt updated to 8469
6312 2008-07-18 16:39:48 INFO: Committing u'8469'...
6313 2008-07-18 16:39:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6314 2008-07-18 16:39:48 INFO: Changeset #137
6315 2008-07-18 16:39:48 INFO: Changeset "8470"
6316 2008-07-18 16:39:48 INFO: Log message: From Melchior Franz, fixed typo on variable name
6318 2008-07-18 16:39:48 DEBUG: Going to apply changeset:
6320 Date: 2008-06-20 09:46:45.753989+00:00
6322 Entries: include/OpenThreads/Atomic(UPD)
6323 Log: From Melchior Franz, fixed typo on variable name
6325 2008-07-18 16:39:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8470 . 2>&1
6326 2008-07-18 16:39:48 DEBUG: Executing svn update --ignore-externals --revision 8470 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6327 2008-07-18 16:39:54 INFO: [Ok]
6328 2008-07-18 16:39:54 DEBUG: include/OpenThreads/Atomic updated to 8470
6329 2008-07-18 16:39:54 INFO: Committing u'8470'...
6330 2008-07-18 16:39:54 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6331 2008-07-18 16:39:54 INFO: Changeset #138
6332 2008-07-18 16:39:54 INFO: Changeset "8471"
6333 2008-07-18 16:39:54 INFO: Log message: From Mathias Froehlich, "Fixes a compile of src/osgSim/ShapeAttribute.cpp on suse 10.2."
6335 2008-07-18 16:39:54 DEBUG: Going to apply changeset:
6337 Date: 2008-06-20 10:46:33.786147+00:00
6339 Entries: src/osgSim/ShapeAttribute.cpp(UPD)
6340 Log: From Mathias Froehlich, "Fixes a compile of src/osgSim/ShapeAttribute.cpp on suse 10.2."
6342 2008-07-18 16:39:54 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8471 . 2>&1
6343 2008-07-18 16:39:54 DEBUG: Executing svn update --ignore-externals --revision 8471 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6344 2008-07-18 16:40:01 INFO: [Ok]
6345 2008-07-18 16:40:01 DEBUG: src/osgSim/ShapeAttribute.cpp updated to 8471
6346 2008-07-18 16:40:01 INFO: Committing u'8471'...
6347 2008-07-18 16:40:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6348 2008-07-18 16:40:01 INFO: Changeset #139
6349 2008-07-18 16:40:01 INFO: Changeset "8472"
6350 2008-07-18 16:40:01 INFO: Log message: Updated version numbers for dev releases
6352 2008-07-18 16:40:01 DEBUG: Going to apply changeset:
6354 Date: 2008-06-20 11:11:47.335751+00:00
6356 Entries: CMakeLists.txt(UPD), include/OpenThreads/Version(UPD), include/osg/Version(UPD), packaging/pkgconfig/openscenegraph.pc(UPD), packaging/pkgconfig/openthreads.pc(UPD), src/OpenThreads/CMakeLists.txt(UPD)
6357 Log: Updated version numbers for dev releases
6359 2008-07-18 16:40:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8472 . 2>&1
6360 2008-07-18 16:40:01 DEBUG: Executing svn update --ignore-externals --revision 8472 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6361 2008-07-18 16:40:07 INFO: [Ok]
6362 2008-07-18 16:40:07 DEBUG: CMakeLists.txt,include/OpenThreads/Version,include/osg/Version,packaging/pkgconfig/openscenegraph.pc,packaging/pkgconfig/openthreads.pc,src/OpenThreads/CMakeLists.txt updated to 8472
6363 2008-07-18 16:40:07 INFO: Committing u'8472'...
6364 2008-07-18 16:40:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6365 2008-07-18 16:40:07 INFO: Changeset #140
6366 2008-07-18 16:40:07 INFO: Changeset "8473"
6367 2008-07-18 16:40:07 INFO: Log message: From Mathias Froehlich, made the include of bin directory for include/OpenThreads/Config only used when doing out of source builds
6369 2008-07-18 16:40:07 DEBUG: Going to apply changeset:
6371 Date: 2008-06-20 11:16:06.664855+00:00
6373 Entries: CMakeLists.txt(UPD)
6374 Log: From Mathias Froehlich, made the include of bin directory for include/OpenThreads/Config only used when doing out of source builds
6376 2008-07-18 16:40:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8473 . 2>&1
6377 2008-07-18 16:40:07 DEBUG: Executing svn update --ignore-externals --revision 8473 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6378 2008-07-18 16:40:13 INFO: [Ok]
6379 2008-07-18 16:40:13 DEBUG: CMakeLists.txt updated to 8473
6380 2008-07-18 16:40:13 INFO: Committing u'8473'...
6381 2008-07-18 16:40:13 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6382 2008-07-18 16:40:13 INFO: Changeset #141
6383 2008-07-18 16:40:13 INFO: Changeset "8474"
6384 2008-07-18 16:40:13 INFO: Log message: From Terry Welsh, new flatten static transforms visitor that duplicates subgraphs that are shared beneath differnt static transforms
6386 From Robert Osfield, made a range of changes to Terry's visitor integrating it into osgUtil::Optimizer and
6387 changing the code to use a style more like the rest of the OSG.
6389 2008-07-18 16:40:13 DEBUG: Going to apply changeset:
6391 Date: 2008-06-20 13:16:35.048248+00:00
6393 Entries: include/osgUtil/Optimizer(UPD), src/osgUtil/Optimizer.cpp(UPD)
6394 Log: From Terry Welsh, new flatten static transforms visitor that duplicates subgraphs that are shared beneath differnt static transforms
6396 From Robert Osfield, made a range of changes to Terry's visitor integrating it into osgUtil::Optimizer and
6397 changing the code to use a style more like the rest of the OSG.
6399 2008-07-18 16:40:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8474 . 2>&1
6400 2008-07-18 16:40:13 DEBUG: Executing svn update --ignore-externals --revision 8474 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6401 2008-07-18 16:40:20 INFO: [Ok]
6402 2008-07-18 16:40:20 DEBUG: include/osgUtil/Optimizer,src/osgUtil/Optimizer.cpp updated to 8474
6403 2008-07-18 16:40:20 INFO: Committing u'8474'...
6404 2008-07-18 16:40:20 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6405 2008-07-18 16:40:20 INFO: Changeset #142
6406 2008-07-18 16:40:20 INFO: Changeset "8475"
6407 2008-07-18 16:40:20 INFO: Log message: Changed const double* to const Matrix::value_type* to ensure changes in Matrix type don't break the build
6409 2008-07-18 16:40:20 DEBUG: Going to apply changeset:
6411 Date: 2008-06-20 15:28:38.372891+00:00
6413 Entries: src/osgPlugins/Inventor/ConvertToInventor.cpp(UPD)
6414 Log: Changed const double* to const Matrix::value_type* to ensure changes in Matrix type don't break the build
6416 2008-07-18 16:40:20 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8475 . 2>&1
6417 2008-07-18 16:40:20 DEBUG: Executing svn update --ignore-externals --revision 8475 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6418 2008-07-18 16:40:26 INFO: [Ok]
6419 2008-07-18 16:40:26 DEBUG: src/osgPlugins/Inventor/ConvertToInventor.cpp updated to 8475
6420 2008-07-18 16:40:26 INFO: Committing u'8475'...
6421 2008-07-18 16:40:26 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6422 2008-07-18 16:40:26 INFO: Changeset #143
6423 2008-07-18 16:40:26 INFO: Changeset "8476"
6424 2008-07-18 16:40:26 INFO: Log message: Updated ChangeLog
6426 2008-07-18 16:40:26 DEBUG: Going to apply changeset:
6428 Date: 2008-06-20 15:49:15.468173+00:00
6430 Entries: ChangeLog(UPD)
6431 Log: Updated ChangeLog
6433 2008-07-18 16:40:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8476 . 2>&1
6434 2008-07-18 16:40:26 DEBUG: Executing svn update --ignore-externals --revision 8476 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6435 2008-07-18 16:40:34 INFO: [Ok]
6436 2008-07-18 16:40:34 DEBUG: ChangeLog updated to 8476
6437 2008-07-18 16:40:34 INFO: Committing u'8476'...
6438 2008-07-18 16:40:34 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6439 2008-07-18 16:40:34 INFO: Changeset #144
6440 2008-07-18 16:40:34 INFO: Changeset "8477"
6441 2008-07-18 16:40:34 INFO: Log message: From Mathias Froehlich, moved optional config variables into include/osg/Config file that
6442 is automatically created by cmake according to its own settings.
6444 2008-07-18 16:40:34 DEBUG: Going to apply changeset:
6446 Date: 2008-06-20 15:50:53.231385+00:00
6448 Entries: CMakeLists.txt(UPD), include/osg/BoundingBox(UPD), include/osg/BoundingSphere(UPD), include/osg/Matrix(UPD), include/osg/Plane(UPD), src/osg/CMakeLists.txt(UPD), src/osg/Config.in(ADD)
6449 Log: From Mathias Froehlich, moved optional config variables into include/osg/Config file that
6450 is automatically created by cmake according to its own settings.
6452 2008-07-18 16:40:34 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8477 . 2>&1
6453 2008-07-18 16:40:34 DEBUG: Executing svn update --ignore-externals --revision 8477 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6454 2008-07-18 16:40:41 INFO: [Ok]
6455 2008-07-18 16:40:41 DEBUG: CMakeLists.txt,include/osg/BoundingBox,include/osg/BoundingSphere,include/osg/Matrix,include/osg/Plane,src/osg/CMakeLists.txt,src/osg/Config.in updated to 8477
6456 2008-07-18 16:40:41 INFO: Adding src/osg/Config.in...
6457 2008-07-18 16:40:41 INFO: Committing u'8477'...
6458 2008-07-18 16:40:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6459 2008-07-18 16:40:41 INFO: Changeset #145
6460 2008-07-18 16:40:41 INFO: Changeset "8479"
6461 2008-07-18 16:40:41 INFO: Log message: Added OSG_WINDOWING_SYSTEM cmake option string to allow toggling between X11 and Carbon under OSX.
6463 2008-07-18 16:40:41 DEBUG: Going to apply changeset:
6465 Date: 2008-06-20 16:57:22.558576+00:00
6467 Entries: src/osgViewer/CMakeLists.txt(UPD)
6468 Log: Added OSG_WINDOWING_SYSTEM cmake option string to allow toggling between X11 and Carbon under OSX.
6470 2008-07-18 16:40:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8479 . 2>&1
6471 2008-07-18 16:40:41 DEBUG: Executing svn update --ignore-externals --revision 8479 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6472 2008-07-18 16:40:47 INFO: [Ok]
6473 2008-07-18 16:40:47 DEBUG: src/osgViewer/CMakeLists.txt updated to 8479
6474 2008-07-18 16:40:47 INFO: Committing u'8479'...
6475 2008-07-18 16:40:47 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6476 2008-07-18 16:40:47 INFO: Changeset #146
6477 2008-07-18 16:40:47 INFO: Changeset "8480"
6478 2008-07-18 16:40:47 INFO: Log message: From Terry Welsh, added missing MixinVector header
6480 2008-07-18 16:40:47 DEBUG: Going to apply changeset:
6482 Date: 2008-06-20 17:32:27.913821+00:00
6484 Entries: src/osg/CMakeLists.txt(UPD)
6485 Log: From Terry Welsh, added missing MixinVector header
6487 2008-07-18 16:40:47 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8480 . 2>&1
6488 2008-07-18 16:40:47 DEBUG: Executing svn update --ignore-externals --revision 8480 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6489 2008-07-18 16:40:54 INFO: [Ok]
6490 2008-07-18 16:40:54 DEBUG: src/osg/CMakeLists.txt updated to 8480
6491 2008-07-18 16:40:54 INFO: Committing u'8480'...
6492 2008-07-18 16:40:54 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6493 2008-07-18 16:40:54 INFO: Changeset #147
6494 2008-07-18 16:40:54 INFO: Changeset "8481"
6495 2008-07-18 16:40:54 INFO: Log message: Updated ChangeLog
6497 2008-07-18 16:40:54 DEBUG: Going to apply changeset:
6499 Date: 2008-06-20 19:51:21.536046+00:00
6501 Entries: ChangeLog(UPD)
6502 Log: Updated ChangeLog
6504 2008-07-18 16:40:54 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8481 . 2>&1
6505 2008-07-18 16:40:54 DEBUG: Executing svn update --ignore-externals --revision 8481 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6506 2008-07-18 16:41:01 INFO: [Ok]
6507 2008-07-18 16:41:01 DEBUG: ChangeLog updated to 8481
6508 2008-07-18 16:41:01 INFO: Committing u'8481'...
6509 2008-07-18 16:41:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6510 2008-07-18 16:41:01 INFO: Changeset #148
6511 2008-07-18 16:41:01 INFO: Changeset "8482"
6512 2008-07-18 16:41:01 INFO: Log message: Changed the include/osg/Config and include/OpenThreads/Config references to use the assocaited CMake variable for these headers
6514 2008-07-18 16:41:01 DEBUG: Going to apply changeset:
6516 Date: 2008-06-20 19:52:14.936942+00:00
6518 Entries: CMakeLists.txt(UPD), src/OpenThreads/CMakeLists.txt(UPD), src/osg/CMakeLists.txt(UPD)
6519 Log: Changed the include/osg/Config and include/OpenThreads/Config references to use the assocaited CMake variable for these headers
6521 2008-07-18 16:41:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8482 . 2>&1
6522 2008-07-18 16:41:01 DEBUG: Executing svn update --ignore-externals --revision 8482 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6523 2008-07-18 16:41:08 INFO: [Ok]
6524 2008-07-18 16:41:08 DEBUG: CMakeLists.txt,src/OpenThreads/CMakeLists.txt,src/osg/CMakeLists.txt updated to 8482
6525 2008-07-18 16:41:08 INFO: Committing u'8482'...
6526 2008-07-18 16:41:08 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6527 2008-07-18 16:41:08 INFO: Changeset #149
6528 2008-07-18 16:41:08 INFO: Changeset "8483"
6529 2008-07-18 16:41:08 INFO: Log message: Converted tabs to four spaces
6531 2008-07-18 16:41:08 DEBUG: Going to apply changeset:
6533 Date: 2008-06-21 11:34:01.992701+00:00
6535 Entries: examples/osgviewerCocoa/Info.plist(UPD), examples/osgviewerCocoa/ViewerCocoa.h(UPD), examples/osgviewerCocoa/ViewerCocoa.mm(UPD)
6536 Log: Converted tabs to four spaces
6538 2008-07-18 16:41:08 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8483 . 2>&1
6539 2008-07-18 16:41:08 DEBUG: Executing svn update --ignore-externals --revision 8483 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6540 2008-07-18 16:41:15 INFO: [Ok]
6541 2008-07-18 16:41:15 DEBUG: examples/osgviewerCocoa/Info.plist,examples/osgviewerCocoa/ViewerCocoa.h,examples/osgviewerCocoa/ViewerCocoa.mm updated to 8483
6542 2008-07-18 16:41:15 INFO: Committing u'8483'...
6543 2008-07-18 16:41:15 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6544 2008-07-18 16:41:15 INFO: Changeset #150
6545 2008-07-18 16:41:15 INFO: Changeset "8484"
6546 2008-07-18 16:41:15 INFO: Log message: Added support for X11's overrideRedirect functionality
6548 2008-07-18 16:41:15 DEBUG: Going to apply changeset:
6550 Date: 2008-06-21 17:50:58.716100+00:00
6552 Entries: include/osg/GraphicsContext(UPD), src/osgPlugins/cfg/ReaderWriterCFG.cpp(UPD), src/osgViewer/GraphicsWindowX11.cpp(UPD)
6553 Log: Added support for X11's overrideRedirect functionality
6555 2008-07-18 16:41:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8484 . 2>&1
6556 2008-07-18 16:41:15 DEBUG: Executing svn update --ignore-externals --revision 8484 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6557 2008-07-18 16:41:22 INFO: [Ok]
6558 2008-07-18 16:41:22 DEBUG: include/osg/GraphicsContext,src/osgPlugins/cfg/ReaderWriterCFG.cpp,src/osgViewer/GraphicsWindowX11.cpp updated to 8484
6559 2008-07-18 16:41:22 INFO: Committing u'8484'...
6560 2008-07-18 16:41:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6561 2008-07-18 16:41:22 INFO: Changeset #151
6562 2008-07-18 16:41:22 INFO: Changeset "8485"
6563 2008-07-18 16:41:22 INFO: Log message: Quietened down debug info
6565 2008-07-18 16:41:22 DEBUG: Going to apply changeset:
6567 Date: 2008-06-21 17:56:38.979948+00:00
6569 Entries: src/osgPlugins/cfg/ReaderWriterCFG.cpp(UPD), src/osgViewer/GraphicsWindowX11.cpp(UPD)
6570 Log: Quietened down debug info
6572 2008-07-18 16:41:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8485 . 2>&1
6573 2008-07-18 16:41:22 DEBUG: Executing svn update --ignore-externals --revision 8485 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6574 2008-07-18 16:41:29 INFO: [Ok]
6575 2008-07-18 16:41:29 DEBUG: src/osgPlugins/cfg/ReaderWriterCFG.cpp,src/osgViewer/GraphicsWindowX11.cpp updated to 8485
6576 2008-07-18 16:41:29 INFO: Committing u'8485'...
6577 2008-07-18 16:41:29 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6578 2008-07-18 16:41:29 INFO: Changeset #152
6579 2008-07-18 16:41:29 INFO: Changeset "8486"
6580 2008-07-18 16:41:29 INFO: Log message: From Stephan Huber: added missing config files and updated xcode-project
6581 2008-07-18 16:41:29 DEBUG: Going to apply changeset:
6583 Date: 2008-06-23 08:06:07.672000+00:00
6585 Entries: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj(UPD), Xcode/OpenSceneGraph/config(ADD), Xcode/OpenSceneGraph/config/OpenThreads(ADD), Xcode/OpenSceneGraph/config/OpenThreads/Config(ADD), Xcode/OpenSceneGraph/config/osg(ADD), Xcode/OpenSceneGraph/config/osg/Config(ADD)
6586 Log: From Stephan Huber: added missing config files and updated xcode-project
6587 2008-07-18 16:41:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8486 . 2>&1
6588 2008-07-18 16:41:29 DEBUG: Executing svn update --ignore-externals --revision 8486 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6589 2008-07-18 16:41:36 INFO: [Ok]
6590 2008-07-18 16:41:36 DEBUG: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj,Xcode/OpenSceneGraph/config,Xcode/OpenSceneGraph/config/OpenThreads,Xcode/OpenSceneGraph/config/OpenThreads/Config,Xcode/OpenSceneGraph/config/osg,Xcode/OpenSceneGraph/config/osg/Config updated to 8486
6591 2008-07-18 16:41:36 INFO: Adding Xcode/OpenSceneGraph/config/OpenThreads/Config, Xcode/OpenSceneGraph/config/osg/Config...
6592 2008-07-18 16:41:36 INFO: Adding Xcode/OpenSceneGraph/config/OpenThreads/Config...
6593 2008-07-18 16:41:36 INFO: Adding Xcode/OpenSceneGraph/config/osg/Config...
6594 2008-07-18 16:41:36 INFO: Committing u'8486'...
6595 2008-07-18 16:41:36 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6596 2008-07-18 16:41:36 INFO: Changeset #153
6597 2008-07-18 16:41:36 INFO: Changeset "8487"
6598 2008-07-18 16:41:36 INFO: Log message: From Eric Sokolowsky, "I have made a number of changes intended to get a few things working better on OSX. However, since I'm still pretty new at Mac development and cmake I'm not entirely certain that the changes I have made are benign on other platforms. I have tested these changes on Leopard with CMake 2.6 generating Xcode 3.0 projects, compiling on ppc and i386 for 10.5 and 10.4, and on Linux (CentOS) and everything still seems to work ok. Here are the changes I made (against OSG svn as of this afternoon):
6600 - Added osgviewerCocoa example to APPLE builds
6601 - Fixed corrupt Xcode project generation with CMake 2.6 dealing with ADD_DEFINITIONS and CMake Policy CMP0005 on Leopard
6602 - Resolved CMP0006 warning for examples and programs by setting BUNDLE DESTINATION to same as RUNTIME DESTINATION with CMake 2.6
6603 - Fixed freetype plugin on Leopard to avoid OpenGL linking problem
6604 - Figured out how to use a custom Info.plist included in the project (see osgviewerCocoa application CMakeLists.txt)"
6606 2008-07-18 16:41:36 DEBUG: Going to apply changeset:
6608 Date: 2008-06-23 09:57:45.351592+00:00
6610 Entries: CMakeLists.txt(UPD), CMakeModules/OsgMacroUtils.cmake(UPD), examples/CMakeLists.txt(UPD), examples/osgviewerCocoa/ViewerCocoa.mm(UPD), src/osgPlugins/freetype/CMakeLists.txt(UPD)
6611 Log: From Eric Sokolowsky, "I have made a number of changes intended to get a few things working better on OSX. However, since I'm still pretty new at Mac development and cmake I'm not entirely certain that the changes I have made are benign on other platforms. I have tested these changes on Leopard with CMake 2.6 generating Xcode 3.0 projects, compiling on ppc and i386 for 10.5 and 10.4, and on Linux (CentOS) and everything still seems to work ok. Here are the changes I made (against OSG svn as of this afternoon):
6613 - Added osgviewerCocoa example to APPLE builds
6614 - Fixed corrupt Xcode project generation with CMake 2.6 dealing with ADD_DEFINITIONS and CMake Policy CMP0005 on Leopard
6615 - Resolved CMP0006 warning for examples and programs by setting BUNDLE DESTINATION to same as RUNTIME DESTINATION with CMake 2.6
6616 - Fixed freetype plugin on Leopard to avoid OpenGL linking problem
6617 - Figured out how to use a custom Info.plist included in the project (see osgviewerCocoa application CMakeLists.txt)"
6619 2008-07-18 16:41:36 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8487 . 2>&1
6620 2008-07-18 16:41:36 DEBUG: Executing svn update --ignore-externals --revision 8487 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6621 2008-07-18 16:41:42 INFO: [Ok]
6622 2008-07-18 16:41:42 DEBUG: CMakeLists.txt,CMakeModules/OsgMacroUtils.cmake,examples/CMakeLists.txt,examples/osgviewerCocoa/ViewerCocoa.mm,src/osgPlugins/freetype/CMakeLists.txt updated to 8487
6623 2008-07-18 16:41:42 INFO: Committing u'8487'...
6624 2008-07-18 16:41:42 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6625 2008-07-18 16:41:42 INFO: Changeset #154
6626 2008-07-18 16:41:42 INFO: Changeset "8488"
6627 2008-07-18 16:41:42 INFO: Log message: Commented out the explict install of the Config files as including these files into
6628 the header list allows the normal Cmake install support to install them.
6630 2008-07-18 16:41:42 DEBUG: Going to apply changeset:
6632 Date: 2008-06-23 10:18:04.906416+00:00
6634 Entries: CMakeLists.txt(UPD), src/OpenThreads/CMakeLists.txt(UPD)
6635 Log: Commented out the explict install of the Config files as including these files into
6636 the header list allows the normal Cmake install support to install them.
6638 2008-07-18 16:41:42 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8488 . 2>&1
6639 2008-07-18 16:41:42 DEBUG: Executing svn update --ignore-externals --revision 8488 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6640 2008-07-18 16:41:48 INFO: [Ok]
6641 2008-07-18 16:41:48 DEBUG: CMakeLists.txt,src/OpenThreads/CMakeLists.txt updated to 8488
6642 2008-07-18 16:41:48 INFO: Committing u'8488'...
6643 2008-07-18 16:41:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6644 2008-07-18 16:41:48 INFO: Changeset #155
6645 2008-07-18 16:41:48 INFO: Changeset "8489"
6646 2008-07-18 16:41:48 INFO: Log message: From Mathieu Marache, "Suibject: CMakeList ADD_DEFINITION for CMAKE_DEBUG_POSTFIX broken
6647 I needed a -DCMAKE_DEBUG_POSTFIX="d" not a -D"CMAKE_DEBUG_POSTFIX=d".
6649 This corrects the build for the CMake 2.4 and 2.6 series
6651 The error was in compiling osgDB/Registry.cpp
6654 2008-07-18 16:41:48 DEBUG: Going to apply changeset:
6656 Date: 2008-06-23 11:14:06.085708+00:00
6658 Entries: CMakeLists.txt(UPD)
6659 Log: From Mathieu Marache, "Suibject: CMakeList ADD_DEFINITION for CMAKE_DEBUG_POSTFIX broken
6660 I needed a -DCMAKE_DEBUG_POSTFIX="d" not a -D"CMAKE_DEBUG_POSTFIX=d".
6662 This corrects the build for the CMake 2.4 and 2.6 series
6664 The error was in compiling osgDB/Registry.cpp
6667 2008-07-18 16:41:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8489 . 2>&1
6668 2008-07-18 16:41:48 DEBUG: Executing svn update --ignore-externals --revision 8489 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6669 2008-07-18 16:41:54 INFO: [Ok]
6670 2008-07-18 16:41:54 DEBUG: CMakeLists.txt updated to 8489
6671 2008-07-18 16:41:54 INFO: Committing u'8489'...
6672 2008-07-18 16:41:54 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6673 2008-07-18 16:41:54 INFO: Changeset #156
6674 2008-07-18 16:41:54 INFO: Changeset "8490"
6675 2008-07-18 16:41:54 INFO: Log message: From Mathias Froehlich, "fixed win32/win64 configure check and win32/win64
6676 atomic related compile failures with msvs2005. Attached changes to make win32
6677 really use the atomic stuff. There are pointer typecast problems and some
6678 historic alignment restrictions that I just took from a previous similar
6679 implementation of mine without looking deep enough. "
6681 2008-07-18 16:41:54 DEBUG: Going to apply changeset:
6683 Date: 2008-06-23 14:51:34.525951+00:00
6685 Entries: CMakeModules/CheckAtomicOps.cmake(UPD), include/OpenThreads/Atomic(UPD)
6686 Log: From Mathias Froehlich, "fixed win32/win64 configure check and win32/win64
6687 atomic related compile failures with msvs2005. Attached changes to make win32
6688 really use the atomic stuff. There are pointer typecast problems and some
6689 historic alignment restrictions that I just took from a previous similar
6690 implementation of mine without looking deep enough. "
6692 2008-07-18 16:41:54 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8490 . 2>&1
6693 2008-07-18 16:41:54 DEBUG: Executing svn update --ignore-externals --revision 8490 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6694 2008-07-18 16:42:01 INFO: [Ok]
6695 2008-07-18 16:42:01 DEBUG: CMakeModules/CheckAtomicOps.cmake,include/OpenThreads/Atomic updated to 8490
6696 2008-07-18 16:42:01 INFO: Committing u'8490'...
6697 2008-07-18 16:42:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6698 2008-07-18 16:42:01 INFO: Changeset #157
6699 2008-07-18 16:42:01 INFO: Changeset "8491"
6700 2008-07-18 16:42:01 INFO: Log message: Fixed pedantic warning
6702 2008-07-18 16:42:01 DEBUG: Going to apply changeset:
6704 Date: 2008-06-23 15:11:37.157297+00:00
6706 Entries: include/osgDB/ReaderWriter(UPD)
6707 Log: Fixed pedantic warning
6709 2008-07-18 16:42:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8491 . 2>&1
6710 2008-07-18 16:42:01 DEBUG: Executing svn update --ignore-externals --revision 8491 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6711 2008-07-18 16:42:09 INFO: [Ok]
6712 2008-07-18 16:42:09 DEBUG: include/osgDB/ReaderWriter updated to 8491
6713 2008-07-18 16:42:09 INFO: Committing u'8491'...
6714 2008-07-18 16:42:09 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6715 2008-07-18 16:42:09 INFO: Changeset #158
6716 2008-07-18 16:42:09 INFO: Changeset "8493"
6717 2008-07-18 16:42:09 INFO: Log message: From Mathias Froechlich, "Attached is a change to that atomic stuff to move the win32, msvc
6718 implementation of the atomic increment and decrement into a implementation
6720 This way inlining and compiler optimization can no longer happen for these
6721 implementations, but it fixes compilation on win32 msvc targets. I expect
6722 that this is still faster than with with mutexes.
6724 Also the i386 gcc target gets atomic operations with this patch. By using an
6725 implementation file we can guarantee that we have the right compiler flags
6728 2008-07-18 16:42:09 DEBUG: Going to apply changeset:
6730 Date: 2008-06-26 10:27:16.165640+00:00
6732 Entries: CMakeModules/CheckAtomicOps.cmake(UPD), include/OpenThreads/Atomic(UPD), include/osg/Referenced(UPD), src/OpenThreads/common/Atomic.cpp(ADD), src/OpenThreads/pthreads/CMakeLists.txt(UPD), src/osg/Referenced.cpp(UPD)
6733 Log: From Mathias Froechlich, "Attached is a change to that atomic stuff to move the win32, msvc
6734 implementation of the atomic increment and decrement into a implementation
6736 This way inlining and compiler optimization can no longer happen for these
6737 implementations, but it fixes compilation on win32 msvc targets. I expect
6738 that this is still faster than with with mutexes.
6740 Also the i386 gcc target gets atomic operations with this patch. By using an
6741 implementation file we can guarantee that we have the right compiler flags
6744 2008-07-18 16:42:09 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8493 . 2>&1
6745 2008-07-18 16:42:09 DEBUG: Executing svn update --ignore-externals --revision 8493 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6746 2008-07-18 16:42:18 INFO: [Ok]
6747 2008-07-18 16:42:18 DEBUG: CMakeModules/CheckAtomicOps.cmake,include/OpenThreads/Atomic,include/osg/Referenced,src/OpenThreads/common/Atomic.cpp,src/OpenThreads/pthreads/CMakeLists.txt,src/osg/Referenced.cpp updated to 8493
6748 2008-07-18 16:42:18 INFO: Adding src/OpenThreads/common/Atomic.cpp...
6749 2008-07-18 16:42:18 INFO: Committing u'8493'...
6750 2008-07-18 16:42:18 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6751 2008-07-18 16:42:18 INFO: Changeset #159
6752 2008-07-18 16:42:18 INFO: Changeset "8494"
6753 2008-07-18 16:42:18 INFO: Log message: From Mathias Froehlich, added do not edit comments to Config.in so that the autogenerated
6754 Config files have an appropriate warning notice
6756 2008-07-18 16:42:18 DEBUG: Going to apply changeset:
6758 Date: 2008-06-26 10:33:47.067736+00:00
6760 Entries: src/OpenThreads/common/Config.in(UPD), src/osg/Config.in(UPD)
6761 Log: From Mathias Froehlich, added do not edit comments to Config.in so that the autogenerated
6762 Config files have an appropriate warning notice
6764 2008-07-18 16:42:18 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8494 . 2>&1
6765 2008-07-18 16:42:18 DEBUG: Executing svn update --ignore-externals --revision 8494 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6766 2008-07-18 16:42:25 INFO: [Ok]
6767 2008-07-18 16:42:25 DEBUG: src/OpenThreads/common/Config.in,src/osg/Config.in updated to 8494
6768 2008-07-18 16:42:25 INFO: Committing u'8494'...
6769 2008-07-18 16:42:25 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6770 2008-07-18 16:42:25 INFO: Changeset #160
6771 2008-07-18 16:42:25 INFO: Changeset "8495"
6772 2008-07-18 16:42:25 INFO: Log message: From Mathias Froehlich, build fixes for various unices
6774 2008-07-18 16:42:25 DEBUG: Going to apply changeset:
6776 Date: 2008-06-26 12:08:37.972131+00:00
6778 Entries: include/osg/CullSettings(UPD), src/osg/OcclusionQueryNode.cpp(UPD), src/osgUtil/IntersectionVisitor.cpp(UPD)
6779 Log: From Mathias Froehlich, build fixes for various unices
6781 2008-07-18 16:42:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8495 . 2>&1
6782 2008-07-18 16:42:25 DEBUG: Executing svn update --ignore-externals --revision 8495 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6783 2008-07-18 16:42:32 INFO: [Ok]
6784 2008-07-18 16:42:32 DEBUG: include/osg/CullSettings,src/osg/OcclusionQueryNode.cpp,src/osgUtil/IntersectionVisitor.cpp updated to 8495
6785 2008-07-18 16:42:32 INFO: Committing u'8495'...
6786 2008-07-18 16:42:32 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6787 2008-07-18 16:42:32 INFO: Changeset #161
6788 2008-07-18 16:42:32 INFO: Changeset "8496"
6789 2008-07-18 16:42:32 INFO: Log message: From Eric Sokolowski, Cmake support for osgviewerCocoa
6791 2008-07-18 16:42:32 DEBUG: Going to apply changeset:
6793 Date: 2008-06-26 13:08:24.794958+00:00
6795 Entries: examples/osgviewerCocoa/CMakeLists.txt(ADD)
6796 Log: From Eric Sokolowski, Cmake support for osgviewerCocoa
6798 2008-07-18 16:42:32 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8496 . 2>&1
6799 2008-07-18 16:42:32 DEBUG: Executing svn update --ignore-externals --revision 8496 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6800 2008-07-18 16:42:39 INFO: [Ok]
6801 2008-07-18 16:42:39 DEBUG: examples/osgviewerCocoa/CMakeLists.txt updated to 8496
6802 2008-07-18 16:42:39 INFO: Adding examples/osgviewerCocoa/CMakeLists.txt...
6803 2008-07-18 16:42:39 INFO: Committing u'8496'...
6804 2008-07-18 16:42:39 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6805 2008-07-18 16:42:39 INFO: Changeset #162
6806 2008-07-18 16:42:39 INFO: Changeset "8497"
6807 2008-07-18 16:42:39 INFO: Log message: From Eric Sokolowski, added enforcement of CMake 2.6.0 under OSX.
6809 2008-07-18 16:42:39 DEBUG: Going to apply changeset:
6811 Date: 2008-06-26 13:09:54.886473+00:00
6813 Entries: CMakeLists.txt(UPD)
6814 Log: From Eric Sokolowski, added enforcement of CMake 2.6.0 under OSX.
6816 2008-07-18 16:42:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8497 . 2>&1
6817 2008-07-18 16:42:39 DEBUG: Executing svn update --ignore-externals --revision 8497 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6818 2008-07-18 16:42:45 INFO: [Ok]
6819 2008-07-18 16:42:45 DEBUG: CMakeLists.txt updated to 8497
6820 2008-07-18 16:42:45 INFO: Committing u'8497'...
6821 2008-07-18 16:42:45 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6822 2008-07-18 16:42:45 INFO: Changeset #163
6823 2008-07-18 16:42:45 INFO: Changeset "8498"
6824 2008-07-18 16:42:45 INFO: Log message: From Mathias Froehlich, updated CMakeLists.txt to build the Atomic.cpp
6826 2008-07-18 16:42:45 DEBUG: Going to apply changeset:
6828 Date: 2008-06-26 15:06:44.369799+00:00
6830 Entries: src/OpenThreads/sproc/CMakeLists.txt(UPD), src/OpenThreads/win32/CMakeLists.txt(UPD)
6831 Log: From Mathias Froehlich, updated CMakeLists.txt to build the Atomic.cpp
6833 2008-07-18 16:42:45 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8498 . 2>&1
6834 2008-07-18 16:42:45 DEBUG: Executing svn update --ignore-externals --revision 8498 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6835 2008-07-18 16:42:51 INFO: [Ok]
6836 2008-07-18 16:42:51 DEBUG: src/OpenThreads/sproc/CMakeLists.txt,src/OpenThreads/win32/CMakeLists.txt updated to 8498
6837 2008-07-18 16:42:51 INFO: Committing u'8498'...
6838 2008-07-18 16:42:51 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6839 2008-07-18 16:42:51 INFO: Changeset #164
6840 2008-07-18 16:42:51 INFO: Changeset "8499"
6841 2008-07-18 16:42:51 INFO: Log message: Changed the removeCamera() method so that it now actively calls releaseGLObjects()
6842 on all children of a camera that aren't shared with other cameras on that context.
6844 This change fixes problems with allocating and deleting views.
6846 2008-07-18 16:42:51 DEBUG: Going to apply changeset:
6848 Date: 2008-06-26 16:45:50.438089+00:00
6850 Entries: src/osg/GraphicsContext.cpp(UPD)
6851 Log: Changed the removeCamera() method so that it now actively calls releaseGLObjects()
6852 on all children of a camera that aren't shared with other cameras on that context.
6854 This change fixes problems with allocating and deleting views.
6856 2008-07-18 16:42:51 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8499 . 2>&1
6857 2008-07-18 16:42:51 DEBUG: Executing svn update --ignore-externals --revision 8499 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6858 2008-07-18 16:42:58 INFO: [Ok]
6859 2008-07-18 16:42:58 DEBUG: src/osg/GraphicsContext.cpp updated to 8499
6860 2008-07-18 16:42:58 INFO: Committing u'8499'...
6861 2008-07-18 16:42:58 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6862 2008-07-18 16:42:58 INFO: Changeset #165
6863 2008-07-18 16:42:58 INFO: Changeset "8500"
6864 2008-07-18 16:42:58 INFO: Log message: From Morten Haukness, "When cloning effects osg crashes because the copy constructur tries to run av pure virtual method (setUpEmitterAndProgram). The right thing to do when cloning an effect is to run the inherited version og buildEffect and setUpEmitterAndProgram.
6868 2008-07-18 16:42:58 DEBUG: Going to apply changeset:
6870 Date: 2008-06-26 18:06:24.290515+00:00
6872 Entries: src/osgParticle/ExplosionDebrisEffect.cpp(UPD), src/osgParticle/ExplosionEffect.cpp(UPD), src/osgParticle/FireEffect.cpp(UPD), src/osgParticle/ParticleEffect.cpp(UPD), src/osgParticle/SmokeEffect.cpp(UPD), src/osgParticle/SmokeTrailEffect.cpp(UPD)
6873 Log: From Morten Haukness, "When cloning effects osg crashes because the copy constructur tries to run av pure virtual method (setUpEmitterAndProgram). The right thing to do when cloning an effect is to run the inherited version og buildEffect and setUpEmitterAndProgram.
6877 2008-07-18 16:42:58 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8500 . 2>&1
6878 2008-07-18 16:42:58 DEBUG: Executing svn update --ignore-externals --revision 8500 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6879 2008-07-18 16:43:05 INFO: [Ok]
6880 2008-07-18 16:43:05 DEBUG: src/osgParticle/ExplosionDebrisEffect.cpp,src/osgParticle/ExplosionEffect.cpp,src/osgParticle/FireEffect.cpp,src/osgParticle/ParticleEffect.cpp,src/osgParticle/SmokeEffect.cpp,src/osgParticle/SmokeTrailEffect.cpp updated to 8500
6881 2008-07-18 16:43:05 INFO: Committing u'8500'...
6882 2008-07-18 16:43:05 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6883 2008-07-18 16:43:05 INFO: Changeset #166
6884 2008-07-18 16:43:05 INFO: Changeset "8501"
6885 2008-07-18 16:43:05 INFO: Log message: From Paul Martz, "The method IntersectionVisitor::apply(osg::PagedLOD&) appears to attempt to identify a "highest res" child of the PagedLOD and only allow intersection on that child. The implementation appears to be flawed in two cases:
6887 1) The "highest res" child is assumed to be the child with index "getNumFileNames()-1" or "getNumChildren()-1". As a result, PagedLODs that do not sort children from furthest to nearest will intersect with the wrong child. (see attached "case1.osg" to reproduce this problem.)
6889 2) The code assumes there is only one highest res child. As a result. PagedLODs with multiple children at the same highest res range can only intersect one of those children. ("case2.osg" demonstrates this issue; you can only pick the quad on the right.)
6891 I've attached a modified IntersectionVisitor.cpp that attempts to resolve these issues. It identifies a highest res range based on the range mode, then continues traversal on all valid children corresponding to that range description. Only in the case of a malformed PagedLOD does the code fall back to getting the last child in the list.
6894 2008-07-18 16:43:05 DEBUG: Going to apply changeset:
6896 Date: 2008-06-26 18:34:01.621077+00:00
6898 Entries: src/osgUtil/IntersectionVisitor.cpp(UPD)
6899 Log: From Paul Martz, "The method IntersectionVisitor::apply(osg::PagedLOD&) appears to attempt to identify a "highest res" child of the PagedLOD and only allow intersection on that child. The implementation appears to be flawed in two cases:
6901 1) The "highest res" child is assumed to be the child with index "getNumFileNames()-1" or "getNumChildren()-1". As a result, PagedLODs that do not sort children from furthest to nearest will intersect with the wrong child. (see attached "case1.osg" to reproduce this problem.)
6903 2) The code assumes there is only one highest res child. As a result. PagedLODs with multiple children at the same highest res range can only intersect one of those children. ("case2.osg" demonstrates this issue; you can only pick the quad on the right.)
6905 I've attached a modified IntersectionVisitor.cpp that attempts to resolve these issues. It identifies a highest res range based on the range mode, then continues traversal on all valid children corresponding to that range description. Only in the case of a malformed PagedLOD does the code fall back to getting the last child in the list.
6908 2008-07-18 16:43:05 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8501 . 2>&1
6909 2008-07-18 16:43:05 DEBUG: Executing svn update --ignore-externals --revision 8501 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6910 2008-07-18 16:43:11 INFO: [Ok]
6911 2008-07-18 16:43:11 DEBUG: src/osgUtil/IntersectionVisitor.cpp updated to 8501
6912 2008-07-18 16:43:11 INFO: Committing u'8501'...
6913 2008-07-18 16:43:11 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6914 2008-07-18 16:43:11 INFO: Changeset #167
6915 2008-07-18 16:43:11 INFO: Changeset "8502"
6916 2008-07-18 16:43:11 INFO: Log message: Updated wrappers
6918 2008-07-18 16:43:11 DEBUG: Going to apply changeset:
6920 Date: 2008-06-26 19:21:54.315223+00:00
6922 Entries: genwrapper.conf(UPD), src/osgWrappers/OpenThreads/Atomic.cpp(UPD), src/osgWrappers/osg/GraphicsContext.cpp(UPD), src/osgWrappers/osgUtil/Optimizer.cpp(UPD)
6923 Log: Updated wrappers
6925 2008-07-18 16:43:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8502 . 2>&1
6926 2008-07-18 16:43:11 DEBUG: Executing svn update --ignore-externals --revision 8502 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6927 2008-07-18 16:43:18 INFO: [Ok]
6928 2008-07-18 16:43:18 DEBUG: genwrapper.conf,src/osgWrappers/OpenThreads/Atomic.cpp,src/osgWrappers/osg/GraphicsContext.cpp,src/osgWrappers/osgUtil/Optimizer.cpp updated to 8502
6929 2008-07-18 16:43:18 INFO: Committing u'8502'...
6930 2008-07-18 16:43:18 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6931 2008-07-18 16:43:18 INFO: Changeset #168
6932 2008-07-18 16:43:18 INFO: Changeset "8503"
6933 2008-07-18 16:43:18 INFO: Log message: Updated ChangeLog
6935 2008-07-18 16:43:18 DEBUG: Going to apply changeset:
6937 Date: 2008-06-26 19:47:00.917545+00:00
6939 Entries: ChangeLog(UPD)
6940 Log: Updated ChangeLog
6942 2008-07-18 16:43:18 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8503 . 2>&1
6943 2008-07-18 16:43:18 DEBUG: Executing svn update --ignore-externals --revision 8503 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6944 2008-07-18 16:43:26 INFO: [Ok]
6945 2008-07-18 16:43:26 DEBUG: ChangeLog updated to 8503
6946 2008-07-18 16:43:26 INFO: Committing u'8503'...
6947 2008-07-18 16:43:26 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6948 2008-07-18 16:43:26 INFO: Changeset #169
6949 2008-07-18 16:43:26 INFO: Changeset "8504"
6950 2008-07-18 16:43:26 INFO: Log message: Updated authors and osgversion
6952 2008-07-18 16:43:26 DEBUG: Going to apply changeset:
6954 Date: 2008-06-26 19:51:24.729971+00:00
6956 Entries: AUTHORS.txt(UPD), applications/osgversion/osgversion.cpp(UPD)
6957 Log: Updated authors and osgversion
6959 2008-07-18 16:43:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8504 . 2>&1
6960 2008-07-18 16:43:26 DEBUG: Executing svn update --ignore-externals --revision 8504 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6961 2008-07-18 16:43:32 INFO: [Ok]
6962 2008-07-18 16:43:32 DEBUG: AUTHORS.txt,applications/osgversion/osgversion.cpp updated to 8504
6963 2008-07-18 16:43:32 INFO: Committing u'8504'...
6964 2008-07-18 16:43:32 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6965 2008-07-18 16:43:32 INFO: Changeset #170
6966 2008-07-18 16:43:32 INFO: Changeset "8505"
6967 2008-07-18 16:43:32 INFO: Log message: From Andre Normann, "with version 8504, I am not able to compile osgwrappers under Windows, because there are some DLL export macros missing. I fixed it and put the files in the attached zip file.
6970 2008-07-18 16:43:32 DEBUG: Going to apply changeset:
6972 Date: 2008-06-27 10:17:38.639589+00:00
6974 Entries: include/osgShadow/ParallelSplitShadowMap(UPD), include/osgUtil/Optimizer(UPD)
6975 Log: From Andre Normann, "with version 8504, I am not able to compile osgwrappers under Windows, because there are some DLL export macros missing. I fixed it and put the files in the attached zip file.
6978 2008-07-18 16:43:32 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8505 . 2>&1
6979 2008-07-18 16:43:32 DEBUG: Executing svn update --ignore-externals --revision 8505 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6980 2008-07-18 16:43:40 INFO: [Ok]
6981 2008-07-18 16:43:40 DEBUG: include/osgShadow/ParallelSplitShadowMap,include/osgUtil/Optimizer updated to 8505
6982 2008-07-18 16:43:40 INFO: Committing u'8505'...
6983 2008-07-18 16:43:40 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6984 2008-07-18 16:43:40 INFO: Changeset #171
6985 2008-07-18 16:43:40 INFO: Changeset "8506"
6986 2008-07-18 16:43:40 INFO: Log message: from Stephan Huber: updated XCode project
6987 2008-07-18 16:43:40 DEBUG: Going to apply changeset:
6989 Date: 2008-06-27 11:47:06.768773+00:00
6991 Entries: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj(UPD)
6992 Log: from Stephan Huber: updated XCode project
6993 2008-07-18 16:43:40 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8506 . 2>&1
6994 2008-07-18 16:43:40 DEBUG: Executing svn update --ignore-externals --revision 8506 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
6995 2008-07-18 16:43:46 INFO: [Ok]
6996 2008-07-18 16:43:46 DEBUG: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj updated to 8506
6997 2008-07-18 16:43:46 INFO: Committing u'8506'...
6998 2008-07-18 16:43:46 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6999 2008-07-18 16:43:46 INFO: Changeset #172
7000 2008-07-18 16:43:46 INFO: Changeset "8507"
7001 2008-07-18 16:43:46 INFO: Log message: Moved the apply(&) default implementations from the header into the NodeVisitor.cpp,
7002 and changed the casts to use static_cast<>.
7004 2008-07-18 16:43:46 DEBUG: Going to apply changeset:
7006 Date: 2008-06-27 12:35:56.234877+00:00
7008 Entries: include/osg/NodeVisitor(UPD), src/osg/NodeVisitor.cpp(UPD)
7009 Log: Moved the apply(&) default implementations from the header into the NodeVisitor.cpp,
7010 and changed the casts to use static_cast<>.
7012 2008-07-18 16:43:46 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8507 . 2>&1
7013 2008-07-18 16:43:46 DEBUG: Executing svn update --ignore-externals --revision 8507 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7014 2008-07-18 16:43:53 INFO: [Ok]
7015 2008-07-18 16:43:53 DEBUG: include/osg/NodeVisitor,src/osg/NodeVisitor.cpp updated to 8507
7016 2008-07-18 16:43:53 INFO: Committing u'8507'...
7017 2008-07-18 16:43:53 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7018 2008-07-18 16:43:53 INFO: Changeset #173
7019 2008-07-18 16:43:53 INFO: Changeset "8508"
7020 2008-07-18 16:43:53 INFO: Log message: Simplified the MixinVector class so that it no longer supports custom allocators,
7021 instead just uses std::vector<>'s default allocators.
7023 2008-07-18 16:43:53 DEBUG: Going to apply changeset:
7025 Date: 2008-06-27 12:44:41.508573+00:00
7027 Entries: include/osg/MixinVector(UPD), include/osg/Shape(UPD)
7028 Log: Simplified the MixinVector class so that it no longer supports custom allocators,
7029 instead just uses std::vector<>'s default allocators.
7031 2008-07-18 16:43:53 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8508 . 2>&1
7032 2008-07-18 16:43:53 DEBUG: Executing svn update --ignore-externals --revision 8508 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7033 2008-07-18 16:43:59 INFO: [Ok]
7034 2008-07-18 16:43:59 DEBUG: include/osg/MixinVector,include/osg/Shape updated to 8508
7035 2008-07-18 16:43:59 INFO: Committing u'8508'...
7036 2008-07-18 16:43:59 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7037 2008-07-18 16:43:59 INFO: Changeset #174
7038 2008-07-18 16:43:59 INFO: Changeset "8509"
7039 2008-07-18 16:43:59 INFO: Log message: From Mathias Froehlich, "Update to the configure check for msvc 7.1.
7040 MemoryBarrier() is used in the implementation, so it should be checked.
7041 This in effect disables the faster atomic ops on msvc 7.1 and older, even if
7042 only the MemoryBarrier() call is missing. But it ensures for the fist cut
7043 that it will build everywhere. If somebody cares for msvc 7.1 enough and has
7044 one for testing installed, he might provide the apropriate defines to guard
7045 that MemoryBarrier() call.
7047 I tested that msvc8 32/64bit still passes the configure tests and compiles.
7050 2008-07-18 16:43:59 DEBUG: Going to apply changeset:
7052 Date: 2008-06-27 16:47:43.186796+00:00
7054 Entries: CMakeModules/CheckAtomicOps.cmake(UPD), src/osg/Image.cpp(UPD)
7055 Log: From Mathias Froehlich, "Update to the configure check for msvc 7.1.
7056 MemoryBarrier() is used in the implementation, so it should be checked.
7057 This in effect disables the faster atomic ops on msvc 7.1 and older, even if
7058 only the MemoryBarrier() call is missing. But it ensures for the fist cut
7059 that it will build everywhere. If somebody cares for msvc 7.1 enough and has
7060 one for testing installed, he might provide the apropriate defines to guard
7061 that MemoryBarrier() call.
7063 I tested that msvc8 32/64bit still passes the configure tests and compiles.
7066 2008-07-18 16:43:59 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8509 . 2>&1
7067 2008-07-18 16:43:59 DEBUG: Executing svn update --ignore-externals --revision 8509 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7068 2008-07-18 16:44:06 INFO: [Ok]
7069 2008-07-18 16:44:06 DEBUG: CMakeModules/CheckAtomicOps.cmake,src/osg/Image.cpp updated to 8509
7070 2008-07-18 16:44:06 INFO: Committing u'8509'...
7071 2008-07-18 16:44:06 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7072 2008-07-18 16:44:06 INFO: Changeset #175
7073 2008-07-18 16:44:06 INFO: Changeset "8510"
7074 2008-07-18 16:44:06 INFO: Log message: Refactored the sort of the requestQueue so that there is single code path for doing the sort.
7076 2008-07-18 16:44:06 DEBUG: Going to apply changeset:
7078 Date: 2008-06-27 18:59:27.269323+00:00
7080 Entries: include/osgDB/DatabasePager(UPD), src/osgDB/DatabasePager.cpp(UPD)
7081 Log: Refactored the sort of the requestQueue so that there is single code path for doing the sort.
7083 2008-07-18 16:44:06 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8510 . 2>&1
7084 2008-07-18 16:44:06 DEBUG: Executing svn update --ignore-externals --revision 8510 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7085 2008-07-18 16:44:12 INFO: [Ok]
7086 2008-07-18 16:44:12 DEBUG: include/osgDB/DatabasePager,src/osgDB/DatabasePager.cpp updated to 8510
7087 2008-07-18 16:44:12 INFO: Committing u'8510'...
7088 2008-07-18 16:44:12 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7089 2008-07-18 16:44:12 INFO: Changeset #176
7090 2008-07-18 16:44:12 INFO: Changeset "8511"
7091 2008-07-18 16:44:12 INFO: Log message: Changed back to use an std::vector<> rather than a std::list for RequestQueue to
7092 avoid member template problems under Solaris.
7094 2008-07-18 16:44:12 DEBUG: Going to apply changeset:
7096 Date: 2008-06-27 19:40:52.399270+00:00
7098 Entries: include/osgDB/DatabasePager(UPD), src/osgDB/DatabasePager.cpp(UPD)
7099 Log: Changed back to use an std::vector<> rather than a std::list for RequestQueue to
7100 avoid member template problems under Solaris.
7102 2008-07-18 16:44:12 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8511 . 2>&1
7103 2008-07-18 16:44:12 DEBUG: Executing svn update --ignore-externals --revision 8511 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7104 2008-07-18 16:44:19 INFO: [Ok]
7105 2008-07-18 16:44:19 DEBUG: include/osgDB/DatabasePager,src/osgDB/DatabasePager.cpp updated to 8511
7106 2008-07-18 16:44:19 INFO: Committing u'8511'...
7107 2008-07-18 16:44:19 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7108 2008-07-18 16:44:19 INFO: Changeset #177
7109 2008-07-18 16:44:19 INFO: Changeset "8512"
7110 2008-07-18 16:44:19 INFO: Log message: Added realize of new graphics contexts to handle new views being added with
7113 2008-07-18 16:44:19 DEBUG: Going to apply changeset:
7115 Date: 2008-06-28 16:59:26.682353+00:00
7117 Entries: src/osgViewer/CompositeViewer.cpp(UPD), src/osgViewer/ViewerBase.cpp(UPD)
7118 Log: Added realize of new graphics contexts to handle new views being added with
7121 2008-07-18 16:44:19 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8512 . 2>&1
7122 2008-07-18 16:44:19 DEBUG: Executing svn update --ignore-externals --revision 8512 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7123 2008-07-18 16:44:25 INFO: [Ok]
7124 2008-07-18 16:44:25 DEBUG: src/osgViewer/CompositeViewer.cpp,src/osgViewer/ViewerBase.cpp updated to 8512
7125 2008-07-18 16:44:25 INFO: Committing u'8512'...
7126 2008-07-18 16:44:25 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7127 2008-07-18 16:44:25 INFO: Changeset #178
7128 2008-07-18 16:44:25 INFO: Changeset "8513"
7129 2008-07-18 16:44:25 INFO: Log message: Changed the Optimizer::StateVisitor so that it can individually decide whether
7130 to optimize away duplicate state with dynamic, static and unspecified DataVarience. By default
7131 the code now optimizes away duplicate state with either static and unspecied state, previously
7132 it was just handling static state.
7134 2008-07-18 16:44:25 DEBUG: Going to apply changeset:
7136 Date: 2008-06-29 12:22:50.058387+00:00
7138 Entries: include/osgUtil/Optimizer(UPD), src/osgUtil/Optimizer.cpp(UPD), src/osgWrappers/osgUtil/Optimizer.cpp(UPD)
7139 Log: Changed the Optimizer::StateVisitor so that it can individually decide whether
7140 to optimize away duplicate state with dynamic, static and unspecified DataVarience. By default
7141 the code now optimizes away duplicate state with either static and unspecied state, previously
7142 it was just handling static state.
7144 2008-07-18 16:44:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8513 . 2>&1
7145 2008-07-18 16:44:25 DEBUG: Executing svn update --ignore-externals --revision 8513 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7146 2008-07-18 16:44:32 INFO: [Ok]
7147 2008-07-18 16:44:32 DEBUG: include/osgUtil/Optimizer,src/osgUtil/Optimizer.cpp,src/osgWrappers/osgUtil/Optimizer.cpp updated to 8513
7148 2008-07-18 16:44:32 INFO: Committing u'8513'...
7149 2008-07-18 16:44:32 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7150 2008-07-18 16:44:32 INFO: Changeset #179
7151 2008-07-18 16:44:32 INFO: Changeset "8514"
7152 2008-07-18 16:44:32 INFO: Log message: Updated README date for 2.5.3 dev release
7154 2008-07-18 16:44:32 DEBUG: Going to apply changeset:
7156 Date: 2008-06-29 13:41:07.153984+00:00
7158 Entries: README.txt(UPD)
7159 Log: Updated README date for 2.5.3 dev release
7161 2008-07-18 16:44:32 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8514 . 2>&1
7162 2008-07-18 16:44:32 DEBUG: Executing svn update --ignore-externals --revision 8514 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7163 2008-07-18 16:44:39 INFO: [Ok]
7164 2008-07-18 16:44:39 DEBUG: README.txt updated to 8514
7165 2008-07-18 16:44:39 INFO: Committing u'8514'...
7166 2008-07-18 16:44:39 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7167 2008-07-18 16:44:39 INFO: Changeset #180
7168 2008-07-18 16:44:39 INFO: Changeset "8518"
7169 2008-07-18 16:44:39 INFO: Log message: Added guards against FBO not being supported/setup
7171 2008-07-18 16:44:39 DEBUG: Going to apply changeset:
7173 Date: 2008-06-30 16:53:06.593599+00:00
7175 Entries: src/osgUtil/RenderStage.cpp(UPD)
7176 Log: Added guards against FBO not being supported/setup
7178 2008-07-18 16:44:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8518 . 2>&1
7179 2008-07-18 16:44:39 DEBUG: Executing svn update --ignore-externals --revision 8518 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7180 2008-07-18 16:44:47 INFO: [Ok]
7181 2008-07-18 16:44:47 DEBUG: src/osgUtil/RenderStage.cpp updated to 8518
7182 2008-07-18 16:44:47 INFO: Committing u'8518'...
7183 2008-07-18 16:44:47 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7184 2008-07-18 16:44:47 INFO: Changeset #181
7185 2008-07-18 16:44:47 INFO: Changeset "8519"
7186 2008-07-18 16:44:47 INFO: Log message: From Mathias Froehlich, "It appears not to be sufficient to set a cmake variable to get a define in
7187 such a config file. Instead set that variable to 1. Also included a small compile fix, that appears to be required than ..."
7190 2008-07-18 16:44:47 DEBUG: Going to apply changeset:
7192 Date: 2008-07-01 09:40:06.766744+00:00
7194 Entries: CMakeModules/CheckAtomicOps.cmake(UPD), src/osg/Referenced.cpp(UPD)
7195 Log: From Mathias Froehlich, "It appears not to be sufficient to set a cmake variable to get a define in
7196 such a config file. Instead set that variable to 1. Also included a small compile fix, that appears to be required than ..."
7199 2008-07-18 16:44:47 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8519 . 2>&1
7200 2008-07-18 16:44:47 DEBUG: Executing svn update --ignore-externals --revision 8519 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7201 2008-07-18 16:44:56 INFO: [Ok]
7202 2008-07-18 16:44:56 DEBUG: CMakeModules/CheckAtomicOps.cmake,src/osg/Referenced.cpp updated to 8519
7203 2008-07-18 16:44:56 INFO: Committing u'8519'...
7204 2008-07-18 16:44:56 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7205 2008-07-18 16:44:56 INFO: Changeset #182
7206 2008-07-18 16:44:56 INFO: Changeset "8520"
7207 2008-07-18 16:44:56 INFO: Log message: Added Vec3Array arrange pointer to avoid dynamic cast
7209 2008-07-18 16:44:56 DEBUG: Going to apply changeset:
7211 Date: 2008-07-01 13:56:02.651286+00:00
7213 Entries: examples/osgkdtree/osgkdtree.cpp(UPD)
7214 Log: Added Vec3Array arrange pointer to avoid dynamic cast
7216 2008-07-18 16:44:56 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8520 . 2>&1
7217 2008-07-18 16:44:56 DEBUG: Executing svn update --ignore-externals --revision 8520 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7218 2008-07-18 16:45:04 INFO: [Ok]
7219 2008-07-18 16:45:04 DEBUG: examples/osgkdtree/osgkdtree.cpp updated to 8520
7220 2008-07-18 16:45:04 INFO: Committing u'8520'...
7221 2008-07-18 16:45:04 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7222 2008-07-18 16:45:04 INFO: Changeset #183
7223 2008-07-18 16:45:04 INFO: Changeset "8521"
7224 2008-07-18 16:45:04 INFO: Log message: From Lilin Xiong, "I change ive plugin a little for osgText inout, so the ive plugin supports backdrop setting,
7225 and Text3D, FadeText inout :
7227 1. in DataInputStream.cpp, add 1286--1293 lines;
7228 2. in Text.cpp, add some code for text's Backdrop setting;
7229 3. in IveVersion.h, add line 39, increase the VERSION to VERSION_028(line 41)
7230 4. in ReadWrite.h, add line 146,147
7231 5. add file FadeText.h, FadeText.cpp, Text3D.h, Text3D.cpp."
7233 2008-07-18 16:45:04 DEBUG: Going to apply changeset:
7235 Date: 2008-07-01 18:37:13.144525+00:00
7237 Entries: src/osgPlugins/ive/CMakeLists.txt(UPD), src/osgPlugins/ive/DataInputStream.cpp(UPD), src/osgPlugins/ive/FadeText.cpp(ADD), src/osgPlugins/ive/FadeText.h(ADD), src/osgPlugins/ive/IveVersion.h(UPD), src/osgPlugins/ive/ReadWrite.h(UPD), src/osgPlugins/ive/Text.cpp(UPD), src/osgPlugins/ive/Text3D.cpp(ADD), src/osgPlugins/ive/Text3D.h(ADD)
7238 Log: From Lilin Xiong, "I change ive plugin a little for osgText inout, so the ive plugin supports backdrop setting,
7239 and Text3D, FadeText inout :
7241 1. in DataInputStream.cpp, add 1286--1293 lines;
7242 2. in Text.cpp, add some code for text's Backdrop setting;
7243 3. in IveVersion.h, add line 39, increase the VERSION to VERSION_028(line 41)
7244 4. in ReadWrite.h, add line 146,147
7245 5. add file FadeText.h, FadeText.cpp, Text3D.h, Text3D.cpp."
7247 2008-07-18 16:45:04 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8521 . 2>&1
7248 2008-07-18 16:45:04 DEBUG: Executing svn update --ignore-externals --revision 8521 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7249 2008-07-18 16:45:14 INFO: [Ok]
7250 2008-07-18 16:45:14 DEBUG: src/osgPlugins/ive/CMakeLists.txt,src/osgPlugins/ive/DataInputStream.cpp,src/osgPlugins/ive/FadeText.cpp,src/osgPlugins/ive/FadeText.h,src/osgPlugins/ive/IveVersion.h,src/osgPlugins/ive/ReadWrite.h,src/osgPlugins/ive/Text.cpp,src/osgPlugins/ive/Text3D.cpp,src/osgPlugins/ive/Text3D.h updated to 8521
7251 2008-07-18 16:45:14 INFO: Adding src/osgPlugins/ive/FadeText.cpp, src/osgPlugins/ive/FadeText.h...
7252 2008-07-18 16:45:14 INFO: Adding src/osgPlugins/ive/Text3D.cpp, src/osgPlugins/ive/Text3D.h...
7253 2008-07-18 16:45:14 INFO: Committing u'8521'...
7254 2008-07-18 16:45:14 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7255 2008-07-18 16:45:14 INFO: Changeset #184
7256 2008-07-18 16:45:14 INFO: Changeset "8522"
7257 2008-07-18 16:45:14 INFO: Log message: From Colin McDonald, "There is a problem reading bmp files containing a colour palette,
7258 due to an incorrect scan line length calculation. Attached is a fix,
7259 and a little bmp file which demonstrates the problem."
7261 2008-07-18 16:45:14 DEBUG: Going to apply changeset:
7263 Date: 2008-07-01 19:04:29.808185+00:00
7265 Entries: src/osgPlugins/bmp/ReaderWriterBMP.cpp(UPD)
7266 Log: From Colin McDonald, "There is a problem reading bmp files containing a colour palette,
7267 due to an incorrect scan line length calculation. Attached is a fix,
7268 and a little bmp file which demonstrates the problem."
7270 2008-07-18 16:45:14 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8522 . 2>&1
7271 2008-07-18 16:45:14 DEBUG: Executing svn update --ignore-externals --revision 8522 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7272 2008-07-18 16:45:22 INFO: [Ok]
7273 2008-07-18 16:45:22 DEBUG: src/osgPlugins/bmp/ReaderWriterBMP.cpp updated to 8522
7274 2008-07-18 16:45:22 INFO: Committing u'8522'...
7275 2008-07-18 16:45:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7276 2008-07-18 16:45:22 INFO: Changeset #185
7277 2008-07-18 16:45:22 INFO: Changeset "8523"
7278 2008-07-18 16:45:22 INFO: Log message: Introduced support for UNSCPECIFIED and STATIC DataVariance of StateSet/Textures
7280 2008-07-18 16:45:22 DEBUG: Going to apply changeset:
7282 Date: 2008-07-02 09:25:08.736636+00:00
7284 Entries: include/osgDB/SharedStateManager(UPD), src/osgDB/SharedStateManager.cpp(UPD)
7285 Log: Introduced support for UNSCPECIFIED and STATIC DataVariance of StateSet/Textures
7287 2008-07-18 16:45:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8523 . 2>&1
7288 2008-07-18 16:45:22 DEBUG: Executing svn update --ignore-externals --revision 8523 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7289 2008-07-18 16:45:30 INFO: [Ok]
7290 2008-07-18 16:45:30 DEBUG: include/osgDB/SharedStateManager,src/osgDB/SharedStateManager.cpp updated to 8523
7291 2008-07-18 16:45:30 INFO: Committing u'8523'...
7292 2008-07-18 16:45:30 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7293 2008-07-18 16:45:30 INFO: Changeset #186
7294 2008-07-18 16:45:30 INFO: Changeset "8524"
7295 2008-07-18 16:45:30 INFO: Log message: Updated wrappers
7297 2008-07-18 16:45:30 DEBUG: Going to apply changeset:
7299 Date: 2008-07-02 10:00:09.654411+00:00
7301 Entries: src/osgWrappers/osgDB/SharedStateManager.cpp(UPD)
7302 Log: Updated wrappers
7304 2008-07-18 16:45:30 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8524 . 2>&1
7305 2008-07-18 16:45:30 DEBUG: Executing svn update --ignore-externals --revision 8524 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7306 2008-07-18 16:45:39 INFO: [Ok]
7307 2008-07-18 16:45:39 DEBUG: src/osgWrappers/osgDB/SharedStateManager.cpp updated to 8524
7308 2008-07-18 16:45:39 INFO: Committing u'8524'...
7309 2008-07-18 16:45:39 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7310 2008-07-18 16:45:39 INFO: Changeset #187
7311 2008-07-18 16:45:39 INFO: Changeset "8525"
7312 2008-07-18 16:45:39 INFO: Log message: Set the DataVariance on FadeText to DYNAMIC to reflect their nature
7314 2008-07-18 16:45:39 DEBUG: Going to apply changeset:
7316 Date: 2008-07-03 10:03:06.867756+00:00
7318 Entries: src/osgText/FadeText.cpp(UPD)
7319 Log: Set the DataVariance on FadeText to DYNAMIC to reflect their nature
7321 2008-07-18 16:45:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8525 . 2>&1
7322 2008-07-18 16:45:39 DEBUG: Executing svn update --ignore-externals --revision 8525 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7323 2008-07-18 16:45:46 INFO: [Ok]
7324 2008-07-18 16:45:46 DEBUG: src/osgText/FadeText.cpp updated to 8525
7325 2008-07-18 16:45:46 INFO: Committing u'8525'...
7326 2008-07-18 16:45:46 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7327 2008-07-18 16:45:46 INFO: Changeset #188
7328 2008-07-18 16:45:46 INFO: Changeset "8526"
7329 2008-07-18 16:45:46 INFO: Log message: Implement an experiemental triangle kdtree building support
7331 2008-07-18 16:45:46 DEBUG: Going to apply changeset:
7333 Date: 2008-07-03 10:24:20.275271+00:00
7335 Entries: examples/osgkdtree/osgkdtree.cpp(UPD)
7336 Log: Implement an experiemental triangle kdtree building support
7338 2008-07-18 16:45:46 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8526 . 2>&1
7339 2008-07-18 16:45:46 DEBUG: Executing svn update --ignore-externals --revision 8526 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7340 2008-07-18 16:45:53 INFO: [Ok]
7341 2008-07-18 16:45:53 DEBUG: examples/osgkdtree/osgkdtree.cpp updated to 8526
7342 2008-07-18 16:45:53 INFO: Committing u'8526'...
7343 2008-07-18 16:45:53 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7344 2008-07-18 16:45:53 INFO: Changeset #189
7345 2008-07-18 16:45:53 INFO: Changeset "8527"
7346 2008-07-18 16:45:53 INFO: Log message: From Eric Sokolowsky, "The check for Leopard to build 4-way binaries by default was broken. Here is an updated CMakeLists.txt file to fix the problem."
7348 2008-07-18 16:45:53 DEBUG: Going to apply changeset:
7350 Date: 2008-07-03 11:07:59.137272+00:00
7352 Entries: CMakeLists.txt(UPD)
7353 Log: From Eric Sokolowsky, "The check for Leopard to build 4-way binaries by default was broken. Here is an updated CMakeLists.txt file to fix the problem."
7355 2008-07-18 16:45:53 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8527 . 2>&1
7356 2008-07-18 16:45:53 DEBUG: Executing svn update --ignore-externals --revision 8527 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7357 2008-07-18 16:46:00 INFO: [Ok]
7358 2008-07-18 16:46:00 DEBUG: CMakeLists.txt updated to 8527
7359 2008-07-18 16:46:00 INFO: Committing u'8527'...
7360 2008-07-18 16:46:00 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7361 2008-07-18 16:46:00 INFO: Changeset #190
7362 2008-07-18 16:46:00 INFO: Changeset "8528"
7363 2008-07-18 16:46:00 INFO: Log message: Refactored example so that the example will be able to run different kdtree data strucutres/algorithms.
7365 2008-07-18 16:46:00 DEBUG: Going to apply changeset:
7367 Date: 2008-07-03 11:22:23.591454+00:00
7369 Entries: examples/osgkdtree/CMakeLists.txt(UPD), examples/osgkdtree/fixeddivision.cpp(ADD), examples/osgkdtree/fixeddivision.h(ADD), examples/osgkdtree/osgkdtree.cpp(UPD)
7370 Log: Refactored example so that the example will be able to run different kdtree data strucutres/algorithms.
7372 2008-07-18 16:46:00 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8528 . 2>&1
7373 2008-07-18 16:46:00 DEBUG: Executing svn update --ignore-externals --revision 8528 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7374 2008-07-18 16:46:07 INFO: [Ok]
7375 2008-07-18 16:46:07 DEBUG: examples/osgkdtree/CMakeLists.txt,examples/osgkdtree/fixeddivision.cpp,examples/osgkdtree/fixeddivision.h,examples/osgkdtree/osgkdtree.cpp updated to 8528
7376 2008-07-18 16:46:07 INFO: Adding examples/osgkdtree/fixeddivision.cpp, examples/osgkdtree/fixeddivision.h...
7377 2008-07-18 16:46:07 INFO: Committing u'8528'...
7378 2008-07-18 16:46:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7379 2008-07-18 16:46:07 INFO: Changeset #191
7380 2008-07-18 16:46:07 INFO: Changeset "8529"
7381 2008-07-18 16:46:07 INFO: Log message: Added header guards
7383 2008-07-18 16:46:07 DEBUG: Going to apply changeset:
7385 Date: 2008-07-03 11:23:44.941039+00:00
7387 Entries: examples/osgkdtree/fixeddivision.h(UPD)
7388 Log: Added header guards
7390 2008-07-18 16:46:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8529 . 2>&1
7391 2008-07-18 16:46:07 DEBUG: Executing svn update --ignore-externals --revision 8529 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7392 2008-07-18 16:46:14 INFO: [Ok]
7393 2008-07-18 16:46:14 DEBUG: examples/osgkdtree/fixeddivision.h updated to 8529
7394 2008-07-18 16:46:14 INFO: Committing u'8529'...
7395 2008-07-18 16:46:14 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7396 2008-07-18 16:46:14 INFO: Changeset #192
7397 2008-07-18 16:46:14 INFO: Changeset "8530"
7398 2008-07-18 16:46:14 INFO: Log message: From Mario Valle, removed extraneous spaces
7400 2008-07-18 16:46:14 DEBUG: Going to apply changeset:
7402 Date: 2008-07-03 14:59:07.675297+00:00
7404 Entries: src/osg/BufferObject.cpp(UPD)
7405 Log: From Mario Valle, removed extraneous spaces
7407 2008-07-18 16:46:14 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8530 . 2>&1
7408 2008-07-18 16:46:14 DEBUG: Executing svn update --ignore-externals --revision 8530 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7409 2008-07-18 16:46:21 INFO: [Ok]
7410 2008-07-18 16:46:21 DEBUG: src/osg/BufferObject.cpp updated to 8530
7411 2008-07-18 16:46:21 INFO: Committing u'8530'...
7412 2008-07-18 16:46:21 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7413 2008-07-18 16:46:21 INFO: Changeset #193
7414 2008-07-18 16:46:21 INFO: Changeset "8531"
7415 2008-07-18 16:46:21 INFO: Log message: From Mario Valle, "xed the following warning on Linux 64 bits Athlon:
7417 /users/mvalle/OSG/OpenSceneGraph/src/osg/BufferObject.cpp: In member function `virtual void osg::ElementBufferObject::compileBuffer(osg::State&) const':
7418 /users/mvalle/OSG/OpenSceneGraph/src/osg/BufferObject.cpp:600: warning: cast to pointer from integer of different size"
7420 2008-07-18 16:46:21 DEBUG: Going to apply changeset:
7422 Date: 2008-07-03 15:01:04.003525+00:00
7424 Entries: src/osg/BufferObject.cpp(UPD)
7425 Log: From Mario Valle, "xed the following warning on Linux 64 bits Athlon:
7427 /users/mvalle/OSG/OpenSceneGraph/src/osg/BufferObject.cpp: In member function `virtual void osg::ElementBufferObject::compileBuffer(osg::State&) const':
7428 /users/mvalle/OSG/OpenSceneGraph/src/osg/BufferObject.cpp:600: warning: cast to pointer from integer of different size"
7430 2008-07-18 16:46:21 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8531 . 2>&1
7431 2008-07-18 16:46:21 DEBUG: Executing svn update --ignore-externals --revision 8531 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7432 2008-07-18 16:46:28 INFO: [Ok]
7433 2008-07-18 16:46:28 DEBUG: src/osg/BufferObject.cpp updated to 8531
7434 2008-07-18 16:46:28 INFO: Committing u'8531'...
7435 2008-07-18 16:46:28 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7436 2008-07-18 16:46:28 INFO: Changeset #194
7437 2008-07-18 16:46:28 INFO: Changeset "8532"
7438 2008-07-18 16:46:28 INFO: Log message: Added new data structure + build algorithm that places triangles into leaves
7439 without being shared, but with varying the boundaries of leaves so that they
7443 2008-07-18 16:46:28 DEBUG: Going to apply changeset:
7445 Date: 2008-07-03 15:49:28.035899+00:00
7447 Entries: examples/osgkdtree/CMakeLists.txt(UPD), examples/osgkdtree/osgkdtree.cpp(UPD), examples/osgkdtree/variabledivision.cpp(ADD), examples/osgkdtree/variabledivision.h(ADD)
7448 Log: Added new data structure + build algorithm that places triangles into leaves
7449 without being shared, but with varying the boundaries of leaves so that they
7453 2008-07-18 16:46:28 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8532 . 2>&1
7454 2008-07-18 16:46:28 DEBUG: Executing svn update --ignore-externals --revision 8532 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7455 2008-07-18 16:46:36 INFO: [Ok]
7456 2008-07-18 16:46:36 DEBUG: examples/osgkdtree/CMakeLists.txt,examples/osgkdtree/osgkdtree.cpp,examples/osgkdtree/variabledivision.cpp,examples/osgkdtree/variabledivision.h updated to 8532
7457 2008-07-18 16:46:36 INFO: Adding examples/osgkdtree/variabledivision.cpp, examples/osgkdtree/variabledivision.h...
7458 2008-07-18 16:46:36 INFO: Committing u'8532'...
7459 2008-07-18 16:46:36 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7460 2008-07-18 16:46:36 INFO: Changeset #195
7461 2008-07-18 16:46:36 INFO: Changeset "8533"
7462 2008-07-18 16:46:36 INFO: Log message: Introduced bounding boxes to KDLeaf and KDNode structs
7464 2008-07-18 16:46:36 DEBUG: Going to apply changeset:
7466 Date: 2008-07-03 17:18:14.523144+00:00
7468 Entries: examples/osgkdtree/variabledivision.cpp(UPD), examples/osgkdtree/variabledivision.h(UPD)
7469 Log: Introduced bounding boxes to KDLeaf and KDNode structs
7471 2008-07-18 16:46:36 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8533 . 2>&1
7472 2008-07-18 16:46:36 DEBUG: Executing svn update --ignore-externals --revision 8533 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7473 2008-07-18 16:46:44 INFO: [Ok]
7474 2008-07-18 16:46:44 DEBUG: examples/osgkdtree/variabledivision.cpp,examples/osgkdtree/variabledivision.h updated to 8533
7475 2008-07-18 16:46:44 INFO: Committing u'8533'...
7476 2008-07-18 16:46:44 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7477 2008-07-18 16:46:44 INFO: Changeset #196
7478 2008-07-18 16:46:44 INFO: Changeset "8534"
7479 2008-07-18 16:46:44 INFO: Log message: Moved vertex indicies method into a single block with deprecated doc lines
7481 2008-07-18 16:46:44 DEBUG: Going to apply changeset:
7483 Date: 2008-07-04 11:51:55.338540+00:00
7485 Entries: include/osg/Geometry(UPD)
7486 Log: Moved vertex indicies method into a single block with deprecated doc lines
7488 2008-07-18 16:46:44 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8534 . 2>&1
7489 2008-07-18 16:46:44 DEBUG: Executing svn update --ignore-externals --revision 8534 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7490 2008-07-18 16:46:51 INFO: [Ok]
7491 2008-07-18 16:46:51 DEBUG: include/osg/Geometry updated to 8534
7492 2008-07-18 16:46:51 INFO: Committing u'8534'...
7493 2008-07-18 16:46:51 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7494 2008-07-18 16:46:51 INFO: Changeset #197
7495 2008-07-18 16:46:51 INFO: Changeset "8535"
7496 2008-07-18 16:46:51 INFO: Log message: Added prelimnary KdTree data structure and automatic kdtree build support
7497 into osgDB::Registry/osgTerrain so that newly created subgraphs can have
7498 KdTree built on all osg::Geometry automatically on load/creation.
7500 2008-07-18 16:46:51 DEBUG: Going to apply changeset:
7502 Date: 2008-07-04 15:57:48.786448+00:00
7504 Entries: examples/osgkdtree/osgkdtree.cpp(UPD), include/osg/KdTree(ADD), include/osgDB/ReaderWriter(UPD), include/osgDB/Registry(UPD), src/osg/CMakeLists.txt(UPD), src/osg/KdTree.cpp(ADD), src/osgDB/Registry.cpp(UPD), src/osgTerrain/GeometryTechnique.cpp(UPD)
7505 Log: Added prelimnary KdTree data structure and automatic kdtree build support
7506 into osgDB::Registry/osgTerrain so that newly created subgraphs can have
7507 KdTree built on all osg::Geometry automatically on load/creation.
7509 2008-07-18 16:46:51 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8535 . 2>&1
7510 2008-07-18 16:46:51 DEBUG: Executing svn update --ignore-externals --revision 8535 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7511 2008-07-18 16:47:00 INFO: [Ok]
7512 2008-07-18 16:47:00 DEBUG: examples/osgkdtree/osgkdtree.cpp,include/osg/KdTree,include/osgDB/ReaderWriter,include/osgDB/Registry,src/osg/CMakeLists.txt,src/osg/KdTree.cpp,src/osgDB/Registry.cpp,src/osgTerrain/GeometryTechnique.cpp updated to 8535
7513 2008-07-18 16:47:00 INFO: Adding include/osg/KdTree...
7514 2008-07-18 16:47:00 INFO: Adding src/osg/KdTree.cpp...
7515 2008-07-18 16:47:00 INFO: Committing u'8535'...
7516 2008-07-18 16:47:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7517 2008-07-18 16:47:01 INFO: Changeset #198
7518 2008-07-18 16:47:01 INFO: Changeset "8536"
7519 2008-07-18 16:47:01 INFO: Log message: Added KdTree intersection support into LineSegmentIntersector
7521 2008-07-18 16:47:01 DEBUG: Going to apply changeset:
7523 Date: 2008-07-04 17:02:02.469031+00:00
7525 Entries: src/osgUtil/LineSegmentIntersector.cpp(UPD)
7526 Log: Added KdTree intersection support into LineSegmentIntersector
7528 2008-07-18 16:47:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8536 . 2>&1
7529 2008-07-18 16:47:01 DEBUG: Executing svn update --ignore-externals --revision 8536 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7530 2008-07-18 16:47:07 INFO: [Ok]
7531 2008-07-18 16:47:07 DEBUG: src/osgUtil/LineSegmentIntersector.cpp updated to 8536
7532 2008-07-18 16:47:07 INFO: Committing u'8536'...
7533 2008-07-18 16:47:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7534 2008-07-18 16:47:07 INFO: Changeset #199
7535 2008-07-18 16:47:07 INFO: Changeset "8537"
7536 2008-07-18 16:47:07 INFO: Log message: Converted TerrainManipulator to use osgUtil::InterectionVisitor rather than the
7537 old IntersectVisitor
7539 2008-07-18 16:47:07 DEBUG: Going to apply changeset:
7541 Date: 2008-07-04 19:16:19.018828+00:00
7543 Entries: include/osgGA/TerrainManipulator(UPD), src/osg/KdTree.cpp(UPD), src/osgGA/TerrainManipulator.cpp(UPD)
7544 Log: Converted TerrainManipulator to use osgUtil::InterectionVisitor rather than the
7545 old IntersectVisitor
7547 2008-07-18 16:47:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8537 . 2>&1
7548 2008-07-18 16:47:07 DEBUG: Executing svn update --ignore-externals --revision 8537 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7549 2008-07-18 16:47:15 INFO: [Ok]
7550 2008-07-18 16:47:15 DEBUG: include/osgGA/TerrainManipulator,src/osg/KdTree.cpp,src/osgGA/TerrainManipulator.cpp updated to 8537
7551 2008-07-18 16:47:15 INFO: Committing u'8537'...
7552 2008-07-18 16:47:15 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7553 2008-07-18 16:47:15 INFO: Changeset #200
7554 2008-07-18 16:47:15 INFO: Changeset "8538"
7555 2008-07-18 16:47:15 INFO: Log message: Ported intersection code to use new osgUtil::LineSegmentIntersector/IntersectionVisitor.
7557 2008-07-18 16:47:15 DEBUG: Going to apply changeset:
7559 Date: 2008-07-05 16:39:28.718303+00:00
7561 Entries: include/osgGA/DriveManipulator(UPD), include/osgGA/TerrainManipulator(UPD), src/osgGA/DriveManipulator.cpp(UPD), src/osgGA/TerrainManipulator.cpp(UPD)
7562 Log: Ported intersection code to use new osgUtil::LineSegmentIntersector/IntersectionVisitor.
7564 2008-07-18 16:47:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8538 . 2>&1
7565 2008-07-18 16:47:15 DEBUG: Executing svn update --ignore-externals --revision 8538 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7566 2008-07-18 16:47:22 INFO: [Ok]
7567 2008-07-18 16:47:22 DEBUG: include/osgGA/DriveManipulator,include/osgGA/TerrainManipulator,src/osgGA/DriveManipulator.cpp,src/osgGA/TerrainManipulator.cpp updated to 8538
7568 2008-07-18 16:47:22 INFO: Committing u'8538'...
7569 2008-07-18 16:47:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7570 2008-07-18 16:47:22 INFO: Changeset #201
7571 2008-07-18 16:47:22 INFO: Changeset "8539"
7572 2008-07-18 16:47:22 INFO: Log message: Added handling of co-incident start and end points.
7574 2008-07-18 16:47:22 DEBUG: Going to apply changeset:
7576 Date: 2008-07-05 17:29:07.338980+00:00
7578 Entries: src/osgUtil/LineSegmentIntersector.cpp(UPD)
7579 Log: Added handling of co-incident start and end points.
7581 2008-07-18 16:47:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8539 . 2>&1
7582 2008-07-18 16:47:22 DEBUG: Executing svn update --ignore-externals --revision 8539 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7583 2008-07-18 16:47:29 INFO: [Ok]
7584 2008-07-18 16:47:29 DEBUG: src/osgUtil/LineSegmentIntersector.cpp updated to 8539
7585 2008-07-18 16:47:29 INFO: Committing u'8539'...
7586 2008-07-18 16:47:29 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7587 2008-07-18 16:47:29 INFO: Changeset #202
7588 2008-07-18 16:47:29 INFO: Changeset "8540"
7589 2008-07-18 16:47:29 INFO: Log message: Moved KdTree build code into osg::KdTree
7591 2008-07-18 16:47:29 DEBUG: Going to apply changeset:
7593 Date: 2008-07-06 12:14:19.613975+00:00
7595 Entries: examples/osgkdtree/variabledivision.h(UPD), include/osg/KdTree(UPD), src/osg/KdTree.cpp(UPD)
7596 Log: Moved KdTree build code into osg::KdTree
7598 2008-07-18 16:47:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8540 . 2>&1
7599 2008-07-18 16:47:29 DEBUG: Executing svn update --ignore-externals --revision 8540 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7600 2008-07-18 16:47:36 INFO: [Ok]
7601 2008-07-18 16:47:36 DEBUG: examples/osgkdtree/variabledivision.h,include/osg/KdTree,src/osg/KdTree.cpp updated to 8540
7602 2008-07-18 16:47:36 INFO: Committing u'8540'...
7603 2008-07-18 16:47:36 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7604 2008-07-18 16:47:36 INFO: Changeset #203
7605 2008-07-18 16:47:36 INFO: Changeset "8541"
7606 2008-07-18 16:47:36 INFO: Log message: Changed the DatabasePager so that it bypasses the Registry::readNode() method and calls
7607 readNodeImplementation() directly to avoid calling the KdTreeBuilder.
7612 2008-07-18 16:47:36 DEBUG: Going to apply changeset:
7614 Date: 2008-07-06 18:27:10.358705+00:00
7616 Entries: include/osg/KdTree(UPD), include/osgDB/DatabasePager(UPD), include/osgDB/Registry(UPD), src/osg/KdTree.cpp(UPD), src/osgDB/DatabasePager.cpp(UPD), src/osgDB/Registry.cpp(UPD), src/osgTerrain/GeometryTechnique.cpp(UPD), src/osgWrappers/osg/Geometry.cpp(UPD), src/osgWrappers/osgDB/DatabasePager.cpp(UPD), src/osgWrappers/osgDB/ReaderWriter.cpp(UPD), src/osgWrappers/osgDB/Registry.cpp(UPD), src/osgWrappers/osgGA/DriveManipulator.cpp(UPD), src/osgWrappers/osgGA/TerrainManipulator.cpp(UPD), src/osgWrappers/osgUtil/LineSegmentIntersector.cpp(UPD)
7617 Log: Changed the DatabasePager so that it bypasses the Registry::readNode() method and calls
7618 readNodeImplementation() directly to avoid calling the KdTreeBuilder.
7623 2008-07-18 16:47:36 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8541 . 2>&1
7624 2008-07-18 16:47:36 DEBUG: Executing svn update --ignore-externals --revision 8541 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7625 2008-07-18 16:47:44 INFO: [Ok]
7626 2008-07-18 16:47:44 DEBUG: include/osg/KdTree,include/osgDB/DatabasePager,include/osgDB/Registry,src/osg/KdTree.cpp,src/osgDB/DatabasePager.cpp,src/osgDB/Registry.cpp,src/osgTerrain/GeometryTechnique.cpp,src/osgWrappers/osg/Geometry.cpp,src/osgWrappers/osgDB/DatabasePager.cpp,src/osgWrappers/osgDB/ReaderWriter.cpp,src/osgWrappers/osgDB/Registry.cpp,src/osgWrappers/osgGA/DriveManipulator.cpp,src/osgWrappers/osgGA/TerrainManipulator.cpp,src/osgWrappers/osgUtil/LineSegmentIntersector.cpp updated to 8541
7627 2008-07-18 16:47:44 INFO: Committing u'8541'...
7628 2008-07-18 16:47:44 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7629 2008-07-18 16:47:44 INFO: Changeset #204
7630 2008-07-18 16:47:44 INFO: Changeset "8542"
7631 2008-07-18 16:47:44 INFO: Log message: Changed types to avoid warnings under Windows
7633 2008-07-18 16:47:44 DEBUG: Going to apply changeset:
7635 Date: 2008-07-07 09:40:30.021405+00:00
7637 Entries: include/osg/KdTree(UPD), src/osg/KdTree.cpp(UPD)
7638 Log: Changed types to avoid warnings under Windows
7640 2008-07-18 16:47:44 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8542 . 2>&1
7641 2008-07-18 16:47:44 DEBUG: Executing svn update --ignore-externals --revision 8542 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7642 2008-07-18 16:47:53 INFO: [Ok]
7643 2008-07-18 16:47:53 DEBUG: include/osg/KdTree,src/osg/KdTree.cpp updated to 8542
7644 2008-07-18 16:47:53 INFO: Committing u'8542'...
7645 2008-07-18 16:47:53 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7646 2008-07-18 16:47:53 INFO: Changeset #205
7647 2008-07-18 16:47:53 INFO: Changeset "8543"
7648 2008-07-18 16:47:53 INFO: Log message: Added KdTreeBuilder calls into FindCompileableGLObjectsVisitor, and an alternative
7649 path that explictly calls the KdTreeBuilde when required in cases when no pre compile of GL objects is required.
7651 2008-07-18 16:47:53 DEBUG: Going to apply changeset:
7653 Date: 2008-07-07 10:46:22.396725+00:00
7655 Entries: src/osgDB/DatabasePager.cpp(UPD)
7656 Log: Added KdTreeBuilder calls into FindCompileableGLObjectsVisitor, and an alternative
7657 path that explictly calls the KdTreeBuilde when required in cases when no pre compile of GL objects is required.
7659 2008-07-18 16:47:53 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8543 . 2>&1
7660 2008-07-18 16:47:53 DEBUG: Executing svn update --ignore-externals --revision 8543 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7661 2008-07-18 16:48:00 INFO: [Ok]
7662 2008-07-18 16:48:00 DEBUG: src/osgDB/DatabasePager.cpp updated to 8543
7663 2008-07-18 16:48:00 INFO: Committing u'8543'...
7664 2008-07-18 16:48:00 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7665 2008-07-18 16:48:00 INFO: Changeset #206
7666 2008-07-18 16:48:00 INFO: Changeset "8544"
7667 2008-07-18 16:48:00 INFO: Log message: Implemented intial KdTree triangle intersection code, but without culling implemented
7669 2008-07-18 16:48:00 DEBUG: Going to apply changeset:
7671 Date: 2008-07-07 13:21:37.727704+00:00
7673 Entries: include/osg/KdTree(UPD), src/osg/KdTree.cpp(UPD), src/osgTerrain/GeometryTechnique.cpp(UPD), src/osgWrappers/osg/KdTree.cpp(ADD)
7674 Log: Implemented intial KdTree triangle intersection code, but without culling implemented
7676 2008-07-18 16:48:00 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8544 . 2>&1
7677 2008-07-18 16:48:00 DEBUG: Executing svn update --ignore-externals --revision 8544 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7678 2008-07-18 16:48:07 INFO: [Ok]
7679 2008-07-18 16:48:07 DEBUG: include/osg/KdTree,src/osg/KdTree.cpp,src/osgTerrain/GeometryTechnique.cpp,src/osgWrappers/osg/KdTree.cpp updated to 8544
7680 2008-07-18 16:48:07 INFO: Adding src/osgWrappers/osg/KdTree.cpp...
7681 2008-07-18 16:48:07 INFO: Committing u'8544'...
7682 2008-07-18 16:48:07 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7683 2008-07-18 16:48:07 INFO: Changeset #207
7684 2008-07-18 16:48:07 INFO: Changeset "8545"
7685 2008-07-18 16:48:07 INFO: Log message: Improved the handling of KdTree intersections
7687 2008-07-18 16:48:07 DEBUG: Going to apply changeset:
7689 Date: 2008-07-07 14:27:58.621772+00:00
7691 Entries: src/osgUtil/LineSegmentIntersector.cpp(UPD)
7692 Log: Improved the handling of KdTree intersections
7694 2008-07-18 16:48:07 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8545 . 2>&1
7695 2008-07-18 16:48:07 DEBUG: Executing svn update --ignore-externals --revision 8545 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7696 2008-07-18 16:48:15 INFO: [Ok]
7697 2008-07-18 16:48:15 DEBUG: src/osgUtil/LineSegmentIntersector.cpp updated to 8545
7698 2008-07-18 16:48:15 INFO: Committing u'8545'...
7699 2008-07-18 16:48:15 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7700 2008-07-18 16:48:15 INFO: Changeset #208
7701 2008-07-18 16:48:15 INFO: Changeset "8546"
7702 2008-07-18 16:48:15 INFO: Log message: Implement hierachy culling in KdTree::intersect(..)
7704 2008-07-18 16:48:15 DEBUG: Going to apply changeset:
7706 Date: 2008-07-07 20:27:56.315376+00:00
7708 Entries: include/osg/KdTree(UPD), src/osg/KdTree.cpp(UPD), src/osgUtil/LineSegmentIntersector.cpp(UPD)
7709 Log: Implement hierachy culling in KdTree::intersect(..)
7711 2008-07-18 16:48:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8546 . 2>&1
7712 2008-07-18 16:48:15 DEBUG: Executing svn update --ignore-externals --revision 8546 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7713 2008-07-18 16:48:22 INFO: [Ok]
7714 2008-07-18 16:48:22 DEBUG: include/osg/KdTree,src/osg/KdTree.cpp,src/osgUtil/LineSegmentIntersector.cpp updated to 8546
7715 2008-07-18 16:48:22 INFO: Committing u'8546'...
7716 2008-07-18 16:48:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7717 2008-07-18 16:48:22 INFO: Changeset #209
7718 2008-07-18 16:48:22 INFO: Changeset "8547"
7719 2008-07-18 16:48:22 INFO: Log message: Added optional control of whether to use KdTrees for intersections
7721 2008-07-18 16:48:22 DEBUG: Going to apply changeset:
7723 Date: 2008-07-08 17:35:10.920478+00:00
7725 Entries: include/osgUtil/IntersectionVisitor(UPD), src/osgUtil/IntersectionVisitor.cpp(UPD), src/osgUtil/LineSegmentIntersector.cpp(UPD)
7726 Log: Added optional control of whether to use KdTrees for intersections
7728 2008-07-18 16:48:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8547 . 2>&1
7729 2008-07-18 16:48:22 DEBUG: Executing svn update --ignore-externals --revision 8547 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7730 2008-07-18 16:48:28 INFO: [Ok]
7731 2008-07-18 16:48:28 DEBUG: include/osgUtil/IntersectionVisitor,src/osgUtil/IntersectionVisitor.cpp,src/osgUtil/LineSegmentIntersector.cpp updated to 8547
7732 2008-07-18 16:48:28 INFO: Committing u'8547'...
7733 2008-07-18 16:48:28 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7734 2008-07-18 16:48:28 INFO: Changeset #210
7735 2008-07-18 16:48:28 INFO: Changeset "8548"
7736 2008-07-18 16:48:28 INFO: Log message: Fixed set method
7738 2008-07-18 16:48:28 DEBUG: Going to apply changeset:
7740 Date: 2008-07-08 18:02:09.916405+00:00
7742 Entries: include/osgUtil/IntersectionVisitor(UPD)
7743 Log: Fixed set method
7745 2008-07-18 16:48:28 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8548 . 2>&1
7746 2008-07-18 16:48:28 DEBUG: Executing svn update --ignore-externals --revision 8548 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7747 2008-07-18 16:48:35 INFO: [Ok]
7748 2008-07-18 16:48:35 DEBUG: include/osgUtil/IntersectionVisitor updated to 8548
7749 2008-07-18 16:48:35 INFO: Committing u'8548'...
7750 2008-07-18 16:48:35 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7751 2008-07-18 16:48:35 INFO: Changeset #211
7752 2008-07-18 16:48:35 INFO: Changeset "8549"
7753 2008-07-18 16:48:35 INFO: Log message: Updated wrappers
7755 2008-07-18 16:48:35 DEBUG: Going to apply changeset:
7757 Date: 2008-07-09 12:37:59.989895+00:00
7759 Entries: src/osgWrappers/osg/KdTree.cpp(UPD)
7760 Log: Updated wrappers
7762 2008-07-18 16:48:35 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8549 . 2>&1
7763 2008-07-18 16:48:35 DEBUG: Executing svn update --ignore-externals --revision 8549 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7764 2008-07-18 16:48:42 INFO: [Ok]
7765 2008-07-18 16:48:42 DEBUG: src/osgWrappers/osg/KdTree.cpp updated to 8549
7766 2008-07-18 16:48:42 INFO: Committing u'8549'...
7767 2008-07-18 16:48:42 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7768 2008-07-18 16:48:42 INFO: Changeset #212
7769 2008-07-18 16:48:42 INFO: Changeset "8550"
7770 2008-07-18 16:48:42 INFO: Log message: Introduce a intersecion performance testing code path, #if def'd out for now.
7772 2008-07-18 16:48:42 DEBUG: Going to apply changeset:
7774 Date: 2008-07-09 19:26:40.979398+00:00
7776 Entries: src/osgViewer/View.cpp(UPD)
7777 Log: Introduce a intersecion performance testing code path, #if def'd out for now.
7779 2008-07-18 16:48:42 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8550 . 2>&1
7780 2008-07-18 16:48:42 DEBUG: Executing svn update --ignore-externals --revision 8550 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7781 2008-07-18 16:48:50 INFO: [Ok]
7782 2008-07-18 16:48:50 DEBUG: src/osgViewer/View.cpp updated to 8550
7783 2008-07-18 16:48:50 INFO: Committing u'8550'...
7784 2008-07-18 16:48:50 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7785 2008-07-18 16:48:50 INFO: Changeset #213
7786 2008-07-18 16:48:50 INFO: Changeset "8551"
7787 2008-07-18 16:48:50 INFO: Log message: Added range of camera manipulators and a center of screen test intersection that
7788 is insticated by pressing 'c' key
7790 2008-07-18 16:48:50 DEBUG: Going to apply changeset:
7792 Date: 2008-07-09 19:28:00.959678+00:00
7794 Entries: examples/osgpick/osgpick.cpp(UPD)
7795 Log: Added range of camera manipulators and a center of screen test intersection that
7796 is insticated by pressing 'c' key
7798 2008-07-18 16:48:50 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8551 . 2>&1
7799 2008-07-18 16:48:50 DEBUG: Executing svn update --ignore-externals --revision 8551 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7800 2008-07-18 16:48:57 INFO: [Ok]
7801 2008-07-18 16:48:57 DEBUG: examples/osgpick/osgpick.cpp updated to 8551
7802 2008-07-18 16:48:57 INFO: Committing u'8551'...
7803 2008-07-18 16:48:57 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7804 2008-07-18 16:48:57 INFO: Changeset #214
7805 2008-07-18 16:48:57 INFO: Changeset "8552"
7806 2008-07-18 16:48:57 INFO: Log message: Introduced code for doing dummy test traversals - used for benchmarking KdTree code.
7809 2008-07-18 16:48:57 DEBUG: Going to apply changeset:
7811 Date: 2008-07-09 19:40:10.779528+00:00
7813 Entries: include/osgUtil/IntersectionVisitor(UPD), src/osgUtil/IntersectionVisitor.cpp(UPD), src/osgUtil/LineSegmentIntersector.cpp(UPD)
7814 Log: Introduced code for doing dummy test traversals - used for benchmarking KdTree code.
7817 2008-07-18 16:48:57 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8552 . 2>&1
7818 2008-07-18 16:48:57 DEBUG: Executing svn update --ignore-externals --revision 8552 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7819 2008-07-18 16:49:04 INFO: [Ok]
7820 2008-07-18 16:49:04 DEBUG: include/osgUtil/IntersectionVisitor,src/osgUtil/IntersectionVisitor.cpp,src/osgUtil/LineSegmentIntersector.cpp updated to 8552
7821 2008-07-18 16:49:04 INFO: Committing u'8552'...
7822 2008-07-18 16:49:04 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7823 2008-07-18 16:49:04 INFO: Changeset #215
7824 2008-07-18 16:49:04 INFO: Changeset "8553"
7825 2008-07-18 16:49:04 INFO: Log message: Reordered KdLeaf/KdNode so that the first element to be accessed is first in the data structure
7827 2008-07-18 16:49:04 DEBUG: Going to apply changeset:
7829 Date: 2008-07-09 19:41:36.367636+00:00
7831 Entries: include/osg/KdTree(UPD)
7832 Log: Reordered KdLeaf/KdNode so that the first element to be accessed is first in the data structure
7834 2008-07-18 16:49:04 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8553 . 2>&1
7835 2008-07-18 16:49:04 DEBUG: Executing svn update --ignore-externals --revision 8553 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7836 2008-07-18 16:49:10 INFO: [Ok]
7837 2008-07-18 16:49:10 DEBUG: include/osg/KdTree updated to 8553
7838 2008-07-18 16:49:10 INFO: Committing u'8553'...
7839 2008-07-18 16:49:10 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7840 2008-07-18 16:49:10 INFO: Changeset #216
7841 2008-07-18 16:49:10 INFO: Changeset "8554"
7842 2008-07-18 16:49:10 INFO: Log message: Cleaned up KdTree implementation
7844 2008-07-18 16:49:10 DEBUG: Going to apply changeset:
7846 Date: 2008-07-09 19:42:15.642021+00:00
7848 Entries: src/osg/KdTree.cpp(UPD)
7849 Log: Cleaned up KdTree implementation
7851 2008-07-18 16:49:10 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8554 . 2>&1
7852 2008-07-18 16:49:10 DEBUG: Executing svn update --ignore-externals --revision 8554 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7853 2008-07-18 16:49:17 INFO: [Ok]
7854 2008-07-18 16:49:17 DEBUG: src/osg/KdTree.cpp updated to 8554
7855 2008-07-18 16:49:17 INFO: Committing u'8554'...
7856 2008-07-18 16:49:17 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7857 2008-07-18 16:49:17 INFO: Changeset #217
7858 2008-07-18 16:49:17 INFO: Changeset "8555"
7859 2008-07-18 16:49:17 INFO: Log message: Updated wrappers
7861 2008-07-18 16:49:17 DEBUG: Going to apply changeset:
7863 Date: 2008-07-09 19:43:02.614887+00:00
7865 Entries: src/osgWrappers/osg/KdTree.cpp(UPD), src/osgWrappers/osgUtil/IntersectionVisitor.cpp(UPD)
7866 Log: Updated wrappers
7868 2008-07-18 16:49:17 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8555 . 2>&1
7869 2008-07-18 16:49:17 DEBUG: Executing svn update --ignore-externals --revision 8555 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7870 2008-07-18 16:49:23 INFO: [Ok]
7871 2008-07-18 16:49:23 DEBUG: src/osgWrappers/osg/KdTree.cpp,src/osgWrappers/osgUtil/IntersectionVisitor.cpp updated to 8555
7872 2008-07-18 16:49:23 INFO: Committing u'8555'...
7873 2008-07-18 16:49:23 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7874 2008-07-18 16:49:23 INFO: Changeset #218
7875 2008-07-18 16:49:23 INFO: Changeset "8556"
7876 2008-07-18 16:49:23 INFO: Log message: Streamlined KdTree implementation
7878 2008-07-18 16:49:23 DEBUG: Going to apply changeset:
7880 Date: 2008-07-10 15:50:10.980190+00:00
7882 Entries: include/osg/KdTree(UPD), src/osg/KdTree.cpp(UPD)
7883 Log: Streamlined KdTree implementation
7885 2008-07-18 16:49:23 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8556 . 2>&1
7886 2008-07-18 16:49:23 DEBUG: Executing svn update --ignore-externals --revision 8556 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7887 2008-07-18 16:49:30 INFO: [Ok]
7888 2008-07-18 16:49:30 DEBUG: include/osg/KdTree,src/osg/KdTree.cpp updated to 8556
7889 2008-07-18 16:49:30 INFO: Committing u'8556'...
7890 2008-07-18 16:49:30 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7891 2008-07-18 16:49:30 INFO: Changeset #219
7892 2008-07-18 16:49:30 INFO: Changeset "8557"
7893 2008-07-18 16:49:30 INFO: Log message: Moved the building and intersecting of the KdTree into the .cpp, and cleaned up
7894 the header to ready it for wider usage
7896 2008-07-18 16:49:30 DEBUG: Going to apply changeset:
7898 Date: 2008-07-11 16:48:39.268750+00:00
7900 Entries: include/osg/KdTree(UPD), src/osg/KdTree.cpp(UPD)
7901 Log: Moved the building and intersecting of the KdTree into the .cpp, and cleaned up
7902 the header to ready it for wider usage
7904 2008-07-18 16:49:30 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8557 . 2>&1
7905 2008-07-18 16:49:30 DEBUG: Executing svn update --ignore-externals --revision 8557 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7906 2008-07-18 16:49:37 INFO: [Ok]
7907 2008-07-18 16:49:37 DEBUG: include/osg/KdTree,src/osg/KdTree.cpp updated to 8557
7908 2008-07-18 16:49:37 INFO: Committing u'8557'...
7909 2008-07-18 16:49:37 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7910 2008-07-18 16:49:37 INFO: Changeset #220
7911 2008-07-18 16:49:37 INFO: Changeset "8558"
7912 2008-07-18 16:49:37 INFO: Log message: Updated wrappers
7914 2008-07-18 16:49:37 DEBUG: Going to apply changeset:
7916 Date: 2008-07-11 16:48:55.368654+00:00
7918 Entries: src/osgWrappers/osg/KdTree.cpp(UPD)
7919 Log: Updated wrappers
7921 2008-07-18 16:49:37 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8558 . 2>&1
7922 2008-07-18 16:49:37 DEBUG: Executing svn update --ignore-externals --revision 8558 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7923 2008-07-18 16:49:43 INFO: [Ok]
7924 2008-07-18 16:49:43 DEBUG: src/osgWrappers/osg/KdTree.cpp updated to 8558
7925 2008-07-18 16:49:43 INFO: Committing u'8558'...
7926 2008-07-18 16:49:43 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7927 2008-07-18 16:49:43 INFO: Changeset #221
7928 2008-07-18 16:49:43 INFO: Changeset "8559"
7929 2008-07-18 16:49:43 INFO: Log message: Tweaked the KdTree intersection performance testing code block
7931 2008-07-18 16:49:43 DEBUG: Going to apply changeset:
7933 Date: 2008-07-11 16:50:43.107874+00:00
7935 Entries: src/osgViewer/View.cpp(UPD)
7936 Log: Tweaked the KdTree intersection performance testing code block
7938 2008-07-18 16:49:43 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8559 . 2>&1
7939 2008-07-18 16:49:43 DEBUG: Executing svn update --ignore-externals --revision 8559 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7940 2008-07-18 16:49:52 INFO: [Ok]
7941 2008-07-18 16:49:52 DEBUG: src/osgViewer/View.cpp updated to 8559
7942 2008-07-18 16:49:52 INFO: Committing u'8559'...
7943 2008-07-18 16:49:52 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7944 2008-07-18 16:49:52 INFO: Changeset #222
7945 2008-07-18 16:49:52 INFO: Changeset "8560"
7946 2008-07-18 16:49:52 INFO: Log message: Updated KdTree code to refect new cleaned up API
7948 2008-07-18 16:49:52 DEBUG: Going to apply changeset:
7950 Date: 2008-07-11 16:51:11.590619+00:00
7952 Entries: src/osgUtil/LineSegmentIntersector.cpp(UPD)
7953 Log: Updated KdTree code to refect new cleaned up API
7955 2008-07-18 16:49:52 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8560 . 2>&1
7956 2008-07-18 16:49:52 DEBUG: Executing svn update --ignore-externals --revision 8560 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7957 2008-07-18 16:50:01 INFO: [Ok]
7958 2008-07-18 16:50:01 DEBUG: src/osgUtil/LineSegmentIntersector.cpp updated to 8560
7959 2008-07-18 16:50:01 INFO: Committing u'8560'...
7960 2008-07-18 16:50:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7961 2008-07-18 16:50:01 INFO: Changeset #223
7962 2008-07-18 16:50:01 INFO: Changeset "8561"
7963 2008-07-18 16:50:01 INFO: Log message: Increased the buffer and fixed the buffer calculation when moving backwards into objects
7965 2008-07-18 16:50:01 DEBUG: Going to apply changeset:
7967 Date: 2008-07-11 17:07:05.943490+00:00
7969 Entries: src/osgGA/DriveManipulator.cpp(UPD)
7970 Log: Increased the buffer and fixed the buffer calculation when moving backwards into objects
7972 2008-07-18 16:50:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8561 . 2>&1
7973 2008-07-18 16:50:01 DEBUG: Executing svn update --ignore-externals --revision 8561 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7974 2008-07-18 16:50:09 INFO: [Ok]
7975 2008-07-18 16:50:09 DEBUG: src/osgGA/DriveManipulator.cpp updated to 8561
7976 2008-07-18 16:50:09 INFO: Committing u'8561'...
7977 2008-07-18 16:50:09 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7978 2008-07-18 16:50:09 INFO: Changeset #224
7979 2008-07-18 16:50:09 INFO: Changeset "8562"
7980 2008-07-18 16:50:09 INFO: Log message: From Mathias Froehlich, "Due to the recent data variance changes/discussion:
7981 Change the ac3d loader that can as such only deliver static models to set the
7982 data variance to static for the returned model.
7985 2008-07-18 16:50:09 DEBUG: Going to apply changeset:
7987 Date: 2008-07-11 17:35:13.733893+00:00
7989 Entries: src/osgPlugins/ac/ac3d.cpp(UPD)
7990 Log: From Mathias Froehlich, "Due to the recent data variance changes/discussion:
7991 Change the ac3d loader that can as such only deliver static models to set the
7992 data variance to static for the returned model.
7995 2008-07-18 16:50:09 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8562 . 2>&1
7996 2008-07-18 16:50:09 DEBUG: Executing svn update --ignore-externals --revision 8562 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
7997 2008-07-18 16:50:16 INFO: [Ok]
7998 2008-07-18 16:50:16 DEBUG: src/osgPlugins/ac/ac3d.cpp updated to 8562
7999 2008-07-18 16:50:16 INFO: Committing u'8562'...
8000 2008-07-18 16:50:16 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8001 2008-07-18 16:50:16 INFO: Changeset #225
8002 2008-07-18 16:50:16 INFO: Changeset "8563"
8003 2008-07-18 16:50:16 INFO: Log message: From Joakim Simmonsson, fixed various spelling typos in comments
8005 2008-07-18 16:50:16 DEBUG: Going to apply changeset:
8007 Date: 2008-07-11 17:41:50.667010+00:00
8009 Entries: src/osgPlugins/OpenFlight/AncillaryRecords.cpp(UPD), src/osgPlugins/OpenFlight/Document.cpp(UPD), src/osgPlugins/OpenFlight/Document.h(UPD), src/osgPlugins/OpenFlight/ExportOptions.cpp(UPD), src/osgPlugins/OpenFlight/FltExportVisitor.cpp(UPD), src/osgPlugins/OpenFlight/PaletteRecords.cpp(UPD), src/osgPlugins/OpenFlight/Pools.h(UPD), src/osgPlugins/OpenFlight/PrimaryRecords.cpp(UPD), src/osgPlugins/OpenFlight/RecordInputStream.cpp(UPD), src/osgPlugins/OpenFlight/VertexPaletteManager.cpp(UPD), src/osgPlugins/OpenFlight/VertexRecords.cpp(UPD), src/osgPlugins/OpenFlight/expAncillaryRecords.cpp(UPD), src/osgPlugins/OpenFlight/expGeometryRecords.cpp(UPD), src/osgPlugins/OpenFlight/expPrimaryRecords.cpp(UPD)
8010 Log: From Joakim Simmonsson, fixed various spelling typos in comments
8012 2008-07-18 16:50:16 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8563 . 2>&1
8013 2008-07-18 16:50:16 DEBUG: Executing svn update --ignore-externals --revision 8563 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8014 2008-07-18 16:50:23 INFO: [Ok]
8015 2008-07-18 16:50:23 DEBUG: src/osgPlugins/OpenFlight/AncillaryRecords.cpp,src/osgPlugins/OpenFlight/Document.cpp,src/osgPlugins/OpenFlight/Document.h,src/osgPlugins/OpenFlight/ExportOptions.cpp,src/osgPlugins/OpenFlight/FltExportVisitor.cpp,src/osgPlugins/OpenFlight/PaletteRecords.cpp,src/osgPlugins/OpenFlight/Pools.h,src/osgPlugins/OpenFlight/PrimaryRecords.cpp,src/osgPlugins/OpenFlight/RecordInputStream.cpp,src/osgPlugins/OpenFlight/VertexPaletteManager.cpp,src/osgPlugins/OpenFlight/VertexRecords.cpp,src/osgPlugins/OpenFlight/expAncillaryRecords.cpp,src/osgPlugins/OpenFlight/expGeometryRecords.cpp,src/osgPlugins/OpenFlight/expPrimaryRecords.cpp updated to 8563
8016 2008-07-18 16:50:23 INFO: Committing u'8563'...
8017 2008-07-18 16:50:23 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8018 2008-07-18 16:50:23 INFO: Changeset #226
8019 2008-07-18 16:50:23 INFO: Changeset "8564"
8020 2008-07-18 16:50:23 INFO: Log message: From Joakim Simmonson,
8022 * Added INVALID_OP as -1 in the Opcodes enum. Note that INVALID_OP is not an actual opcode defined in the OpenFlight format. The purpose of INVALID_OP is to mark an opcode variable as invalid or uninitialized.
8024 ReaderWriterFLT.cpp:
8025 * The header node is returned if it exists, even if the file does not contain a node hierarchy. The old behaviour returned a ERROR_IN_READING_FILE error.
8026 * Changed opcodes initialized to -1 to the new enum value INVALID_OP."
8029 2008-07-18 16:50:23 DEBUG: Going to apply changeset:
8031 Date: 2008-07-11 17:46:30.742368+00:00
8033 Entries: src/osgPlugins/OpenFlight/Opcodes.h(UPD), src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp(UPD)
8034 Log: From Joakim Simmonson,
8036 * Added INVALID_OP as -1 in the Opcodes enum. Note that INVALID_OP is not an actual opcode defined in the OpenFlight format. The purpose of INVALID_OP is to mark an opcode variable as invalid or uninitialized.
8038 ReaderWriterFLT.cpp:
8039 * The header node is returned if it exists, even if the file does not contain a node hierarchy. The old behaviour returned a ERROR_IN_READING_FILE error.
8040 * Changed opcodes initialized to -1 to the new enum value INVALID_OP."
8043 2008-07-18 16:50:23 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8564 . 2>&1
8044 2008-07-18 16:50:23 DEBUG: Executing svn update --ignore-externals --revision 8564 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8045 2008-07-18 16:50:29 INFO: [Ok]
8046 2008-07-18 16:50:29 DEBUG: src/osgPlugins/OpenFlight/Opcodes.h,src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp updated to 8564
8047 2008-07-18 16:50:29 INFO: Committing u'8564'...
8048 2008-07-18 16:50:29 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8049 2008-07-18 16:50:29 INFO: Changeset #227
8050 2008-07-18 16:50:29 INFO: Changeset "8565"
8051 2008-07-18 16:50:29 INFO: Log message: From Liang Aibin, " In lastest svn version of OSG, the .ive plugin missing osg::Light, it
8052 does not process I/O for osg::Light. Now I have fixed it as follows:
8054 2. In DataInputStream.cpp, I add support code in DataInputStream::readStateAttribute
8057 3. In DataOutputStream.cpp, I add support code in DataOutputStream::writeStateAttribute
8062 2008-07-18 16:50:29 DEBUG: Going to apply changeset:
8064 Date: 2008-07-11 19:23:49.728725+00:00
8066 Entries: src/osgPlugins/ive/DataInputStream.cpp(UPD), src/osgPlugins/ive/DataOutputStream.cpp(UPD)
8067 Log: From Liang Aibin, " In lastest svn version of OSG, the .ive plugin missing osg::Light, it
8068 does not process I/O for osg::Light. Now I have fixed it as follows:
8070 2. In DataInputStream.cpp, I add support code in DataInputStream::readStateAttribute
8073 3. In DataOutputStream.cpp, I add support code in DataOutputStream::writeStateAttribute
8078 2008-07-18 16:50:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8565 . 2>&1
8079 2008-07-18 16:50:29 DEBUG: Executing svn update --ignore-externals --revision 8565 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8080 2008-07-18 16:50:36 INFO: [Ok]
8081 2008-07-18 16:50:36 DEBUG: src/osgPlugins/ive/DataInputStream.cpp,src/osgPlugins/ive/DataOutputStream.cpp updated to 8565
8082 2008-07-18 16:50:36 INFO: Committing u'8565'...
8083 2008-07-18 16:50:36 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8084 2008-07-18 16:50:36 INFO: Changeset #228
8085 2008-07-18 16:50:36 INFO: Changeset "8566"
8086 2008-07-18 16:50:36 INFO: Log message: From Christophe Loustaunau, "For our application, we need to write tiff file in floats. I have change a little bit the readerWritterTiff :
8087 It check the data type of the image ( img.getDataType() ) and if it's GL_FLOAT :It save the tiff with float values.
8088 Otherwise it does the same thing as before."
8090 2008-07-18 16:50:36 DEBUG: Going to apply changeset:
8092 Date: 2008-07-11 19:43:01.917482+00:00
8094 Entries: src/osgPlugins/tiff/ReaderWriterTIFF.cpp(UPD)
8095 Log: From Christophe Loustaunau, "For our application, we need to write tiff file in floats. I have change a little bit the readerWritterTiff :
8096 It check the data type of the image ( img.getDataType() ) and if it's GL_FLOAT :It save the tiff with float values.
8097 Otherwise it does the same thing as before."
8099 2008-07-18 16:50:36 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8566 . 2>&1
8100 2008-07-18 16:50:36 DEBUG: Executing svn update --ignore-externals --revision 8566 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8101 2008-07-18 16:50:42 INFO: [Ok]
8102 2008-07-18 16:50:42 DEBUG: src/osgPlugins/tiff/ReaderWriterTIFF.cpp updated to 8566
8103 2008-07-18 16:50:42 INFO: Committing u'8566'...
8104 2008-07-18 16:50:42 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8105 2008-07-18 16:50:42 INFO: Changeset #229
8106 2008-07-18 16:50:42 INFO: Changeset "8567"
8107 2008-07-18 16:50:42 INFO: Log message: From Adrain Egli, "i added a default scene with 7 different draggers attached. it's more easy to test the draggers."
8109 2008-07-18 16:50:42 DEBUG: Going to apply changeset:
8111 Date: 2008-07-11 19:52:25.773431+00:00
8113 Entries: examples/osgmanipulator/osgmanipulator.cpp(UPD)
8114 Log: From Adrain Egli, "i added a default scene with 7 different draggers attached. it's more easy to test the draggers."
8116 2008-07-18 16:50:42 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8567 . 2>&1
8117 2008-07-18 16:50:42 DEBUG: Executing svn update --ignore-externals --revision 8567 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8118 2008-07-18 16:50:48 INFO: [Ok]
8119 2008-07-18 16:50:48 DEBUG: examples/osgmanipulator/osgmanipulator.cpp updated to 8567
8120 2008-07-18 16:50:48 INFO: Committing u'8567'...
8121 2008-07-18 16:50:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8122 2008-07-18 16:50:48 INFO: Changeset #230
8123 2008-07-18 16:50:48 INFO: Changeset "8568"
8124 2008-07-18 16:50:48 INFO: Log message: Updated version numbers for dev release
8126 2008-07-18 16:50:48 DEBUG: Going to apply changeset:
8128 Date: 2008-07-11 20:01:12.850280+00:00
8130 Entries: CMakeLists.txt(UPD), include/osg/Version(UPD), packaging/pkgconfig/openscenegraph.pc(UPD)
8131 Log: Updated version numbers for dev release
8133 2008-07-18 16:50:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8568 . 2>&1
8134 2008-07-18 16:50:48 DEBUG: Executing svn update --ignore-externals --revision 8568 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8135 2008-07-18 16:50:55 INFO: [Ok]
8136 2008-07-18 16:50:55 DEBUG: CMakeLists.txt,include/osg/Version,packaging/pkgconfig/openscenegraph.pc updated to 8568
8137 2008-07-18 16:50:55 INFO: Committing u'8568'...
8138 2008-07-18 16:50:55 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8139 2008-07-18 16:50:55 INFO: Changeset #231
8140 2008-07-18 16:50:55 INFO: Changeset "8569"
8141 2008-07-18 16:50:55 INFO: Log message: Cleaned up osgkdtree example
8143 2008-07-18 16:50:55 DEBUG: Going to apply changeset:
8145 Date: 2008-07-12 11:19:25.830651+00:00
8147 Entries: examples/osgkdtree/CMakeLists.txt(UPD), examples/osgkdtree/osgkdtree.cpp(UPD), examples/osgkdtree/fixeddivision.cpp(DEL), examples/osgkdtree/fixeddivision.h(DEL), examples/osgkdtree/variabledivision.cpp(DEL), examples/osgkdtree/variabledivision.h(DEL)
8148 Log: Cleaned up osgkdtree example
8150 2008-07-18 16:50:55 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8569 . 2>&1
8151 2008-07-18 16:50:55 DEBUG: Executing svn update --ignore-externals --revision 8569 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8152 2008-07-18 16:51:01 INFO: [Ok]
8153 2008-07-18 16:51:01 DEBUG: examples/osgkdtree/CMakeLists.txt,examples/osgkdtree/osgkdtree.cpp,examples/osgkdtree/fixeddivision.cpp,examples/osgkdtree/fixeddivision.h,examples/osgkdtree/variabledivision.cpp,examples/osgkdtree/variabledivision.h updated to 8569
8154 2008-07-18 16:51:01 INFO: Removing examples/osgkdtree/fixeddivision.cpp, examples/osgkdtree/fixeddivision.h, examples/osgkdtree/variabledivision.cpp, examples/osgkdtree/variabledivision.h...
8155 2008-07-18 16:51:01 INFO: Committing u'8569'...
8156 2008-07-18 16:51:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8157 2008-07-18 16:51:01 INFO: Changeset #232
8158 2008-07-18 16:51:01 INFO: Changeset "8570"
8159 2008-07-18 16:51:01 INFO: Log message: From Doug McCorkle, "Attached is patch that corrects/improves the following issues with the OBJ loader:
8161 1. Added options to control wether the osgUtil::Tessellator or osgUtil::TriStripVisitor are run. By default they still run just as before.
8162 2. Added support for the Emissive material. The data was being read from the mtl file but was never being applied to the model.
8163 3. This is the main bug addressed, when a model is read in with an alpha value specified like:
8169 Kd 0.204 0.204 0.204
8171 Ka 0.153 0.153 0.153
8173 where the alpha value is d. The loader would then overwrite the alpha value when reading the diffuse, specular, and ambient colors. I have changed all the material color readers to only set the values they read and to use the default colors specified in the constructor of the obj class. With these changes, the obj reader now handles opacity correctly if the alpha value is specified before the material colo"
8175 2008-07-18 16:51:01 DEBUG: Going to apply changeset:
8177 Date: 2008-07-12 12:00:58.364926+00:00
8179 Entries: src/osgPlugins/obj/ReaderWriterOBJ.cpp(UPD), src/osgPlugins/obj/obj.cpp(UPD)
8180 Log: From Doug McCorkle, "Attached is patch that corrects/improves the following issues with the OBJ loader:
8182 1. Added options to control wether the osgUtil::Tessellator or osgUtil::TriStripVisitor are run. By default they still run just as before.
8183 2. Added support for the Emissive material. The data was being read from the mtl file but was never being applied to the model.
8184 3. This is the main bug addressed, when a model is read in with an alpha value specified like:
8190 Kd 0.204 0.204 0.204
8192 Ka 0.153 0.153 0.153
8194 where the alpha value is d. The loader would then overwrite the alpha value when reading the diffuse, specular, and ambient colors. I have changed all the material color readers to only set the values they read and to use the default colors specified in the constructor of the obj class. With these changes, the obj reader now handles opacity correctly if the alpha value is specified before the material colo"
8196 2008-07-18 16:51:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8570 . 2>&1
8197 2008-07-18 16:51:01 DEBUG: Executing svn update --ignore-externals --revision 8570 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8198 2008-07-18 16:51:08 INFO: [Ok]
8199 2008-07-18 16:51:08 DEBUG: src/osgPlugins/obj/ReaderWriterOBJ.cpp,src/osgPlugins/obj/obj.cpp updated to 8570
8200 2008-07-18 16:51:08 INFO: Committing u'8570'...
8201 2008-07-18 16:51:08 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8202 2008-07-18 16:51:08 INFO: Changeset #233
8203 2008-07-18 16:51:08 INFO: Changeset "8571"
8204 2008-07-18 16:51:08 INFO: Log message: Updated ChangeLog for dev release
8206 2008-07-18 16:51:08 DEBUG: Going to apply changeset:
8208 Date: 2008-07-12 15:29:30.134937+00:00
8210 Entries: ChangeLog(UPD)
8211 Log: Updated ChangeLog for dev release
8213 2008-07-18 16:51:08 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8571 . 2>&1
8214 2008-07-18 16:51:08 DEBUG: Executing svn update --ignore-externals --revision 8571 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8215 2008-07-18 16:51:16 INFO: [Ok]
8216 2008-07-18 16:51:16 DEBUG: ChangeLog updated to 8571
8217 2008-07-18 16:51:16 INFO: Committing u'8571'...
8218 2008-07-18 16:51:16 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8219 2008-07-18 16:51:16 INFO: Changeset #234
8220 2008-07-18 16:51:16 INFO: Changeset "8572"
8221 2008-07-18 16:51:16 INFO: Log message: Updated Authors for dev release
8223 2008-07-18 16:51:16 DEBUG: Going to apply changeset:
8225 Date: 2008-07-12 16:11:14.977652+00:00
8227 Entries: AUTHORS.txt(UPD), applications/osgversion/osgversion.cpp(UPD)
8228 Log: Updated Authors for dev release
8230 2008-07-18 16:51:16 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8572 . 2>&1
8231 2008-07-18 16:51:16 DEBUG: Executing svn update --ignore-externals --revision 8572 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8232 2008-07-18 16:51:23 INFO: [Ok]
8233 2008-07-18 16:51:23 DEBUG: AUTHORS.txt,applications/osgversion/osgversion.cpp updated to 8572
8234 2008-07-18 16:51:23 INFO: Committing u'8572'...
8235 2008-07-18 16:51:23 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8236 2008-07-18 16:51:23 INFO: Changeset #235
8237 2008-07-18 16:51:23 INFO: Changeset "8573"
8238 2008-07-18 16:51:23 INFO: Log message: Added an OSG_EXPORT
8240 2008-07-18 16:51:23 DEBUG: Going to apply changeset:
8242 Date: 2008-07-12 17:30:17.760306+00:00
8244 Entries: include/osg/KdTree(UPD)
8245 Log: Added an OSG_EXPORT
8247 2008-07-18 16:51:23 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8573 . 2>&1
8248 2008-07-18 16:51:23 DEBUG: Executing svn update --ignore-externals --revision 8573 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8249 2008-07-18 16:51:29 INFO: [Ok]
8250 2008-07-18 16:51:29 DEBUG: include/osg/KdTree updated to 8573
8251 2008-07-18 16:51:29 INFO: Committing u'8573'...
8252 2008-07-18 16:51:29 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8253 2008-07-18 16:51:29 INFO: Changeset #236
8254 2008-07-18 16:51:29 INFO: Changeset "8574"
8255 2008-07-18 16:51:29 INFO: Log message: Updated date for 2.5.4 release
8257 2008-07-18 16:51:29 DEBUG: Going to apply changeset:
8259 Date: 2008-07-12 17:44:51.235365+00:00
8261 Entries: README.txt(UPD)
8262 Log: Updated date for 2.5.4 release
8264 2008-07-18 16:51:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8574 . 2>&1
8265 2008-07-18 16:51:29 DEBUG: Executing svn update --ignore-externals --revision 8574 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8266 2008-07-18 16:51:35 INFO: [Ok]
8267 2008-07-18 16:51:35 DEBUG: README.txt updated to 8574
8268 2008-07-18 16:51:35 INFO: Committing u'8574'...
8269 2008-07-18 16:51:35 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8270 2008-07-18 16:51:35 INFO: Changeset #237
8271 2008-07-18 16:51:35 INFO: Changeset "8576"
8272 2008-07-18 16:51:35 INFO: Log message: From Paul Martz, removed uneccessary libraries from link line
8274 2008-07-18 16:51:35 DEBUG: Going to apply changeset:
8276 Date: 2008-07-13 12:34:06.701092+00:00
8278 Entries: src/osgPlugins/osg/CMakeLists.txt(UPD)
8279 Log: From Paul Martz, removed uneccessary libraries from link line
8281 2008-07-18 16:51:35 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8576 . 2>&1
8282 2008-07-18 16:51:35 DEBUG: Executing svn update --ignore-externals --revision 8576 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8283 2008-07-18 16:51:41 INFO: [Ok]
8284 2008-07-18 16:51:41 DEBUG: src/osgPlugins/osg/CMakeLists.txt updated to 8576
8285 2008-07-18 16:51:41 INFO: Committing u'8576'...
8286 2008-07-18 16:51:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8287 2008-07-18 16:51:41 INFO: Changeset #238
8288 2008-07-18 16:51:41 INFO: Changeset "8577"
8289 2008-07-18 16:51:41 INFO: Log message: Added new ReaderWriter methods for recording what protocols, extensions and options are
8290 support by ReaderWriters
8292 2008-07-18 16:51:41 DEBUG: Going to apply changeset:
8294 Date: 2008-07-13 15:24:45.274556+00:00
8296 Entries: include/osgDB/FileNameUtils(UPD), include/osgDB/ReaderWriter(UPD), src/osgDB/FileNameUtils.cpp(UPD), src/osgDB/ReaderWriter.cpp(UPD), src/osgPlugins/curl/ReaderWriterCURL.cpp(UPD), src/osgPlugins/ive/ReaderWriterIVE.cpp(UPD), src/osgPlugins/osg/ReaderWriterOSG.cpp(UPD), src/osgPlugins/rgb/ReaderWriterRGB.cpp(UPD)
8297 Log: Added new ReaderWriter methods for recording what protocols, extensions and options are
8298 support by ReaderWriters
8300 2008-07-18 16:51:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8577 . 2>&1
8301 2008-07-18 16:51:41 DEBUG: Executing svn update --ignore-externals --revision 8577 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8302 2008-07-18 16:51:48 INFO: [Ok]
8303 2008-07-18 16:51:48 DEBUG: include/osgDB/FileNameUtils,include/osgDB/ReaderWriter,src/osgDB/FileNameUtils.cpp,src/osgDB/ReaderWriter.cpp,src/osgPlugins/curl/ReaderWriterCURL.cpp,src/osgPlugins/ive/ReaderWriterIVE.cpp,src/osgPlugins/osg/ReaderWriterOSG.cpp,src/osgPlugins/rgb/ReaderWriterRGB.cpp updated to 8577
8304 2008-07-18 16:51:48 INFO: Committing u'8577'...
8305 2008-07-18 16:51:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8306 2008-07-18 16:51:48 INFO: Changeset #239
8307 2008-07-18 16:51:48 INFO: Changeset "8578"
8308 2008-07-18 16:51:48 INFO: Log message: Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods
8309 to help enable better querying of supported features
8311 2008-07-18 16:51:48 DEBUG: Going to apply changeset:
8313 Date: 2008-07-13 22:18:59.007928+00:00
8315 Entries: src/osgDB/ReaderWriter.cpp(UPD), src/osgPlugins/3dc/ReaderWriter3DC.cpp(UPD), src/osgPlugins/3ds/ReaderWriter3DS.cpp(UPD), src/osgPlugins/Inventor/ReaderWriterIV.cpp(UPD), src/osgPlugins/Inventor/ReaderWriterIV.h(UPD), src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp(UPD), src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp(UPD), src/osgPlugins/bmp/ReaderWriterBMP.cpp(UPD), src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp(UPD), src/osgPlugins/cfg/ReaderWriterCFG.cpp(UPD), src/osgPlugins/curl/ReaderWriterCURL.cpp(UPD), src/osgPlugins/dae/ReaderWriterDAE.h(UPD), src/osgPlugins/dds/ReaderWriterDDS.cpp(UPD), src/osgPlugins/dw/ReaderWriterDW.cpp(UPD), src/osgPlugins/dxf/ReaderWriterDXF.cpp(UPD), src/osgPlugins/gdal/ReaderWriterGDAL.cpp(UPD), src/osgPlugins/geo/ReaderWriterGEO.cpp(UPD), src/osgPlugins/gif/ReaderWriterGIF.cpp(UPD), src/osgPlugins/glsl/ReaderWriterGLSL.cpp(UPD), src/osgPlugins/hdr/ReaderWriterHDR.cpp(UPD), src/osgPlugins/jp2/ReaderWriterJP2.cpp(UPD), src/osgPlugins/jpeg/ReaderWriterJPEG.cpp(UPD), src/osgPlugins/logo/ReaderWriterLOGO.cpp(UPD), src/osgPlugins/lwo/ReaderWriterLWO.cpp(UPD), src/osgPlugins/lws/ReaderWriterLWS.cpp(UPD), src/osgPlugins/md2/ReaderWriterMD2.cpp(UPD), src/osgPlugins/net/ReaderWriterNET.cpp(UPD), src/osgPlugins/normals/ReaderWriterNormals.cpp(UPD), src/osgPlugins/obj/ReaderWriterOBJ.cpp(UPD), src/osgPlugins/ogr/ReaderWriterOGR.cpp(UPD), src/osgPlugins/osgShadow/ReaderWriterOsgShadow.cpp(UPD), src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp(UPD), src/osgPlugins/osgViewer/ReaderWriterOsgViewer.cpp(UPD), src/osgPlugins/osga/ReaderWriterOSGA.cpp(UPD), src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp(UPD), src/osgPlugins/pfb/ReaderWriterPFB.cpp(UPD), src/osgPlugins/pic/ReaderWriterPIC.cpp(UPD), src/osgPlugins/png/ReaderWriterPNG.cpp(UPD), src/osgPlugins/pnm/ReaderWriterPNM.cpp(UPD), src/osgPlugins/quicktime/ReaderWriterQT.cpp(UPD), src/osgPlugins/rot/ReaderWriterROT.cpp(UPD), src/osgPlugins/scale/ReaderWriterSCALE.cpp(UPD), src/osgPlugins/stl/ReaderWriterSTL.cpp(UPD), src/osgPlugins/svg/ReaderWriterSVG.cpp(UPD), src/osgPlugins/tga/ReaderWriterTGA.cpp(UPD), src/osgPlugins/tgz/ReaderWriterTGZ.cpp(UPD), src/osgPlugins/tiff/ReaderWriterTIFF.cpp(UPD), src/osgPlugins/trans/ReaderWriterTRANS.cpp(UPD), src/osgPlugins/txf/ReaderWriterTXF.cpp(UPD), src/osgPlugins/txp/ReaderWriterTXP.h(UPD), src/osgPlugins/vrml/ReaderWriterVRML2.h(UPD), src/osgPlugins/x/ReaderWriterDirectX.cpp(UPD), src/osgPlugins/xine/ReaderWriterXine.cpp(UPD), src/osgPlugins/zip/ReaderWriterZIP.cpp(UPD)
8316 Log: Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods
8317 to help enable better querying of supported features
8319 2008-07-18 16:51:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8578 . 2>&1
8320 2008-07-18 16:51:48 DEBUG: Executing svn update --ignore-externals --revision 8578 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8321 2008-07-18 16:51:58 INFO: [Ok]
8322 2008-07-18 16:51:58 DEBUG: src/osgDB/ReaderWriter.cpp,src/osgPlugins/3dc/ReaderWriter3DC.cpp,src/osgPlugins/3ds/ReaderWriter3DS.cpp,src/osgPlugins/Inventor/ReaderWriterIV.cpp,src/osgPlugins/Inventor/ReaderWriterIV.h,src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp,src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp,src/osgPlugins/bmp/ReaderWriterBMP.cpp,src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp,src/osgPlugins/cfg/ReaderWriterCFG.cpp,src/osgPlugins/curl/ReaderWriterCURL.cpp,src/osgPlugins/dae/ReaderWriterDAE.h,src/osgPlugins/dds/ReaderWriterDDS.cpp,src/osgPlugins/dw/ReaderWriterDW.cpp,src/osgPlugins/dxf/ReaderWriterDXF.cpp,src/osgPlugins/gdal/ReaderWriterGDAL.cpp,src/osgPlugins/geo/ReaderWriterGEO.cpp,src/osgPlugins/gif/ReaderWriterGIF.cpp,src/osgPlugins/glsl/ReaderWriterGLSL.cpp,src/osgPlugins/hdr/ReaderWriterHDR.cpp,src/osgPlugins/jp2/ReaderWriterJP2.cpp,src/osgPlugins/jpeg/ReaderWriterJPEG.cpp,src/osgPlugins/logo/ReaderWriterLOGO.cpp,src/osgPlugins/lwo/ReaderWriterLWO.cpp,src/osgPlugins/lws/ReaderWriterLWS.cpp,src/osgPlugins/md2/ReaderWriterMD2.cpp,src/osgPlugins/net/ReaderWriterNET.cpp,src/osgPlugins/normals/ReaderWriterNormals.cpp,src/osgPlugins/obj/ReaderWriterOBJ.cpp,src/osgPlugins/ogr/ReaderWriterOGR.cpp,src/osgPlugins/osgShadow/ReaderWriterOsgShadow.cpp,src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp,src/osgPlugins/osgViewer/ReaderWriterOsgViewer.cpp,src/osgPlugins/osga/ReaderWriterOSGA.cpp,src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp,src/osgPlugins/pfb/ReaderWriterPFB.cpp,src/osgPlugins/pic/ReaderWriterPIC.cpp,src/osgPlugins/png/ReaderWriterPNG.cpp,src/osgPlugins/pnm/ReaderWriterPNM.cpp,src/osgPlugins/quicktime/ReaderWriterQT.cpp,src/osgPlugins/rot/ReaderWriterROT.cpp,src/osgPlugins/scale/ReaderWriterSCALE.cpp,src/osgPlugins/stl/ReaderWriterSTL.cpp,src/osgPlugins/svg/ReaderWriterSVG.cpp,src/osgPlugins/tga/ReaderWriterTGA.cpp,src/osgPlugins/tgz/ReaderWriterTGZ.cpp,src/osgPlugins/tiff/ReaderWriterTIFF.cpp,src/osgPlugins/trans/ReaderWriterTRANS.cpp,src/osgPlugins/txf/ReaderWriterTXF.cpp,src/osgPlugins/txp/ReaderWriterTXP.h,src/osgPlugins/vrml/ReaderWriterVRML2.h,src/osgPlugins/x/ReaderWriterDirectX.cpp,src/osgPlugins/xine/ReaderWriterXine.cpp,src/osgPlugins/zip/ReaderWriterZIP.cpp updated to 8578
8323 2008-07-18 16:51:58 INFO: Committing u'8578'...
8324 2008-07-18 16:51:59 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8325 2008-07-18 16:51:59 INFO: Changeset #240
8326 2008-07-18 16:51:59 INFO: Changeset "8579"
8327 2008-07-18 16:51:59 INFO: Log message: Added initial cut at plugin query code
8329 2008-07-18 16:51:59 DEBUG: Going to apply changeset:
8331 Date: 2008-07-14 08:48:49.966320+00:00
8333 Entries: applications/osgconv/CMakeLists.txt(UPD), applications/osgconv/PluginQuery.cpp(ADD), applications/osgconv/PluginQuery.h(ADD), applications/osgconv/osgconv.cpp(UPD)
8334 Log: Added initial cut at plugin query code
8336 2008-07-18 16:51:59 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8579 . 2>&1
8337 2008-07-18 16:51:59 DEBUG: Executing svn update --ignore-externals --revision 8579 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8338 2008-07-18 16:52:06 INFO: [Ok]
8339 2008-07-18 16:52:06 DEBUG: applications/osgconv/CMakeLists.txt,applications/osgconv/PluginQuery.cpp,applications/osgconv/PluginQuery.h,applications/osgconv/osgconv.cpp updated to 8579
8340 2008-07-18 16:52:06 INFO: Adding applications/osgconv/PluginQuery.cpp, applications/osgconv/PluginQuery.h...
8341 2008-07-18 16:52:06 INFO: Committing u'8579'...
8342 2008-07-18 16:52:06 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8343 2008-07-18 16:52:06 INFO: Changeset #241
8344 2008-07-18 16:52:06 INFO: Changeset "8580"
8345 2008-07-18 16:52:06 INFO: Log message: Added missing ac3d supportsExtensions() constructor
8347 2008-07-18 16:52:06 DEBUG: Going to apply changeset:
8349 Date: 2008-07-14 20:11:37.634056+00:00
8351 Entries: src/osgPlugins/ac/ac3d.cpp(UPD)
8352 Log: Added missing ac3d supportsExtensions() constructor
8354 2008-07-18 16:52:06 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8580 . 2>&1
8355 2008-07-18 16:52:06 DEBUG: Executing svn update --ignore-externals --revision 8580 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8356 2008-07-18 16:52:13 INFO: [Ok]
8357 2008-07-18 16:52:13 DEBUG: src/osgPlugins/ac/ac3d.cpp updated to 8580
8358 2008-07-18 16:52:13 INFO: Committing u'8580'...
8359 2008-07-18 16:52:13 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8360 2008-07-18 16:52:13 INFO: Changeset #242
8361 2008-07-18 16:52:13 INFO: Changeset "8581"
8362 2008-07-18 16:52:13 INFO: Log message: Added --plugins and --formats query support into osgconv to help with querying the
8363 available plugins and the file formats/protocols they support
8365 2008-07-18 16:52:13 DEBUG: Going to apply changeset:
8367 Date: 2008-07-14 20:22:38.592012+00:00
8369 Entries: applications/osgconv/PluginQuery.cpp(UPD), applications/osgconv/PluginQuery.h(UPD), applications/osgconv/osgconv.cpp(UPD)
8370 Log: Added --plugins and --formats query support into osgconv to help with querying the
8371 available plugins and the file formats/protocols they support
8373 2008-07-18 16:52:13 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8581 . 2>&1
8374 2008-07-18 16:52:13 DEBUG: Executing svn update --ignore-externals --revision 8581 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8375 2008-07-18 16:52:20 INFO: [Ok]
8376 2008-07-18 16:52:20 DEBUG: applications/osgconv/PluginQuery.cpp,applications/osgconv/PluginQuery.h,applications/osgconv/osgconv.cpp updated to 8581
8377 2008-07-18 16:52:20 INFO: Committing u'8581'...
8378 2008-07-18 16:52:20 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8379 2008-07-18 16:52:20 INFO: Changeset #243
8380 2008-07-18 16:52:20 INFO: Changeset "8582"
8381 2008-07-18 16:52:20 INFO: Log message: Missing check-ins
8383 2008-07-18 16:52:20 DEBUG: Going to apply changeset:
8385 Date: 2008-07-15 09:55:33.624206+00:00
8387 Entries: include/osgDB/ReaderWriter(UPD), include/osgDB/Registry(UPD), src/osgShadow/ShadowVolume.cpp(UPD)
8388 Log: Missing check-ins
8390 2008-07-18 16:52:20 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8582 . 2>&1
8391 2008-07-18 16:52:20 DEBUG: Executing svn update --ignore-externals --revision 8582 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8392 2008-07-18 16:52:27 INFO: [Ok]
8393 2008-07-18 16:52:27 DEBUG: include/osgDB/ReaderWriter,include/osgDB/Registry,src/osgShadow/ShadowVolume.cpp updated to 8582
8394 2008-07-18 16:52:27 INFO: Committing u'8582'...
8395 2008-07-18 16:52:27 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8396 2008-07-18 16:52:27 INFO: Changeset #244
8397 2008-07-18 16:52:27 INFO: Changeset "8583"
8398 2008-07-18 16:52:27 INFO: Log message: Updated wrappers
8400 2008-07-18 16:52:27 DEBUG: Going to apply changeset:
8402 Date: 2008-07-15 10:45:07.090818+00:00
8404 Entries: src/osgWrappers/osgDB/Archive.cpp(UPD), src/osgWrappers/osgDB/ReaderWriter.cpp(UPD), src/osgWrappers/osgDB/Registry.cpp(UPD)
8405 Log: Updated wrappers
8407 2008-07-18 16:52:27 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8583 . 2>&1
8408 2008-07-18 16:52:27 DEBUG: Executing svn update --ignore-externals --revision 8583 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8409 2008-07-18 16:52:34 INFO: [Ok]
8410 2008-07-18 16:52:34 DEBUG: src/osgWrappers/osgDB/Archive.cpp,src/osgWrappers/osgDB/ReaderWriter.cpp,src/osgWrappers/osgDB/Registry.cpp updated to 8583
8411 2008-07-18 16:52:34 INFO: Committing u'8583'...
8412 2008-07-18 16:52:34 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8413 2008-07-18 16:52:34 INFO: Changeset #245
8414 2008-07-18 16:52:34 INFO: Changeset "8584"
8415 2008-07-18 16:52:34 INFO: Log message: Renamed Archive::ArchiveStatus to ReaderWriter::ArchiveStatus
8417 2008-07-18 16:52:34 DEBUG: Going to apply changeset:
8419 Date: 2008-07-15 14:15:42.258375+00:00
8421 Entries: include/osgDB/Archive(UPD), src/osgDB/Archive.cpp(UPD)
8422 Log: Renamed Archive::ArchiveStatus to ReaderWriter::ArchiveStatus
8424 2008-07-18 16:52:34 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8584 . 2>&1
8425 2008-07-18 16:52:34 DEBUG: Executing svn update --ignore-externals --revision 8584 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8426 2008-07-18 16:52:41 INFO: [Ok]
8427 2008-07-18 16:52:41 DEBUG: include/osgDB/Archive,src/osgDB/Archive.cpp updated to 8584
8428 2008-07-18 16:52:41 INFO: Committing u'8584'...
8429 2008-07-18 16:52:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8430 2008-07-18 16:52:41 INFO: Changeset #246
8431 2008-07-18 16:52:41 INFO: Changeset "8585"
8432 2008-07-18 16:52:41 INFO: Log message: From Art Trevs, Removed GLeunm version setAttachment() to avoid ambigiuity with
8433 whether to enable MRT.
8435 2008-07-18 16:52:41 DEBUG: Going to apply changeset:
8437 Date: 2008-07-15 14:24:21.016357+00:00
8439 Entries: include/osg/FrameBufferObject(UPD), src/osg/FrameBufferObject.cpp(UPD)
8440 Log: From Art Trevs, Removed GLeunm version setAttachment() to avoid ambigiuity with
8441 whether to enable MRT.
8443 2008-07-18 16:52:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8585 . 2>&1
8444 2008-07-18 16:52:41 DEBUG: Executing svn update --ignore-externals --revision 8585 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8445 2008-07-18 16:52:48 INFO: [Ok]
8446 2008-07-18 16:52:48 DEBUG: include/osg/FrameBufferObject,src/osg/FrameBufferObject.cpp updated to 8585
8447 2008-07-18 16:52:48 INFO: Committing u'8585'...
8448 2008-07-18 16:52:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8449 2008-07-18 16:52:48 INFO: Changeset #247
8450 2008-07-18 16:52:48 INFO: Changeset "8586"
8451 2008-07-18 16:52:48 INFO: Log message: Updated wrappers
8453 2008-07-18 16:52:48 DEBUG: Going to apply changeset:
8455 Date: 2008-07-15 14:24:46.652798+00:00
8457 Entries: src/osgWrappers/osg/FrameBufferObject.cpp(UPD)
8458 Log: Updated wrappers
8460 2008-07-18 16:52:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8586 . 2>&1
8461 2008-07-18 16:52:48 DEBUG: Executing svn update --ignore-externals --revision 8586 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8462 2008-07-18 16:52:54 INFO: [Ok]
8463 2008-07-18 16:52:54 DEBUG: src/osgWrappers/osg/FrameBufferObject.cpp updated to 8586
8464 2008-07-18 16:52:54 INFO: Committing u'8586'...
8465 2008-07-18 16:52:54 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8466 2008-07-18 16:52:54 INFO: Changeset #248
8467 2008-07-18 16:52:54 INFO: Changeset "8588"
8468 2008-07-18 16:52:54 INFO: Log message: From Jeremy Moles, import of the osgWidget NodeKit, sourced from the original http://osgwidget.googlecode.com/svn/trunk
8470 Notes from Robert Osfield, I've merged osgWidget trunk, and added/changed CMakeLists.txt file to make it suitable for inclusion in the core OSG, and moved imagery/scripts/shaders out into OpenSceneGraph-Data
8473 2008-07-18 16:52:54 DEBUG: Going to apply changeset:
8475 Date: 2008-07-15 17:21:25.496567+00:00
8477 Entries: examples/CMakeLists.txt(UPD), examples/osgwidgetaddremove(ADD), examples/osgwidgetaddremove/CMakeLists.txt(ADD), examples/osgwidgetaddremove/osgwidgetaddremove.cpp(ADD), examples/osgwidgetbox(ADD), examples/osgwidgetbox/CMakeLists.txt(ADD), examples/osgwidgetbox/osgwidgetbox.cpp(ADD), examples/osgwidgetcanvas(ADD), examples/osgwidgetcanvas/CMakeLists.txt(ADD), examples/osgwidgetcanvas/osgwidgetcanvas.cpp(ADD), examples/osgwidgetframe(ADD), examples/osgwidgetframe/CMakeLists.txt(ADD), examples/osgwidgetframe/osgwidgetframe.cpp(ADD), examples/osgwidgetinput(ADD), examples/osgwidgetinput/CMakeLists.txt(ADD), examples/osgwidgetinput/osgwidgetinput.cpp(ADD), examples/osgwidgetlabel(ADD), examples/osgwidgetlabel/CMakeLists.txt(ADD), examples/osgwidgetlabel/osgwidgetlabel.cpp(ADD), examples/osgwidgetmenu(ADD), examples/osgwidgetmenu/CMakeLists.txt(ADD), examples/osgwidgetmenu/osgwidgetmenu.cpp(ADD), examples/osgwidgetnotebook(ADD), examples/osgwidgetnotebook/CMakeLists.txt(ADD), examples/osgwidgetnotebook/osgwidgetnotebook.cpp(ADD), examples/osgwidgetscrolled(ADD), examples/osgwidgetscrolled/CMakeLists.txt(ADD), examples/osgwidgetscrolled/osgwidgetscrolled.cpp(ADD), examples/osgwidgetshader(ADD), examples/osgwidgetshader/CMakeLists.txt(ADD), examples/osgwidgetshader/osgwidgetshader.cpp(ADD), examples/osgwidgetstyled(ADD), examples/osgwidgetstyled/CMakeLists.txt(ADD), examples/osgwidgetstyled/osgwidgetstyled.cpp(ADD), examples/osgwidgettable(ADD), examples/osgwidgettable/CMakeLists.txt(ADD), examples/osgwidgettable/osgwidgettable.cpp(ADD), examples/osgwidgetversion(ADD), examples/osgwidgetversion/CMakeLists.txt(ADD), examples/osgwidgetversion/osgwidgetversion.cpp(ADD), examples/osgwidgetwindow(ADD), examples/osgwidgetwindow/CMakeLists.txt(ADD), examples/osgwidgetwindow/osgwidgetwindow.cpp(ADD), include/osgWidget(ADD), include/osgWidget/Box(ADD), include/osgWidget/Canvas(ADD), include/osgWidget/EventInterface(ADD), include/osgWidget/Export(ADD), include/osgWidget/Frame(ADD), include/osgWidget/Input(ADD), include/osgWidget/Label(ADD), include/osgWidget/Lua(ADD), include/osgWidget/Python(ADD), include/osgWidget/ScriptEngine(ADD), include/osgWidget/StyleInterface(ADD), include/osgWidget/StyleManager(ADD), include/osgWidget/Table(ADD), include/osgWidget/Types(ADD), include/osgWidget/UIObjectParent(ADD), include/osgWidget/Util(ADD), include/osgWidget/Version(ADD), include/osgWidget/ViewerEventHandlers(ADD), include/osgWidget/Widget(ADD), include/osgWidget/Window(ADD), include/osgWidget/WindowManager(ADD), src/CMakeLists.txt(UPD), src/osgPlugins/CMakeLists.txt(UPD), src/osgPlugins/osgWidget(ADD), src/osgPlugins/osgWidget/Box.cpp(ADD), src/osgPlugins/osgWidget/CMakeLists.txt(ADD), src/osgPlugins/osgWidget/EmbeddedWindow.cpp(ADD), src/osgPlugins/osgWidget/Frame.cpp(ADD), src/osgPlugins/osgWidget/Input.cpp(ADD), src/osgPlugins/osgWidget/Label.cpp(ADD), src/osgPlugins/osgWidget/Table.cpp(ADD), src/osgPlugins/osgWidget/Widget.cpp(ADD), src/osgPlugins/osgWidget/WindowManager.cpp(ADD), src/osgWidget(ADD), src/osgWidget/Box.cpp(ADD), src/osgWidget/CMakeLists.txt(ADD), src/osgWidget/Canvas.cpp(ADD), src/osgWidget/Frame.cpp(ADD), src/osgWidget/Input.cpp(ADD), src/osgWidget/Label.cpp(ADD), src/osgWidget/Lua.cpp(ADD), src/osgWidget/Python.cpp(ADD), src/osgWidget/StyleManager.cpp(ADD), src/osgWidget/Table.cpp(ADD), src/osgWidget/Util.cpp(ADD), src/osgWidget/Version.cpp(ADD), src/osgWidget/ViewerEventHandlers.cpp(ADD), src/osgWidget/Widget.cpp(ADD), src/osgWidget/Window.cpp(ADD), src/osgWidget/WindowManager.cpp(ADD)
8478 Log: From Jeremy Moles, import of the osgWidget NodeKit, sourced from the original http://osgwidget.googlecode.com/svn/trunk
8480 Notes from Robert Osfield, I've merged osgWidget trunk, and added/changed CMakeLists.txt file to make it suitable for inclusion in the core OSG, and moved imagery/scripts/shaders out into OpenSceneGraph-Data
8483 2008-07-18 16:52:54 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8588 . 2>&1
8484 2008-07-18 16:52:54 DEBUG: Executing svn update --ignore-externals --revision 8588 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8485 2008-07-18 16:53:03 INFO: [Ok]
8486 2008-07-18 16:53:03 DEBUG: examples/CMakeLists.txt,examples/osgwidgetaddremove,examples/osgwidgetaddremove/CMakeLists.txt,examples/osgwidgetaddremove/osgwidgetaddremove.cpp,examples/osgwidgetbox,examples/osgwidgetbox/CMakeLists.txt,examples/osgwidgetbox/osgwidgetbox.cpp,examples/osgwidgetcanvas,examples/osgwidgetcanvas/CMakeLists.txt,examples/osgwidgetcanvas/osgwidgetcanvas.cpp,examples/osgwidgetframe,examples/osgwidgetframe/CMakeLists.txt,examples/osgwidgetframe/osgwidgetframe.cpp,examples/osgwidgetinput,examples/osgwidgetinput/CMakeLists.txt,examples/osgwidgetinput/osgwidgetinput.cpp,examples/osgwidgetlabel,examples/osgwidgetlabel/CMakeLists.txt,examples/osgwidgetlabel/osgwidgetlabel.cpp,examples/osgwidgetmenu,examples/osgwidgetmenu/CMakeLists.txt,examples/osgwidgetmenu/osgwidgetmenu.cpp,examples/osgwidgetnotebook,examples/osgwidgetnotebook/CMakeLists.txt,examples/osgwidgetnotebook/osgwidgetnotebook.cpp,examples/osgwidgetscrolled,examples/osgwidgetscrolled/CMakeLists.txt,examples/osgwidgetscrolled/osgwidgetscrolled.cpp,examples/osgwidgetshader,examples/osgwidgetshader/CMakeLists.txt,examples/osgwidgetshader/osgwidgetshader.cpp,examples/osgwidgetstyled,examples/osgwidgetstyled/CMakeLists.txt,examples/osgwidgetstyled/osgwidgetstyled.cpp,examples/osgwidgettable,examples/osgwidgettable/CMakeLists.txt,examples/osgwidgettable/osgwidgettable.cpp,examples/osgwidgetversion,examples/osgwidgetversion/CMakeLists.txt,examples/osgwidgetversion/osgwidgetversion.cpp,examples/osgwidgetwindow,examples/osgwidgetwindow/CMakeLists.txt,examples/osgwidgetwindow/osgwidgetwindow.cpp,include/osgWidget,include/osgWidget/Box,include/osgWidget/Canvas,include/osgWidget/EventInterface,include/osgWidget/Export,include/osgWidget/Frame,include/osgWidget/Input,include/osgWidget/Label,include/osgWidget/Lua,include/osgWidget/Python,include/osgWidget/ScriptEngine,include/osgWidget/StyleInterface,include/osgWidget/StyleManager,include/osgWidget/Table,include/osgWidget/Types,include/osgWidget/UIObjectParent,include/osgWidget/Util,include/osgWidget/Version,include/osgWidget/ViewerEventHandlers,include/osgWidget/Widget,include/osgWidget/Window,include/osgWidget/WindowManager,src/CMakeLists.txt,src/osgPlugins/CMakeLists.txt,src/osgPlugins/osgWidget,src/osgPlugins/osgWidget/Box.cpp,src/osgPlugins/osgWidget/CMakeLists.txt,src/osgPlugins/osgWidget/EmbeddedWindow.cpp,src/osgPlugins/osgWidget/Frame.cpp,src/osgPlugins/osgWidget/Input.cpp,src/osgPlugins/osgWidget/Label.cpp,src/osgPlugins/osgWidget/Table.cpp,src/osgPlugins/osgWidget/Widget.cpp,src/osgPlugins/osgWidget/WindowManager.cpp,src/osgWidget,src/osgWidget/Box.cpp,src/osgWidget/CMakeLists.txt,src/osgWidget/Canvas.cpp,src/osgWidget/Frame.cpp,src/osgWidget/Input.cpp,src/osgWidget/Label.cpp,src/osgWidget/Lua.cpp,src/osgWidget/Python.cpp,src/osgWidget/StyleManager.cpp,src/osgWidget/Table.cpp,src/osgWidget/Util.cpp,src/osgWidget/Version.cpp,src/osgWidget/ViewerEventHandlers.cpp,src/osgWidget/Widget.cpp,src/osgWidget/Window.cpp,src/osgWidget/WindowManager.cpp updated to 8588
8487 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetaddremove/CMakeLists.txt, examples/osgwidgetaddremove/osgwidgetaddremove.cpp, examples/osgwidgetbox/CMakeLists.txt, examples/osgwidgetbox/osgwidgetbox.cpp, examples/osgwidgetcanvas/CMakeLists.txt, examples/osgwidgetcanvas/osgwidgetcanvas.cpp, examples/osgwidgetframe/CMakeLists.txt, examples/osgwidgetframe/osgwidgetframe.cpp, examples/osgwidgetinput/CMakeLists.txt, examples/osgwidgetinput/osgwidgetinput.cpp, examples/osgwidgetlabel/CMakeLists.txt, examples/osgwidgetlabel/osgwidgetlabel.cpp, examples/osgwidgetmenu/CMakeLists.txt, examples/osgwidgetmenu/osgwidgetmenu.cpp, examples/osgwidgetnotebook/CMakeLists.txt, examples/osgwidgetnotebook/osgwidgetnotebook.cpp, examples/osgwidgetscrolled/CMakeLists.txt, examples/osgwidgetscrolled/osgwidgetscrolled.cpp, examples/osgwidgetshader/CMakeLists.txt, examples/osgwidgetshader/osgwidgetshader.cpp, examples/osgwidgetstyled/CMakeLists.txt, examples/osgwidgetstyled/osgwidgetstyled.cpp, examples/osgwidgettable/CMakeLists.txt, examples/osgwidgettable/osgwidgettable.cpp, examples/osgwidgetversion/CMakeLists.txt, examples/osgwidgetversion/osgwidgetversion.cpp, examples/osgwidgetwindow/CMakeLists.txt, examples/osgwidgetwindow/osgwidgetwindow.cpp, include/osgWidget/Box, include/osgWidget/Canvas, include/osgWidget/EventInterface, include/osgWidget/Export, include/osgWidget/Frame, include/osgWidget/Input, include/osgWidget/Label, include/osgWidget/Lua, include/osgWidget/Python, include/osgWidget/ScriptEngine, include/osgWidget/StyleInterface, include/osgWidget/StyleManager, include/osgWidget/Table, include/osgWidget/Types, include/osgWidget/UIObjectParent, include/osgWidget/Util, include/osgWidget/Version, include/osgWidget/ViewerEventHandlers, include/osgWidget/Widget, include/osgWidget/Window, include/osgWidget/WindowManager...
8488 2008-07-18 16:53:03 INFO: Adding src/osgPlugins/osgWidget/Box.cpp, src/osgPlugins/osgWidget/CMakeLists.txt, src/osgPlugins/osgWidget/EmbeddedWindow.cpp, src/osgPlugins/osgWidget/Frame.cpp, src/osgPlugins/osgWidget/Input.cpp, src/osgPlugins/osgWidget/Label.cpp, src/osgPlugins/osgWidget/Table.cpp, src/osgPlugins/osgWidget/Widget.cpp, src/osgPlugins/osgWidget/WindowManager.cpp, src/osgWidget/Box.cpp, src/osgWidget/CMakeLists.txt, src/osgWidget/Canvas.cpp, src/osgWidget/Frame.cpp, src/osgWidget/Input.cpp, src/osgWidget/Label.cpp, src/osgWidget/Lua.cpp, src/osgWidget/Python.cpp, src/osgWidget/StyleManager.cpp, src/osgWidget/Table.cpp, src/osgWidget/Util.cpp, src/osgWidget/Version.cpp, src/osgWidget/ViewerEventHandlers.cpp, src/osgWidget/Widget.cpp, src/osgWidget/Window.cpp, src/osgWidget/WindowManager.cpp...
8489 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetaddremove/CMakeLists.txt, examples/osgwidgetaddremove/osgwidgetaddremove.cpp...
8490 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetbox/CMakeLists.txt, examples/osgwidgetbox/osgwidgetbox.cpp...
8491 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetcanvas/CMakeLists.txt, examples/osgwidgetcanvas/osgwidgetcanvas.cpp...
8492 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetframe/CMakeLists.txt, examples/osgwidgetframe/osgwidgetframe.cpp...
8493 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetinput/CMakeLists.txt, examples/osgwidgetinput/osgwidgetinput.cpp...
8494 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetlabel/CMakeLists.txt, examples/osgwidgetlabel/osgwidgetlabel.cpp...
8495 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetmenu/CMakeLists.txt, examples/osgwidgetmenu/osgwidgetmenu.cpp...
8496 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetnotebook/CMakeLists.txt, examples/osgwidgetnotebook/osgwidgetnotebook.cpp...
8497 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetscrolled/CMakeLists.txt, examples/osgwidgetscrolled/osgwidgetscrolled.cpp...
8498 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetshader/CMakeLists.txt, examples/osgwidgetshader/osgwidgetshader.cpp...
8499 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetstyled/CMakeLists.txt, examples/osgwidgetstyled/osgwidgetstyled.cpp...
8500 2008-07-18 16:53:03 INFO: Adding examples/osgwidgettable/CMakeLists.txt, examples/osgwidgettable/osgwidgettable.cpp...
8501 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetversion/CMakeLists.txt, examples/osgwidgetversion/osgwidgetversion.cpp...
8502 2008-07-18 16:53:03 INFO: Adding examples/osgwidgetwindow/CMakeLists.txt, examples/osgwidgetwindow/osgwidgetwindow.cpp...
8503 2008-07-18 16:53:03 INFO: Adding include/osgWidget/Box, include/osgWidget/Canvas, include/osgWidget/EventInterface, include/osgWidget/Export, include/osgWidget/Frame, include/osgWidget/Input, include/osgWidget/Label, include/osgWidget/Lua, include/osgWidget/Python, include/osgWidget/ScriptEngine, include/osgWidget/StyleInterface, include/osgWidget/StyleManager, include/osgWidget/Table, include/osgWidget/Types, include/osgWidget/UIObjectParent, include/osgWidget/Util, include/osgWidget/Version, include/osgWidget/ViewerEventHandlers, include/osgWidget/Widget, include/osgWidget/Window, include/osgWidget/WindowManager...
8504 2008-07-18 16:53:03 INFO: Adding src/osgPlugins/osgWidget/Box.cpp, src/osgPlugins/osgWidget/CMakeLists.txt, src/osgPlugins/osgWidget/EmbeddedWindow.cpp, src/osgPlugins/osgWidget/Frame.cpp, src/osgPlugins/osgWidget/Input.cpp, src/osgPlugins/osgWidget/Label.cpp, src/osgPlugins/osgWidget/Table.cpp, src/osgPlugins/osgWidget/Widget.cpp, src/osgPlugins/osgWidget/WindowManager.cpp...
8505 2008-07-18 16:53:03 INFO: Adding src/osgWidget/Box.cpp, src/osgWidget/Canvas.cpp, src/osgWidget/CMakeLists.txt, src/osgWidget/Frame.cpp, src/osgWidget/Input.cpp, src/osgWidget/Label.cpp, src/osgWidget/Lua.cpp, src/osgWidget/Python.cpp, src/osgWidget/StyleManager.cpp, src/osgWidget/Table.cpp, src/osgWidget/Util.cpp, src/osgWidget/Version.cpp, src/osgWidget/ViewerEventHandlers.cpp, src/osgWidget/Widget.cpp, src/osgWidget/Window.cpp, src/osgWidget/WindowManager.cpp...
8506 2008-07-18 16:53:03 INFO: Committing u'8588'...
8507 2008-07-18 16:53:03 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8508 2008-07-18 16:53:03 INFO: Changeset #249
8509 2008-07-18 16:53:03 INFO: Changeset "8589"
8510 2008-07-18 16:53:03 INFO: Log message: Fixed typo
8512 2008-07-18 16:53:03 DEBUG: Going to apply changeset:
8514 Date: 2008-07-15 18:12:17.568422+00:00
8516 Entries: examples/CMakeLists.txt(UPD)
8519 2008-07-18 16:53:03 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8589 . 2>&1
8520 2008-07-18 16:53:03 DEBUG: Executing svn update --ignore-externals --revision 8589 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8521 2008-07-18 16:53:11 INFO: [Ok]
8522 2008-07-18 16:53:11 DEBUG: examples/CMakeLists.txt updated to 8589
8523 2008-07-18 16:53:11 INFO: Committing u'8589'...
8524 2008-07-18 16:53:11 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8525 2008-07-18 16:53:11 INFO: Changeset #250
8526 2008-07-18 16:53:11 INFO: Changeset "8590"
8527 2008-07-18 16:53:11 INFO: Log message: From Jean-Sebastian Guay, "Here are the CMakeLists.txt files for the osgWidget examples, changed to use SETUP_EXAMPLE like the other examples."
8529 2008-07-18 16:53:11 DEBUG: Going to apply changeset:
8531 Date: 2008-07-15 18:53:16.914718+00:00
8533 Entries: examples/osgwidgetaddremove/CMakeLists.txt(UPD), examples/osgwidgetbox/CMakeLists.txt(UPD), examples/osgwidgetcanvas/CMakeLists.txt(UPD), examples/osgwidgetframe/CMakeLists.txt(UPD), examples/osgwidgetinput/CMakeLists.txt(UPD), examples/osgwidgetlabel/CMakeLists.txt(UPD), examples/osgwidgetmenu/CMakeLists.txt(UPD), examples/osgwidgetnotebook/CMakeLists.txt(UPD), examples/osgwidgetscrolled/CMakeLists.txt(UPD), examples/osgwidgetshader/CMakeLists.txt(UPD), examples/osgwidgetstyled/CMakeLists.txt(UPD), examples/osgwidgettable/CMakeLists.txt(UPD), examples/osgwidgetversion/CMakeLists.txt(UPD), examples/osgwidgetwindow/CMakeLists.txt(UPD)
8534 Log: From Jean-Sebastian Guay, "Here are the CMakeLists.txt files for the osgWidget examples, changed to use SETUP_EXAMPLE like the other examples."
8536 2008-07-18 16:53:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8590 . 2>&1
8537 2008-07-18 16:53:11 DEBUG: Executing svn update --ignore-externals --revision 8590 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8538 2008-07-18 16:53:19 INFO: [Ok]
8539 2008-07-18 16:53:19 DEBUG: examples/osgwidgetaddremove/CMakeLists.txt,examples/osgwidgetbox/CMakeLists.txt,examples/osgwidgetcanvas/CMakeLists.txt,examples/osgwidgetframe/CMakeLists.txt,examples/osgwidgetinput/CMakeLists.txt,examples/osgwidgetlabel/CMakeLists.txt,examples/osgwidgetmenu/CMakeLists.txt,examples/osgwidgetnotebook/CMakeLists.txt,examples/osgwidgetscrolled/CMakeLists.txt,examples/osgwidgetshader/CMakeLists.txt,examples/osgwidgetstyled/CMakeLists.txt,examples/osgwidgettable/CMakeLists.txt,examples/osgwidgetversion/CMakeLists.txt,examples/osgwidgetwindow/CMakeLists.txt updated to 8590
8540 2008-07-18 16:53:19 INFO: Committing u'8590'...
8541 2008-07-18 16:53:19 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8542 2008-07-18 16:53:19 INFO: Changeset #251
8543 2008-07-18 16:53:19 INFO: Changeset "8591"
8544 2008-07-18 16:53:19 INFO: Log message: From Gino van den Bergen, "The VRML plugin in the current 2.5.4 release will not compile under VC8.0 when the project file is generated using CMake 2.6. The attached CMakeLists.txt will fix this problem. The file replaces the CMakeLists.txt file in src/osgPlugins/vrml.
8545 NB: It is assumed that the antlr and regex libs are located in $(OPENVRML_DIR)/lib.
8548 2008-07-18 16:53:19 DEBUG: Going to apply changeset:
8550 Date: 2008-07-15 19:02:20.433044+00:00
8552 Entries: src/osgPlugins/vrml/CMakeLists.txt(UPD)
8553 Log: From Gino van den Bergen, "The VRML plugin in the current 2.5.4 release will not compile under VC8.0 when the project file is generated using CMake 2.6. The attached CMakeLists.txt will fix this problem. The file replaces the CMakeLists.txt file in src/osgPlugins/vrml.
8554 NB: It is assumed that the antlr and regex libs are located in $(OPENVRML_DIR)/lib.
8557 2008-07-18 16:53:19 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8591 . 2>&1
8558 2008-07-18 16:53:19 DEBUG: Executing svn update --ignore-externals --revision 8591 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8559 2008-07-18 16:53:26 INFO: [Ok]
8560 2008-07-18 16:53:26 DEBUG: src/osgPlugins/vrml/CMakeLists.txt updated to 8591
8561 2008-07-18 16:53:26 INFO: Committing u'8591'...
8562 2008-07-18 16:53:26 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8563 2008-07-18 16:53:26 INFO: Changeset #252
8564 2008-07-18 16:53:26 INFO: Changeset "8592"
8565 2008-07-18 16:53:26 INFO: Log message: Removed now redundent example
8567 2008-07-18 16:53:26 DEBUG: Going to apply changeset:
8569 Date: 2008-07-15 19:23:48.953015+00:00
8571 Entries: examples/CMakeLists.txt(UPD), examples/osgwidgetversion(DEL)
8572 Log: Removed now redundent example
8574 2008-07-18 16:53:26 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8592 . 2>&1
8575 2008-07-18 16:53:26 DEBUG: Executing svn update --ignore-externals --revision 8592 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8576 2008-07-18 16:53:33 INFO: [Ok]
8577 2008-07-18 16:53:33 DEBUG: examples/CMakeLists.txt,examples/osgwidgetversion updated to 8592
8578 2008-07-18 16:53:33 INFO: Removing examples/osgwidgetversion...
8579 2008-07-18 16:53:33 INFO: Committing u'8592'...
8580 2008-07-18 16:53:33 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8581 2008-07-18 16:53:33 INFO: Changeset #253
8582 2008-07-18 16:53:33 INFO: Changeset "8593"
8583 2008-07-18 16:53:33 INFO: Log message: Changed the version setup code to be consistent with the rest of the OSG
8585 2008-07-18 16:53:33 DEBUG: Going to apply changeset:
8587 Date: 2008-07-15 19:24:22.417908+00:00
8589 Entries: include/osgWidget/Version(UPD), src/osgWidget/Version.cpp(UPD)
8590 Log: Changed the version setup code to be consistent with the rest of the OSG
8592 2008-07-18 16:53:33 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8593 . 2>&1
8593 2008-07-18 16:53:33 DEBUG: Executing svn update --ignore-externals --revision 8593 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8594 2008-07-18 16:53:41 INFO: [Ok]
8595 2008-07-18 16:53:41 DEBUG: include/osgWidget/Version,src/osgWidget/Version.cpp updated to 8593
8596 2008-07-18 16:53:41 INFO: Committing u'8593'...
8597 2008-07-18 16:53:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8598 2008-07-18 16:53:41 INFO: Changeset #254
8599 2008-07-18 16:53:41 INFO: Changeset "8594"
8600 2008-07-18 16:53:41 INFO: Log message: Updated version number to 2.5.5 in prep for dev release
8602 2008-07-18 16:53:41 DEBUG: Going to apply changeset:
8604 Date: 2008-07-15 19:24:48.093789+00:00
8606 Entries: CMakeLists.txt(UPD), include/osg/Version(UPD), packaging/pkgconfig/openscenegraph.pc(UPD)
8607 Log: Updated version number to 2.5.5 in prep for dev release
8609 2008-07-18 16:53:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8594 . 2>&1
8610 2008-07-18 16:53:41 DEBUG: Executing svn update --ignore-externals --revision 8594 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8611 2008-07-18 16:53:48 INFO: [Ok]
8612 2008-07-18 16:53:48 DEBUG: CMakeLists.txt,include/osg/Version,packaging/pkgconfig/openscenegraph.pc updated to 8594
8613 2008-07-18 16:53:48 INFO: Committing u'8594'...
8614 2008-07-18 16:53:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8615 2008-07-18 16:53:48 INFO: Changeset #255
8616 2008-07-18 16:53:48 INFO: Changeset "8595"
8617 2008-07-18 16:53:48 INFO: Log message: From Paul Martz, "Here's documentation for the export options of the FLT plugin. I also labeled the import options as such."
8619 2008-07-18 16:53:48 DEBUG: Going to apply changeset:
8621 Date: 2008-07-15 19:26:20.370238+00:00
8623 Entries: src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp(UPD)
8624 Log: From Paul Martz, "Here's documentation for the export options of the FLT plugin. I also labeled the import options as such."
8626 2008-07-18 16:53:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8595 . 2>&1
8627 2008-07-18 16:53:48 DEBUG: Executing svn update --ignore-externals --revision 8595 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8628 2008-07-18 16:53:56 INFO: [Ok]
8629 2008-07-18 16:53:56 DEBUG: src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp updated to 8595
8630 2008-07-18 16:53:56 INFO: Committing u'8595'...
8631 2008-07-18 16:53:56 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8632 2008-07-18 16:53:56 INFO: Changeset #256
8633 2008-07-18 16:53:56 INFO: Changeset "8596"
8634 2008-07-18 16:53:56 INFO: Log message: Changed IMPORT to "Import option", and "EXPORT:" to "Export option:" in supportsOptions() docs make it a little more friendly and understandable
8636 2008-07-18 16:53:56 DEBUG: Going to apply changeset:
8638 Date: 2008-07-15 19:28:30.980907+00:00
8640 Entries: src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp(UPD)
8641 Log: Changed IMPORT to "Import option", and "EXPORT:" to "Export option:" in supportsOptions() docs make it a little more friendly and understandable
8643 2008-07-18 16:53:56 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8596 . 2>&1
8644 2008-07-18 16:53:56 DEBUG: Executing svn update --ignore-externals --revision 8596 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8645 2008-07-18 16:54:03 INFO: [Ok]
8646 2008-07-18 16:54:03 DEBUG: src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp updated to 8596
8647 2008-07-18 16:54:03 INFO: Committing u'8596'...
8648 2008-07-18 16:54:03 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8649 2008-07-18 16:54:03 INFO: Changeset #257
8650 2008-07-18 16:54:03 INFO: Changeset "8597"
8651 2008-07-18 16:54:03 INFO: Log message: Fixed name of lib
8653 2008-07-18 16:54:03 DEBUG: Going to apply changeset:
8655 Date: 2008-07-15 19:42:49.981751+00:00
8657 Entries: src/osgPlugins/osgWidget/CMakeLists.txt(UPD)
8658 Log: Fixed name of lib
8660 2008-07-18 16:54:03 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8597 . 2>&1
8661 2008-07-18 16:54:03 DEBUG: Executing svn update --ignore-externals --revision 8597 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8662 2008-07-18 16:54:10 INFO: [Ok]
8663 2008-07-18 16:54:10 DEBUG: src/osgPlugins/osgWidget/CMakeLists.txt updated to 8597
8664 2008-07-18 16:54:10 INFO: Committing u'8597'...
8665 2008-07-18 16:54:10 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8666 2008-07-18 16:54:10 INFO: Changeset #258
8667 2008-07-18 16:54:10 INFO: Changeset "8598"
8668 2008-07-18 16:54:10 INFO: Log message: Moved the private sections int protected to allow subclasses acces to all methods/members.
8669 Moved public section to top of the class definition to make it more consistent with the rest of the OSG.
8671 2008-07-18 16:54:10 DEBUG: Going to apply changeset:
8673 Date: 2008-07-15 20:30:56.601069+00:00
8675 Entries: include/osgWidget/Widget(UPD), include/osgWidget/Window(UPD)
8676 Log: Moved the private sections int protected to allow subclasses acces to all methods/members.
8677 Moved public section to top of the class definition to make it more consistent with the rest of the OSG.
8679 2008-07-18 16:54:10 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8598 . 2>&1
8680 2008-07-18 16:54:10 DEBUG: Executing svn update --ignore-externals --revision 8598 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8681 2008-07-18 16:54:17 INFO: [Ok]
8682 2008-07-18 16:54:17 DEBUG: include/osgWidget/Widget,include/osgWidget/Window updated to 8598
8683 2008-07-18 16:54:17 INFO: Committing u'8598'...
8684 2008-07-18 16:54:17 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8685 2008-07-18 16:54:17 INFO: Changeset #259
8686 2008-07-18 16:54:17 INFO: Changeset "8599"
8687 2008-07-18 16:54:17 INFO: Log message: Fixed typo
8689 2008-07-18 16:54:17 DEBUG: Going to apply changeset:
8691 Date: 2008-07-15 21:28:22.484655+00:00
8693 Entries: src/osg/KdTree.cpp(UPD)
8696 2008-07-18 16:54:17 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8599 . 2>&1
8697 2008-07-18 16:54:17 DEBUG: Executing svn update --ignore-externals --revision 8599 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8698 2008-07-18 16:54:24 INFO: [Ok]
8699 2008-07-18 16:54:24 DEBUG: src/osg/KdTree.cpp updated to 8599
8700 2008-07-18 16:54:24 INFO: Committing u'8599'...
8701 2008-07-18 16:54:24 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8702 2008-07-18 16:54:24 INFO: Changeset #260
8703 2008-07-18 16:54:24 INFO: Changeset "8600"
8704 2008-07-18 16:54:24 INFO: Log message: Converted tabs to four spaces
8706 2008-07-18 16:54:24 DEBUG: Going to apply changeset:
8708 Date: 2008-07-15 22:03:59.718870+00:00
8710 Entries: examples/osgwidgetaddremove/osgwidgetaddremove.cpp(UPD), examples/osgwidgetframe/osgwidgetframe.cpp(UPD), examples/osgwidgetinput/osgwidgetinput.cpp(UPD), examples/osgwidgetlabel/osgwidgetlabel.cpp(UPD), examples/osgwidgetmenu/osgwidgetmenu.cpp(UPD), examples/osgwidgetnotebook/osgwidgetnotebook.cpp(UPD), examples/osgwidgetscrolled/osgwidgetscrolled.cpp(UPD), examples/osgwidgetshader/osgwidgetshader.cpp(UPD)
8711 Log: Converted tabs to four spaces
8713 2008-07-18 16:54:24 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8600 . 2>&1
8714 2008-07-18 16:54:24 DEBUG: Executing svn update --ignore-externals --revision 8600 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8715 2008-07-18 16:54:33 INFO: [Ok]
8716 2008-07-18 16:54:33 DEBUG: examples/osgwidgetaddremove/osgwidgetaddremove.cpp,examples/osgwidgetframe/osgwidgetframe.cpp,examples/osgwidgetinput/osgwidgetinput.cpp,examples/osgwidgetlabel/osgwidgetlabel.cpp,examples/osgwidgetmenu/osgwidgetmenu.cpp,examples/osgwidgetnotebook/osgwidgetnotebook.cpp,examples/osgwidgetscrolled/osgwidgetscrolled.cpp,examples/osgwidgetshader/osgwidgetshader.cpp updated to 8600
8717 2008-07-18 16:54:33 INFO: Committing u'8600'...
8718 2008-07-18 16:54:33 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8719 2008-07-18 16:54:33 INFO: Changeset #261
8720 2008-07-18 16:54:33 INFO: Changeset "8601"
8721 2008-07-18 16:54:33 INFO: Log message: Added osgWidget wrappers
8723 2008-07-18 16:54:33 DEBUG: Going to apply changeset:
8725 Date: 2008-07-15 22:13:35.182970+00:00
8727 Entries: src/osgWrappers/osgWidget(ADD), src/osgWrappers/osgWidget/Box.cpp(ADD), src/osgWrappers/osgWidget/Canvas.cpp(ADD), src/osgWrappers/osgWidget/EventInterface.cpp(ADD), src/osgWrappers/osgWidget/Export.cpp(ADD), src/osgWrappers/osgWidget/Frame.cpp(ADD), src/osgWrappers/osgWidget/Input.cpp(ADD), src/osgWrappers/osgWidget/Label.cpp(ADD), src/osgWrappers/osgWidget/Lua.cpp(ADD), src/osgWrappers/osgWidget/Python.cpp(ADD), src/osgWrappers/osgWidget/ScriptEngine.cpp(ADD), src/osgWrappers/osgWidget/StyleInterface.cpp(ADD), src/osgWrappers/osgWidget/StyleManager.cpp(ADD), src/osgWrappers/osgWidget/Table.cpp(ADD), src/osgWrappers/osgWidget/Types.cpp(ADD), src/osgWrappers/osgWidget/ViewerEventHandlers.cpp(ADD), src/osgWrappers/osgWidget/Widget.cpp(ADD), src/osgWrappers/osgWidget/Window.cpp(ADD), src/osgWrappers/osgWidget/WindowManager.cpp(ADD)
8728 Log: Added osgWidget wrappers
8730 2008-07-18 16:54:33 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8601 . 2>&1
8731 2008-07-18 16:54:33 DEBUG: Executing svn update --ignore-externals --revision 8601 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8732 2008-07-18 16:54:41 INFO: [Ok]
8733 2008-07-18 16:54:41 DEBUG: src/osgWrappers/osgWidget,src/osgWrappers/osgWidget/Box.cpp,src/osgWrappers/osgWidget/Canvas.cpp,src/osgWrappers/osgWidget/EventInterface.cpp,src/osgWrappers/osgWidget/Export.cpp,src/osgWrappers/osgWidget/Frame.cpp,src/osgWrappers/osgWidget/Input.cpp,src/osgWrappers/osgWidget/Label.cpp,src/osgWrappers/osgWidget/Lua.cpp,src/osgWrappers/osgWidget/Python.cpp,src/osgWrappers/osgWidget/ScriptEngine.cpp,src/osgWrappers/osgWidget/StyleInterface.cpp,src/osgWrappers/osgWidget/StyleManager.cpp,src/osgWrappers/osgWidget/Table.cpp,src/osgWrappers/osgWidget/Types.cpp,src/osgWrappers/osgWidget/ViewerEventHandlers.cpp,src/osgWrappers/osgWidget/Widget.cpp,src/osgWrappers/osgWidget/Window.cpp,src/osgWrappers/osgWidget/WindowManager.cpp updated to 8601
8734 2008-07-18 16:54:41 INFO: Adding src/osgWrappers/osgWidget/Box.cpp, src/osgWrappers/osgWidget/Canvas.cpp, src/osgWrappers/osgWidget/EventInterface.cpp, src/osgWrappers/osgWidget/Export.cpp, src/osgWrappers/osgWidget/Frame.cpp, src/osgWrappers/osgWidget/Input.cpp, src/osgWrappers/osgWidget/Label.cpp, src/osgWrappers/osgWidget/Lua.cpp, src/osgWrappers/osgWidget/Python.cpp, src/osgWrappers/osgWidget/ScriptEngine.cpp, src/osgWrappers/osgWidget/StyleInterface.cpp, src/osgWrappers/osgWidget/StyleManager.cpp, src/osgWrappers/osgWidget/Table.cpp, src/osgWrappers/osgWidget/Types.cpp, src/osgWrappers/osgWidget/ViewerEventHandlers.cpp, src/osgWrappers/osgWidget/Widget.cpp, src/osgWrappers/osgWidget/Window.cpp, src/osgWrappers/osgWidget/WindowManager.cpp...
8735 2008-07-18 16:54:41 INFO: Adding src/osgWrappers/osgWidget/Box.cpp, src/osgWrappers/osgWidget/Canvas.cpp, src/osgWrappers/osgWidget/EventInterface.cpp, src/osgWrappers/osgWidget/Export.cpp, src/osgWrappers/osgWidget/Frame.cpp, src/osgWrappers/osgWidget/Input.cpp, src/osgWrappers/osgWidget/Label.cpp, src/osgWrappers/osgWidget/Lua.cpp, src/osgWrappers/osgWidget/Python.cpp, src/osgWrappers/osgWidget/ScriptEngine.cpp, src/osgWrappers/osgWidget/StyleInterface.cpp, src/osgWrappers/osgWidget/StyleManager.cpp, src/osgWrappers/osgWidget/Table.cpp, src/osgWrappers/osgWidget/Types.cpp, src/osgWrappers/osgWidget/ViewerEventHandlers.cpp, src/osgWrappers/osgWidget/Widget.cpp, src/osgWrappers/osgWidget/Window.cpp, src/osgWrappers/osgWidget/WindowManager.cpp...
8736 2008-07-18 16:54:41 INFO: Committing u'8601'...
8737 2008-07-18 16:54:41 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8738 2008-07-18 16:54:41 INFO: Changeset #262
8739 2008-07-18 16:54:41 INFO: Changeset "8602"
8740 2008-07-18 16:54:41 INFO: Log message: From Jeremy Moles, Updated file references to reflect new data in OpenSceneGraph-Data
8742 2008-07-18 16:54:41 DEBUG: Going to apply changeset:
8744 Date: 2008-07-15 22:30:51.986484+00:00
8746 Entries: examples/osgwidgetaddremove/osgwidgetaddremove.cpp(UPD), examples/osgwidgetframe/osgwidgetframe.cpp(UPD), examples/osgwidgetinput/osgwidgetinput.cpp(UPD), examples/osgwidgetlabel/osgwidgetlabel.cpp(UPD), examples/osgwidgetmenu/osgwidgetmenu.cpp(UPD), examples/osgwidgetnotebook/osgwidgetnotebook.cpp(UPD), examples/osgwidgetscrolled/osgwidgetscrolled.cpp(UPD), examples/osgwidgetshader/osgwidgetshader.cpp(UPD)
8747 Log: From Jeremy Moles, Updated file references to reflect new data in OpenSceneGraph-Data
8749 2008-07-18 16:54:41 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8602 . 2>&1
8750 2008-07-18 16:54:41 DEBUG: Executing svn update --ignore-externals --revision 8602 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8751 2008-07-18 16:54:48 INFO: [Ok]
8752 2008-07-18 16:54:48 DEBUG: examples/osgwidgetaddremove/osgwidgetaddremove.cpp,examples/osgwidgetframe/osgwidgetframe.cpp,examples/osgwidgetinput/osgwidgetinput.cpp,examples/osgwidgetlabel/osgwidgetlabel.cpp,examples/osgwidgetmenu/osgwidgetmenu.cpp,examples/osgwidgetnotebook/osgwidgetnotebook.cpp,examples/osgwidgetscrolled/osgwidgetscrolled.cpp,examples/osgwidgetshader/osgwidgetshader.cpp updated to 8602
8753 2008-07-18 16:54:48 INFO: Committing u'8602'...
8754 2008-07-18 16:54:48 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8755 2008-07-18 16:54:48 INFO: Changeset #263
8756 2008-07-18 16:54:48 INFO: Changeset "8604"
8757 2008-07-18 16:54:48 INFO: Log message: Removed a division by precomputing the associated values
8759 2008-07-18 16:54:48 DEBUG: Going to apply changeset:
8761 Date: 2008-07-16 11:40:01.707589+00:00
8763 Entries: src/osg/KdTree.cpp(UPD)
8764 Log: Removed a division by precomputing the associated values
8766 2008-07-18 16:54:48 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8604 . 2>&1
8767 2008-07-18 16:54:48 DEBUG: Executing svn update --ignore-externals --revision 8604 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8768 2008-07-18 16:54:55 INFO: [Ok]
8769 2008-07-18 16:54:55 DEBUG: src/osg/KdTree.cpp updated to 8604
8770 2008-07-18 16:54:55 INFO: Committing u'8604'...
8771 2008-07-18 16:54:55 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8772 2008-07-18 16:54:55 INFO: Changeset #264
8773 2008-07-18 16:54:55 INFO: Changeset "8605"
8774 2008-07-18 16:54:55 INFO: Log message: From Stephan Huber: updated XCode-project, included osgWidget-Framework
8775 2008-07-18 16:54:55 DEBUG: Going to apply changeset:
8777 Date: 2008-07-16 12:53:58.327802+00:00
8779 Entries: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj(UPD), Xcode/OpenSceneGraph/osgWidget.plist(ADD)
8780 Log: From Stephan Huber: updated XCode-project, included osgWidget-Framework
8781 2008-07-18 16:54:55 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8605 . 2>&1
8782 2008-07-18 16:54:55 DEBUG: Executing svn update --ignore-externals --revision 8605 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8783 2008-07-18 16:55:04 INFO: [Ok]
8784 2008-07-18 16:55:04 DEBUG: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj,Xcode/OpenSceneGraph/osgWidget.plist updated to 8605
8785 2008-07-18 16:55:04 INFO: Adding Xcode/OpenSceneGraph/osgWidget.plist...
8786 2008-07-18 16:55:04 INFO: Committing u'8605'...
8787 2008-07-18 16:55:04 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8788 2008-07-18 16:55:04 INFO: Changeset #265
8789 2008-07-18 16:55:04 INFO: Changeset "8606"
8790 2008-07-18 16:55:04 INFO: Log message: Moved the _textureObjectBuffer assignment to after the imagery has been download to avoid crashes under multi-threaded compile of texture objects (was causing a crash with 3D Textures, but is something that would happen with other Texture types as well.)
8792 2008-07-18 16:55:04 DEBUG: Going to apply changeset:
8794 Date: 2008-07-16 13:23:58.809283+00:00
8796 Entries: src/osg/Texture1D.cpp(UPD), src/osg/Texture2D.cpp(UPD), src/osg/Texture2DArray.cpp(UPD), src/osg/Texture3D.cpp(UPD), src/osg/TextureCubeMap.cpp(UPD), src/osg/TextureRectangle.cpp(UPD)
8797 Log: Moved the _textureObjectBuffer assignment to after the imagery has been download to avoid crashes under multi-threaded compile of texture objects (was causing a crash with 3D Textures, but is something that would happen with other Texture types as well.)
8799 2008-07-18 16:55:04 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8606 . 2>&1
8800 2008-07-18 16:55:04 DEBUG: Executing svn update --ignore-externals --revision 8606 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8801 2008-07-18 16:55:11 INFO: [Ok]
8802 2008-07-18 16:55:11 DEBUG: src/osg/Texture1D.cpp,src/osg/Texture2D.cpp,src/osg/Texture2DArray.cpp,src/osg/Texture3D.cpp,src/osg/TextureCubeMap.cpp,src/osg/TextureRectangle.cpp updated to 8606
8803 2008-07-18 16:55:11 INFO: Committing u'8606'...
8804 2008-07-18 16:55:11 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8805 2008-07-18 16:55:11 INFO: Changeset #266
8806 2008-07-18 16:55:11 INFO: Changeset "8607"
8807 2008-07-18 16:55:11 INFO: Log message: Changed int's to unsigned int's to avoid warnings
8809 2008-07-18 16:55:11 DEBUG: Going to apply changeset:
8811 Date: 2008-07-16 13:26:06.983564+00:00
8813 Entries: include/osg/KdTree(UPD), src/osg/KdTree.cpp(UPD)
8814 Log: Changed int's to unsigned int's to avoid warnings
8816 2008-07-18 16:55:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8607 . 2>&1
8817 2008-07-18 16:55:11 DEBUG: Executing svn update --ignore-externals --revision 8607 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8818 2008-07-18 16:55:18 INFO: [Ok]
8819 2008-07-18 16:55:18 DEBUG: include/osg/KdTree,src/osg/KdTree.cpp updated to 8607
8820 2008-07-18 16:55:18 INFO: Committing u'8607'...
8821 2008-07-18 16:55:18 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8822 2008-07-18 16:55:18 INFO: Changeset #267
8823 2008-07-18 16:55:18 INFO: Changeset "8608"
8824 2008-07-18 16:55:18 INFO: Log message: Updated wrappers
8826 2008-07-18 16:55:18 DEBUG: Going to apply changeset:
8828 Date: 2008-07-16 13:29:35.656620+00:00
8830 Entries: src/osgWrappers/osg/KdTree.cpp(UPD)
8831 Log: Updated wrappers
8833 2008-07-18 16:55:18 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8608 . 2>&1
8834 2008-07-18 16:55:18 DEBUG: Executing svn update --ignore-externals --revision 8608 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8835 2008-07-18 16:55:24 INFO: [Ok]
8836 2008-07-18 16:55:24 DEBUG: src/osgWrappers/osg/KdTree.cpp updated to 8608
8837 2008-07-18 16:55:24 INFO: Committing u'8608'...
8838 2008-07-18 16:55:24 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8839 2008-07-18 16:55:24 INFO: Changeset #268
8840 2008-07-18 16:55:24 INFO: Changeset "8610"
8841 2008-07-18 16:55:24 INFO: Log message: Refactored the MultiTextureControl node callback so that the update is now
8842 done as an update callback, with the elevation aquired via a cull callback
8844 2008-07-18 16:55:24 DEBUG: Going to apply changeset:
8846 Date: 2008-07-16 15:58:15.691248+00:00
8848 Entries: examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp(UPD)
8849 Log: Refactored the MultiTextureControl node callback so that the update is now
8850 done as an update callback, with the elevation aquired via a cull callback
8852 2008-07-18 16:55:24 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8610 . 2>&1
8853 2008-07-18 16:55:24 DEBUG: Executing svn update --ignore-externals --revision 8610 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8854 2008-07-18 16:55:31 INFO: [Ok]
8855 2008-07-18 16:55:31 DEBUG: examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp updated to 8610
8856 2008-07-18 16:55:31 INFO: Committing u'8610'...
8857 2008-07-18 16:55:31 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8858 2008-07-18 16:55:31 INFO: Changeset #269
8859 2008-07-18 16:55:31 INFO: Changeset "8611"
8860 2008-07-18 16:55:31 INFO: Log message: Cleaned up the updateStateSet code
8862 2008-07-18 16:55:31 DEBUG: Going to apply changeset:
8864 Date: 2008-07-16 15:58:51.040147+00:00
8866 Entries: src/osgFX/MultiTextureControl.cpp(UPD)
8867 Log: Cleaned up the updateStateSet code
8869 2008-07-18 16:55:31 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8611 . 2>&1
8870 2008-07-18 16:55:31 DEBUG: Executing svn update --ignore-externals --revision 8611 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8871 2008-07-18 16:55:38 INFO: [Ok]
8872 2008-07-18 16:55:38 DEBUG: src/osgFX/MultiTextureControl.cpp updated to 8611
8873 2008-07-18 16:55:38 INFO: Committing u'8611'...
8874 2008-07-18 16:55:38 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8875 2008-07-18 16:55:38 INFO: Changeset #270
8876 2008-07-18 16:55:38 INFO: Changeset "8612"
8877 2008-07-18 16:55:38 INFO: Log message: From Vincent Bourdier, removed line with setWidth(2.0) as this code prevents
8878 user settings of line with.
8880 2008-07-18 16:55:38 DEBUG: Going to apply changeset:
8882 Date: 2008-07-16 16:04:27.151715+00:00
8884 Entries: src/osgFX/Cartoon.cpp(UPD)
8885 Log: From Vincent Bourdier, removed line with setWidth(2.0) as this code prevents
8886 user settings of line with.
8888 2008-07-18 16:55:38 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8612 . 2>&1
8889 2008-07-18 16:55:38 DEBUG: Executing svn update --ignore-externals --revision 8612 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8890 2008-07-18 16:55:44 INFO: [Ok]
8891 2008-07-18 16:55:44 DEBUG: src/osgFX/Cartoon.cpp updated to 8612
8892 2008-07-18 16:55:44 INFO: Committing u'8612'...
8893 2008-07-18 16:55:44 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8894 2008-07-18 16:55:44 INFO: Changeset #271
8895 2008-07-18 16:55:44 INFO: Changeset "8613"
8896 2008-07-18 16:55:44 INFO: Log message: Set the default setting of LineWidth to 2.0 to ensure that old default behavior
8899 2008-07-18 16:55:44 DEBUG: Going to apply changeset:
8901 Date: 2008-07-16 16:05:43.034769+00:00
8903 Entries: src/osgFX/Cartoon.cpp(UPD)
8904 Log: Set the default setting of LineWidth to 2.0 to ensure that old default behavior
8907 2008-07-18 16:55:44 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8613 . 2>&1
8908 2008-07-18 16:55:44 DEBUG: Executing svn update --ignore-externals --revision 8613 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8909 2008-07-18 16:55:51 INFO: [Ok]
8910 2008-07-18 16:55:51 DEBUG: src/osgFX/Cartoon.cpp updated to 8613
8911 2008-07-18 16:55:51 INFO: Committing u'8613'...
8912 2008-07-18 16:55:51 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8913 2008-07-18 16:55:51 INFO: Changeset #272
8914 2008-07-18 16:55:51 INFO: Changeset "8614"
8915 2008-07-18 16:55:51 INFO: Log message: Fixed path to font
8917 2008-07-18 16:55:51 DEBUG: Going to apply changeset:
8919 Date: 2008-07-16 16:19:19.708698+00:00
8921 Entries: src/osgWidget/WindowManager.cpp(UPD)
8922 Log: Fixed path to font
8924 2008-07-18 16:55:51 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8614 . 2>&1
8925 2008-07-18 16:55:51 DEBUG: Executing svn update --ignore-externals --revision 8614 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8926 2008-07-18 16:55:58 INFO: [Ok]
8927 2008-07-18 16:55:58 DEBUG: src/osgWidget/WindowManager.cpp updated to 8614
8928 2008-07-18 16:55:58 INFO: Committing u'8614'...
8929 2008-07-18 16:55:58 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8930 2008-07-18 16:55:58 INFO: Changeset #273
8931 2008-07-18 16:55:58 INFO: Changeset "8615"
8932 2008-07-18 16:55:58 INFO: Log message: Moved .net plugin out into Deprecated section of osg svn repostitory
8934 2008-07-18 16:55:58 DEBUG: Going to apply changeset:
8936 Date: 2008-07-16 16:19:54.064605+00:00
8938 Entries: src/osgDB/Registry.cpp(UPD), src/osgPlugins/CMakeLists.txt(UPD)
8939 Log: Moved .net plugin out into Deprecated section of osg svn repostitory
8941 2008-07-18 16:55:58 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8615 . 2>&1
8942 2008-07-18 16:55:58 DEBUG: Executing svn update --ignore-externals --revision 8615 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8943 2008-07-18 16:56:04 INFO: [Ok]
8944 2008-07-18 16:56:04 DEBUG: src/osgDB/Registry.cpp,src/osgPlugins/CMakeLists.txt updated to 8615
8945 2008-07-18 16:56:04 INFO: Committing u'8615'...
8946 2008-07-18 16:56:04 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8947 2008-07-18 16:56:04 INFO: Changeset #274
8948 2008-07-18 16:56:04 INFO: Changeset "8617"
8949 2008-07-18 16:56:04 INFO: Log message: Removed net plugin for Xcode projects
8951 2008-07-18 16:56:04 DEBUG: Going to apply changeset:
8953 Date: 2008-07-16 19:07:01.411530+00:00
8955 Entries: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj(UPD)
8956 Log: Removed net plugin for Xcode projects
8958 2008-07-18 16:56:04 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8617 . 2>&1
8959 2008-07-18 16:56:04 DEBUG: Executing svn update --ignore-externals --revision 8617 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8960 2008-07-18 16:56:11 INFO: [Ok]
8961 2008-07-18 16:56:11 DEBUG: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj updated to 8617
8962 2008-07-18 16:56:11 INFO: Committing u'8617'...
8963 2008-07-18 16:56:11 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8964 2008-07-18 16:56:11 INFO: Changeset #275
8965 2008-07-18 16:56:11 INFO: Changeset "8619"
8966 2008-07-18 16:56:11 INFO: Log message: Added osgDB::AuthenticationMap/Details to osgDB and curl plugin to add the ability
8967 to authenticate http transfers
8969 2008-07-18 16:56:11 DEBUG: Going to apply changeset:
8971 Date: 2008-07-17 11:55:55.091867+00:00
8973 Entries: include/osgDB/ReaderWriter(UPD), include/osgDB/Registry(UPD), src/osgDB/ReaderWriter.cpp(UPD), src/osgPlugins/curl/ReaderWriterCURL.cpp(UPD), src/osgPlugins/curl/ReaderWriterCURL.h(UPD)
8974 Log: Added osgDB::AuthenticationMap/Details to osgDB and curl plugin to add the ability
8975 to authenticate http transfers
8977 2008-07-18 16:56:11 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8619 . 2>&1
8978 2008-07-18 16:56:11 DEBUG: Executing svn update --ignore-externals --revision 8619 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8979 2008-07-18 16:56:18 INFO: [Ok]
8980 2008-07-18 16:56:18 DEBUG: include/osgDB/ReaderWriter,include/osgDB/Registry,src/osgDB/ReaderWriter.cpp,src/osgPlugins/curl/ReaderWriterCURL.cpp,src/osgPlugins/curl/ReaderWriterCURL.h updated to 8619
8981 2008-07-18 16:56:18 INFO: Committing u'8619'...
8982 2008-07-18 16:56:18 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8983 2008-07-18 16:56:18 INFO: Changeset #276
8984 2008-07-18 16:56:18 INFO: Changeset "8620"
8985 2008-07-18 16:56:18 INFO: Log message: Moved AuthenticalMap/AuthenticationDetails out in their own files
8987 2008-07-18 16:56:18 DEBUG: Going to apply changeset:
8989 Date: 2008-07-17 12:13:04.675011+00:00
8991 Entries: include/osgDB/AuthenticationMap(ADD), include/osgDB/ReaderWriter(UPD), src/osgDB/AuthenticationMap.cpp(ADD), src/osgDB/CMakeLists.txt(UPD), src/osgDB/ReaderWriter.cpp(UPD)
8992 Log: Moved AuthenticalMap/AuthenticationDetails out in their own files
8994 2008-07-18 16:56:18 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8620 . 2>&1
8995 2008-07-18 16:56:18 DEBUG: Executing svn update --ignore-externals --revision 8620 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
8996 2008-07-18 16:56:25 INFO: [Ok]
8997 2008-07-18 16:56:25 DEBUG: include/osgDB/AuthenticationMap,include/osgDB/ReaderWriter,src/osgDB/AuthenticationMap.cpp,src/osgDB/CMakeLists.txt,src/osgDB/ReaderWriter.cpp updated to 8620
8998 2008-07-18 16:56:25 INFO: Adding include/osgDB/AuthenticationMap...
8999 2008-07-18 16:56:25 INFO: Adding src/osgDB/AuthenticationMap.cpp...
9000 2008-07-18 16:56:25 INFO: Committing u'8620'...
9001 2008-07-18 16:56:25 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9002 2008-07-18 16:56:25 INFO: Changeset #277
9003 2008-07-18 16:56:25 INFO: Changeset "8621"
9004 2008-07-18 16:56:25 INFO: Log message: Updated wrappers
9006 2008-07-18 16:56:25 DEBUG: Going to apply changeset:
9008 Date: 2008-07-17 12:26:42.714770+00:00
9010 Entries: src/osgWrappers/osgDB/AuthenticationMap.cpp(ADD), src/osgWrappers/osgDB/ReaderWriter.cpp(UPD), src/osgWrappers/osgDB/Registry.cpp(UPD)
9011 Log: Updated wrappers
9013 2008-07-18 16:56:25 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8621 . 2>&1
9014 2008-07-18 16:56:25 DEBUG: Executing svn update --ignore-externals --revision 8621 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9015 2008-07-18 16:56:32 INFO: [Ok]
9016 2008-07-18 16:56:32 DEBUG: src/osgWrappers/osgDB/AuthenticationMap.cpp,src/osgWrappers/osgDB/ReaderWriter.cpp,src/osgWrappers/osgDB/Registry.cpp updated to 8621
9017 2008-07-18 16:56:32 INFO: Adding src/osgWrappers/osgDB/AuthenticationMap.cpp...
9018 2008-07-18 16:56:32 INFO: Committing u'8621'...
9019 2008-07-18 16:56:32 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9020 2008-07-18 16:56:32 INFO: Changeset #278
9021 2008-07-18 16:56:32 INFO: Changeset "8622"
9022 2008-07-18 16:56:32 INFO: Log message: From Stephan Huber: updated XCode project
9023 2008-07-18 16:56:32 DEBUG: Going to apply changeset:
9025 Date: 2008-07-17 13:23:43.488088+00:00
9027 Entries: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj(UPD)
9028 Log: From Stephan Huber: updated XCode project
9029 2008-07-18 16:56:32 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8622 . 2>&1
9030 2008-07-18 16:56:32 DEBUG: Executing svn update --ignore-externals --revision 8622 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9031 2008-07-18 16:56:39 INFO: [Ok]
9032 2008-07-18 16:56:39 DEBUG: Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj updated to 8622
9033 2008-07-18 16:56:39 INFO: Committing u'8622'...
9034 2008-07-18 16:56:39 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9035 2008-07-18 16:56:39 INFO: Changeset #279
9036 2008-07-18 16:56:39 INFO: Changeset "8623"
9037 2008-07-18 16:56:39 INFO: Log message: Updated ChangeLog
9039 2008-07-18 16:56:39 DEBUG: Going to apply changeset:
9041 Date: 2008-07-17 13:32:47.494429+00:00
9043 Entries: ChangeLog(UPD)
9044 Log: Updated ChangeLog
9046 2008-07-18 16:56:39 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8623 . 2>&1
9047 2008-07-18 16:56:39 DEBUG: Executing svn update --ignore-externals --revision 8623 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9048 2008-07-18 16:56:47 INFO: [Ok]
9049 2008-07-18 16:56:47 DEBUG: ChangeLog updated to 8623
9050 2008-07-18 16:56:47 INFO: Committing u'8623'...
9051 2008-07-18 16:56:47 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9052 2008-07-18 16:56:47 INFO: Changeset #280
9053 2008-07-18 16:56:47 INFO: Changeset "8624"
9054 2008-07-18 16:56:47 INFO: Log message: From Ulrich Hertlein, "attached are some minor tweaks:
9056 - fixed typos in osgViewer/ViewerBase
9057 - const-ness in include/osg/View findSlaveIndexForCamera
9058 - supported options for STL reader, fixed return values to reflect proper errors
9059 - supported options for DirectX reader, fixed return values
9060 - normals pseudo-loader: scaling normals to a const (but variable) fraction of the bounding sphere radius
9063 2008-07-18 16:56:47 DEBUG: Going to apply changeset:
9065 Date: 2008-07-17 13:51:14.365895+00:00
9067 Entries: include/osg/View(UPD), include/osgViewer/ViewerBase(UPD), src/osg/View.cpp(UPD), src/osgPlugins/normals/Normals.cpp(UPD), src/osgPlugins/normals/ReaderWriterNormals.cpp(UPD), src/osgPlugins/stl/ReaderWriterSTL.cpp(UPD), src/osgPlugins/x/ReaderWriterDirectX.cpp(UPD)
9068 Log: From Ulrich Hertlein, "attached are some minor tweaks:
9070 - fixed typos in osgViewer/ViewerBase
9071 - const-ness in include/osg/View findSlaveIndexForCamera
9072 - supported options for STL reader, fixed return values to reflect proper errors
9073 - supported options for DirectX reader, fixed return values
9074 - normals pseudo-loader: scaling normals to a const (but variable) fraction of the bounding sphere radius
9077 2008-07-18 16:56:47 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8624 . 2>&1
9078 2008-07-18 16:56:47 DEBUG: Executing svn update --ignore-externals --revision 8624 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9079 2008-07-18 16:56:54 INFO: [Ok]
9080 2008-07-18 16:56:54 DEBUG: include/osg/View,include/osgViewer/ViewerBase,src/osg/View.cpp,src/osgPlugins/normals/Normals.cpp,src/osgPlugins/normals/ReaderWriterNormals.cpp,src/osgPlugins/stl/ReaderWriterSTL.cpp,src/osgPlugins/x/ReaderWriterDirectX.cpp updated to 8624
9081 2008-07-18 16:56:54 INFO: Committing u'8624'...
9082 2008-07-18 16:56:54 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9083 2008-07-18 16:56:54 INFO: Changeset #281
9084 2008-07-18 16:56:54 INFO: Changeset "8625"
9085 2008-07-18 16:56:54 INFO: Log message: Updated wrappers
9087 2008-07-18 16:56:54 DEBUG: Going to apply changeset:
9089 Date: 2008-07-17 14:13:13.193156+00:00
9091 Entries: src/osgWrappers/osg/View.cpp(UPD), src/osgWrappers/osgViewer/ViewerBase.cpp(UPD)
9092 Log: Updated wrappers
9094 2008-07-18 16:56:54 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8625 . 2>&1
9095 2008-07-18 16:56:54 DEBUG: Executing svn update --ignore-externals --revision 8625 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9096 2008-07-18 16:57:01 INFO: [Ok]
9097 2008-07-18 16:57:01 DEBUG: src/osgWrappers/osg/View.cpp,src/osgWrappers/osgViewer/ViewerBase.cpp updated to 8625
9098 2008-07-18 16:57:01 INFO: Committing u'8625'...
9099 2008-07-18 16:57:01 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9100 2008-07-18 16:57:01 INFO: Changeset #282
9101 2008-07-18 16:57:01 INFO: Changeset "8626"
9102 2008-07-18 16:57:01 INFO: Log message: Updated ChangeLog for 2.5.5 release
9104 2008-07-18 16:57:01 DEBUG: Going to apply changeset:
9106 Date: 2008-07-17 14:18:59.637535+00:00
9108 Entries: README.txt(UPD)
9109 Log: Updated ChangeLog for 2.5.5 release
9111 2008-07-18 16:57:01 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8626 . 2>&1
9112 2008-07-18 16:57:01 DEBUG: Executing svn update --ignore-externals --revision 8626 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9113 2008-07-18 16:57:08 INFO: [Ok]
9114 2008-07-18 16:57:08 DEBUG: README.txt updated to 8626
9115 2008-07-18 16:57:08 INFO: Committing u'8626'...
9116 2008-07-18 16:57:08 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9117 2008-07-18 16:57:08 INFO: Changeset #283
9118 2008-07-18 16:57:08 INFO: Changeset "8627"
9119 2008-07-18 16:57:08 INFO: Log message: Updated version and AUTHORS.txt for 2.5.5 release
9121 2008-07-18 16:57:08 DEBUG: Going to apply changeset:
9123 Date: 2008-07-17 14:25:04.643989+00:00
9125 Entries: AUTHORS.txt(UPD), applications/osgversion/osgversion.cpp(UPD)
9126 Log: Updated version and AUTHORS.txt for 2.5.5 release
9128 2008-07-18 16:57:08 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8627 . 2>&1
9129 2008-07-18 16:57:08 DEBUG: Executing svn update --ignore-externals --revision 8627 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9130 2008-07-18 16:57:15 INFO: [Ok]
9131 2008-07-18 16:57:15 DEBUG: AUTHORS.txt,applications/osgversion/osgversion.cpp updated to 8627
9132 2008-07-18 16:57:15 INFO: Committing u'8627'...
9133 2008-07-18 16:57:15 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9134 2008-07-18 16:57:15 INFO: Changeset #284
9135 2008-07-18 16:57:15 INFO: Changeset "8629"
9136 2008-07-18 16:57:15 INFO: Log message: From Jean-Sebastien Guay and Robert Osfiled, osgViewer::ScreenCaptureHandler for
9139 2008-07-18 16:57:15 DEBUG: Going to apply changeset:
9141 Date: 2008-07-17 16:12:39.396308+00:00
9143 Entries: applications/osgviewer/osgviewer.cpp(UPD), include/osgViewer/ViewerEventHandlers(UPD), src/osgViewer/CMakeLists.txt(UPD), src/osgViewer/ScreenCaptureHandler.cpp(ADD)
9144 Log: From Jean-Sebastien Guay and Robert Osfiled, osgViewer::ScreenCaptureHandler for
9147 2008-07-18 16:57:15 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8629 . 2>&1
9148 2008-07-18 16:57:15 DEBUG: Executing svn update --ignore-externals --revision 8629 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9149 2008-07-18 16:57:22 INFO: [Ok]
9150 2008-07-18 16:57:22 DEBUG: applications/osgviewer/osgviewer.cpp,include/osgViewer/ViewerEventHandlers,src/osgViewer/CMakeLists.txt,src/osgViewer/ScreenCaptureHandler.cpp updated to 8629
9151 2008-07-18 16:57:22 INFO: Adding src/osgViewer/ScreenCaptureHandler.cpp...
9152 2008-07-18 16:57:22 INFO: Committing u'8629'...
9153 2008-07-18 16:57:22 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9154 2008-07-18 16:57:22 INFO: Changeset #285
9155 2008-07-18 16:57:22 INFO: Changeset "8630"
9156 2008-07-18 16:57:22 INFO: Log message: Introduce a custom atof function that always assumes data comes in form 10.10 with
9157 the full stop used as a decimal place.
9159 2008-07-18 16:57:22 DEBUG: Going to apply changeset:
9161 Date: 2008-07-18 11:39:06.197291+00:00
9163 Entries: src/osgDB/Field.cpp(UPD)
9164 Log: Introduce a custom atof function that always assumes data comes in form 10.10 with
9165 the full stop used as a decimal place.
9167 2008-07-18 16:57:22 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8630 . 2>&1
9168 2008-07-18 16:57:22 DEBUG: Executing svn update --ignore-externals --revision 8630 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9169 2008-07-18 16:57:29 INFO: [Ok]
9170 2008-07-18 16:57:29 DEBUG: src/osgDB/Field.cpp updated to 8630
9171 2008-07-18 16:57:29 INFO: Committing u'8630'...
9172 2008-07-18 16:57:29 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9173 2008-07-18 16:57:29 INFO: Changeset #286
9174 2008-07-18 16:57:29 INFO: Changeset "8631"
9175 2008-07-18 16:57:29 INFO: Log message: From Adrain Elgi, added osgGA to link list
9177 2008-07-18 16:57:29 DEBUG: Going to apply changeset:
9179 Date: 2008-07-18 21:17:35.437721+00:00
9181 Entries: src/osgWidget/CMakeLists.txt(UPD)
9182 Log: From Adrain Elgi, added osgGA to link list
9184 2008-07-18 16:57:29 INFO: /Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph $ svn update --ignore-externals --revision 8631 . 2>&1
9185 2008-07-18 16:57:29 DEBUG: Executing svn update --ignore-externals --revision 8631 . ('/Users/ewing/Source/TAILOR/OpenSceneGraph/OpenSceneGraph')
9186 2008-07-18 16:57:35 INFO: [Ok]
9187 2008-07-18 16:57:35 DEBUG: src/osgWidget/CMakeLists.txt updated to 8631
9188 2008-07-18 16:57:35 INFO: Committing u'8631'...
9189 2008-07-18 16:57:35 INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9190 2008-07-18 16:57:35 DEBUG: Adjusting the state accordingly to journal
9191 2008-07-18 16:57:35 INFO: Update completed, now at revision "8631"