| 02:54.47 | *** join/#brlcad pra5ad (n=pra5ad@pool-70-17-195-44.balt.east.verizon.net) | |
| 03:45.24 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/mged/setup.c: |
| 03:45.25 | CIA-5 | BRL-CAD: separate mged_setup() into it's own file, adding/fixing the block for modifying |
| 03:45.25 | CIA-5 | BRL-CAD: the PATH for finding brl-cad resources that match the running mged -- it must |
| 03:45.25 | CIA-5 | BRL-CAD: come before the tcl init routines for it to match tcl's internal env tracking |
| 03:46.02 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/mged/Makefile.am: add setup.c, containing mged_setup() from cmd.c |
| 03:47.48 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/mged/cmd.c: move mged_setup() to it's own file setup.h.; make the tcl_output_hook static since it's not needed anywhere else; move the Tcl_Interp interp global to ged.c |
| 03:48.17 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/mged/ged.h: declare the mged_view_obj_callback() and the Tcl_Interp *interp global so that they are available elsewhere |
| 03:52.27 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/mged/ged.c: the Tcl_Interp *interp global is moved to ged.c since it's prevalent to all of mged; remove the PATH modification, moving it into mged_setup() (now in setup.c) |
| 03:59.47 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/mged/clone.c: |
| 03:59.48 | CIA-5 | BRL-CAD: increment in steps of 100 instead of the previous 500 -- not likely to have 100 |
| 03:59.48 | CIA-5 | BRL-CAD: objects being cloned together; replace the dist function with the vmath.h |
| 03:59.48 | CIA-5 | BRL-CAD: DIST_PT_PT macro; add comments out the wazoo for what's going on; provide the |
| 03:59.48 | CIA-5 | BRL-CAD: correct minor_type for db_diradd(); add some sanity checks and debug printing; |
| 03:59.48 | CIA-5 | BRL-CAD: convert all the string manipulations to be strncmp, strncpy, etc (though they |
| 03:59.50 | CIA-5 | BRL-CAD: should be just bu_vls strings) |
| 04:47.48 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/ (libbu/fast.sh librt/fast.sh mged/fast.sh): remove the ancient fast.sh 'fast' build scripts, the make fast rule trumps |
| 05:04.31 | pra5ad | ping |
| 05:10.34 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/mged/mater.c: color_putrec only works on v4 databases as it ends up calling db_diradd, so say so |
| 05:40.17 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/NEWS: added an --enable/disable-everything option to configure |
| 05:42.23 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/TODO: add a section for both the current and next release iteration items. mged path foo should be fixed, relegate clone/tracker, windows branch, and new geometry to the next release iteration |
| 06:37.31 | *** join/#brlcad learner (n=brlcad@pcp0011649376pcs.aberdn01.md.comcast.net) | |
| 06:37.32 | *** mode/#brlcad [+o learner] by ChanServ | |
| 08:54.16 | *** join/#brlcad paefchen (n=as@domino.fizon.de) | |
| 08:54.31 | *** part/#brlcad paefchen (n=as@domino.fizon.de) | |
| 09:04.28 | *** join/#brlcad Jakamara (n=jakamara@86.56.0.141) | |
| 09:12.29 | *** join/#brlcad d_rossberg (n=rossberg@bz.bzflag.bz) | |
| 10:32.46 | *** part/#brlcad Jakamara (n=jakamara@86.56.0.141) | |
| 11:33.14 | *** join/#brlcad cad898 (n=d9850efc@bz.bzflag.bz) | |
| 13:18.10 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/gtools/g_qa.c: irix fix, can only declare variables at the start of a scope block in c89 |
| 15:05.51 | *** join/#brlcad ``Erik (i=erik@pcp0011474399pcs.chrchv01.md.comcast.net) | |
| 15:35.56 | *** join/#brlcad tech9iner (n=hacim@ip70-170-48-225.lv.lv.cox.net) | |
| 15:36.04 | *** part/#brlcad tech9iner (n=hacim@ip70-170-48-225.lv.lv.cox.net) | |
| 16:07.22 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/AUTHORS: |
| 16:07.22 | CIA-5 | BRL-CAD: adam ross was really a full developer, even through GSI, given the quantity and |
| 16:07.22 | CIA-5 | BRL-CAD: level of his changes and contributions so credit him appropriately. time-wise, |
| 16:07.23 | CIA-5 | BRL-CAD: that slots him around chris johnson and mike markowski. markowski confirmed |
| 16:07.23 | CIA-5 | BRL-CAD: that he started during BRL and that he doesn't mind his e-mail being added. jra |
| 16:07.23 | CIA-5 | BRL-CAD: is still active. |
| 19:36.08 | *** join/#brlcad pier (n=pier@151.56.206.248) | |
| 20:30.43 | *** join/#brlcad AchiestDragon (n=dave@whipy.demon.co.uk) | |
| 21:35.07 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/libbu/vls.c: if bu_vls_init is called on a vls that already has space allocated, be sure to free that space before wiping out the pointer to prevent memory leaks and safely allow multiple init calls |
| 21:45.30 | *** join/#brlcad DTRemenak (n=DTRemena@DHCP-170-143.caltech.edu) | |
| 22:07.09 | *** join/#brlcad Obscene_CNN (n=DiscoBan@owt-64-146-239-67.owt.com) | |
| 22:21.26 | CIA-5 | BRL-CAD: 03brlcad * 10brlcad/src/mged/cmd.c: revert back to a non-pointer bu_vls so we're not calling bu_vls_init() on a NULL pointer. bu_vls_init() was updated to allow multiple init statements |
| 22:25.12 | *** join/#brlcad Obscene_CNN (n=DiscoBan@owt-64-146-239-67.owt.com) | |
| 23:59.27 | *** join/#brlcad AchiestDragon (n=dave@whipy.demon.co.uk) | |