| 01:53.35 | CIA-23 | BRL-CAD: 03Cprecup 07http://brlcad.org * r0 10/wiki/Special:Log/upload: uploaded "[[Image:Graph editor v1.png]]": Early version of the window that the graph command launches for the src/share/db/axis.g. |
| 01:56.13 | CIA-23 | BRL-CAD: 03Cprecup 07http://brlcad.org * r4299 10/wiki/User:Cprecup/GSoC2012_progress: 08/08/2012 - nodes coloured depending on the objects' type + name written within the rectangle |
| 02:01.35 | CIA-23 | BRL-CAD: 03Cprecup 07http://brlcad.org * r4300 10/wiki/User:Cprecup/GSoC2012_progress: /* 08/08/2012 */ - forgot to mention the database used |
| 02:13.24 | CIA-23 | BRL-CAD: 03cprecup * r51838 10/brlcad/trunk/src/ (libged/dag.cpp tclscripts/graph/GraphEditor.tcl): |
| 02:13.24 | CIA-23 | BRL-CAD: Added *decorate_object* routine that adds an entry into a hash table depending |
| 02:13.24 | CIA-23 | BRL-CAD: on the object's type (primitive/combination/something else). Used this in the |
| 02:13.24 | CIA-23 | BRL-CAD: View part - differently coloured nodes correspond to different types. Added text |
| 02:13.24 | CIA-23 | BRL-CAD: with the object's name within each rectangle of a node. |
| 04:16.56 | *** join/#brlcad andrei (andrei@86.123.127.173) | |
| 04:44.13 | CIA-23 | BRL-CAD: 03Sean 07http://brlcad.org * r0 10/wiki/Special:Log/delete: deleted "[[No-Fault Divorce in New York6546791]]": spam |
| 04:44.26 | CIA-23 | BRL-CAD: 03Sean 07http://brlcad.org * r0 10/wiki/Special:Log/block: blocked [[User:BobbiengoiigbjakDelaportilla]] with an expiry time of infinite (account creation disabled, e-mail blocked): Spamming links to external sites |
| 05:14.36 | *** join/#brlcad elf_ (~elf@p22.eregie.pub.ro) | |
| 05:24.46 | *** join/#brlcad KimK (~Kim__@2001:470:1f0f:1042:4261:86ff:fe43:bcad) | |
| 06:56.25 | *** join/#brlcad KimK (~Kim__@2001:470:1f0f:1042:4261:86ff:fe43:bcad) | |
| 07:18.47 | brlcad | starseek1r: http://vcg.isti.cnr.it/Publications/2011/TPPPC11/ |
| 07:20.12 | brlcad | and http://www.graphics.rwth-aachen.de/media/papers/campen_2012_sg_preprint1.pdf |
| 09:08.23 | *** join/#brlcad KimK (~Kim__@2001:470:1f0f:1042:4261:86ff:fe43:bcad) | |
| 09:28.55 | CIA-23 | BRL-CAD: 03phoenixyjll * r51839 10/brlcad/trunk/src/ (libged/brep.c librt/primitives/brep/brep.cpp): Add an option to the brep command in MGED to test boolean evaluations (currently only "union"). The evaluations are still WIP. |
| 09:31.04 | CIA-23 | BRL-CAD: 03Phoenix 07http://brlcad.org * r4301 10/wiki/User:Phoenix/GSoc2012/Reports: /* Week 12 */ |
| 09:32.32 | CIA-23 | BRL-CAD: 03Phoenix 07http://brlcad.org * r4302 10/wiki/User:Phoenix/GSoc2012/Reports: /* Week 12 */ |
| 09:34.47 | *** join/#brlcad andrei (~andrei@86.123.127.173) | |
| 10:10.10 | *** join/#brlcad KimK (~Kim__@209.248.147.2.nw.nuvox.net) | |
| 11:01.01 | *** join/#brlcad stas (~stas@82.208.133.12) | |
| 12:16.56 | CIA-23 | BRL-CAD: 03Rangehoods 07http://brlcad.org * r4303 10/wiki/Talk:Main_Page: |
| 14:12.16 | CIA-23 | BRL-CAD: 03Sean 07http://brlcad.org * r4304 10/wiki/Talk:Main_Page: Reverted edits by [[Special:Contributions/Rangehoods|Rangehoods]] ([[User talk:Rangehoods|Talk]]); changed back to last version by [[User:Sean|Sean]] |
| 14:12.31 | CIA-23 | BRL-CAD: 03Sean 07http://brlcad.org * r0 10/wiki/Special:Log/block: blocked [[User:Rangehoods]] with an expiry time of infinite (account creation disabled, e-mail blocked): Spamming links to external sites |
| 14:13.55 | andrei | brlcad : do you have any idea why this doesn't work ? if ( pc->pkc_hdr == *(struct pkg_header*) NULL ) |
| 14:14.08 | andrei | pc is struct pkg_conn *pc |
| 14:14.21 | andrei | and the error I get is invalid operands to binary == (have struct pkg_header and struct pkg_header) |
| 14:31.02 | *** join/#brlcad andrei (andrei@86.123.127.173) | |
| 14:43.04 | brlcad | andrei: er, the asterisk converts the pointer to a non pointer type |
| 14:43.19 | brlcad | moreover it's converting NULL to a struct pkg_header, which is wrong |
| 14:44.45 | brlcad | you need to compare pkc_hdr to something that is the same type as pkc_hdr |
| 14:50.53 | brlcad | since it's a struct pkg_header, you'd need to compare it to one of those, or what I suspect you're trying to do is validate that the header is valid |
| 14:51.06 | brlcad | for that, the header has a pkh_magic |
| 14:51.53 | ``Erik | digia to acquire qt... guess starseeker can sleep at night now |
| 14:58.10 | andrei | brlcad : ah, right. Thanks |
| 15:21.56 | CIA-23 | BRL-CAD: 0398.141.233.154 07http://brlcad.org * r4305 10/wiki/Building_from_SVN: /* Configure the build system */ |
| 15:42.56 | CIA-23 | BRL-CAD: 03carlmoore * r51840 10/brlcad/trunk/misc/CMake/BRLCAD_CheckFunctions.cmake: remove trailing blank |
| 15:45.59 | CIA-23 | BRL-CAD: 03carlmoore * r51841 10/brlcad/trunk/INSTALL: fix spellings and remove trailing blanks |
| 17:50.27 | CIA-23 | BRL-CAD: 03carlmoore * r51842 10/brlcad/trunk/misc/CMake/BRLCAD_CompilerFlags.cmake: remove trailing blank |
| 17:52.30 | CIA-23 | BRL-CAD: 03carlmoore * r51843 10/brlcad/trunk/misc/CMake/BRLCAD_Options.cmake: remove trailing blank, and (in a comment) remove dup. 'we' and add comma |
| 18:27.48 | CIA-23 | BRL-CAD: 03carlmoore * r51844 10/brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake: remove trailing blanks |
| 18:32.01 | CIA-23 | BRL-CAD: 03carlmoore * r51845 10/brlcad/trunk/include/db.h: changed a word to what is now 'Superquadratic' in a comment |
| 18:32.08 | CIA-23 | BRL-CAD: 03r_weiss * r51846 10/brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c: Update to function "nmg_edge_g_fuse" within file "nmg_fuse.c". The change was to correct a problem with the sort ordering and to improve performance. |
| 18:35.40 | CIA-23 | BRL-CAD: 03carlmoore * r51847 10/brlcad/trunk/include/bn.h: remove trailing blanks and fix spellings |
| 18:37.21 | CIA-23 | BRL-CAD: 03carlmoore * r51848 10/brlcad/trunk/include/pc.h: remove trailing blanks |
| 18:38.22 | CIA-23 | BRL-CAD: 03carlmoore * r51849 10/brlcad/trunk/include/pkg.h: remove trailing blank |
| 18:39.44 | CIA-23 | BRL-CAD: 03carlmoore * r51850 10/brlcad/trunk/include/pstdint.h: remove trailing blanks |
| 18:45.04 | CIA-23 | BRL-CAD: 03r_weiss * r51851 10/brlcad/trunk/ (include/raytrace.h src/librt/primitives/nmg/nmg_info.c): Added new function "nmg_find_shell" which finds the shell that an NMG object is within. Changes were made to files "nmg_infoc." and "raytrace.h". |
| 19:14.22 | *** join/#brlcad cristina (~quassel@86.127.164.155) | |
| 19:42.22 | *** join/#brlcad stas (~stas@188.24.45.30) | |
| 19:59.39 | CIA-23 | BRL-CAD: 03carlmoore * r51852 10/brlcad/trunk/src/conv/3dm/3dm-g.cpp: fix spelling |
| 20:03.12 | CIA-23 | BRL-CAD: 03carlmoore * r51853 10/brlcad/trunk/src/irprep/all_sf.c: use capital U in Usage, and fix a spelling |
| 20:06.03 | CIA-23 | BRL-CAD: 03carlmoore * r51854 10/brlcad/trunk/src/anim/anim_cascade.c: added \n to an error message |
| 20:06.57 | CIA-23 | BRL-CAD: 03r_weiss * r51855 10/brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c: Updated function "nmg_edge_fuse" in file "nmg_fuse.c". Added vertex fusing based on type of object. |
| 20:08.58 | CIA-23 | BRL-CAD: 03carlmoore * r51856 10/brlcad/trunk/src/anim/anim_fly.c: fix spelling, remove trailing blanks, add \n |
| 20:10.55 | CIA-23 | BRL-CAD: 03carlmoore * r51857 10/brlcad/trunk/src/anim/anim_hardtrack.c: use small a to match command name |
| 20:12.40 | CIA-23 | BRL-CAD: 03carlmoore * r51858 10/brlcad/trunk/src/anim/anim_keyread.c: add \n |
| 20:18.06 | CIA-23 | BRL-CAD: 03carlmoore * r51859 10/brlcad/trunk/src/anim/anim_script.c: add missing 1st period in 'i.e.' comment |
| 20:19.28 | CIA-23 | BRL-CAD: 03carlmoore * r51860 10/brlcad/trunk/src/anim/anim_sort.c: fix a spelling |
| 20:20.07 | CIA-23 | BRL-CAD: 03r_weiss * r51861 10/brlcad/trunk/src/librt/primitives/nmg/nmg_mod.c: Changed function "nmg_gluefaces" to perform edge fusing using "nmg_edge_fuse". |
| 20:20.52 | CIA-23 | BRL-CAD: 03carlmoore * r51862 10/brlcad/trunk/src/anim/anim_time.c: fix spelling |
| 20:22.47 | CIA-23 | BRL-CAD: 03carlmoore * r51863 10/brlcad/trunk/src/anim/anim_track.c: use small a from command name |
| 20:27.36 | CIA-23 | BRL-CAD: 03carlmoore * r51864 10/brlcad/trunk/src/anim/anim_turn.c: fix spelling |
| 20:30.43 | CIA-23 | BRL-CAD: 03carlmoore * r51865 10/brlcad/trunk/src/util/ap-pix.c: fix spelling |
| 20:37.42 | CIA-23 | BRL-CAD: 03carlmoore * r51866 10/brlcad/trunk/src/conv/asc/asc2g.c: fix comment spellings |
| 20:43.02 | CIA-23 | BRL-CAD: 03carlmoore * r51867 10/brlcad/trunk/src/shapes/bolt.c: fix spellings |
| 20:46.05 | CIA-23 | BRL-CAD: 03carlmoore * r51868 10/brlcad/trunk/src/conv/bot_shell-vtk.c: fix spelling |
| 20:50.21 | CIA-23 | BRL-CAD: 03carlmoore * r51869 10/brlcad/trunk/src/conv/asc/g2asc.c: fix spellings |
| 20:53.19 | CIA-23 | BRL-CAD: 03carlmoore * r51870 10/brlcad/trunk/regress/repository.sh: fix spelling and remove trailing blanks |
| 20:56.25 | CIA-23 | BRL-CAD: 03carlmoore * r51871 10/brlcad/trunk/regress/nirt.sh: removed trailing blanks |
| 20:57.55 | CIA-23 | BRL-CAD: 03carlmoore * r51872 10/brlcad/trunk/regress/CMakeLists.txt: remove trailing blanks |
| 20:59.33 | CIA-23 | BRL-CAD: 03carlmoore * r51873 10/brlcad/trunk/sh/distcheck_screen.sh: remove trailing blanks and fix spelling |
| 21:01.12 | CIA-23 | BRL-CAD: 03carlmoore * r51874 10/brlcad/trunk/sh/make_deb.sh: remove trailing blanks |
| 21:02.35 | CIA-23 | BRL-CAD: 03carlmoore * r51875 10/brlcad/trunk/sh/news2tracker.sh: remove trailing blanks |
| 21:03.21 | CIA-23 | BRL-CAD: 03carlmoore * r51876 10/brlcad/trunk/sh/sgisnap.sh: remove trailing blanks |
| 21:05.41 | CIA-23 | BRL-CAD: 03carlmoore * r51877 10/brlcad/trunk/sh/ws.sh: supply f, missing letter of alphabet |
| 21:41.05 | CIA-23 | BRL-CAD: 03carlmoore * r51878 10/brlcad/trunk/regress/testlib.c: remove trailing blanks |
| 21:58.49 | CIA-23 | BRL-CAD: 03carlmoore * r51879 10/brlcad/trunk/src/burst/ui.c: remove trailing blanks |
| 22:02.41 | CIA-23 | BRL-CAD: 03carlmoore * r51880 10/brlcad/trunk/include/rtgeom.h: remove trailing blanks and fix spellings |
| 22:04.21 | CIA-23 | BRL-CAD: 03carlmoore * r51881 10/brlcad/trunk/src/CMakeLists.txt: remove trailing blanks |
| 22:21.50 | *** join/#brlcad Al_Da_Best (Al_Da_Best@5e0eb104.bb.sky.com) | |
| 23:21.32 | starseek1r | hah, cool: http://graphics.pixar.com/opensubdiv |
| 23:40.49 | starseeker | ``Erik: phew |
| 23:41.35 | starseeker | ``Erik: 'course, we'll have to see how they do at interacting with open source |
| 23:43.36 | louipc | points for hosting a git repo eh |
| 23:52.34 | starseeker | is trying to recall if he has seen another non-Microsoft project use the Microsoft Public License... |