|
|
@8853
|
13 years |
landauf |
documented the remaining code of the output system
created a build …
|
|
|
@8850
|
13 years |
landauf |
moved filtering of sub-contexts from BaseWriter to a new interface …
|
|
|
@8849
|
13 years |
landauf |
function argument was ignored in CommandExecutor::execute()
added …
|
|
|
@8848
|
13 years |
landauf |
added documentation and some comments
|
|
|
@8840
|
13 years |
landauf |
Exported orxout() and the output levels to lua, replaces logMessage() …
|
|
|
@8835
|
13 years |
landauf |
cleaned up contexts, added some sub-contexts and made some output verbose
|
|
|
@8834
|
13 years |
landauf |
added flag to disable automatic registration of output listeners. …
|
|
|
@8833
|
13 years |
landauf |
A context is now defined by a struct instead of only a mask.
…
|
|
|
@8831
|
13 years |
landauf |
fixed wrong config value callback in Shell
fixed bug in …
|
|
|
@8830
|
13 years |
landauf |
added some output (user and internal) throughout the initialization of …
|
|
|
@8812
|
13 years |
landauf |
removed COUT, CCOUT, and DOUT macros. COUT is now defined as a …
|
|
|
@8811
|
13 years |
landauf |
Replaced COUT() with orxout() in all modules. phew.
|
|
|
@8809
|
13 years |
landauf |
Replaced COUT() with orxout() in tools and orxonox library. Requires …
|
|
|
@8808
|
13 years |
landauf |
Removed debugLevel_ from Shell, using correct variable inherited from …
|
|
|
@8807
|
13 years |
landauf |
Replaced COUT with orxout in network library. Tried to set levels and …
|
|
|
@8806
|
13 years |
landauf |
Replaced COUT with orxout in core. Tried to set levels and contexts in …
|
|
|
@8805
|
13 years |
landauf |
added new output level "message" for output directed to the user
|
|
|
@8804
|
13 years |
landauf |
Replaced COUT in util with orxout.
Used user_error for Exceptions and …
|
|
|
@8801
|
13 years |
landauf |
fixed bug with multiple lines in shell.
adjusted colors in IOConsole …
|
|
|
@8799
|
13 years |
landauf |
Code related to config values for output is now implemented in …
|
|
|
@8798
|
13 years |
landauf |
adjusted output levels for ogre and cegui messages
added config value …
|
|
|
@8796
|
13 years |
landauf |
adjusted the rest of the code to the new output system, but some …
|
|
|
@8795
|
13 years |
landauf |
Shell and its derivatives are now based on the new output system
|
|
|
@8794
|
13 years |
landauf |
added BaseWriter, a common base class of ConsoleWriter, LogWriter, and …
|
|
|
@8789
|
13 years |
landauf |
some small details, allow direct usage of OutputStream()
|
|
|
@8788
|
13 years |
landauf |
changed includes from Debug.h to Output.h
doesn't compile.
|
|
|
@8787
|
13 years |
landauf |
removed Debug.h and OutputHandler. removed test namespace from new …
|
|
|
@8780
|
13 years |
landauf |
added ConsoleWriter
|
|
|
@8779
|
13 years |
landauf |
small changes regarding context functions and orxout()
|
|
|
@8778
|
13 years |
landauf |
guess we can afford a small macro in this case
|
|
|
@8777
|
13 years |
landauf |
output contexts are now defined as functions instead of global …
|
|
|
@8776
|
13 years |
landauf |
in OutputManager: getInstance now only creates an instance of …
|
|
|
@8775
|
13 years |
landauf |
fixed problem with static initialization in old implementation of the …
|
|
|
@8774
|
13 years |
landauf |
added LogWriter and MemoryWriter
|
|
|
@8772
|
13 years |
landauf |
send the lines of a message as a vector to the output listeners
|
|
|
@8771
|
13 years |
landauf |
added function to register new output contexts.
OutputManager owns …
|
|
|
@8765
|
13 years |
landauf |
added draft for the the new output system
|
|
|
@8739
|
13 years |
landauf |
created new branch to work on the console- and log-output
|
|
copied from code/trunk/src/libraries/util:
|
|
|
@8729
|
13 years |
rgrieder |
Merged unity_build branch back to trunk.
Features:
- Implemented …
|