|
|
@1050
|
17 years |
landauf |
bugfix
|
|
|
@1049
|
17 years |
landauf |
config-value accepts now strings with special chars like \n or \t and …
|
|
|
@1036
|
17 years |
landauf |
added CoreSettings, a class containing all settings of core classes …
|
|
|
@1033
|
17 years |
landauf |
added a variadic macro to ConfigValueIncludes.h: …
|
|
|
@1031
|
17 years |
landauf |
corrected debug output in case of an invalid vector index
(remember: …
|
|
|
@1030
|
17 years |
landauf |
extracted all config-value related macros from CoreIncludes.h and …
|
|
|
@1027
|
17 years |
landauf |
console command 'cleanConfig' is now implemented: it drops all …
|
|
|
@1026
|
17 years |
landauf |
console command 'loadSettings' works now: loads a new config file …
|
|
|
@1025
|
17 years |
landauf |
fixed another bug.
always remember: no matter how cool your feature …
|
|
|
@1023
|
17 years |
landauf |
fixed bug, removed some debug output
|
|
|
@1020
|
17 years |
landauf |
changed ConfigValueContainer to use ConfigFileManager, but there is …
|
|
|
@1006
|
17 years |
landauf |
started implementing a config-file manager, but this is still unfinished.
|
|
|
@1004
|
17 years |
landauf |
test
|
|
|
@1003
|
17 years |
landauf |
hopefully solved the conversion problem
it's a lot of …
|
|
|
@1001
|
17 years |
landauf |
ok, be aware, here comes a big one. people with weak nerves should …
|
|
|
@995
|
17 years |
landauf |
added 'delay time command' console command that executes 'command' …
|
|
|
@994
|
17 years |
landauf |
- added some symbols to the CommandExecutor:
a) expression | …
|
|
|
@993
|
17 years |
landauf |
- added exit command: quits orxonox (no, it's not a hidden segfault …
|
|
|
@989
|
17 years |
landauf |
sync with notebook, nothing special here
|
|
|
@972
|
17 years |
landauf |
CommandExecutor autocompletes now to correct casing (even if you're …
|
|
|
@970
|
17 years |
landauf |
enhanced timer: it's now possible to let a timer call a function 1000 …
|
|
|
@968
|
17 years |
landauf |
- added a try-catch block to avoid crashes when something strange …
|
|
|
@967
|
17 years |
landauf |
hum, i forgot what i was doing there… oh wait, i remember… it had …
|
|
|
@966
|
17 years |
landauf |
added clipboard support (at the moment only for windows, but this will …
|
|
|
@965
|
17 years |
landauf |
even smarter autocompletion
|
|
|
@961
|
17 years |
landauf |
applied retos bugfix, thanks
|
|
|
@960
|
17 years |
landauf |
next try
|
|
|
@959
|
17 years |
landauf |
forgot the important part
|
|
|
@958
|
17 years |
landauf |
this is a try to avoid some compiler warnings on tardis
|
|
|
@957
|
17 years |
landauf |
- added set and tset functions to the ConfigValueContainer to …
|
|
|
@955
|
17 years |
landauf |
- added input buffer: this class captures key-input (at the moment …
|
|
|
@953
|
17 years |
landauf |
- added some functions to CommandEvaluation
- added possibility of …
|
|
|
@952
|
17 years |
landauf |
added CommandEvaluation to store the results of a command evaluation …
|
|
|
@951
|
17 years |
landauf |
notation: varname_s to varname_, as they're not static anymore in the …
|
|
|
@950
|
17 years |
landauf |
a singleton might be better implemented with a private constructor… …
|
|
|
@949
|
17 years |
landauf |
made CommandExecutor a singleton
|
|
|
@948
|
17 years |
landauf |
- added autocompletion function to CommandExecutor
- set default …
|
|
|
@947
|
17 years |
landauf |
- added CommandExecutor
- added ConsoleCommand macros
- added …
|
|
|
@941
|
17 years |
landauf |
- small change in the initialization of the Identifier-singleton
- …
|
|
|
@939
|
17 years |
landauf |
- 3 times the (almost) same implementation
+ macro
|
|
|
@933
|
17 years |
landauf |
XMLPort uses now executors and has default-values.
|
|
|
@932
|
17 years |
landauf |
added debug output to executor
|
|
|
@931
|
17 years |
landauf |
expanded Executor
|
|
|
@925
|
17 years |
landauf |
- the MultiTypes can now handle pointers and xml-elements
- added a …
|
|
|
@902
|
17 years |
landauf |
using "XMLPort::Mode mode" instead of "bool loading" in all XMLPort …
|
|
|
@901
|
17 years |
landauf |
Namespaces are working now. I love this feature, can't stop playing …
|
|
|
@899
|
17 years |
landauf |
yet another debug output tweak
|
|
|
@898
|
17 years |
landauf |
removed some test output in Namespace.cc and corrected one line of …
|
|
|
@897
|
17 years |
landauf |
bugfix
|
|
|
@896
|
17 years |
landauf |
- added == and != operator to the ClassTreeMask
- Included the …
|
|
|
@895
|
17 years |
landauf |
- added new XMLPortParam template to specify the template arguments / …
|
|
|
@879
|
17 years |
landauf |
started implementing the Namespace hierarchy (still unfinished)
|
|
|
@878
|
17 years |
landauf |
added boolean bApplyLoaderMask to the XMLPortObject macro to determine …
|
|
|
@877
|
17 years |
landauf |
started implementing a Namespace object (which will be used in level …
|
|
|
@876
|
17 years |
landauf |
std::set instead of std::list for Identifier-lists (parents, children, …
|
|
|
@874
|
17 years |
landauf |
moved core tests from core1 to core2
|
|
|
@873
|
17 years |
landauf |
simplified core2 branch
|
|
|
@872
|
17 years |
landauf |
created new core branch
|
|
copied from code/trunk/src:
|
|
|
@871
|
17 years |
landauf |
merged core branch to trunk
|