Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5181   19 years bensch orxonox/trunk: partial Completion in the ShellInput again (show but no …
(edit) @5180   19 years bensch orxonox/trunk: Shell Input is totally out of shell.cc/h
(edit) @5179   19 years bensch orxonox/trunk: ShellInput is now almost perfectly extern. …
(edit) @5178   19 years bensch orxonox/trunk: added class ShellInput for the InputLine, also worked a …
(edit) @5177   19 years bensch orxonox/trunk: more integration/bugFix
(edit) @5176   19 years bensch orxonox/trunk: More clean-up
(edit) @5175   19 years bensch orxonox/trunk: cleaner outtakes of the ShellBuffer
(edit) @5174   19 years bensch orxonox/trunk: ShellBuffer is extern to Shell now… (But NOT used in …
(edit) @5173   19 years bensch orxonox/trunk: added new Class ShellBuffer, that only handles the main …
(edit) @5172   19 years bensch orxonox/trunk: minor bug-fix
(edit) @5171   19 years bensch orxonox/trunk: some more implementation
(edit) @5170   19 years bensch orxonox/trunk: registration of ShellCommands now via the …
(edit) @5169   19 years bensch orxonox/trunk: reverted silly changes
(edit) @5168   19 years bensch orxonox/trunk: removed silly props
(edit) @5167   19 years bensch orxonox/trunk: removed ini_parser to take the one from subprojects
(edit) @5166   19 years bensch orxonox/trunk: doxygen-tags
(edit) @5165   19 years bensch orxonox/trunk: commands now get unregistered when leaving orxonox
(edit) @5164   19 years bensch orxonox/trunk: ability to describe the presented options :)
(edit) @5163   19 years bensch orxonox/trunk: match on Singleton dynamically
(edit) @5162   19 years bensch orxonox/trunk: more elaborate and MUCH easier through Macro-definition
(edit) @5161   19 years bensch orxonox/trunk: better method to register Shell-Commands (now via the …
(edit) @5160   19 years bensch orxonox/trunk: shell is now a lib for its own
(edit) @5159   19 years bensch orxonox/trunk: added new Subdir for shell, and some minor changes
(edit) @5156   19 years bensch orxonox/trunk: no more segfaults wenn creating entities
(edit) @5155   19 years bensch orxonox/trunk: now one should be able to create entities on the Fly
(edit) @5150   19 years bensch orxonox/trunk: SubString is now Safe also for NULL and 1 parameters
(edit) @5149   19 years bensch orxonox/trunk: ok, now testS and testI from shell work
(edit) @5148   19 years bensch orxonox/trunk: one Parameter safe now
(edit) @5147   19 years bensch orxonox/trunk: flush
(edit) @5143   19 years bensch orxonox/trunk: minor cleanup
(edit) @5141   19 years bensch orxonox/trunk: moved helper-functions to helper-functions.cc
(edit) @5140   19 years bensch orxonox/trunk: now all new commands get subscribed
(edit) @5134   19 years bensch orxonox/trunk: runtime-segfault prevented
(edit) @5132   19 years bensch orxonox/trunk: removed crap, so now the cd-engine is as was
(edit) @5131   19 years bensch orxonox/trunk: modified the tList-template again. prais patrick who's …
(edit) @5129   19 years bensch orxonox/trunk: minor extension-addition to the Shell.
(edit) @5125   19 years bensch orxonox/trunk: a first command can be executed 'clear' also improved …
(edit) @5124   19 years bensch orxonox/trunk: text is now Rendered as expected (in FastMode)
(edit) @5123   19 years bensch orxonox/trunk: patches, to make TextEngine more intuitive
(edit) @5122   19 years bensch orxonox/trunk: optimized TextEngine, now the chars can also be copied …
(edit) @5121   19 years bensch orxonox/trunk: color is now a parameter of text not font
(edit) @5120   19 years bensch orxonox/trunk: better calculation of the Line-Positions in the Shell
(edit) @5119   19 years bensch orxonox/trunk: cleanup/some display stuff
(edit) @5118   19 years bensch orxonox/trunk: semi-active buffers
(edit) @5117   19 years bensch orxonox/trunk: cleanup is almost perfect now
(edit) @5116   19 years bensch orxonox/trunk: saver removal of vertices in obb's
(edit) @5115   19 years bensch orxonox/trunk: reimplemented the list functions, as i did before in …
(edit) @5113   19 years bensch orxonox/trunk:restoring the trunk…
(edit) @5111   19 years bensch orxonox/trunk: reverted the last steps, because they created a huge …
(edit) @5110   19 years bensch orxonox/trunk: changed the behaviour of the iterator. Now it is soon …
(edit) @5109   19 years bensch orxonox/trunk: synchronized PNode and Element2D again
(edit) @5108   19 years bensch orxonox/trunk: softDir/softCoor is now overwritten(deleted) if one …
(edit) @5107   19 years bensch orxonox/trunk: shell is now properly moving through the bufferlines
(edit) @5106   19 years bensch orxonox/trunk: top-down shell, as proposed by patrick. This makes …
(edit) @5105   19 years bensch orxonox/trunk: some completion of ObjectNames
(edit) @5103   19 years bensch orxonox/trunk: better algorithm to find the ClassName. Now this is …
(edit) @5102   19 years bensch orxonox/trunk: class-autocompletion is nice now
(edit) @5100   19 years bensch orxonox/trunk: testing some AutoCompletion in the Shell.
(edit) @5093   19 years bensch orxonox/trunk: inputLine is working.
(edit) @5092   19 years bensch orxonox/trunk: less output, and shell also outputs to shell if …
(edit) @5091   19 years bensch orxonox/trunk: doxygen-tags
(edit) @5090   19 years bensch orxonox/trunk: math should be easy…
(edit) @5089   19 years bensch orxonox/trunk: rebuild Element2D. Now it is more like PNode
(edit) @5088   19 years bensch orxonox/trunk: initialize and delete toCoord/toDir in PNode and Element2D
(edit) @5087   19 years patrick orxonox/trunk: added some droids in the middle of the track to the …
(edit) @5086   19 years patrick orxonox/trunk: corrected the md2 bug. it was a silly very hard to …
(edit) @5085   19 years patrick orxonox/trunk: bugfixing the md2 animation class. there seems to be a …
(edit) @5084   19 years bensch orxonox/trunk: flush i am going into the weekend now @patrick: ther …
(edit) @5083   19 years bensch orxonox/trunk: implemented the update function
(edit) @5082   19 years bensch orxonox/trunk: implemented PNode-functionality in Element2D, update …
(edit) @5081   19 years bensch orxonox/trunk: Element2D: PNode-style declaration
(edit) @5079   19 years bensch orxonox/trunk: minor optimisations
(edit) @5078   19 years bensch orxonox/trunk: Shell is running, but only in orxonox-world, not …
(edit) @5077   19 years bensch orxonox/trunk: now no runtime-errors anymore. Also fixed the …
(edit) @5076   19 years bensch orxonox/trunk: minor
(edit) @5075   19 years bensch orxonox/trunk: redirected all printf-output to the shell This is just …
(edit) @5074   19 years bensch Shell: the shell outputs one Line now :)
(edit) @5073   19 years bensch orxonox/trunk: added new Function addFirst to list, that adds an …
(edit) @5072   19 years bensch orxonox/trunk: started function implementation for Shell
(copy) @5070   19 years bensch reporx: moved orxonox out of orxonox directory, because it is the only …
copied from orxonox/trunk/src/lib:
(edit) @5069   19 years bensch orxonox/trunk: EventDef is ok now… sorry paede i misunderstud the …
Note: See TracRevisionLog for help on using the revision log.