Skip to content

Commit

Permalink
merging RELEASE branch to STABLE branch, r76473 through r77150
Browse files Browse the repository at this point in the history
svn:revision:77152
svn:branch:STABLE
svn:account:starseeker
  • Loading branch information
starseeker committed Sep 14, 2020
2 parents 6383893 + 2da7ac6 commit f97c97a
Show file tree
Hide file tree
Showing 6,185 changed files with 524,047 additions and 1,070,008 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
37 changes: 26 additions & 11 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ Hanes, Jeff
U.S. Army Ballistic Research Laboratory
U.S. Army Research Laboratory

Johnson, Christopher T. <cjohnson@cyberpaladin.com>
Johnson, Christopher T.
nicknames cjohnson
1989 February
Cray Research, Inc.
Geometric Solutions, Inc.
Paladin Software
JRMTech, Inc.

Butler, Lee A. <butler@arl.army.mil>
Butler, Lee A.
nicknames butler, lbutler
1989 July
U.S. Army Ballistic Research Laboratory
Expand All @@ -131,7 +131,7 @@ nicknames pjt
U.S. Army Ballistic Research Laboratory
U.S. Army Research Laboratory

Markowski, Michael J. <michael.markowski@arl.army.mil>
Markowski, Michael J.
nicknames mmark, mm
1991 June
U.S. Army Ballistic Research Laboratory
Expand All @@ -141,7 +141,7 @@ nicknames gdurf
1992 August
ARL Student Hire / Carnegie Mellon University

Anderson, John R. <jra@arl.army.mil>
Anderson, John R.
nicknames jra, johnranderson
1993 May
U.S. Army Ballistic Research Laboratory
Expand Down Expand Up @@ -178,7 +178,7 @@ nicknames tranese
2001 March
U.S. Army Research Laboratory

Hartley, Robert F. <hartley@vt.edu>
Hartley, Robert F.
nicknames hartley
2002 August
ARL Student Hire / Virginia Tech
Expand All @@ -189,7 +189,7 @@ nicknames twingy, justin
Quantum Research International, Inc.
U.S. Army Research Laboratory

Greenwald, Erik <erikg@arl.army.mil> **
Greenwald, Erik
nicknames erikg, erikgreenwald
2003 November
U.S. Army Research Laboratory
Expand All @@ -213,12 +213,12 @@ nicknames indianlarry
SURVICE Engineering, Inc.
U.S. Army Research Laboratory

Weiss, Richard **
Weiss, Richard
nicknames r_weiss
2008 December
U.S. Army Research Laboratory

Browder, Thomas M. Jr. **
Browder, Thomas M. Jr.
nicknames tbrowder2
2008 June
ManTech International Corporation
Expand All @@ -230,7 +230,7 @@ nicknames n_reed
ARL Student Hire / University of Maryland, Baltimore County
Quantum Research International, Inc.

Moore, Jr., Carl G. **
Moore, Jr., Carl G.
nicknames cmoore, carlmoore
2011 October
U.S. Army Research Laboratory
Expand All @@ -243,7 +243,7 @@ Weaver, Earl P.
1980
U.S. Army Ballistic Research Laboratory

Davisson, Edwin O. **
Davisson, Edwin O.
U.S. Army Research Laboratory

Rogers, David
Expand All @@ -263,7 +263,7 @@ U.S. Army Research Laboratory
Kregel, Dwayne **
SURVICE Engineering, Inc.

Weaver, Stephanie 'Rain' **
Weaver, Stephanie 'Rain'
2009 June
ARL Student Hire / Bridgewater College

Expand Down Expand Up @@ -898,6 +898,21 @@ nicknames lois221
2019 May
Open Source (GSoC)

Suthar, Rishabh
nicknames yamhai, rishabhsuthar32
2020 March
Open Source (GSoC)

Vaidya, Sahil
nicknames sahilvaidya99
2020 April
ARL Student Hire / University of Texas at Austin

Das, Sumagna
nicknames sumagnadas
2020 May
Open Source


SPECIAL THANKS
--------------
Expand Down
10 changes: 6 additions & 4 deletions BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ on-going issues.
Recent Bugs
-----------

* fbclear -c appears to hang indefinitely inside pkg_bwaitfor,
possible protocol mismatch or capability removed/changed in fbserv.

* dbupgrade -r produces an invalid rhc with the default v5 rhc produced
by MGED with "make rhc rhc"

* apparently all four BRL-CAD Tutorial Series volumes are missing from
our bibliography...


* Tessellating an ETO with a normal tolerance results in stack
smashing due to bad logic in recursive algorithm: set norm 2;
facetize my.eto my.bot;. Observed infinite recursion in both
Expand Down Expand Up @@ -231,9 +236,6 @@ Recent Bugs
book-keeping is fuxored or the db_lookup is returning NULL (or isn't
yet performed).

* idents command is reporting a bogus region count in the region
output table listing (first column).

* src/librt/primitives/bot/g_bot_include.c:rt_bot_bbox() routine isn't
calculating the bbox correctly

Expand Down
26 changes: 26 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,24 @@ generally listed for reference.
Items marked with a "'" (single quote) are undocumented and may be
removed at any time.

7.32
----
include/bg/chull.h
All functions returning point arrays instead of index arrays.
Will be replaced by similarly named functions returning
indexes into provided points array, to allow the caller
to decide if new arrays are needed. [deprecated 7.32]
bg_polyline_2d_chull, bg_2d_chull, bg_3d_coplanar_chull,
bg_3d_chull

MGED gui
The following will be removed from MGED's menu bar (unused
features, can be accomplished another way, or will be exposed
only as lower level settings when there are sensible defaults
that are seldom changed.)

Settings->Mouse Behavior->Pick Raytrace-Object(s)

7.30
----
~/.density
Expand Down Expand Up @@ -354,6 +372,7 @@ include/raytrace.h
*** OBSOLETED CHANGES ***
**********************************************************************
(reverse chronological order)

7.30.2
------
ray tracing tools
Expand Down Expand Up @@ -1525,3 +1544,10 @@ s/tclcad_bn_mat_xform_about_pt/tclcad_bn_mat_xform_about_pnt/g
s/wdb_metaballpt/wdb_metaball_pnt/g
s/wdb_pipept/wdb_pipe_pnt/g
renamed points from pt to pnt for consistency [7.30]
s/proe-brl/creo-brl/g
replaced by newer creo plugin [7.30]

7.32
----
s/facetall.sh/mged -c facetize/g
replaced by more improved facetize command [7.30]
Loading

0 comments on commit f97c97a

Please sign in to comment.