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

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

update

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