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

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

CVS update

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