summaryrefslogtreecommitdiff
path: root/navit/transform.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix:Core:Disable roll, add get/set functions if enabledmartin-s2008-12-281-1/+16
* Add:Core:Support for hog and roll in transformmartin-s2008-12-271-8/+77
* Fix:Core:Fixed some integer overflowsmartin-s2008-12-271-7/+8
* Add:Core:3d Supportmartin-s2008-12-251-71/+233
* Fixed:Core:Improved map querying apimartin-s2008-12-121-4/+3
* Patch:core:Added geo coordinate formatting function that supports multiple fo...steven_s2008-11-091-20/+0
* Fix:core: Change structure members order to be alligned|zaxl2008-11-081-2/+2
* Core:fix: Projections support in tracking|zaxl2008-11-071-0/+9
* Add:Core:Made cursor configurable via navit.xmlmartin-s2008-11-061-0/+12
* Fix:Core:Use dbg instead of printfmartin-s2008-11-051-1/+1
* Fix:Core:Reworked routing code a bitmartin-s2008-08-221-0/+11