summaryrefslogtreecommitdiff
path: root/navit/vehicle/null/vehicle_null.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-301-13/+8
| | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-86/+81
|
* cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-301-14/+0
|
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-6/+6
| | | | | | | | * Fix:debug:Change line separators for dbg to work also on win* platform * Fix:debug:Break multiline dbg statements to use the new model * Fix:debug:Move the EOL into debug_vprintf
* Add some Documentation to Plugins (#375)jkoan2017-11-261-1/+9
|
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
| | | | | | | Use the term 'category' for all plugins with the same API (GUI plugins, map plugins etc.). This used to be called 'type', which was confusing, because in the XML config, 'type' refers to what is called 'name' in the code.
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-221-6/+6
| | | | | | looks like an error message.|#1269, part 5 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5967 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First ↵sleske2014-11-221-6/+6
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_null:Reduced verbositymartin-s2011-07-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4581 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_null:Correct handling of setting attributesmartin-s2010-07-271-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3509 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_null:Set flag when appropriatemartin-s2010-07-131-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3494 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_null:Less verbositymartin-s2010-03-091-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2989 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Cleaned up useless vehicle parametermartin-s2009-11-121-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2745 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_null:Made compileable and more usefulmartin-s2009-10-201-2/+16
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2679 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:New vehicle type nullmartin-s2009-10-201-0/+168
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2678 ffa7fe5e-494d-0410-b361-a75ebd5db220