aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/OpenSimNetworkHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-45/+0
2007-06-15Preliminary movement added to sugilite, forwards walking only and no animations.MW1-46/+0
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-0/+27
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-1/+1
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-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW1-2/+3
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-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-16More refactoring.MW1-0/+3
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-2/+0
class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port)
2007-04-01More refactoringMW1-0/+1
2007-03-28RIP OpenSimRoot. (removed)MW1-0/+16
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.