| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor:core:Add some documentation in transform.cR6409 | mvglasow | 2015-11-28 | 1 | -2/+31 |
* | Add:core:Merge project highfive|Thx jandegr and robotaxi for contributing! | mvglasow | 2015-05-15 | 1 | -0/+9 |
* | Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look... | sleske | 2014-11-22 | 1 | -13/+13 |
* | Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p... | sleske | 2014-11-22 | 1 | -24/+24 |
* | Fix:Core:Fix znear-clipping in 3d mode | martin-s | 2013-08-26 | 1 | -1/+3 |
* | Fix:Core:Correctly clip multi polygons | martin-s | 2013-08-24 | 1 | -0/+11 |
* | Fix:Core:Correctly calculate linewidth in 3d mode | martin-s | 2013-08-24 | 1 | -3/+4 |
* | Fix:core:Fix signed integer overflow in distance calculation.|Concludes fix f... | sleske | 2013-07-13 | 1 | -1/+21 |
* | Fix:core:Integrate transform_setup into transform_new. Avoids two-step initia... | sleske | 2013-07-13 | 1 | -19/+6 |
* | Refactor:core:Make transform() more readable and shorter by extracting loads ... | sleske | 2013-06-29 | 1 | -77/+141 |
* | Refactoring:core:Add comment, remove dead code. | sleske | 2013-05-06 | 1 | -15/+1 |
* | Fix:core:Clean up debugging. | sleske | 2013-03-19 | 1 | -8/+4 |
* | Fix:core:Remove dead code. | sleske | 2013-02-22 | 1 | -26/+0 |
* | Fix:core:Refactoring|Rename, unused variables removed, static added. | sleske | 2013-01-20 | 1 | -6/+0 |
* | Fix:gui/internal:Fix warnings and comments, remove dead code. | sleske | 2012-11-05 | 1 | -0/+3 |
* | Fix:osd_core:Calculate map scale in screen center; (partial) fix for #985. | sleske | 2012-09-24 | 1 | -0/+18 |
* | Fix:Core: Adds in a forgotten stdlib include, causing the abs function to be ... | geoghegan | 2012-09-21 | 1 | -0/+1 |
* | Fix:core:Reduce debug output, use dbg() instead of printf. | sleske | 2012-07-05 | 1 | -1/+1 |
* | Add:core:Adaptive plyline generalization, resolves #1050. | mdankov | 2012-07-04 | 1 | -8/+12 |
* | Fix:core:Properly duplicate and destroy transformations. Fix valgrind complai... | mdankov | 2012-06-05 | 1 | -0/+4 |
* | Fix:core:Fixed warnings about unused variables | rikky | 2011-02-14 | 1 | -2/+2 |
* | Fix:Core:MSVC fixes|Thanks chollya | martin-s | 2011-01-24 | 1 | -0/+1 |
* | Fix:Swapped arguments | martin-s | 2010-11-09 | 1 | -1/+1 |
* | Fix:Delay usage if transformation for cursors until it is actually displayed | martin-s | 2010-11-09 | 1 | -0/+6 |
* | Fix:Core:Avoid unneeded increase in map rectangle | martin-s | 2010-10-30 | 1 | -0/+2 |
* | Fix:Core:Make transform_douglas_peucker work correctly, implemented floating ... | martin-s | 2010-07-14 | 1 | -2/+66 |
* | Core:Fix:Fix compile warnings | horwitz | 2010-03-17 | 1 | -1/+1 |
* | Fix:Core:Convert transformation while rendering | martin-s | 2010-02-26 | 1 | -0/+14 |
* | Fix:Core:Avoid point reduction of connecting points of multi polygons | martin-s | 2009-11-27 | 1 | -1/+2 |
* | Fix:Core:Reduced verbosity | martin-s | 2009-11-21 | 1 | -3/+3 |
* | Fix:Core:Made transformation more flexible | martin-s | 2009-11-21 | 1 | -30/+58 |
* | Fix:Core:Correct calculation, limit far plane | martin-s | 2009-11-20 | 1 | -2/+1 |
* | Fix:Core:Transformation cleanup | martin-s | 2009-11-20 | 1 | -85/+34 |
* | Fix:Core:Typo | martin-s | 2009-11-20 | 1 | -2/+2 |
* | Fix:Core:Made compileable again | martin-s | 2009-11-20 | 1 | -2/+17 |
* | Fix:Core:Changed view frustrum calculation | martin-s | 2009-11-20 | 1 | -51/+157 |
* | Add:Core:Added possibility for binfile logging with dp point reduction | martin-s | 2009-10-04 | 1 | -0/+24 |
* | Fix:Core:Reduce point densitiy in larger views | martin-s | 2009-09-15 | 1 | -12/+15 |
* | Add:Core:Added possibility for vehicle position extrapolation to compensate f... | martin-s | 2009-06-25 | 1 | -0/+18 |
* | Fix:Core:Interpolate on table | martin-s | 2009-06-09 | 1 | -3/+3 |
* | Fix:Core:Use table instead of fixed value for scale calculation|Thanks odlg f... | martin-s | 2009-06-09 | 1 | -1/+15 |
* | Add:Core:Added support for utm projection | martin-s | 2009-05-27 | 1 | -0/+69 |
* | Fix:transform:Use single precision vs double precision for lat/lng | steven_s | 2009-03-21 | 1 | -46/+48 |
* | Fix:Core:Reduced verbosity | martin-s | 2009-03-20 | 1 | -1/+1 |
* | Fix:Core:Removed accidentially introduced verbosity, made ENABLE_ROLL configu... | martin-s | 2009-03-20 | 1 | -3/+17 |
* | Fix:Core:Added functions to get/set hog and order base | martin-s | 2009-03-20 | 1 | -2/+48 |
* | Fix:Core:Changing the way autozoom works | tinloaf | 2009-02-17 | 1 | -36/+0 |
* | Add:Core:Added autozoom support | tinloaf | 2009-02-03 | 1 | -0/+36 |
* | Fix:Core:Fixed yaw handling | martin-s | 2009-01-05 | 1 | -2/+2 |
* | Fix:Core:Fixed transformation with ENABLE_ROLL off | martin-s | 2009-01-02 | 1 | -6/+6 |