Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-19 | [lcd4linux @ 2003-12-19 05:49:23 by reinelt] | reinelt | 1 | -87/+9 | |
extracted plugin_math and plugin_string into extra files | |||||
2003-12-19 | [lcd4linux @ 2003-12-19 05:35:13 by reinelt] | reinelt | 1 | -6/+9 | |
renamed 'client' to 'plugin' | |||||
2003-10-11 | [lcd4linux @ 2003-10-11 06:01:52 by reinelt] | reinelt | 1 | -39/+15 | |
renamed expression.{c,h} to client.{c,h} added config file client new functions 'AddNumericVariable()' and 'AddStringVariable()' new parameter '-i' for interactive mode | |||||
2003-10-06 | [lcd4linux @ 2003-10-06 05:51:15 by reinelt] | reinelt | 1 | -1/+25 | |
functions: min(), max() | |||||
2003-10-06 | [lcd4linux @ 2003-10-06 05:47:27 by reinelt] | reinelt | 1 | -4/+4 | |
operators: ==, \!=, <=, >= | |||||
2003-10-06 | [lcd4linux @ 2003-10-06 04:34:06 by reinelt] | reinelt | 1 | -0/+156 | |
expression evaluator added |