summaryrefslogtreecommitdiff
path: root/navit/command.c
Commit message (Expand)AuthorAgeFilesLines
* fix:build:core:Fix two issues where the wrong enum type is used, butjkoan2020-10-311-1/+1
* change:core:Reformat all files for ci check (even those i havent touched)jkoan2020-05-281-2/+3
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-121/+62
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-1353/+1296
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-38/+42
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-311-1/+1
* update link to wiki for OSD commandsR6624jandegr2016-03-061-1/+1
* Refactor:core:Add some debug output for attribute-related methodsmvglasow2015-11-201-1/+5
* Refactor:core:Remove dead (and broken) code in command.cmvglasow2015-11-111-9/+0
* Refactor:core:Remove unused variable in command_saved_callbacks_changed()mvglasow2015-11-111-3/+1
* Fix:core:Make OSD enable_expression work correctly when OSD is registeredmvglasow2015-11-111-1/+1
* Refactor:core:Some more documentation and logging in command.cmvglasow2015-11-111-5/+22
* Fix:core:Properly discard leading spaces in eval_value()mvglasow2015-11-111-4/+4
* Refactor:core:Some more documentation and logging in command.cmvglasow2015-11-111-11/+188
* Refactor:core:Add some docs and debug output to OSD and command codemvglasow2015-11-111-1/+35
* Add:core:Log descriptive error strings for saved commandsmvglasow2015-11-021-1/+49
* 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