aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework.Console/LogBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-21* Porting console fix from Trunk to SugiliteAdam Frisby1-3/+11
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby1-16/+4
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa711-0/+6
* cleaned away suo and user files. * added handy string chat variety to the API * Moved LockPhysicsEngine on World to SyncRoot on IWorld * Introduced NextLocalId instead of World fuggliness. * Transformed GetRegionInfo to Property on IWorld for great justice * Extracted default wearables (good to have) * Deleted unused BaseServer * Used IWorld instead of World wherever possible * The client constructor's not getting unused port any longer. * Extracted ClientView factoring so PacketServer can be tweaked. * Added SendLayerData to World * Made WorldBase abstract and cleaned it up a bit * added OpenGrid.Framework.Communications.dll.build and OpenSim.World.dll.build to svn * Added code for two examples (but not in prebuild yet)
2007-06-08Updated OpenSim.Framework.Console with changes from trunk (also for now have ↵MW1-4/+74
kept the writeline functions).
2007-06-05* Added proper copyright notices to everything (2/3)Adam Frisby1-0/+27
2007-06-05* Removed MainConsole.Instance.WriteLine completelyAdam Frisby1-11/+31
* Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely.
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-16* removed unused new-login.datlbsa711-18/+6
* cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld
2007-05-12Only 193 warnings to go!Adam Frisby1-12/+12
2007-05-12You are obsolete. You will be EXTER-MIN-ATE-D. EXTER-MIN-ATE!Adam Frisby1-6/+24
2007-05-07Merged 0.1-prestable back into trunk :(gareth1-1/+3
2007-04-26added just what opensim needs...yet another command line option: -noverbose ↵MW1-2/+9
. cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-2/+2
* Now dumping default value in config. *
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa711-19/+125
show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice)
2007-03-22brought zircon branch into trunkgareth1-0/+45