summaryrefslogtreecommitdiff
path: root/navit/transform.c
Commit message (Expand)AuthorAgeFilesLines
* Add:core:Merge project highfive|Thx jandegr and robotaxi for contributing!mvglasow2015-05-151-0/+9
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-13/+13
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-24/+24
* Fix:Core:Fix znear-clipping in 3d modemartin-s2013-08-261-1/+3
* Fix:Core:Correctly clip multi polygonsmartin-s2013-08-241-0/+11
* Fix:Core:Correctly calculate linewidth in 3d modemartin-s2013-08-241-3/+4
* Fix:core:Fix signed integer overflow in distance calculation.|Concludes fix f...sleske2013-07-131-1/+21
* Fix:core:Integrate transform_setup into transform_new. Avoids two-step initia...sleske2013-07-131-19/+6
* Refactor:core:Make transform() more readable and shorter by extracting loads ...sleske2013-06-291-77/+141
* Refactoring:core:Add comment, remove dead code.sleske2013-05-061-15/+1
* Fix:core:Clean up debugging.sleske2013-03-191-8/+4
* Fix:core:Remove dead code.sleske2013-02-221-26/+0
* Fix:core:Refactoring|Rename, unused variables removed, static added.sleske2013-01-201-6/+0
* Fix:gui/internal:Fix warnings and comments, remove dead code.sleske2012-11-051-0/+3
* Fix:osd_core:Calculate map scale in screen center; (partial) fix for #985.sleske2012-09-241-0/+18
* Fix:Core: Adds in a forgotten stdlib include, causing the abs function to be ...geoghegan2012-09-211-0/+1
* Fix:core:Reduce debug output, use dbg() instead of printf.sleske2012-07-051-1/+1
* Add:core:Adaptive plyline generalization, resolves #1050.mdankov2012-07-041-8/+12
* Fix:core:Properly duplicate and destroy transformations. Fix valgrind complai...mdankov2012-06-051-0/+4
* Fix:core:Fixed warnings about unused variablesrikky2011-02-141-2/+2
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-241-0/+1
* Fix:Swapped argumentsmartin-s2010-11-091-1/+1
* Fix:Delay usage if transformation for cursors until it is actually displayedmartin-s2010-11-091-0/+6
* Fix:Core:Avoid unneeded increase in map rectanglemartin-s2010-10-301-0/+2
* Fix:Core:Make transform_douglas_peucker work correctly, implemented floating ...martin-s2010-07-141-2/+66
* Core:Fix:Fix compile warningshorwitz2010-03-171-1/+1
* Fix:Core:Convert transformation while renderingmartin-s2010-02-261-0/+14
* Fix:Core:Avoid point reduction of connecting points of multi polygonsmartin-s2009-11-271-1/+2
* Fix:Core:Reduced verbositymartin-s2009-11-211-3/+3
* Fix:Core:Made transformation more flexiblemartin-s2009-11-211-30/+58
* Fix:Core:Correct calculation, limit far planemartin-s2009-11-201-2/+1
* Fix:Core:Transformation cleanupmartin-s2009-11-201-85/+34
* Fix:Core:Typomartin-s2009-11-201-2/+2
* Fix:Core:Made compileable againmartin-s2009-11-201-2/+17
* Fix:Core:Changed view frustrum calculationmartin-s2009-11-201-51/+157
* Add:Core:Added possibility for binfile logging with dp point reductionmartin-s2009-10-041-0/+24
* Fix:Core:Reduce point densitiy in larger viewsmartin-s2009-09-151-12/+15
* Add:Core:Added possibility for vehicle position extrapolation to compensate f...martin-s2009-06-251-0/+18
* Fix:Core:Interpolate on tablemartin-s2009-06-091-3/+3
* Fix:Core:Use table instead of fixed value for scale calculation|Thanks odlg f...martin-s2009-06-091-1/+15
* Add:Core:Added support for utm projectionmartin-s2009-05-271-0/+69
* Fix:transform:Use single precision vs double precision for lat/lngsteven_s2009-03-211-46/+48
* Fix:Core:Reduced verbositymartin-s2009-03-201-1/+1
* Fix:Core:Removed accidentially introduced verbosity, made ENABLE_ROLL configu...martin-s2009-03-201-3/+17
* Fix:Core:Added functions to get/set hog and order basemartin-s2009-03-201-2/+48
* Fix:Core:Changing the way autozoom workstinloaf2009-02-171-36/+0
* Add:Core:Added autozoom supporttinloaf2009-02-031-0/+36
* Fix:Core:Fixed yaw handlingmartin-s2009-01-051-2/+2
* Fix:Core:Fixed transformation with ENABLE_ROLL offmartin-s2009-01-021-6/+6
* core:fix:Fix some warnings and do some small cleanupshorwitz2008-12-281-11/+4