source: trunk/source/visualization/VRML/History @ 1202

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

update to CVS

File size: 4.9 KB
Line 
1$Id: History,v 1.17 2009/10/21 15:27:21 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/VRML sub-category
21------------------------------------------------
22
2321st October 2009  John Allison  (VRML-V09-02-01 coworks greps-V09-02-02)
24- Added AddCompound (const G4THitsMap<G4double>&) methods.
25  o Prevents warnings about hiding - calls G4VSceneHandler base class.
26
2729 September 2009  John Allison (VRML-V09-02-00)
28- Tagged change of disclaimer on file headings (made long ago).
29
3012th June 2006  John Allison  (VRML-V08-00-02)
31- G4VRML1/2FileViewer.cc: Fixed rewind problem. ClearView closes and
32  re-opens file.
33- G4VRML1/2FileSceneHandler.cc: Proper terminator on exit:
34
352nd June 2006  John Allison  (VRML-V08-00-01)
36- G4VRML2SceneHandlerFunc.icc: Protect zero model pointer.
37
3823rd January 2006  John Allison  (VRML-V08-00-00)
39- Rewind output file in G4VRML*FileViewer::ClearView.  Avoids
40  duplicate geometries in output file.
41
4227th May 2005  John Allison  (VRML-V07-00-00)
43- Fixed bug introduced in ClearTransientStore.
44
4519th April 2004  Gabriele Cosmo (VRML-V06-01-00)
46- Fixed typo in printout in G4VRML1FileSceneHandler.cc and
47  G4VRML2FileSceneHandler.cc.
48
496th November 2003  John Allison  (vis-V05-02-03)
50- G4VRML2SceneHandlerFunc: changed const char* pv_name to G4String pv_name.
51
524th October 2003  Gabriele Cosmo (vis-V05-02-01)
53- Simplified GNUmakefile.
54
55VRML-V05-00-00 17th February 2003 Satoshi Tanaka
56- A Small bug fixing of VRML2 driver
57 (Explicit cast from G4String to char*).
58
59VRML-V04-01-00 November 10 2002
60- Bug fixing for marker size (*.icc files)
61
62VRML-V03-02-01 18th September 2001 
63- Updation for automatic visualization at Hebden Bridge mini-workshop.
64- Filename incrementation is made the same as the DAWNFILE driver
65
6627th April 2000  Gabriele Cosmo
67- Removed unnecessary #include "G4Transform.hh".
68
69VRML-V01-00-00 27th December 1999  Satoshi Tanaka
70- G4endl ==> "\n" for fDest objects
71
72VRML-V00-01-01 4th November 1999  Satoshi Tanaka
73- Introduction of VRMLBeginModeling() for new vis commands
74
75VRML-00-03-07   Satoshi TANAKA  Dec 07, 1998 
76- An environmental variable "G4VRML_VIEWER" is renames to
77  "G4VRMLFILE_VIEWER" for consistency.
78
79VRML-00-03-06   Satoshi TANAKA  Dec 04, 1998 
80- Maximun number of generated g4.wrl files in the destination
81  directory is customizable as: "setenv G4VRMLFILE_MAX_FILE_NUM  N"
82  (N is the integer greater than or equal to 1. The default value is 1.)
83
84VRML-00-03-04   Satoshi TANAKA  Dec 03, 1998 
85- Bug fix of SetPVPickability();
86
87VRML-00-03-03   Satoshi TANAKA  Nov 30, 1998 
88- Destination directiory of g4.wrl and g4_X.wrl is customizable
89  with the environmental variable "G4VRMLFILE_DEST_DIR".
90
91  Unix:
92   % setenv G4VRMLFILE_DEST_DIR   directory_name/
93
94   For example,
95
96   % setenv G4VRMLFILE_DEST_DIR   /tmp/
97
98   Do not forget to add "/" at the end of the directory name.
99
100  NT:
101   DOS> set G4VRMLFILE_DEST_DIR   directory_name\
102
103   Do not forget to add "\" at the end of the directory name.
104
105- Minor change in policy of automatic incremation of output VRML file:
106
107  OLD way: g4.wrl, g4_2.wrl, .....           , g4_100.wrl
108  NEW way: g4.wrl, g4_1.wrl, g4_2.wrl, ..... , g4_100.wrl
109
110  Maximal number of files in one directory is restricted in order to
111  avoid explosion of your hard disk. The maximal number is hard-coded.
112  You can revise is by editing enum's of G4VRML1FILEScene.hh and
113  G4VRML2FILESchene.hh
114
115  Note that the incrementation is done as follows (pseudo codes)
116
117    filename = "g4.wrl" // initialization
118
119    while( filename already exists in the dest directory )
120    {
121          increment filename
122    }
123
124  It means that if you delete file "g4.wrl" in the destination directory,
125  the file name in the next generation is still g4.wrl.
126
127  The JAVA application VRML/g4vrmlview/g4vrmlview.java
128  for network visualization is also updated.
129
130
131VRML-00-03-02   Satoshi TANAKA  Nov 13, 1998 
132- Code refinement of VRML 2.0 driver
133- Pickability of Physical volume is controllable with
134  setenv G4VRML_PV_PICKABLE  1/0
135- Nickname of VRML drivers are renames:
136  (Old names were, e.g., "VRML1File")
137
138  VRML1 file    : VRML1FILE
139  VRML1 network : VRML1
140
141  VRML2 file    : VRML2FILE
142  VRML1 network : VRML2
Note: See TracBrowser for help on using the repository browser.