aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/ClientView.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-20Protip: don't commit when you have debug in ClientView set to true. MW1-1/+1
2007-06-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW1-3/+3
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby1-5/+5
2007-06-17Each Region will now generate a texture image of their terrain and this will ...MW1-2/+0
2007-06-17Very Preliminary local teleporting added (currently only can teleport within...MW1-25/+2
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't h...MW1-4/+9
2007-06-14Deleted IGridServer interface (and classes implementing that).MW1-1/+1
2007-06-12(no commit message)MW1-0/+0
2007-06-12Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches.MW1-0/+1
2007-06-12More rearranging.MW1-0/+0
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-5/+6
2007-06-11Added AttachObject method to IClientAPI.MW1-1/+1
2007-06-10Prim creation working.MW1-1/+1
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa711-4/+2
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-459/+0
2007-06-05* Added proper copyright notices to everything (1/3)Adam Frisby1-4/+6
2007-06-05* Removed MainConsole.Instance.WriteLine completelyAdam Frisby1-9/+10
2007-06-05* Removing dead commentsAdam Frisby1-1/+0
2007-06-05* Small bugfix: Avatar rezzing from grid mode should no longer place you unde...Adam Frisby1-0/+6
2007-06-03Added Basic Parcel Supportmingchen1-1/+3
2007-05-31(no commit message)MW1-2/+3
2007-05-30trying to get login to workMW1-4/+4
2007-05-29Now We need to test to see if we can loginMW1-4/+4
2007-05-29number of changesMW1-11/+11
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, jus...MW1-71/+26
2007-05-26Die WebFrontEnd, Die Grid class!MW1-115/+3
2007-05-25First part of border crossing fix.MW1-10/+20
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 t...MW1-2/+1
2007-05-22More refactoring.MW1-6/+4
2007-05-21More work on adding Events to ClientView (and registering to handle those eve...MW1-0/+21
2007-05-21Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ,...MW1-272/+31
2007-05-20Didn't want to get left behind in the number of commits, and hey it says ther...MW1-1/+0
2007-05-19Border crossing back to mostly working, still seems a problem in that you nee...MW1-2/+6
2007-05-17Hopefully everything is working againMW1-4/+4
2007-05-17Attempt 2MW1-2/+2
2007-05-17Attempt to fix trunk which someone broke <looks innocent>MW1-1/+3
2007-05-16a bit more refactoringMW1-0/+2
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ok...MW1-3/+3
2007-05-16Yet more cleanup/refactoringMW1-20/+32
2007-05-16More refactoring.MW1-421/+35
2007-05-15made QueItem a nested class in SimClient.MW1-0/+10
2007-05-15Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it)MW1-137/+1
2007-05-15Turned SimClient into a partial class (and added SimClient(Grid), so that gri...MW1-123/+1
2007-05-15updated Build/project files to include the new projects and new files.MW1-2/+8
2007-05-15added processing for TeleportLocationRequest and TeleportLandmarkRequest. Lo...morphw1-1/+80
2007-05-14moved the EnableNeighbours code to after the client has completed the move to...MW1-0/+41
2007-05-13Changed to slightly better textures for the map: a blue one for the sea and o...MW1-1/+1
2007-05-13Added very basic support for maps (likely to only work in sandbox mode due to...MW1-2/+33
2007-05-1293 warnings in the compiler, 93 warnings appear, you fix one up, create two m...Adam Frisby1-14/+14