| 01:12.37 | *** join/#brlcad crazy_imp (~mj@a89-182-195-68.net-htp.de) | |
| 02:03.52 | *** join/#brlcad dloman_ (~claymore@BZ.BZFLAG.BZ) | |
| 02:29.42 | CIA-105 | BRL-CAD: 03brlcad * r44436 10/brlcad/trunk/src/libged/annotate.c: position placement, decoration |
| 02:33.36 | CIA-105 | BRL-CAD: 03brlcad * r44437 10/brlcad/trunk/src/libged/annotate.c: expand examples, notes on justification, placement, and initial thoughts on required struct members |
| 02:33.56 | brlcad | cool |
| 02:45.06 | *** join/#brlcad IriX64 (~kvirc@bas2-sudbury98-1177878567.dsl.bell.ca) | |
| 04:23.34 | *** join/#brlcad cjdevlin (~devlin@75.118.176.70) | |
| 05:42.32 | CIA-105 | BRL-CAD: 03brlcad * r44438 10/brlcad/trunk/src/libged/annotate.c: considerable thought put into formalizing the command design so that it's descriptive yet reads naturally. enough hours thinking and designing for now, time to start coding. |
| 05:48.57 | brlcad | pretty exhausting to design up front, but I think this will be worth it .. should be really easy to use |
| 05:53.35 | *** join/#brlcad KimK (~Kim__@wlnt-02-246.dsl.netins.net) | |
| 06:03.52 | CIA-105 | BRL-CAD: 03brlcad * r44439 10/brlcad/trunk/src/libged/annotate.c: lied, lil more thinking |
| 06:16.26 | *** join/#brlcad Stattrav (~Stattrav@27.57.101.209) | |
| 06:16.26 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 06:50.22 | *** join/#brlcad merzo (~merzo@193.254.217.44) | |
| 06:54.48 | *** join/#brlcad IriX64 (~kvirc@bas2-sudbury98-1177592886.dsl.bell.ca) | |
| 08:23.28 | *** join/#brlcad vtts (~vytautas@diz.ktu.lt) | |
| 08:41.48 | *** join/#brlcad mafm (~mafm@20.Red-81-34-125.dynamicIP.rima-tde.net) | |
| 09:11.30 | *** join/#brlcad merzo (~merzo@193.254.217.44) | |
| 09:56.51 | *** join/#brlcad Stattrav (~Stattrav@27.61.60.144) | |
| 09:56.51 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 10:12.18 | *** join/#brlcad Stattrav_ (~Stattrav@27.61.234.254) | |
| 11:34.03 | *** join/#brlcad mafm_ (~mafm@20.Red-81-34-125.dynamicIP.rima-tde.net) | |
| 11:50.25 | CIA-105 | BRL-CAD: 03erikgreenwald * r44440 10/brlcad/trunk/misc/win32-msvc8/librt/librt.vcproj: add db_fullpath.c |
| 11:55.38 | CIA-105 | BRL-CAD: 03erikgreenwald * r44441 10/brlcad/trunk/misc/win32-msvc8/libtclcad/libtclcad.vcproj: ged_obj.c is now tclcad_obj.c |
| 12:00.33 | *** join/#brlcad bhinesley (~bhinesley@adsl-99-104-168-20.dsl.bkfd14.sbcglobal.net) | |
| 12:52.15 | *** join/#brlcad Yoshi47 (~jan@64.235.102.210) | |
| 13:41.32 | *** part/#brlcad hyarion (c05ben@peppar.cs.umu.se) | |
| 13:53.18 | starseeker | is fighting the urge to begin a big reorganization of the primitive editing code... |
| 13:54.36 | starseeker | tedit is using globals, calls out a bit list of primitive types, doesn't do things like accept a name and primitive type on the command line to bring up an empty file... |
| 14:02.29 | brlcad | I tried eliminating one of the globals a few months back |
| 14:02.37 | brlcad | got something wrong, broke, reverted |
| 14:03.13 | brlcad | is prime for rewrite though |
| 14:09.07 | starseeker | I think it belongs in a functab interface |
| 14:10.11 | starseeker | would REALLY prefer to consolidate the import/export functabs into one, that keys off of an int parameter (1 = v4, 2 = v5, ... 100 = g2asc, 101 = txt edit, ...) |
| 14:10.52 | starseeker | then we don't have to muck with the functab for a new format |
| 14:11.25 | starseeker | don't have time for that now though - guess I'd better leave it, got to get on nurbs |
| 14:22.50 | dloman_ | haha: http://www.youtube.com/watch?v=ejEkZtgYNpQ&feature=related |
| 14:45.20 | CIA-105 | BRL-CAD: 03starseeker * r44442 10/brlcad/branches/cmake/src/librt/uvpoints.cpp: Make the tree depth to uvpoints a variable |
| 14:48.39 | CIA-105 | BRL-CAD: 03erikgreenwald * r44443 10/geomcore/trunk/include/NetMsg.h: include NetMsgTypes.h to propogate the defines to the implementation |
| 15:54.04 | CIA-105 | BRL-CAD: 03starseeker * r44444 10/brlcad/trunk/src/librt/uvpoints.cpp: Oops, that should have been in trunk. |
| 16:11.35 | starseeker | ``Erik: one of the things we need to do for merge is to figure out why package require Itcl/Itk isn't cutting it for some of the mged stuff |
| 16:11.55 | starseeker | IIRC, I'm depending on package require working in the CMake setup |
| 16:13.48 | starseeker | that'll be one of the main sources of conflict between the two trees - the change was reverted in trunk |
| 16:17.08 | starseeker | ah, phooy - 44444 should have been something more significant than a trunk sync |
| 16:18.10 | brlcad | starseeker: the func tab sort of already has an interface (in fact it has several) |
| 16:18.33 | CIA-105 | BRL-CAD: 03starseeker * r44445 10/brlcad/branches/cmake/ (3 files in 3 dirs): MFC r44444 |
| 16:19.49 | brlcad | at the functab level, it should be something pretty low level, like filling out a key/value pairing (another case for binary AVS) where each parameter and it's value is written in order |
| 16:20.51 | brlcad | then similar to nirt output, the values can be formatted accordingly consistently with just one function for all object types (avs to v4, avs to v5, avs to text, etc) |
| 16:21.22 | brlcad | heck, json is a prime candidate since it also includes recursive grouping support |
| 16:21.30 | brlcad | (as an implementation detail) |
| 16:21.39 | starseeker | nods |
| 16:21.42 | brlcad | at least, in-memory |
| 16:21.58 | starseeker | I'll have to shelve it for a while though - nurbs/step need attention |
| 16:22.13 | brlcad | nods |
| 16:26.00 | starseeker | ``Erik: take a look at bwish/cadAppInit.c for a note on the problem |
| 16:26.28 | brlcad | he working on merge review? |
| 16:26.43 | starseeker | he was asking about merging, dunno about review |
| 16:29.45 | starseeker | this is a handy little trick if you have trunk and cmake branches checkout out, run from within trunk: |
| 16:29.48 | starseeker | find . -type file ! -regex '.*svn.*' ! -regex '.*\.cmake' ! -name CMakeLists.txt -print -exec diff {} ../cmake/{} \; |
| 16:40.11 | brlcad | nods -- usually do something similar to that when I merge major branches |
| 17:11.32 | *** join/#brlcad crazy_imp (~mj@a89-182-195-68.net-htp.de) | |
| 18:03.41 | CIA-105 | BRL-CAD: 03bob1961 * r44446 10/brlcad/trunk/include/ged.h: Added GED_DM_VIEW_NULL. |
| 18:27.53 | *** join/#brlcad KimK (~Kim__@wlnt-02-246.dsl.netins.net) | |
| 20:20.19 | *** join/#brlcad merzo (~merzo@197-47-132-95.pool.ukrtel.net) | |
| 22:21.38 | *** join/#brlcad KimK (~Kim__@wlnt-02-246.dsl.netins.net) | |