summaryrefslogtreecommitdiff
path: root/navit/script.c
Commit message (Expand)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 declaratio...Joseph Herlant2018-05-301-8/+4
* 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:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-4/+4
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-5/+5
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...sleske2013-08-211-2/+2
* Add:Core:Allow refresh_cond to specify when script should be runmartin-s2013-05-261-0/+9
* Fix:Core:Avoid circular referencesmartin-s2013-05-241-1/+2
* Add:Core:Made script tag workmartin-s2013-05-241-1/+4
* Add:Core:New xml tag for adding scripts to objectsmartin-s2013-05-241-0/+100