CHANGES for logViewer

Changes in version 1.5.1(03/05/2002)
  (1) packed viewerServer and viewer in one package
  (2) viewerServer (version 1.1)
     Rewrite User Interface with AWT
     kernel-time and server-time becomes asynchronous
     Fix online mode bug.
     viewer-time will not work (yet)
  (3) viewer (version 1.5.1)
     Add evaluation score in 2002 rule

Changes in version 1.5(01/19/2002)
  Collaborative viewer !
  Add scripts to start virtual city map.

Changes in version 1.4.2(07/28/2001, for RoboCup 1 in Seatle
  (1) Add command- line parameters (for application mode)
    lang, geometry, demo, demogeometry, stat, statgeometry
  (2) Add html parameters (for applet mode)
  (3) report V value in text format.
  (4) Change color of Refuge, Firestation, AmbulanceCenter, and Police Office


Changes in version 1.4(06/15/2001, for RoboFesta2001 in Osaka
 This version can be built on Sun's SDK.
    To rebuild by yourself, try the following.
  (1) Install JDK 1.3 from Sun
  (2) Extract the achive
      % jar xf logViewerSrc.jar
  (3) build it
      % make
  (4) Now, you got a new archive 'logViewer.jar'
      
 Small changes for RoboFesta (Besed on the suggestion on JapanOpen)
  (1) Change ICONs
  (2) Change scoring
  (3) Change Color on the demo panel

--------------------------------------------------------------------
Changes in version 1.3.12(04/14/2001)
  (The version for JapanOpen 2001)
  Demo panel is created.
    Demo panel is designed for the presentation at RoboFesta.
   To open demo panel, use demo button in map panel.
   The demo panel includes the following new graphs;
   (1) Human damage (Survival rate) in shaped graph
   (2) Road blockade in shaped graph
   (3) Building damage (by fire) in bar graphs
   (4) Building damage (by earthquake) in pie graph
   (5) Timeline display in bar graph
 * Note that you can choose one of these in stat panel, as well as old graphs

 Language selection for demo panel.
  You can choose language for display.
  (Sorry, but only English and Japanese.)

New command line parameter
  '-l' for time limit.


--------------------------------------------------------------------
Changes in version 1.3.11 (03/18/2001)
	Map area is now resizable ( both in Applet / Application)

    Rewrite user interface with layout managers
      - Add imageCanvas 
      - VStackLayout for layout management

--------------------------------------------------------------------
Changes in version 1.3.10 (03/01/2001)
	Implement some sound effects (application mode only)
	(1) Startup (spacemusic)
	(2) Start/Stop
	(3) Saved ( buriedness <= 0 && hp > 0)
	(4) Buildings Extinguished
   * note: give -s argument from command line, or refer to 'runLV.sh' script.

	Change built-in map (1/1 to 1/10), which includes width of  road
	    (Thanks to Hatayama-san)

	Restart is supported (Offline mode only)

    Event detection routine is added

	Fix a bug with virtical scroll bar

	Add aspect ratio calculation function to keep aspect ratio=1

--------------------------------------------------------------------
TO DO LIST
	Complete sound effect
	(1) Startup sound	(at initialize)
	(2) Start/Stop sound	(press start/stop button)
	(3) FireBrigade at work	(Building.fieryness becomes 4)
	(4) Police Force at work(delta(Road.block) <0 )
	(5) Burned out		(Building.fieryness becomes 1)
	(6) Help!		(buriedness > 0)
	(7) Saving 		(delta(Humanoid.buriedness) < 0)
	(8) Dead sound		(Humanoid.hp becomes zero)
	(9) Running out of Time	(time > (timeMax - 50))

	Add animations of movement within one step

	3D Viz

	History Graph

	Keep all simulation results

(EOF)
