summaryrefslogtreecommitdiff
path: root/navit/command.c
Commit message (Expand)AuthorAgeFilesLines
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-8/+8
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-25/+25
* Refactoring:core:documentation updatemvglasow2014-11-161-7/+44
* Refactor:core:Remove unused parameter from resolve.sleske2013-09-251-17/+17
* Refactor:core:Remove unused parameter from set_int.sleske2013-09-251-30/+30
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...sleske2013-08-211-1/+1
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-111-4/+3
* Add:Core:Allow arbitrary contexts for saved commandmartin-s2013-05-261-9/+15
* Add:Core:Made a central entry point for translation in preparation of future ...martin-s2013-04-281-1/+1
* Fix:Core:Remove result_free with wrong parametermartin-s2013-04-261-1/+0
* Add:Core:Allow new on primitive types in command interpretermartin-s2013-04-261-1/+19
* Fix:Core:Correctly unescape stringsmartin-s2013-03-091-3/+19
* Fix:Core:Free attribute after adding it to avoid leakagemartin-s2013-01-311-0/+1
* Fix:Core:Made new command work againmartin-s2013-01-311-1/+2
* Fix:Core:Correct handling of braces and != tests in commandsmartin-s2012-12-251-10/+19
* Fix:Core:Fixed boolean command operations, allow concatenuation of stringsmartin-s2012-12-251-19/+29
* Add:Core:Added foreach and if/then/else command to script interpretermartin-s2012-12-251-6/+81
* Add:Core:Beginning of splitting up command.c into parsing/logic and execution...martin-s2012-12-241-224/+348
* Fix:Core:Made C99 compatiblemartin-s2012-12-231-22/+22
* Fix:Core:Allow escaped quotes in stringsmartin-s2012-12-221-0/+2
* Fix:Core:Allow upper case variable and function namesmartin-s2012-12-221-2/+2
* Fix:core:Don't jump over the end of command when closing double quote is miss...mdankov2012-12-051-3/+4
* Fix:core:Don't crash when command system references a nonexistent object. Sil...mdankov2012-12-041-4/+8
* Fix:core:Bugs in ternary conditional operator.mdankov2012-12-031-3/+8
* Fix:core:Get rid of memory leaks in command interfacemdankov2012-11-181-47/+151
* Fix:core:Few more memleaks & one uninitialized variable reference|thank you v...mdankov2012-11-101-4/+14
* Fix:Core:Avoid overwriting result from arraysmartin-s2012-07-161-0/+1
* Add:Core:Integrated obj_filter.c into command.cmartin-s2012-07-161-19/+58
* Add:Core:Make asynchonicity for saved commands optionalmartin-s2012-06-161-2/+8
* Fix:Core:Add warning for invalid commands.sleske2011-12-251-1/+5
* Fix:Core:Changed command new working, expand attributes if necessarymartin-s2011-10-071-1/+10
* Add:Core:Integrated functions to add or remove an attributemartin-s2011-10-041-0/+23
* Fix:Core:Move declarations to the begin to be c95 compatiblemartin-s2011-09-301-2/+4
* add:core: -added possibility to select objects in the command system by filte...tegzed2011-09-071-0/+13
* Fix:core:Fix some warningsrikky2011-06-071-1/+1
* Fix:core:Add a patch to to satisfy "invalid reads" found with valgrind in com...woglinde2011-05-261-4/+11
* Fix:core:Made command interpreter accept attribute names that start with lett...tegzed2011-03-271-1/+1
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-241-2/+2
* Fix:Core:Make c++ happymartin-s2010-05-251-2/+2
* Add:Core:Possibility to get attribute type for callback from an expressionmartin-s2010-05-011-0/+14
* Fix:Core:Reverted wrong changesmartin-s2010-04-101-3/+3
* Add:core:Added possibility to create universal command handler akashihi2010-04-071-1/+1
* Fix:core:Replaced " with \' so it is now possible to specify akashihi2010-04-071-2/+2
* Core:Fix:Fix compile warningshorwitz2010-03-171-14/+15
* fix:core:fix handling of error numberhorwitz2010-03-011-8/+8
* Fix:Core:Prevent segfault(fixes #529)|Thanks Pini for the patch.horwitz2010-01-051-1/+1
* Add:gui_internal:More html functionalitymartin-s2010-01-041-3/+9
* Add:gui_internal:Back commandmartin-s2009-11-241-1/+1
* Add:core:Implement new in command.cmartin-s2009-11-221-3/+19
* Add:gui_internal:Further export of menusmartin-s2009-11-201-0/+2