aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-09*Adding configuration settings for master avatarsmingchen1-1/+43
*Sandbox mode password is there, but should I store this in config and ask every time?
2007-06-08*Added delegates and events for parcel and estate managementmingchen1-0/+9
*Only thing left is to get the master user setup in both sandbox and grid mode
2007-06-08*RegionInfo in Avatar class now protected again (oops, my fault)mingchen1-1/+1
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen14-98/+93
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
2007-06-08*Added EstateSettings.cs and ParcelData.cs to OpenSim.Framework.Typesmingchen4-61/+292
2007-06-08Updated OpenSim.Framework.Console with changes from trunk (also for now have ↵MW4-8/+133
kept the writeline functions).
2007-06-08prebuild.xml should be fixed/updated.MW2-69/+119
2007-06-08Added prebuild.exe and fixed a couple of namespace problems in ↵MW2-6/+2
AvatarAnimations.cs. Now need to update prebuild.xml
2007-05-31After nearly a hour of searching for an annoying bug (which turned out to be ↵MW2-2/+34
a new statement one line outside the loop it should have been in)....Multi-Regions in a single instance work, there is no Grid mode communication, so it can only be tested in sandbox mode right now. All you need to do is put .xml files for each region you want to be ran by the single server inside the "bin\Regions" folder (make sure none of the settings in those .xml files conflict with each other) and then startup the server and login, Any neighbouring regions that are being ran in the instance should show up. (However there is still no movement or anything) Now time to refine the communications interfaces!
2007-05-31Another commit as ordered by roblMW3-2/+3
2007-05-31Implementing a test Communications manager to test some of the interfaces ↵MW5-15/+17
(likely this test version will morph into the sandbox version)
2007-05-31More work on OpenGrid.Framework.CommunicationsMW5-22/+68
2007-05-31(no commit message)MW3-0/+88
2007-05-31(no commit message)MW3-2/+20
2007-05-31(no commit message)MW2-2/+27
2007-05-31class name change and directory properties modified MW2-3/+3
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW6-0/+241
2007-05-29Now We need to test to see if we can loginMW1-0/+10
2007-05-29(no commit message)MW1-0/+2
2007-05-29(no commit message)MW1-0/+2
2007-05-29number of changesMW5-14/+27
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW23-276/+458
just missing backend comms and working Avatar/primitives classes.
2007-05-26Goodbye WorldMW6-5/+33