aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/ClientViewBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby1-4/+4
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-12(no commit message)MW1-0/+0
2007-06-12More rearranging.MW1-0/+0
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-0/+28
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-326/+0
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
2007-06-05* Added proper copyright notices to everything (1/3)Adam Frisby1-0/+27
2007-06-05* Removed MainConsole.Instance.WriteLine completelyAdam Frisby1-3/+4
* 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-06-05* Removing dead commentsAdam Frisby1-3/+0
2007-06-03Added Basic Parcel Supportmingchen1-0/+2
*Created Parcel class to handle each parcel *Created ParcelManager class to handle the Parcel Object *For now, by default it is assigned to a fake avatar key and set for sale to L$0
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW1-1/+1
just missing backend comms and working Avatar/primitives classes.
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-2/+2
the Grid servers can be a separate solution to the region server.
2007-05-21Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW1-0/+299
, switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me.