| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: remove unused code | Bananeweizen | 2014-01-11 | 1 | -24/+2 |
| | | |||||
| * | fix failing test | Bananeweizen | 2014-01-11 | 1 | -2/+2 |
| | | |||||
| * | refactoring: avoid excessive object creation in viewport calculation | Bananeweizen | 2014-01-11 | 1 | -16/+28 |
| | | |||||
| * | fix #3527: bad query string | Samuel Tardieu | 2014-01-08 | 1 | -6/+6 |
| | | | | | | | Let's hope that the bad formatting occurring for, at least, very small negative values in `String.format()` with a `null` Locale will not happen with `StringBuilder.append(double)`. | ||||
| * | refactoring: some nullness cleanups | Michael Keppler | 2013-12-26 | 1 | -5/+9 |
| | | |||||
| * | code cleanup | Bananeweizen | 2012-12-15 | 1 | -1/+4 |
| | | | | * some CodePro Analytix findings | ||||
| * | Add extra documentation for null parameter | Samuel Tardieu | 2012-09-03 | 1 | -1/+1 |
| | | | | | See #1957 for discussion. | ||||
| * | Fix for null coords | runehl | 2012-08-14 | 1 | -2/+3 |
| | | |||||
| * | fix #1459: Refactoring navigation menu | Bananeweizen | 2012-05-05 | 1 | -2/+2 |
| | | |||||
| * | Fix: check that coordinates are not null | Samuel Tardieu | 2012-04-25 | 1 | -1/+1 |
| | | | | | | | Do as the comment says and accept (and skip) points with null coordinates. Bug found by chance during a test run while the website was down. | ||||
| * | Refactoring: cleanup control flow | Samuel Tardieu | 2012-04-20 | 1 | -9/+9 |
| | | |||||
| * | Refactoring: do not get through an extra Geopoint when not required | Samuel Tardieu | 2012-04-20 | 1 | -4/+4 |
| | | |||||
| * | Refactoring: remove unused Viewport constructor | Samuel Tardieu | 2012-04-20 | 1 | -4/+0 |
| | | |||||
| * | Refactoring: use viewports where appropriate | Samuel Tardieu | 2012-04-20 | 1 | -47/+0 |
| | | |||||
| * | Add optional table parameter to Viewport#sqlWhere() | Samuel Tardieu | 2012-04-20 | 1 | -6/+9 |
| | | |||||
| * | A viewport contains points, not coordinates | Samuel Tardieu | 2012-04-14 | 1 | -12/+16 |
| | | | | | Make the methods accept ICoordinates instances. | ||||
| * | Add new Viewport method and builder | Samuel Tardieu | 2012-04-14 | 1 | -0/+47 |
| | | |||||
| * | Refactoring: rename isInViewport() to contains() | Samuel Tardieu | 2012-04-14 | 1 | -4/+10 |
| | | | | | This is a better name from the point of a viewport. | ||||
| * | Refactoring: temporarily rewrite redundant code waiting for it to disappear | Samuel Tardieu | 2012-04-12 | 1 | -34/+9 |
| | | | | | | | This code which manipulates viewports as separate int coordinates should disappear and use the proper types. This requires a large rewrite of CGeoMap. | ||||
| * | Refactoring: cleanup and add methods to Viewport | Samuel Tardieu | 2012-04-12 | 1 | -9/+67 |
| | | |||||
| * | Refactoring: remove int based Geopoint and Viewport constructors | Samuel Tardieu | 2012-04-12 | 1 | -3/+2 |
| | | | | | | Those were source of errors, and have no legitimate reason to be used in our current code base as this changeset shows. | ||||
| * | Implements cache for live-map tiles | rsudev | 2012-04-12 | 1 | -4/+19 |
| | | |||||
| * | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301. | ||||
| * | fix #1116: Cache count on live-map unreliable | Bananeweizen | 2012-03-11 | 1 | -15/+30 |
| | | |||||
| * | Moved methods to better fitting classes | blafoo | 2012-02-29 | 1 | -0/+59 |
| | | |||||
| * | Live Map. Closes #1121 | blafoo | 2012-02-23 | 1 | -0/+8 |
| | | |||||
| * | refactoring: code cleanup | Bananeweizen | 2012-02-21 | 1 | -0/+1 |
| | | | | | | * move human distance code to own class * remove warning suppression * fix several compiler warnings | ||||
| * | Improved thread handling in live map | blafoo | 2012-02-13 | 1 | -0/+4 |
| | | |||||
| * | Add new Viewport type to encompass Viewport information | Samuel Tardieu | 2011-11-09 | 1 | -0/+35 |
| Also, remove unused reason parameter. | |||||
