aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Adding configuration settings for master avatarsmingchen2007-06-091-1/+43
| | | | | *Sandbox mode password is there, but should I store this in config and ask every time?
* *Added delegates and events for parcel and estate managementmingchen2007-06-081-0/+9
| | | | | *Only thing left is to get the master user setup in both sandbox and grid mode
* *RegionInfo in Avatar class now protected again (oops, my fault)mingchen2007-06-081-1/+1
|
* *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen2007-06-0814-98/+93
| | | | | | | | classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
* *Added EstateSettings.cs and ParcelData.cs to OpenSim.Framework.Typesmingchen2007-06-084-61/+292
|
* Updated OpenSim.Framework.Console with changes from trunk (also for now have ↵MW2007-06-084-8/+133
| | | | kept the writeline functions).
* prebuild.xml should be fixed/updated.MW2007-06-082-69/+119
|
* Added prebuild.exe and fixed a couple of namespace problems in ↵MW2007-06-082-6/+2
| | | | | | | AvatarAnimations.cs. Now need to update prebuild.xml
* After nearly a hour of searching for an annoying bug (which turned out to be ↵MW2007-05-312-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!
* Another commit as ordered by roblMW2007-05-313-2/+3
|
* Implementing a test Communications manager to test some of the interfaces ↵MW2007-05-315-15/+17
| | | | (likely this test version will morph into the sandbox version)
* More work on OpenGrid.Framework.CommunicationsMW2007-05-315-22/+68
|
* (no commit message)MW2007-05-313-0/+88
|
* (no commit message)MW2007-05-313-2/+20
|
* (no commit message)MW2007-05-312-2/+27
|
* class name change and directory properties modified MW2007-05-312-3/+3
|
* Started work on OpenGrid.Framework.CommunicationsMW2007-05-316-0/+241
|
* Now We need to test to see if we can loginMW2007-05-291-0/+10
|
* (no commit message)MW2007-05-291-0/+2
|
* (no commit message)MW2007-05-291-0/+2
|
* number of changesMW2007-05-295-14/+27
|
* Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW2007-05-2723-276/+458
| | | | just missing backend comms and working Avatar/primitives classes.
* Goodbye WorldMW2007-05-266-5/+33
|
* Start of rewrite 5279! MW2007-05-2682-0/+7064