summaryrefslogtreecommitdiff
path: root/navit/script.c
Commit message (Collapse)AuthorAgeFilesLines
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-1/+1
|
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-301-8/+4
| | | | | | | | 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-70/+65
|
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-5/+5
| | | | | | | | * 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
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-221-4/+4
| | | | | | 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-5/+5
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix ↵sleske2013-08-211-2/+2
| | | | | | corresponding warnings. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5586 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Allow refresh_cond to specify when script should be runmartin-s2013-05-261-0/+9
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5514 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Avoid circular referencesmartin-s2013-05-241-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5505 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Made script tag workmartin-s2013-05-241-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5504 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:New xml tag for adding scripts to objectsmartin-s2013-05-241-0/+100
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5503 ffa7fe5e-494d-0410-b361-a75ebd5db220