aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-21Fixed problem of not being able to move out of the first 3X3 block of regions...MW1-2/+2
2007-06-20Protip: don't commit when you have debug in ClientView set to true. MW1-4/+4
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby1-1/+1
2007-06-17Each Region will now generate a texture image of their terrain and this will ...MW1-3/+1
2007-06-17Very Preliminary local teleporting added (currently only can teleport within...MW1-0/+2
2007-06-14Deleted IGridServer interface (and classes implementing that).MW1-0/+2
2007-06-14Fixed the bug that makes a region use its water height as its name (in region...MW1-29/+3
2007-06-12(no commit message)MW1-0/+0
2007-06-12Deleted ClientView.Grid.cs (Unused).MW1-0/+29
2007-06-12More rearranging.MW1-0/+0
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-0/+27
2007-06-10Prim creation working.MW1-6/+15
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-196/+0
2007-06-05* Added proper copyright notices to everything (1/3)Adam Frisby1-0/+27
2007-06-05* Removed MainConsole.Instance.WriteLine completelyAdam Frisby1-1/+2
2007-06-05* Removing dead commentsAdam Frisby1-3/+0
2007-05-30We have successful login! MW1-1/+1
2007-05-30* Raised "MTU" factor in world map handlingAdam Frisby1-13/+13
2007-05-30* Switched from ASCII encoding to llRetardedEncoding.Adam Frisby1-1/+1
2007-05-30* World map! Yay!Adam Frisby1-1/+3
2007-05-30* Bugfixes. Still not appearing correctly however.Adam Frisby1-3/+3
2007-05-30* May have fixed issues with the world map.Adam Frisby1-21/+27
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, jus...MW1-12/+6
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-24/+3
2007-05-21Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ,...MW1-5/+5
2007-05-20Add method to process for MapBlockRequest packetsmorphw1-4/+25
2007-05-16Yet more cleanup/refactoringMW1-0/+7
2007-05-16More refactoring.MW1-1/+1
2007-05-16started to refactor startup code and to move udp server code out to its own c...MW1-0/+0
2007-05-15Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it)MW1-0/+156