source: trunk/source/visualization/VRML/History~ @ 1350

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

update to last version 4.9.4

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