Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove JavaDoc @author tag. | SammysHP | 2012-05-23 | 1 | -4/+0 |
| | | | Files are edited by many people, also all editors are visible in the log. | ||||
* | Waypoint and caches both have coordinates, add ICoordinates interface | Samuel Tardieu | 2012-04-11 | 1 | -4/+1 |
| | | | | | Geopoint obviously implements ICoordinates. Also, getLongitude() and getLatitude() were only used in tests, remove them. | ||||
* | Refactoring: use IWaypoint and cgCache instead of cgCoord object | Samuel Tardieu | 2012-04-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Most of the time, the cgCoord is built from an existing cache or from an existing waypoint. And most of the time, using the IWaypoint interface is fine. We can see a cache as being a waypoint as well, so by making it implement IWaypoint we can manipulate IWaypoint objects every time we were manipulating cgCoord ones without copying. After this refactoring, cgCoord was only used to hold some partial cache information. cgCache can be used instead, and cgCoord is not needed anymore. | ||||
* | refactoring: reduce boxing/unboxing craziness | Bananeweizen | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | No direct access to fields | blafoo | 2011-10-26 | 1 | -0/+21 |