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

Last change on this file since 1347 was 1347, checked in by garnier, 13 years ago

geant4 tag 9.4

File size: 6.2 KB
Line 
1$Id: History,v 1.29 2010/11/11 01:13:42 akimura 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
2311 November 2010  Akinori Kimura (DAWN-V09-03-01)
24- Replaced G4cerr with G4cout and added the following line before G4cout.
25  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
26
2730th May 2010  John Allison  (DAWN-V09-03-00)
28- G4DAWN/FukuiRendererSceneHandler: Added AddCompound(const G4VDigi&).
29
3021st October 2009  John Allison  (DAWN-V09-02-00 coworks greps-V09-02-02)
31- Added default AddCompound (const G4THitsMap<G4double>&) methods.
32  o Prevents warnings about hiding - calls G4VSceneHandler base class.
33
3410th July 2006  John Allison  (DAWN-V08-01-00)
35- G4FRSceneFunc.icc: G4FRSCENEHANDLER::SendNdiv respects forced line
36  segments per circle.
37
3812th June 2006  John Allison  (DAWN-V08-00-04)
39- Fixed rewind problem:
40  o G4FRofstream.hh: Removed rewind (badly implemented).
41  o G4DAWNFILEViewer.cc: ClearView closes and re-opens file.
42- G4DAWNFILESceneHandler.cc: Fixed file closure on exit:
43
442nd June 2006  John Allison  (DAWN-V08-00-03)
45- G4DAWNFILESceneHandler.cc: Close file in destructor if required.
46- G4FRSceneFunc.icc: Improve behaviour when no model exists.
47
484th May 2006  John Allison  (DAWN-V08-00-02)
49- Improved protection for null models and parameters.
50
5119th April 2006  John Allison  (DAWN-V08-00-01)
52- G4FRSceneFunc.icc: Migrated to direct access to G4PhysicalVolumeModel.
53
5423rd January 2006  John Allison  (DAWN-V08-00-00)
55- Implemented G4FRofstream::Rewind.  Used in ClearView.  Avoids
56  duplicate geomtries in output file.
57
5813th October 2005  John Allison  (DAWN-V07-01-00)
59- Migrated to <sstream>.
60
6127th May 2005  John Allison  (DAWN-V07-00-00)
62- Fixed bug introduced in ClearTransientStore.
63
6422nd September 2004  John Allison  (DAWN-V06-02-00)
65- Improve diagnostic on trapping non-regular polyhedra.
66
674th October 2003  Gabriele Cosmo (vis-V05-02-01)
68- Simplified GNUmakefile.
69
70DAWN-V04-01-01 Satoshi TANAKA  Sept 01, 2002
71- Precision control with "setenv G4DAWNFILE_PRECISION number". 
72
73DAWN-V03-02-01 Satoshi TANAKA  Sept 18, 2001
74- Maximal number of g4.prim file is changed from 99 to 100.
75
76DAWN-V03-02-00 Satoshi TANAKA  Sept 17, 2001
77- Updation for automatic visualization implemented at
78  Hebden Bridge mini-workshop.
79
80DAWN-V01-01-04
81- Target =  standard target in scene
82          + relative target in view
83  (G4DAWNFILEView.cc, G4FukuiRendererView.cc)
84- Automatic filename incrementation is made default.
85  g4_00.prim, g4_01.prim, ... , g4_99.prim
86  g4_00.eps , g4_01.eps , ... , g4_99.eps
87
88DAWN-V01-01-03  Satoshi TANAKA  May 11, 2000
89- In G4DAWNFILEViewer.cc,
90  <       strcpy( fPSViewer, "ghostview" );
91  ---
92  > //    strcpy( fPSViewer, "ghostview" );
93  >       strcpy( fPSViewer, "gv" );
94
95DAWN-V00-01-08
96- Removed implicit casting from the previous updation
97
98DAWN-V00-01-06  Satoshi TANAKA  Nov 30, 1999
99- Fixing improper definition of alpha1, alpha2
100
101DAWN-V00-01-05  Satoshi TANAKA  Nov 23, 1999
102- Protection to special cases of G4Trap in AddThis()
103
104DAWN-V00-01-04  Satoshi TANAKA  Nov 02, 1999
105- Protection to AddPrimitive( G4NURBS )
106
107DAWN-V00-01-03  Satoshi TANAKA  Nov 02, 1999
108- Environmental variable G4DAWN_MULTI_WINDOW is
109  renamed to G4DAWNFILE_MULTI_WINDOW for DAWN-file driver.
110  (G4DAWN_MULTI_WINDOW  still works for a while.)
111
112DAWN-V00-01-02  Satoshi TANAKA  Nov 01, 1999 
113- Separation of BeginModeling() and FRBeginModeling().
114  Co-workable with /run/beamOn with the new vis commands.
115
116DAWN-V00-01-01  Satoshi TANAKA  Aug 26, 1999 
117- Protection for invalid calling of BeginModeling
118- .DAWN.history ==> .DAWN_1.history
119   **** It means DAWN version 3.80a or  after is  required ***
120
121DAWN-00-03-06   Satoshi TANAKA  Dec 04, 1998 
122- Maximun number of generated g4.prim files in the destination
123  directory is customizable as: "setenv G4DAWNFILE_MAX_FILE_NUM  N"
124  (N is the integer greater than or equal to 1. The default value is 1.)
125
126DAWN-00-03-05   Satoshi TANAKA  Dec 04, 1998 
127- Revised G4FRSocketConfig.hh together with architecture.gmk.
128  Compilation at SUN-CC was made automatic
129
130DAWN-00-03-04   Satoshi TANAKA  Dec 04, 1998 
131- Bug fix
132
133DAWN-00-03-03   Satoshi TANAKA  Nov 30, 1998 
134- Destination directiory of g4.prim and g4.eps is customizable
135  with the environmental variable "G4DAWNFILE_DEST_DIR".
136
137  Unix:
138   % setenv G4DAWNFILE_DEST_DIR   directory_name/
139
140   For example,
141
142   % setenv G4DAWNFILE_DEST_DIR   /tmp/
143
144   Do not forget to add "/" at the end of the directory name.
145
146  NT:
147   DOS> set G4DAWNFILE_DEST_DIR   directory_name\
148
149   Do not forget to add "\" at the end of the directory name.
150
151- Auto incremetaion of output file names is supported.
152  Names of generated files are:
153
154   DAWN-format files: g4.prim, g4_1.prim, g4_2.prim, ... , g4_100.prim
155   EPS files        : g4.eps , g4_1.eps , g4_2.eps , ... , g4_100.eps
156
157  Maximal number of files in one directory is restricted in order to
158  avoid explosion of your hard disk. The maximal number is hard-coded.
159  You can revise is by editing enum of G4DAWNFILEScene.hh.
160
161  Note that the incrementation is done as follows (pseudo codes)
162
163    filename = "g4.prim" // initialization
164
165    while( filename already exists in the dest directory )
166    {
167          increment filename
168    }
169
170  It means that if you delete file "g4.prim" in the destination directory,
171  the file name in the next generation is still g4.prim.
172 
173
174DAWN-00-03-02   Satoshi TANAKA  Nov 30, 1998 
175
176- Backup before going on to tag DAWN-00-03-03.
Note: See TracBrowser for help on using the repository browser.