Fix typos
Update gitignore
Add check for invalid train schedule.
Attempt at fixing performance issue related to moving trains.
Reorganize docs and javadoc
Highlight selected train on map
Highlight selected train on map
Allow selecting train by clicking it on map.
Double clicking station opens station info.
Fix bug #188 Track graphics & double track
Track graphics & double track
fixed in git
Switch from ant to maven
Move docs and remove redundant files
Remove reference to ant
Fix typos
update log
no message
Readd source files to new dir structure
New dir structure
Unrecoverable FreerailsExceptions replaced with standard unchecked exceptions.
Reorganisation of package structure
Reorganisation of package structure
Reorganisation of package structure
Reorganisation of package structure
Reorganisation of dependencies in jfreerails.world...
Update
*** empty log message ***
Adding
Adding fullscreen mode
Updates to map view classes
*** empty log message ***
Partial fix for active rendering problems under linux.
More fixes for active renderign on linux problems
Add load, save, and new game.
Adding Ant script
*** empty log message ***
Commented and minor changes to the interfaces FreerailsPathIterator and PathWalker
Adding a simple FreerailsPathIterator implementation
Adding PathWalkerImpl
Adding train demo
Update to experimental.TrainDemo, and classes that it uses.
Refine the list of files that are copied in bindist and srcdist
Changes to package structure
*** keyword substitution change ***
Prepare for release
Fix active rendering painting bug
Update
Adding stationary trains.
Refactoring to remove cyclic dependencies between packages.
Work on train classes
On going work on train movement
New TrainPosition class added
Fix javadoc warnings
Work on train position and movement.
Implementing train movement!
Fix jar_doc task in build.xml
Work on station build system.
Improvements to train position and train move classes
Organise imports
More preparation for writing a pathfinder for the trains.
Finishing touches to NewFlatTrackExplorer, and incorporating it into the main code.
Work on PositionOnTrack and NewFlatTrackExplorer in preparation for writing the pathfinding logic.
Adding SimpleAStarPathFinder
Finish train pathfinder implementation.
Prepare for 0.1.1 release.
Add classes from fastUtils to jfreerails source tree.
update to build train gui
Add 'Newspaper' option.
Refactoring and removing dead code.
Major refactor to organise package dependencies.
Fix javadoc errors.
Prepare for minor release
Prepare for minor release
*** empty log message ***
*** empty log message ***
Updating train build gui
Adding train registry and better docs
Update docs
Javadoc comments
Refactoring to use the new world interface.
Getting junit tests running again
update
Minor changes
*** empty log message ***
Remove duplicated classes
Add Scott Bennett's cities patch
Add javadoc package comments and simple train schedules
Small change to package structure
Add javadoc package summaries and tidy up package structure.
Prepare for train schedule gui
Add Scott Bennett's random city tiles patch
Minor changes
Stations can now be removed.
Work on TrainReport
Train schedule GUI
More train schedule changes.
Adding 'equals' method to some world and move classes
new cargo and terrain xml and parser, part 1
Integrate new cargo and terrain xml into main code