Import Geant4 3.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:10:37 +02:00
parent 137e303ecc
commit 36c080dca6
3464 changed files with 119310 additions and 52696 deletions
+81 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.110 2001/04/02 10:08:43 johna Exp $
$Id: History,v 1.133 2001/06/19 11:24:09 stanaka Exp $
-------------------------------------------------------------------
=========================================================
@@ -24,6 +24,86 @@ committal in the CVS repository !
History file for visualization category
---------------------------------------
19th June 2001 Satoshi Tanaka (vis-V03-01-07)
-OS dependence is removed from the DAWN-network driver.
* gethostname() removed
* G4SocketConfig.hh and G4SocketMacro.hh are removed.
- Now "setenv G4DAWN_HOST_NAME hostname" is mandatory to use
the DAWN-network driver.
15th June 2001 John Allison
- Added GAGTree to G4VisManager.cc, MyVisManager.cc. Need corresponding
changes in config.
15th June 2001 John Allison (vis-V03-01-06)
- Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and
G4GAGTreeSceneHandler.
15th June 2001 Satoshi Tanaka (vis-V03-01-05)
- The first committing of GAGTree driver.
- Other files in ./Tree/ are the same as vis-V03-01-04.
5th June 2001 John Allison (vis-V03-01-04)
- Moved re-useable code from G4ASCIITree to G4VTree.
- Made sure all pointers in G4VisManager are initialised on construction.
4th June 2001 John Allison
- G4ASCIITree: Added logical volume name and solid name and type under
verbosity control.
- G4ASCIITree: Forced culling off so that all volumes are seen, even if
"invisible".
29th May 2001 John Allison
- Small clean up in test directory.
25th May 2001 John Allison
- Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
24th May 2001 John Allison (vis-V03-01-03)
- Added missing files G4ASCIITreeMessenger.hh/cc.
- Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
- Drivers in alphabetical order in MyVisManager.cc.
23rd May 2001 John Allison
- Eliminated Linux pedantic warnings, except FukuiRenderer, VRML and OPACS.
22nd May 2001 John Allison
- Refined ASCIITree.
21st May 2001 John Allison (vis-V03-01-02)
- Minor bug corrections (mostly to fix things that used to work with the
old /vis~/ commands but ceased to work with the new /vis/commands:
o If a scene is empty at drawing time, the "world" is added.
o Window size hint now works for OpenGL.
- Fixed some minor warnings for strict C++ (size_t, etc.).
18th May 2001 John Allison
- Removed unnecessary virtual inheritance of G4VViewer in G4RayTracerViewer.
- Introduced verbosity to ASCIITree.
- Proper deletion of directories in G4VisManagerRegisterMessengers.
15th May 2001 John Allison
- Fixed bug in name of /vis/viewer/set/sectionPlane command.
3rd May 2001 John Allison (vis-V03-01-01)
- Changes for greps-V03-01-01 (elimination of RW).
- Improvements in /vis/scene/add/volume.
- Added /vis/drawTree.
10th April 2001 John Allison (vis-V03-01-00)
- Added two new commands:
/vis/scene/add/text
/vis/scene/add/axes
- Added first version of ASCIITree to dump geometry hierarchy to
standard output as ASCII stream.
This requires two new environment variables:
G4VIS_BUILD_ASCIITREE_DRIVER
G4VIS_USE_ASCIITREE
and config-V03-01-00.
2nd April 2001 John Allison
- Tidied OpenGL (opengl-V03-00-01) - see OpenGL/History.
2nd April 2001 John Allison (vis-V03-00-09)
- Fixed some warnings from DEC cxx.