|
|
@9916
|
18 years |
bensch |
orxonox/trunk: Windows runs again without any segfaults
it seems, that …
|
|
|
@9899
|
18 years |
bensch |
orxonox/trunk: shell works again.
|
|
|
@9878
|
18 years |
bensch |
runs better on windows
|
|
|
@9869
|
18 years |
bensch |
orxonox/trunk: merged the new_class_id branche back to the trunk. …
|
|
|
@9406
|
18 years |
bensch |
orxonox/trunk: merged the proxy back
merged with commandsvn merge …
|
|
|
@9112
|
18 years |
bensch |
merged the mountain-lake back here
|
|
|
@8894
|
18 years |
patrick |
merged the branche single_player_map with the trunk
|
|
|
@8350
|
18 years |
bensch |
fixed out some warnings
|
|
|
@7771
|
18 years |
bensch |
orxonox/trunk: Fixed a Bug in the Shell Exection, that compromised a Vector
|
|
|
@7742
|
18 years |
bensch |
trying to fix a strange bug of the static initialisation
|
|
|
@7722
|
18 years |
bensch |
orxonox/trunk: Removed the old Executor, and inserted the new one into …
|
|
|
@7456
|
19 years |
bensch |
trunk: work work…
|
|
|
@7422
|
19 years |
bensch |
orxonox/trunk: completing file-system entries
|
|
|
@7421
|
19 years |
bensch |
orxonox/trunk: more completion work
|
|
|
@7420
|
19 years |
bensch |
orxonox/trunk: Completion and execution is ok now
|
|
|
@7419
|
19 years |
bensch |
orxonox/trunk: Test in Execute (first implementation)
|
|
|
@7418
|
19 years |
bensch |
orxonox/trunk: Better implementation
|
|
|
@7417
|
19 years |
bensch |
orxonox/trunk: ShellCommand with new Improved and more general …
|
|
|
@7415
|
19 years |
bensch |
orxonox/trunk: Super-good completion , and extremely tired bensch
|
|
|
@7414
|
19 years |
bensch |
also get the offset
|
|
|
@7413
|
19 years |
bensch |
orxonox/trunk: Shell Completes some Parameters nicely now
|
|
|
@7412
|
19 years |
bensch |
orxonox/trunk: Another CompletionMode is working
|
|
|
@7411
|
19 years |
bensch |
orxonox/trunk: some command-stuff
|
|
|
@7409
|
19 years |
bensch |
orxonox/trunk: first CompletionPlugin works almost
|
|
|
@7408
|
19 years |
bensch |
orxonox/trunk: exist get functions
|
|
|
@7407
|
19 years |
bensch |
orxonox/trunk: cloning the Completors
|
|
|
@7403
|
19 years |
bensch |
orxonox/trunk: more exists functions to ClassList, and improved …
|
|
|
@7401
|
19 years |
bensch |
orxonox/trunk: small fixes
|
|
|
@7399
|
19 years |
bensch |
orxonox/trunk: register unregister much better
|
|
|
@7398
|
19 years |
bensch |
orxonox/trunk: SubString more functionality
|
|
|
@7397
|
19 years |
bensch |
orxonox/trunk: Aliases better
|
|
|
@7394
|
19 years |
bensch |
orxonox/trunk: list to vector
|
|
|
@7389
|
19 years |
bensch |
orxonox/trunk: new and improved ShellCommandAlias
|
|
|
@7388
|
19 years |
bensch |
orxonox/trunk: fixed a notNULL definition
|
|
|
@7374
|
19 years |
bensch |
orxonox/trunk: added new Files shell_completion_plugin for the new …
|
|
|
@7340
|
19 years |
bensch |
orxonox/trunk: fixed a ShellCommand-bug
|
|
|
@7331
|
19 years |
bensch |
orxonox/trunk: small improved functoid
|
|
|
@7320
|
19 years |
bensch |
orxonox/trunk: more cleanup stuff, subString slowly gets where i want it
|
|
|
@7319
|
19 years |
bensch |
orxonox/trunk: MUCH more comprehensive SubString
|
|
|
@7225
|
19 years |
bensch |
orxonox/trunk: more std::string
|
|
|
@7221
|
19 years |
bensch |
orxonox/trunk: merged the std-branche back, it runs on windows and …
|
|
|
@7201
|
19 years |
bensch |
orxonox/trunk: no more segfaults
|
|
|
@7199
|
19 years |
bensch |
orxonox/trunk: MultiType rework (now uses std::string) this is more …
|
|
|
@7198
|
19 years |
bensch |
orxonox/trunk: new Default Values… they now too are in MultiType …
|
|
|
@6222
|
19 years |
bensch |
orxonox/trunk: merged the christmas branche to the trunk
merged with …
|
|
|
@5885
|
19 years |
bensch |
orxonox/trunk: classList: returns const lists
|
|
|
@5791
|
19 years |
bensch |
orxonox/trunk: stl::list used in ClassList
|
|
|
@5779
|
19 years |
bensch |
orxonox/trunk: ClassList is now in std::list style
ShellCommand is now …
|
|
|
@5656
|
19 years |
bensch |
orxonox/trunk: new Version of the String-splitter (without …
|
|
|
@5652
|
19 years |
bensch |
orxonox/trunk: new LoadParam procedure with all NON-cycling …
|
|
|
@5642
|
19 years |
bensch |
orxonox/trunk: valgrind sweep
|
|
|
@5641
|
19 years |
bensch |
orxonox/trunk: Passing Reference inastead of Pointer to create ShellCommand
|
|
|
@5640
|
19 years |
bensch |
orxonox/trunk: default Values work, and small fix with unused …
|
|
|
@5639
|
19 years |
bensch |
orxonox/trunk: splitted shell_command into shell_command and …
|
|
|
@5637
|
19 years |
bensch |
orxonox/trunk: using Executor successfully (but with runtime-errors)
|
|
|
@5636
|
19 years |
bensch |
orxonox/trunk: adapting ShellCommand to use Executor.
On the go
|
|
|
@5634
|
19 years |
bensch |
orxonox/trunk: Executor works just fine.
Changed: Paramerte* to MT_*, …
|
|
|
@5555
|
19 years |
bensch |
orxonox/trunk: error fixed in the default value of ShellCommand LoadModel
|
|
|
@5552
|
19 years |
bensch |
orxonox/trunk: ShellCommand now uses MultiType instead of many …
|
|
|
@5374
|
19 years |
bensch |
orxonox/trunk: cool shell-commands for loading images and setting colors
|
|
|
@5329
|
19 years |
bensch |
orxonox/trunk: executing static commands work
|
|
|
@5328
|
19 years |
bensch |
orxonox/trunk: almost working
|
|
|
@5327
|
19 years |
bensch |
orxonox/trunk: more overwhelmingly complicated code, that slowly gets …
|
|
|
@5326
|
19 years |
bensch |
orxonox/trunk: ShellCommandStatic defined… now going to test it, (or …
|
|
|
@5249
|
19 years |
bensch |
orxonox/trunk: stuff, that has been done (removed todo's)
|
|
|
@5207
|
19 years |
bensch |
orxonox/trunk: default value can now be supplied as aditional arg of …
|
|
|
@5204
|
19 years |
bensch |
orxonox/trunk: Shell now has a real nice help function
|
|
|
@5203
|
19 years |
bensch |
orxonox/trunk: now all commands are executeable again
|
|
|
@5200
|
19 years |
bensch |
orxonox/trunk: aliases now can also take arguments
|
|
|
@5199
|
19 years |
bensch |
orxonox/trunk: saver execution
|
|
|
@5198
|
19 years |
bensch |
orxonox/trunk: Shell is now able to execute Aliases (without any …
|
|
|
@5197
|
19 years |
bensch |
orxonox/trunk: doxygen-tags
|
|
|
@5196
|
19 years |
bensch |
orxonox/trunk: ShellCommandAlias should really be completed now
|
|
|
@5195
|
19 years |
bensch |
orxonox/trunk: alias-completion works too now
|
|
|
@5192
|
19 years |
bensch |
orxonox/trunk: more completion issues
|
|
|
@5190
|
19 years |
bensch |
orxonox/trunk: construct for ShellCommandAlias… have to work some …
|
|
|
@5189
|
19 years |
bensch |
orxonox/trunk: minor function, to retrieve a List of Commands from a …
|
|
|
@5188
|
19 years |
bensch |
orxonox/trunk: only retrieve Classes, that actually have a Command …
|
|
|
@5174
|
19 years |
bensch |
orxonox/trunk: ShellBuffer is extern to Shell now… (But NOT used in …
|
|
|
@5172
|
19 years |
bensch |
orxonox/trunk: minor bug-fix
|
|
|
@5171
|
19 years |
bensch |
orxonox/trunk: some more implementation
|
|
|
@5170
|
19 years |
bensch |
orxonox/trunk: registration of ShellCommands now via the …
|
|
|
@5166
|
19 years |
bensch |
orxonox/trunk: doxygen-tags
|
|
|
@5165
|
19 years |
bensch |
orxonox/trunk: commands now get unregistered when leaving orxonox
|
|
|
@5164
|
19 years |
bensch |
orxonox/trunk: ability to describe the presented options
|
|
|
@5163
|
19 years |
bensch |
orxonox/trunk: match on Singleton dynamically
|
|
|
@5161
|
19 years |
bensch |
orxonox/trunk: better method to register Shell-Commands (now via the …
|
|
|
@5160
|
19 years |
bensch |
orxonox/trunk: shell is now a lib for its own
|
|
copied from trunk/src/util/shell_command.cc:
|
|
|
@5155
|
19 years |
bensch |
orxonox/trunk: now one should be able to create entities on the Fly
|