source: trunk/source/visualization/FukuiRenderer/History @ 1140

Last change on this file since 1140 was 1140, checked in by garnier, 15 years ago

update to CVS

File size: 5.9 KB
Line 
1$Id: History,v 1.27 2009/10/21 14:59:17 allison Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
20History file for visualization/FukuiRenderer sub-category
21---------------------------------------------------------
22
2321st October 2009  John Allison  (DAWN-V09-02-00 coworks greps-V09-02-02)
24- Added default AddCompound (const G4THitsMap<G4double>&) methods.
25  o Prevents warnings about hiding - calls G4VSceneHandler base class.
26
2710th July 2006  John Allison  (DAWN-V08-01-00)
28- G4FRSceneFunc.icc: G4FRSCENEHANDLER::SendNdiv respects forced line
29  segments per circle.
30
3112th June 2006  John Allison  (DAWN-V08-00-04)
32- Fixed rewind problem:
33  o G4FRofstream.hh: Removed rewind (badly implemented).
34  o G4DAWNFILEViewer.cc: ClearView closes and re-opens file.
35- G4DAWNFILESceneHandler.cc: Fixed file closure on exit:
36
372nd June 2006  John Allison  (DAWN-V08-00-03)
38- G4DAWNFILESceneHandler.cc: Close file in destructor if required.
39- G4FRSceneFunc.icc: Improve behaviour when no model exists.
40
414th May 2006  John Allison  (DAWN-V08-00-02)
42- Improved protection for null models and parameters.
43
4419th April 2006  John Allison  (DAWN-V08-00-01)
45- G4FRSceneFunc.icc: Migrated to direct access to G4PhysicalVolumeModel.
46
4723rd January 2006  John Allison  (DAWN-V08-00-00)
48- Implemented G4FRofstream::Rewind.  Used in ClearView.  Avoids
49  duplicate geomtries in output file.
50
5113th October 2005  John Allison  (DAWN-V07-01-00)
52- Migrated to <sstream>.
53
5427th May 2005  John Allison  (DAWN-V07-00-00)
55- Fixed bug introduced in ClearTransientStore.
56
5722nd September 2004  John Allison  (DAWN-V06-02-00)
58- Improve diagnostic on trapping non-regular polyhedra.
59
604th October 2003  Gabriele Cosmo (vis-V05-02-01)
61- Simplified GNUmakefile.
62
63DAWN-V04-01-01 Satoshi TANAKA  Sept 01, 2002
64- Precision control with "setenv G4DAWNFILE_PRECISION number". 
65
66DAWN-V03-02-01 Satoshi TANAKA  Sept 18, 2001
67- Maximal number of g4.prim file is changed from 99 to 100.
68
69DAWN-V03-02-00 Satoshi TANAKA  Sept 17, 2001
70- Updation for automatic visualization implemented at
71  Hebden Bridge mini-workshop.
72
73DAWN-V01-01-04
74- Target =  standard target in scene
75          + relative target in view
76  (G4DAWNFILEView.cc, G4FukuiRendererView.cc)
77- Automatic filename incrementation is made default.
78  g4_00.prim, g4_01.prim, ... , g4_99.prim
79  g4_00.eps , g4_01.eps , ... , g4_99.eps
80
81DAWN-V01-01-03  Satoshi TANAKA  May 11, 2000
82- In G4DAWNFILEViewer.cc,
83  <       strcpy( fPSViewer, "ghostview" );
84  ---
85  > //    strcpy( fPSViewer, "ghostview" );
86  >       strcpy( fPSViewer, "gv" );
87
88DAWN-V00-01-08
89- Removed implicit casting from the previous updation
90
91DAWN-V00-01-06  Satoshi TANAKA  Nov 30, 1999
92- Fixing improper definition of alpha1, alpha2
93
94DAWN-V00-01-05  Satoshi TANAKA  Nov 23, 1999
95- Protection to special cases of G4Trap in AddThis()
96
97DAWN-V00-01-04  Satoshi TANAKA  Nov 02, 1999
98- Protection to AddPrimitive( G4NURBS )
99
100DAWN-V00-01-03  Satoshi TANAKA  Nov 02, 1999
101- Environmental variable G4DAWN_MULTI_WINDOW is
102  renamed to G4DAWNFILE_MULTI_WINDOW for DAWN-file driver.
103  (G4DAWN_MULTI_WINDOW  still works for a while.)
104
105DAWN-V00-01-02  Satoshi TANAKA  Nov 01, 1999 
106- Separation of BeginModeling() and FRBeginModeling().
107  Co-workable with /run/beamOn with the new vis commands.
108
109DAWN-V00-01-01  Satoshi TANAKA  Aug 26, 1999 
110- Protection for invalid calling of BeginModeling
111- .DAWN.history ==> .DAWN_1.history
112   **** It means DAWN version 3.80a or  after is  required ***
113
114DAWN-00-03-06   Satoshi TANAKA  Dec 04, 1998 
115- Maximun number of generated g4.prim files in the destination
116  directory is customizable as: "setenv G4DAWNFILE_MAX_FILE_NUM  N"
117  (N is the integer greater than or equal to 1. The default value is 1.)
118
119DAWN-00-03-05   Satoshi TANAKA  Dec 04, 1998 
120- Revised G4FRSocketConfig.hh together with architecture.gmk.
121  Compilation at SUN-CC was made automatic
122
123DAWN-00-03-04   Satoshi TANAKA  Dec 04, 1998 
124- Bug fix
125
126DAWN-00-03-03   Satoshi TANAKA  Nov 30, 1998 
127- Destination directiory of g4.prim and g4.eps is customizable
128  with the environmental variable "G4DAWNFILE_DEST_DIR".
129
130  Unix:
131   % setenv G4DAWNFILE_DEST_DIR   directory_name/
132
133   For example,
134
135   % setenv G4DAWNFILE_DEST_DIR   /tmp/
136
137   Do not forget to add "/" at the end of the directory name.
138
139  NT:
140   DOS> set G4DAWNFILE_DEST_DIR   directory_name\
141
142   Do not forget to add "\" at the end of the directory name.
143
144- Auto incremetaion of output file names is supported.
145  Names of generated files are:
146
147   DAWN-format files: g4.prim, g4_1.prim, g4_2.prim, ... , g4_100.prim
148   EPS files        : g4.eps , g4_1.eps , g4_2.eps , ... , g4_100.eps
149
150  Maximal number of files in one directory is restricted in order to
151  avoid explosion of your hard disk. The maximal number is hard-coded.
152  You can revise is by editing enum of G4DAWNFILEScene.hh.
153
154  Note that the incrementation is done as follows (pseudo codes)
155
156    filename = "g4.prim" // initialization
157
158    while( filename already exists in the dest directory )
159    {
160          increment filename
161    }
162
163  It means that if you delete file "g4.prim" in the destination directory,
164  the file name in the next generation is still g4.prim.
165 
166
167DAWN-00-03-02   Satoshi TANAKA  Nov 30, 1998 
168
169- Backup before going on to tag DAWN-00-03-03.
Note: See TracBrowser for help on using the repository browser.