Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | a couple of changes/fixes | MW | 2007-06-09 | 3 | -7/+7 | |
| | ||||||
* | * follow up ignore of generated files | lbsa71 | 2007-06-09 | 0 | -0/+0 | |
| | ||||||
* | * LogFile now defaults to "{apptype}.log" | lbsa71 | 2007-06-09 | 83 | -876/+1273 | |
| | | | | | | | | | | | | | | | | | | * cleaned away suo and user files. * added handy string chat variety to the API * Moved LockPhysicsEngine on World to SyncRoot on IWorld * Introduced NextLocalId instead of World fuggliness. * Transformed GetRegionInfo to Property on IWorld for great justice * Extracted default wearables (good to have) * Deleted unused BaseServer * Used IWorld instead of World wherever possible * The client constructor's not getting unused port any longer. * Extracted ClientView factoring so PacketServer can be tweaked. * Added SendLayerData to World * Made WorldBase abstract and cleaned it up a bit * added OpenGrid.Framework.Communications.dll.build and OpenSim.World.dll.build to svn * Added code for two examples (but not in prebuild yet) | |||||
* | *Fixed casting mishap in last commit - client now starts up without crashing | mingchen | 2007-06-09 | 1 | -1/+1 | |
| | ||||||
* | *Reorganized RegionServerCommsManager for OGS and local support | mingchen | 2007-06-09 | 23 | -262/+444 | |
| | ||||||
* | Number of small changes. | MW | 2007-06-09 | 10 | -76/+111 | |
| | ||||||
* | Protip: Check for obvious errors before submitting | Adam Frisby | 2007-06-09 | 1 | -3/+3 | |
| | ||||||
* | * Added more support for wider profile information from get user REST calls. | Adam Frisby | 2007-06-09 | 1 | -2/+22 | |
| | | | | | | * Added comments and stuff | |||||
* | Patched up error handling to return a better XML string. | Adam Frisby | 2007-06-09 | 1 | -1/+19 | |
| | ||||||
* | * Just for the heck of it - added a UUID based equivilent too. | Adam Frisby | 2007-06-09 | 2 | -0/+15 | |
| | ||||||
* | * Sugilite user server can now return user profile information by account ↵ | Adam Frisby | 2007-06-09 | 3 | -4/+55 | |
| | | | | name (Hi MingChen) - uses the REST GET /user/name/ method. | |||||
* | *Adding configuration settings for master avatars | mingchen | 2007-06-09 | 1 | -1/+43 | |
| | | | | | *Sandbox mode password is there, but should I store this in config and ask every time? | |||||
* | * Removed ServiceManager from OGS/Sugilite due to compilation issues. | Adam Frisby | 2007-06-09 | 14 | -932/+142 | |
| | | | | | * Removed GridInterface reference from AssetServer | |||||
* | *Added delegates and events for parcel and estate management | mingchen | 2007-06-08 | 7 | -5/+121 | |
| | | | | | *Only thing left is to get the master user setup in both sandbox and grid mode | |||||
* | *Moved SendRegionHandshake back to IClientAPI and modded ↵ | mingchen | 2007-06-08 | 2 | -37/+33 | |
| | | | | sendRegionHandshakeToAll to support the old method. (Again, my bad) | |||||
* | *RegionInfo in Avatar class now protected again (oops, my fault) | mingchen | 2007-06-08 | 8 | -89/+99 | |
| | ||||||
* | *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵ | mingchen | 2007-06-08 | 77 | -1275/+1901 | |
| | | | | | | | | 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.Types | mingchen | 2007-06-08 | 4 | -61/+292 | |
| | ||||||
* | Updated OpenSim.Framework.Console with changes from trunk (also for now have ↵ | MW | 2007-06-08 | 4 | -8/+133 | |
| | | | | kept the writeline functions). | |||||
* | Re-imported OpenGridServices from trunk | MW | 2007-06-08 | 119 | -0/+14155 | |
| | ||||||
* | Deleted OpenGridServices folder as the easiest way to reimport the latest ↵ | MW | 2007-06-08 | 100 | -8833/+43 | |
| | | | | version from trunk | |||||
* | prebuild.xml should be fixed/updated. | MW | 2007-06-08 | 13 | -840/+288 | |
| | ||||||
* | Added prebuild.exe and fixed a couple of namespace problems in ↵ | MW | 2007-06-08 | 4 | -10/+6 | |
| | | | | | | | AvatarAnimations.cs. Now need to update prebuild.xml | |||||
* | *Added libraries to bin | mingchen | 2007-06-08 | 18 | -0/+0 | |
| | ||||||
* | Imported AvatarAnimations.cs from trunk | MW | 2007-06-08 | 1 | -0/+73 | |
| | ||||||
* | * Removing AvatarAnimations.cs from sugalite until it can be rewritten. | Adam Frisby | 2007-06-03 | 1 | -169/+0 | |
| | ||||||
* | After nearly a hour of searching for an annoying bug (which turned out to be ↵ | MW | 2007-05-31 | 5 | -11/+51 | |
| | | | | | | | | 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 robl | MW | 2007-05-31 | 5 | -8/+58 | |
| | ||||||
* | Implementing a test Communications manager to test some of the interfaces ↵ | MW | 2007-05-31 | 9 | -19/+60 | |
| | | | | (likely this test version will morph into the sandbox version) | |||||
* | More work on OpenGrid.Framework.Communications | MW | 2007-05-31 | 6 | -22/+124 | |
| | ||||||
* | (no commit message) | MW | 2007-05-31 | 6 | -5/+96 | |
| | ||||||
* | (no commit message) | MW | 2007-05-31 | 3 | -2/+20 | |
| | ||||||
* | Die AuthenticateSessionsRemote. hrrm okay don't die, just partially die | MW | 2007-05-31 | 2 | -40/+1 | |
| | ||||||
* | (no commit message) | MW | 2007-05-31 | 4 | -5/+30 | |
| | ||||||
* | The cleaning lady must be looking for a bonus | MW | 2007-05-31 | 0 | -0/+0 | |
| | ||||||
* | more directory Properties changes | MW | 2007-05-31 | 1 | -0/+0 | |
| | ||||||
* | Moved AuthenticateSessionsBase to OpenSim.Framework (is likely to move again ↵ | MW | 2007-05-31 | 2 | -108/+0 | |
| | | | | or be deleted and replaced with something else) | |||||
* | class name change and directory properties modified | MW | 2007-05-31 | 3 | -3/+3 | |
| | ||||||
* | Started work on OpenGrid.Framework.Communications | MW | 2007-05-31 | 15 | -4/+260 | |
| | ||||||
* | Added a few summary comments to OpenSim.World files | MW | 2007-05-31 | 13 | -105/+351 | |
| | ||||||
* | As its my last commit for the day, it just looks better to leave it on a ↵ | MW | 2007-05-30 | 1 | -1/+1 | |
| | | | | even revision number | |||||
* | Attempt to enable chat, but seems to be a problem with the distances | MW | 2007-05-30 | 3 | -3/+14 | |
| | ||||||
* | Seems our avatar was a bit overexcited about existing and stayed about 5 ↵ | MW | 2007-05-30 | 1 | -1/+1 | |
| | | | | miles above the ground, so time for them to come back down to earth a bit (ie now your avatar is only slightly above ground level) | |||||
* | We have successful login! | MW | 2007-05-30 | 5 | -12/+12 | |
| | ||||||
* | trying to get login to work | MW | 2007-05-30 | 5 | -28/+83 | |
| | ||||||
* | Now We need to test to see if we can login | MW | 2007-05-29 | 5 | -8/+37 | |
| | ||||||
* | (no commit message) | MW | 2007-05-29 | 4 | -6/+22 | |
| | ||||||
* | (no commit message) | MW | 2007-05-29 | 4 | -42/+8 | |
| | ||||||
* | (no commit message) | MW | 2007-05-29 | 3 | -12/+58 | |
| | ||||||
* | number of changes | MW | 2007-05-29 | 16 | -153/+383 | |
| |