Import Geant4 5.0.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.193 2002/06/24 07:34:15 gcosmo Exp $
|
||||
$Id: History,v 1.212 2002/12/11 16:11:44 johna Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -24,6 +24,98 @@ committal in the CVS repository !
|
||||
History file for visualization category
|
||||
---------------------------------------
|
||||
|
||||
11th December 2002 John Allison (vis-V04-01-10)
|
||||
- Fix for SUN-CC warnings: AddThis hides the virtual function...
|
||||
- Fix memory leak in RayTracer.
|
||||
- Fixed /vis/scene/add/trajectories command.
|
||||
- Some fixes in HepRep.
|
||||
|
||||
4th December 2002 Makoto Asai (vis-V04-01-09)
|
||||
- Migration to new G4ApplicationState
|
||||
|
||||
27th November 2002 John Allison (vis-V04-01-08)
|
||||
- Fixes to HepRep - see History file.
|
||||
- Added RegisterGraphicsSystem (new G4HepRep) in MyVisManager.cc.
|
||||
- Fix (removal) of ambiguous G4VVisCommand::GetNewDoubleValue.
|
||||
- Added /vis/viewer/set/globalMarkerScale.
|
||||
- Improved algorithm of CompareForKernelVisit on OpenGL and OpenInventor.
|
||||
|
||||
21st November 2002 Gabriele Cosmo (vis-V04-01-07)
|
||||
- Corrections to HepRep module to allow porting on egcs compiler
|
||||
(M.Donszelmann).
|
||||
- Patched access to static data in G4VisCommandsSceneAdd.cc, G4VisManager.cc
|
||||
and G4FlavoredParallelWorldModel.cc to allow porting on Windows DLLs.
|
||||
It requires co-working with tags "greps-V04-01-04" and "intercoms-V04-01-02".
|
||||
|
||||
15th November 2002 Mark Donszelmann (vis-V04-01-06)
|
||||
- HepRep2 driver implemented.
|
||||
|
||||
11th November 2002 John Allison (vis-V04-01-05)
|
||||
- Corrected inclusion of G4OpenGLXViewer #ifdef X_DRIVER for Windows
|
||||
and other small changes in OpenGL (opengl-V04-01-02).
|
||||
- Added integer argument to /vis/scene/add/trajectories [drawing-mode].
|
||||
drawing-mode is passed to DrawTrajectory. See also modeling-V04-00-00.
|
||||
- Fixed bug in G4VisManager wich lead to zero G4VModel pointer.
|
||||
- Improved hamdling of models.
|
||||
- Corrected G4RayTracer.cc devide-by-zero (raytracer-V04-00-01).
|
||||
- VRML: bug fixing for marker size (*.icc files) (VRML-V04-01-00).
|
||||
- Samll improvements to README.built_in_commands.
|
||||
- Improved sample driver XXX.
|
||||
|
||||
1st November 2002 John Allison (vis-V04-01-04 with...)
|
||||
geant4/source/tracking tracking-V04-01-03
|
||||
geant4/source/intercoms intercoms-V04-01-00
|
||||
geant4/source/graphics_reps greps-V04-01-01
|
||||
geant4/source/digits+hits digits+hits-V04-01-01
|
||||
|
||||
Oct 28, 2002, J.Allison (vis-traj03, co-works with...
|
||||
geant4/source/tracking traj03 (head as of Tue Oct 29 15:42:14 UTC 2002)
|
||||
geant4/source/intercoms intercoms-V04-01-00 (ditto)
|
||||
geant4/source/graphics_reps greps-V04-01-01 (ditto)
|
||||
geant4/source/digits+hits hits-traj03 (*not* the head)
|
||||
- Changed G4XXXSceneHandler.cc for map of G4AttDefs, and improved.
|
||||
|
||||
17th October 2002 John Allison (vis-V04-01-03 with...)
|
||||
- Coworking tags are:
|
||||
geant4/source/tracking traj02
|
||||
geant4/source/intercoms intercoms-V04-00-04
|
||||
geant4/source/graphics_reps greps-V04-01-00
|
||||
geant4/source/digits+hits hits-traj02
|
||||
- More changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
|
||||
- Minor corrections to warning messages, etc.
|
||||
- Improved end of run behaviour for non-post-processing graphics
|
||||
systems by changing false to true in G4VisManager::EndOfRun
|
||||
fpSceneHandler->SetMarkForClearingTransientStore(true);
|
||||
- Further corrections/improvements in OpenGLWin32 - not yet complete.
|
||||
|
||||
17th October 2002 John Allison (vis-V04-01-02 with intercoms-V04-01-00)
|
||||
- Added two new pure virtual functions to G4VGraphicsScene:
|
||||
AddThis(const G4VTrajectory&)
|
||||
AddThis(const G4VHit&)
|
||||
|
||||
16th October 2002 John Allison (vis-traj01 co-works with tracking tag traj01)
|
||||
- Tag for changes in G4VTrajectory, etc. (raytracer-V04-00-00).
|
||||
|
||||
16th October 2002 John Allison (vis-V04-01-01)
|
||||
- Fix for WIN32. Now compiles but viewer not implemented. (opengl-V04-01-01)
|
||||
- Small improvement to README.built_in_commands.
|
||||
|
||||
1st Sept 2002 Satoshi Tanaka (vis-V04-01-00)
|
||||
- Precision control of g4_XX.prim files generated by
|
||||
the DAWNFILE/DAWN-Network drivers.
|
||||
|
||||
Example:
|
||||
setenv G4DAWNFILE_PRECISION 9
|
||||
|
||||
The precision number is used as:
|
||||
|
||||
sprintf( string, "%*.*g", (precision+8), precision, value)
|
||||
|
||||
The default precision is also changed from 6 to 9.
|
||||
|
||||
24th June 2002 John Allison
|
||||
- Further cosmetic changes in G4OpenGL for DEC compiler (opengl-V04-01-00).
|
||||
|
||||
24th June 2002 Gabriele Cosmo (vis-V04-00-10)
|
||||
- Exclude latest changes to OpenGL driver (opengl-V04-00-03), causing compilation
|
||||
errors on some platforms (DEC-cxx).
|
||||
|
||||
Reference in New Issue
Block a user