| 1 | $Id: History,v 1.28 2009/10/21 15:28:53 allison Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | History file for visualization/XXX sub-category (a template graphics system)
|
|---|
| 21 | ---------------------------------------------------------------------------
|
|---|
| 22 |
|
|---|
| 23 | 21st October 2009 John Allison (visXXX-V09-02-00 coworks greps-V09-02-02)
|
|---|
| 24 | - Added AddCompound (const G4THitsMap<G4double>&) methods.
|
|---|
| 25 | o Prevents warnings about hiding - calls G4VSceneHandler base class.
|
|---|
| 26 |
|
|---|
| 27 | 5th November 2006 John Allison (visXXX-V08-01-06)
|
|---|
| 28 | - Protect against zero materials pointer.
|
|---|
| 29 |
|
|---|
| 30 | 26th October 2006 John Allison (visXXX-V08-01-05)
|
|---|
| 31 | - Improved print out.
|
|---|
| 32 | - Followed modeling-V08-01-08.
|
|---|
| 33 |
|
|---|
| 34 | 24th October 2006 John Allison (visXXX-V08-01-04; co-works greps-V08-01-08)
|
|---|
| 35 | - G4XXXStoredSceneHandler.cc: Followed change to G4VisAttributes in
|
|---|
| 36 | greps-V08-01-08 (change GetAttValues to CreateAttValues).
|
|---|
| 37 |
|
|---|
| 38 | 13th September 2006 John Allison (visXXX-V08-01-03)
|
|---|
| 39 | - G4XXXStoredSceneHandler.cc: Improved G4Att printing and checking.
|
|---|
| 40 |
|
|---|
| 41 | 29th August 2006 John Allison (visXXX-V08-01-02)
|
|---|
| 42 | - G4XXXSG/StoredViewer::CompareForKernelVisit: Minor tidying.
|
|---|
| 43 |
|
|---|
| 44 | 10th July 2006 John Allison (visXXX-V08-01-01)
|
|---|
| 45 | - G4XXXStoredSceneHandler.cc: Gets solid's G4Atts created by
|
|---|
| 46 | G4PhysicalVolumeModel.
|
|---|
| 47 |
|
|---|
| 48 | 3rd July 2006 John Allison (visXXX-V08-01-00)
|
|---|
| 49 | - General tidy and improvement to XXXFile.
|
|---|
| 50 |
|
|---|
| 51 | 4th May 2006 John Allison (visXXX-V08-00-04)
|
|---|
| 52 | - Improved protection for null models and parameters.
|
|---|
| 53 |
|
|---|
| 54 | 19th April 2006 John Allison (visXXX-V08-00-03)
|
|---|
| 55 | - Cosmetic improvement of legibility.
|
|---|
| 56 |
|
|---|
| 57 | 8th March 2006 John Allison (visXXX-V08-00-02)
|
|---|
| 58 | - Added G4XXXFile, G4XXXStored, G4XXXSG.
|
|---|
| 59 |
|
|---|
| 60 | 8th February 2006 John Allison (visXXX-V08-00-01)
|
|---|
| 61 | - Improved handling of DrawnPVPath:
|
|---|
| 62 | o Added G4XXXSceneHandler::Begin/EndModeling().
|
|---|
| 63 | o G4XXXSceneHandler::EndModeling: Cleared stores.
|
|---|
| 64 | o G4XXXSceneHandler::PreAddSolid: Tidied.
|
|---|
| 65 |
|
|---|
| 66 | 26th January 2006 John Allison (visXXX-V08-00-00)
|
|---|
| 67 | - Added code to use volume hierarchy path. Needs modeling-V08-00-01.
|
|---|
| 68 |
|
|---|
| 69 | 22nd November 2005 John Allison (visXXX-V07-01-02)
|
|---|
| 70 | - Simplified guidance.
|
|---|
| 71 |
|
|---|
| 72 | 13th October 2005 John Allison (visXXX-V07-01-01)
|
|---|
| 73 | - Migrated to <sstream>.
|
|---|
| 74 |
|
|---|
| 75 | 2nd September 2005 John Allison (visXXX-V07-01-00)
|
|---|
| 76 | - Improved guidance fro rendering polyhedron objects.
|
|---|
| 77 |
|
|---|
| 78 | 7th June 2005 John Allison (visXXX-V07-00-00)
|
|---|
| 79 | - Fixed unused parameter warnings.
|
|---|
| 80 |
|
|---|
| 81 | 1st June 2005 John Allison
|
|---|
| 82 | - Removed scene count and included some ongoing developments to do
|
|---|
| 83 | with making a consistent geometry hierarchy in presence of culled
|
|---|
| 84 | volumes.
|
|---|
| 85 |
|
|---|
| 86 | 12th November 2003 John Allison
|
|---|
| 87 | - Added G4XXXSceneHandler::ClearTransientStore.
|
|---|
| 88 |
|
|---|
| 89 | 6th November 2003 John Allison (vis-V05-02-03)
|
|---|
| 90 | - G4XXXViewer: improved comments.
|
|---|
| 91 |
|
|---|
| 92 | 4th October 2003 Gabriele Cosmo (vis-V05-02-01)
|
|---|
| 93 | - Simplified GNUmakefile.
|
|---|
| 94 |
|
|---|
| 95 | 11th November 2002 John Allison
|
|---|
| 96 | - Moved header inclusions from .hh to .cc.
|
|---|
| 97 | - Tidied AddThis(traj) and improved (square) and (circle).
|
|---|
| 98 |
|
|---|
| 99 | 16th November 2001 John Allison
|
|---|
| 100 | - Added G4XXXDEBUG.
|
|---|
| 101 |
|
|---|
| 102 | 24th August 2001 John Allison (vis-V03-02-13)
|
|---|
| 103 | - Added example unpacking code for G4Polyhedron objects.
|
|---|
| 104 |
|
|---|
| 105 | 17th August 2001 John Allison (vis-V03-02-12)
|
|---|
| 106 | - Added template graphics system XXX.
|
|---|