Thu Nov 09 17:38:29 2006 +0000
Moved changes leading up to 1.0.2 release to ChangeLog.v1.0.2
and reset the main ChangeLog file.
| ChangeLog.v1.0.2 | file | annotate | diff | revisions |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ChangeLog.v1.0.2 Thu Nov 09 17:38:29 2006 +0000 1.3 @@ -0,0 +1,393 @@ 1.4 +2006-11-09 16:07:52 Rev 842 kyrah 1.5 + 1.6 + * NEWS.txt: 1.0.2 happens today. 1.7 + 1.8 +2006-11-09 15:58:32 Rev 841 kyrah 1.9 + 1.10 + * examples/README.txt: Added information on Universal Binaries. 1.11 + 1.12 +2006-11-09 15:44:44 Rev 840 kyrah 1.13 + 1.14 + * examples/NoNibViewer/NoNibViewer.xcodeproj/kyrah.pbxuser, 1.15 + examples/CustomEventHandling/CustomEventHandling.xcodeproj/kyrah. 1.16 + mode1, examples/Sc21Viewer/Sc21Viewer.xcodeproj/kyrah.mode1, 1.17 + examples/CustomEventHandling/CustomEventHandling.xcodeproj/kyrah. 1.18 + pbxuser, examples/Sc21Viewer/Sc21Viewer.xcodeproj/kyrah.pbxuser, 1.19 + examples/Sc21FullscreenViewer/Sc21FullscreenViewer.xcodeproj/kyrah. 1.20 + mode1, examples/Viewtiful/Viewtiful.xcodeproj/kyrah.mode1, 1.21 + examples/Sc21FullscreenViewer/Sc21FullscreenViewer.xcodeproj/kyrah. 1.22 + pbxuser, examples/NoNibViewer/NoNibViewer.xcodeproj/kyrah.mode1, 1.23 + examples/Viewtiful/Viewtiful.xcodeproj/kyrah.pbxuser: Remove 1.24 + personal settings that shouldn't be part of the project. 1.25 + 1.26 +2006-11-09 15:42:48 Rev 839 kyrah 1.27 + 1.28 + * examples/Sc21FullscreenViewer/Sc21FullscreenViewer. 1.29 + xcodeproj/project.pbxproj, examples/Viewtiful/Viewtiful. 1.30 + xcodeproj/project.pbxproj, examples/NoNibViewer/NoNibViewer. 1.31 + xcodeproj/project.pbxproj, 1.32 + examples/CustomEventHandling/CustomEventHandling.xcodeproj/project. 1.33 + pbxproj, examples/Sc21Viewer/Sc21Viewer.xcodeproj/project.pbxproj: 1.34 + Build only native version of examples by default. 1.35 + 1.36 +2006-11-09 14:57:40 Rev 838 kyrah 1.37 + 1.38 + * packaging/scripts/copyexamples.sh: Xcode 2.1 upgrade (.xcode -> . 1.39 + xcodeproj) 1.40 + 1.41 +2006-11-09 14:36:26 Rev 837 kyrah 1.42 + 1.43 + * packaging/SC21-README.txt: Another typo. 1.44 + 1.45 +2006-11-09 14:28:30 Rev 836 kyrah 1.46 + 1.47 + * packaging/SC21-README.txt: Typo. 1.48 + 1.49 +2006-11-09 13:41:20 Rev 835 kyrah 1.50 + 1.51 + * examples/NoNibViewer/NoNibViewer.xcode, 1.52 + examples/NoNibViewer/NoNibViewer.xcodeproj/kyrah.pbxuser, 1.53 + examples/Sc21FullscreenViewer/Sc21FullscreenViewer. 1.54 + xcodeproj/project.pbxproj, examples/Sc21Viewer/Sc21Viewer. 1.55 + xcodeproj, examples/CustomEventHandling/CustomEventHandling. 1.56 + xcodeproj/kyrah.mode1, examples/Viewtiful/Viewtiful. 1.57 + xcodeproj/project.pbxproj, examples/Sc21Viewer/Sc21Viewer. 1.58 + xcodeproj/kyrah.pbxuser, examples/Sc21Viewer/Sc21Viewer.xcode, 1.59 + examples/Sc21FullscreenViewer/Sc21FullscreenViewer.xcodeproj, 1.60 + examples/CustomEventHandling/CustomEventHandling.xcodeproj/project. 1.61 + pbxproj, examples/Viewtiful/Viewtiful.xcodeproj, 1.62 + examples/Sc21FullscreenViewer/Sc21FullscreenViewer.xcodeproj/kyrah. 1.63 + pbxuser, examples/Sc21FullscreenViewer/Sc21FullscreenViewer.xcode, 1.64 + examples/NoNibViewer/NoNibViewer.xcodeproj/kyrah.mode1, 1.65 + examples/Viewtiful/Viewtiful.xcodeproj/kyrah.pbxuser, 1.66 + examples/Viewtiful/Viewtiful.xcode, 1.67 + examples/CustomEventHandling/CustomEventHandling.xcodeproj, 1.68 + examples/Sc21Viewer/Sc21Viewer.xcodeproj/kyrah.mode1, 1.69 + examples/CustomEventHandling/CustomEventHandling.xcodeproj/kyrah. 1.70 + pbxuser, examples/CustomEventHandling/CustomEventHandling.xcode, 1.71 + examples/NoNibViewer/NoNibViewer.xcodeproj/project.pbxproj, 1.72 + examples/Sc21FullscreenViewer/Sc21FullscreenViewer.xcodeproj/kyrah. 1.73 + mode1, examples/Sc21Viewer/Sc21Viewer.xcodeproj/project.pbxproj, 1.74 + examples/NoNibViewer/NoNibViewer.xcodeproj, 1.75 + examples/Viewtiful/Viewtiful.xcodeproj/kyrah.mode1: We now require 1.76 + Xcode 2.1. 1.77 + 1.78 +2006-11-09 13:16:03 Rev 834 kyrah 1.79 + 1.80 + * packaging/SC21-README.txt, packaging/meta/Resources/Welcome.rtf: 1.81 + Update. 1.82 + 1.83 +2006-11-09 12:28:56 Rev 833 kyrah 1.84 + 1.85 + * src/SCSceneGraph.mm: Added FIXME regarding user scenegraph being 1.86 + expected to be of type SoGroup * (while it probably should be 1.87 + SoNode *). 1.88 + 1.89 +2006-11-08 16:07:56 Rev 831 kyrah 1.90 + 1.91 + * Resources/palette/Info.plist, packaging/framework/Description. 1.92 + plist, packaging/palette/Description.plist, packaging/meta/Info. 1.93 + plist, packaging/SC21-README.txt, packaging/framework/Info.plist, 1.94 + packaging/doc/Description.plist, packaging/palette/Info.plist, 1.95 + packaging/doc/Info.plist, packaging/examples/Description.plist, 1.96 + Resources/framework/version.plist, packaging/meta/Description. 1.97 + plist, packaging/examples/Info.plist, Resources/palette/version. 1.98 + plist, Resources/palette/palette.table, Resources/framework/Info. 1.99 + plist: Bumped logical version to 1.0.2. 1.100 + 1.101 +2006-11-08 16:05:53 Rev 830 kyrah 1.102 + 1.103 + * doc/index.html, doc/HTMLTemplate.html: Copyright update. 1.104 + 1.105 +2006-11-08 16:01:46 Rev 829 kyrah 1.106 + 1.107 + * Sc21.xcodeproj/project.pbxproj: Bumped version number to 6.4 1.108 + 1.109 +2006-11-08 15:31:05 Rev 828 kyrah 1.110 + 1.111 + * Sc21.xcode: We now require Xcode 2.1. 1.112 + 1.113 +2006-11-08 15:30:55 Rev 827 kyrah 1.114 + 1.115 + * README.txt: We now require Xcode 2.1. 1.116 + 1.117 +2006-11-08 15:25:44 Rev 826 kyrah 1.118 + 1.119 + * NEWS.txt: Updated from ChangeLog file. 1.120 + 1.121 +2006-11-08 15:11:36 Rev 825 kyrah 1.122 + 1.123 + * Sc21.xcodeproj/project.pbxproj, src/SCEventConverter.mm, 1.124 + src/SCExaminerHandlerInspector.h, src/SCExterns.m, 1.125 + packaging/examples/Resources/Welcome.rtf, src/SCEventHandlerP.h, 1.126 + src/SCSceneGraphP.h, examples/Viewtiful/MyWindowController.h, 1.127 + src/SCEventHandler.mm, src/SCOffscreenRenderer.h, src/SCSceneGraph. 1.128 + mm, src/SCExaminerHandlerInspector.m, src/SCPanMode.mm, 1.129 + src/SCEventConverter.h, src/SCControllerInspector.h, 1.130 + src/SCDrawable.mdoc, examples/NoNibViewer/AppController.h, 1.131 + packaging/framework/Resources/Welcome.rtf, src/SCSpinMode.h, 1.132 + src/SCOpenGLView.h, src/Sc21.h, src/SCOpenGLView.m, 1.133 + packaging/doc/Resources/Welcome.rtf, examples/Viewtiful/MyDocument. 1.134 + mm, src/SCCoinHandler.h, packaging/scripts/makesc21pkg.sh, 1.135 + Resources/framework/Info.plist, src/SCControllerInspector.mm, 1.136 + packaging/meta/Info.plist, examples/NoNibViewer/main.mm, 1.137 + src/SCOpenGLPixelFormat.h, src/SCSpinMode.mm, src/SCCursors.h, 1.138 + examples/Sc21Viewer/AppController.mm, src/SCRotateMode.h, 1.139 + src/SCOpenGLPixelFormat.m, src/SCCursors.m, 1.140 + src/SCSceneGraphInspector.h, 1.141 + examples/CustomEventHandling/AppController.h, src/SCCoinHandlerP.h, 1.142 + examples/CustomEventHandling/MyEventHandler.h, src/SCCameraP.h, 1.143 + src/SCCoinHandler.mm, src/SCCamera.mm, 1.144 + examples/CustomEventHandling/main.m, 1.145 + packaging/palette/Resources/Welcome.rtf, src/SCTimer.h, 1.146 + src/SCController.h, src/SCMode.h, src/SCTimer.m, 1.147 + examples/CustomEventHandling/AppController.mm, 1.148 + src/SCSceneGraphInspector.mm, src/SCMode.m, src/SCMouseLog.h, 1.149 + src/SCOpenGLViewP.h, src/SCMouseLog.m, 1.150 + examples/Sc21FullscreenViewer/AppController.h, 1.151 + examples/Viewtiful/AppController.h, src/SCExaminerHandler.h, 1.152 + packaging/meta/Resources/Welcome.rtf, 1.153 + examples/Sc21FullscreenViewer/main.m, src/SCView.h, src/SCDefines. 1.154 + h, src/SCSceneGraph.h, src/SCEventHandler.h, 1.155 + examples/Viewtiful/MyWindowController.mm, src/Sc21Palette.mm, 1.156 + src/SCPanMode.h, examples/Sc21Viewer/main.m, 1.157 + examples/Sc21FullscreenViewer/AppController.mm, 1.158 + examples/Viewtiful/main.mm, src/SCRotateMode.mm, 1.159 + src/SCExaminerHandlerP.h, src/SCDebug.h, src/SCEmulator.h, 1.160 + src/SCExaminerHandler.mm, src/SCCamera.h, 1.161 + examples/CustomEventHandling/MyEventHandler.mm, src/SCViewP.h, 1.162 + Resources/palette/Info.plist, src/SCView.mm, src/SCEmulator.m, 1.163 + examples/NoNibViewer/AppController.mm, src/Sc21Palette.h, 1.164 + src/SCControllerP.h, examples/Viewtiful/MyDocument.h, 1.165 + src/SCController.mm, src/SCOpenGLViewInspector.h, src/SCDebug.mm, 1.166 + src/SCInternalDefines.h, src/SCZoomMode.mm, src/SCUtil.h, 1.167 + examples/Sc21Viewer/AppController.h, src/SCDrawable.h, 1.168 + src/SCOffscreenRenderer.mm, examples/Viewtiful/AppController.mm, 1.169 + src/SCOpenGLViewInspector.mm, src/SCZoomMode.h: Copyright update. 1.170 + 1.171 +2006-11-08 15:10:06 Rev 824 kyrah 1.172 + 1.173 + * NEWS.txt: Next release will be a micro-release. 1.174 + 1.175 +2006-10-03 19:46:26 Rev 819 autosvn 1.176 + 1.177 + * Sc21-1_0_0/examples/Sc21Viewer/English.lproj/.cvsignore, 1.178 + Sc21-1_0_1/Resources/palette/English.lproj/.cvsignore, 1.179 + Resources/palette/English.lproj/.cvsignore, 1.180 + Sc21-1_0_0/examples/Sc21FullscreenViewer/.cvsignore, 1.181 + Sc21-1_0_0/examples/Viewtiful/.cvsignore, 1.182 + Sc21-1_0_1/examples/Viewtiful/.cvsignore, examples/Viewtiful/. 1.183 + cvsignore, Sc21-1_0_0/examples/CustomEventHandling/.cvsignore, 1.184 + Sc21-1_0_1/examples/CustomEventHandling/.cvsignore, Sc21-1_0_0/. 1.185 + cvsignore, examples/CustomEventHandling/.cvsignore, 1.186 + Sc21-1_0_0/examples/Sc21Viewer/.cvsignore, 1.187 + Sc21-1_0_1/examples/Sc21FullscreenViewer/English.lproj/.cvsignore, 1.188 + examples/Sc21FullscreenViewer/English.lproj/.cvsignore, 1.189 + Sc21-1_0_0/examples/Viewtiful/Viewtiful.xcode/.cvsignore, 1.190 + examples/Viewtiful/Viewtiful.xcode/.cvsignore, 1.191 + Sc21-1_0_1/examples/Viewtiful/Viewtiful.xcode/.cvsignore, 1.192 + Sc21-1_0_0/examples/CustomEventHandling/CustomEventHandling.xcode/. 1.193 + cvsignore, examples/CustomEventHandling/CustomEventHandling.xcode/. 1.194 + cvsignore, 1.195 + Sc21-1_0_1/examples/CustomEventHandling/CustomEventHandling.xcode/. 1.196 + cvsignore, Sc21-1_0_0/Resources/palette/English.lproj/.cvsignore, 1.197 + examples/Sc21Viewer/English.lproj/.cvsignore, 1.198 + Sc21-1_0_1/examples/Sc21Viewer/English.lproj/.cvsignore, 1.199 + examples/Sc21FullscreenViewer/.cvsignore, 1.200 + Sc21-1_0_1/examples/Sc21FullscreenViewer/.cvsignore, 1.201 + Sc21-1_0_0/examples/NoNibViewer/NoNibViewer.xcode/.cvsignore, 1.202 + examples/NoNibViewer/NoNibViewer.xcode/.cvsignore, 1.203 + Sc21-1_0_1/examples/NoNibViewer/NoNibViewer.xcode/.cvsignore, . 1.204 + cvsignore, Sc21-1_0_1/.cvsignore, 1.205 + Sc21-1_0_0/examples/Sc21Viewer/Sc21Viewer.xcode/.cvsignore, 1.206 + Sc21-1_0_1/examples/Sc21Viewer/Sc21Viewer.xcode/.cvsignore, 1.207 + examples/Sc21Viewer/Sc21Viewer.xcode/.cvsignore, 1.208 + Sc21-1_0_0/examples/NoNibViewer/.cvsignore, 1.209 + Sc21-1_0_1/examples/NoNibViewer/.cvsignore, examples/NoNibViewer/. 1.210 + cvsignore, Sc21-1_0_1/examples/Sc21Viewer/.cvsignore, 1.211 + Sc21-1_0_0/Sc21.xcode/.cvsignore, 1.212 + Sc21-1_0_0/examples/Sc21FullscreenViewer/English.lproj/.cvsignore, 1.213 + Sc21-1_0_0/examples/Sc21FullscreenViewer/Sc21FullscreenViewer. 1.214 + xcode/.cvsignore, examples/Sc21Viewer/.cvsignore, 1.215 + Sc21-1_0_1/examples/Sc21FullscreenViewer/Sc21FullscreenViewer. 1.216 + xcode/.cvsignore, Sc21-1_0_1/Sc21.xcode/.cvsignore, 1.217 + Sc21-1_0_0/examples/Viewtiful/English.lproj/.cvsignore, Sc21. 1.218 + xcode/.cvsignore, 1.219 + examples/Sc21FullscreenViewer/Sc21FullscreenViewer.xcode/. 1.220 + cvsignore, Sc21-1_0_1/examples/Viewtiful/English.lproj/.cvsignore, 1.221 + examples/Viewtiful/English.lproj/.cvsignore, 1.222 + Sc21-1_0_0/examples/CustomEventHandling/English.lproj/.cvsignore, 1.223 + Sc21-1_0_1/examples/CustomEventHandling/English.lproj/.cvsignore, 1.224 + Sc21-1_0_0/examples/.cvsignore, 1.225 + examples/CustomEventHandling/English.lproj/.cvsignore, 1.226 + Sc21-1_0_1/examples/.cvsignore, examples/.cvsignore: Remove now 1.227 + obsolete .cvsignore files. 1.228 + 1.229 +2006-08-10 23:36:56 Rev 818 autocvs 1.230 + 1.231 + * ChangeLog: Automatic ChangeLog generation 1.232 + 1.233 +2006-08-10 00:09:59 Rev 817 kyrah 1.234 + 1.235 + * examples/Sc21FullscreenViewer/AppController.mm: Mac OS 10.5 1.236 + compile fixes. 1.237 + 1.238 +2006-08-09 23:59:41 Rev 816 autocvs 1.239 + 1.240 + * ChangeLog: Automatic ChangeLog generation 1.241 + 1.242 +2006-08-09 19:24:18 Rev 815 kyrah 1.243 + 1.244 + * src/SCView.mm, src/SCOffscreenRenderer.mm, src/SCDebug.mm: Mac OS 1.245 + 10.5 compile fixes. 1.246 + 1.247 +2006-04-14 23:58:45 Rev 814 autocvs 1.248 + 1.249 + * ChangeLog: Automatic ChangeLog generation 1.250 + 1.251 +2006-04-14 12:32:24 Rev 813 kyrah 1.252 + 1.253 + * NEWS.txt: New in 1.1.0 so far... 1.254 + 1.255 +2006-04-14 12:19:33 Rev 812 kyrah 1.256 + 1.257 + * src/SCTimer.h, src/SCTimer.m: Removed bogus and unused NSTimer 1.258 + category method _SC_isActive. 1.259 + 1.260 +2006-04-14 11:57:02 Rev 811 kyrah 1.261 + 1.262 + * BUGS.txt: New item. 1.263 + 1.264 +2006-04-13 23:36:09 Rev 810 autocvs 1.265 + 1.266 + * ChangeLog: Automatic ChangeLog generation 1.267 + 1.268 +2006-04-13 16:21:23 Rev 809 kyrah 1.269 + 1.270 + * Sc21.xcodeproj/project.pbxproj: Bumped version to 6.3 for the UB 1.271 + public beta. 1.272 + 1.273 +2006-04-13 15:40:51 Rev 808 kyrah 1.274 + 1.275 + * Sc21.xcodeproj/project.pbxproj: Default to building Universal 1.276 + Binaries. 1.277 + 1.278 +2006-04-13 15:32:06 Rev 807 kyrah 1.279 + 1.280 + * Sc21.xcodeproj/project.pbxproj: Change install_name of installed 1.281 + Sc21.framework to not be a full path (i.e. "Sc21. 1.282 + framework/Versions/A/Sc21" instead of the default 1.283 + "/Library/Frameworks/Sc21.framework/Versions/A/Sc21") to make the 1.284 + framework relocatable. 1.285 + 1.286 +2006-04-13 15:26:03 Rev 806 kyrah 1.287 + 1.288 + * Sc21.xcodeproj/project.pbxproj, Sc21.xcodeproj: Project file for 1.289 + Xcode 2.2 1.290 + 1.291 +2006-04-13 15:16:53 Rev 805 kyrah 1.292 + 1.293 + * packaging/scripts/makesc21pkg.sh: Workaround for PackageMaker bug. 1.294 + 1.295 +2006-04-13 11:36:14 Rev 804 kyrah 1.296 + 1.297 + * src/SCTimer.m: Get rid of warning about missing cast. 1.298 + 1.299 +2006-03-24 00:38:07 Rev 803 autocvs 1.300 + 1.301 + * ChangeLog: Automatic ChangeLog generation 1.302 + 1.303 +2006-03-23 11:49:24 Rev 802 kyrah 1.304 + 1.305 + * BUGS.txt: Bug 007 probably fixed now. 1.306 + 1.307 +2006-03-23 11:44:54 Rev 801 kyrah 1.308 + 1.309 + * THANKS.txt: Added Anton Leuski. 1.310 + 1.311 +2006-03-23 11:44:39 Rev 800 kyrah 1.312 + 1.313 + * src/SCCamera.mm: Bugfix: Correct handling of the case where the 1.314 + whole scene is behind the camera. Problem reported and fix 1.315 + suggested by Anton Leuski. 1.316 + 1.317 +2006-03-23 11:43:22 Rev 799 kyrah 1.318 + 1.319 + * src/SCSpinMode.mm: Prevent continuous scene updates when rotation 1.320 + angle is zero. Problem reported and fix suggested by Anton Leuski. 1.321 + 1.322 +2006-02-05 00:37:31 Rev 798 autocvs 1.323 + 1.324 + * ChangeLog: Automatic ChangeLog generation 1.325 + 1.326 +2006-02-04 19:56:15 Rev 797 kyrah 1.327 + 1.328 + * BUGS.txt: Added two new items 1.329 + 1.330 +2006-02-04 19:56:06 Rev 796 kyrah 1.331 + 1.332 + * src/SCOffscreenRenderer.mm: Disabled code that uses functionality 1.333 + that is not available in current Coin release. 1.334 + 1.335 +2005-12-08 00:36:33 Rev 795 autocvs 1.336 + 1.337 + * ChangeLog: Automatic ChangeLog generation 1.338 + 1.339 +2005-12-07 12:00:14 Rev 794 kyrah 1.340 + 1.341 + * BUGS.txt: New item. 1.342 + 1.343 +2005-11-09 00:37:14 Rev 793 autocvs 1.344 + 1.345 + * ChangeLog: Automatic ChangeLog generation 1.346 + 1.347 +2005-11-08 11:24:25 Rev 792 kyrah 1.348 + 1.349 + * Sc21.xcode/project.pbxproj: Added offscreen rendering 1.350 + implementation. 1.351 + 1.352 +2005-11-08 11:00:31 Rev 791 kyrah 1.353 + 1.354 + * BUGS.txt: Bug 001 fixed. 1.355 + 1.356 +2005-11-08 10:58:38 Rev 790 kyrah 1.357 + 1.358 + * THANKS.txt: Added Chao-Kuo Lin and Michael Mandel for their input 1.359 + and contributions to offscreen rendering. 1.360 + 1.361 +2005-11-08 10:57:28 Rev 789 kyrah 1.362 + 1.363 + * src/SCOffscreenRenderer.h, src/SCOffscreenRenderer.mm, 1.364 + src/SCController.mm: Offscreen rendering. 1.365 + 1.366 +2005-07-28 23:35:22 Rev 788 autocvs 1.367 + 1.368 + * ChangeLog: Automatic ChangeLog generation 1.369 + 1.370 +2005-07-28 20:32:03 Rev 787 kyrah 1.371 + 1.372 + * BUGS.txt: New item: strange performance problems on 10.3 reported 1.373 + by kintel. 1.374 + 1.375 +2005-07-28 19:59:29 Rev 786 kyrah 1.376 + 1.377 + * packaging/SC21-README.txt: Reinstated Coin version info. 1.378 + Simplified summary of when to use which SDK (gory details to be 1.379 + found in FAQ). 1.380 + 1.381 +2005-07-28 19:55:27 Rev 785 kyrah 1.382 + 1.383 + * packaging/meta/Resources/Welcome.rtf: New, shorter welcome text. 1.384 + 1.385 +2005-07-27 23:36:48 Rev 784 autocvs 1.386 + 1.387 + * ChangeLog: Automatic ChangeLog generation 1.388 + 1.389 +2005-07-27 20:28:18 Rev 783 kyrah 1.390 + 1.391 + * Sc21.xcode/project.pbxproj: Bump version to 1.0.2a (aka 6.2) 1.392 + 1.393 +============================================================================ 1.394 + 1.395 +See ChangeLog.v1.0.1 for change history before Sc21-1.0.1. 1.396 +