Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
| | |||||
* | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵ | lbsa71 | 2007-10-05 | 1 | -14/+14 |
| | | | | of things. Reverting 2056. | ||||
* | * UserProfileData meets code conventions | lbsa71 | 2007-10-05 | 1 | -14/+14 |
| | |||||
* | == The "right name and place" commit == | lbsa71 | 2007-10-05 | 1 | -1/+1 |
| | | | | | | | | | * Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure | ||||
* | * Moved IUserService to OpenSim.Framework.Interfaces | lbsa71 | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | * Renamed IUserServices to IUserService | lbsa71 | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | * Started major restructusing of comms to prepare for better grid and region ↵ | lbsa71 | 2007-09-24 | 1 | -0/+5 |
| | | | | | | | | functionality * Working towards one shared set of services * Killed off two projects with very little functionality | ||||
* | * reorder and rename | lbsa71 | 2007-09-24 | 1 | -2/+2 |
| | |||||
* | clear userAgent state on client shutdown, which fixes the issue | Sean Dague | 2007-07-31 | 1 | -0/+5 |
| | | | | | | where you could only login once with a given id in standalone mode. | ||||
* | * Fixed a bug where the simulator could crash if the userserver was ↵ | Adam Frisby | 2007-07-30 | 1 | -8/+8 |
| | | | | particularly busy. | ||||
* | few small changes | MW | 2007-07-18 | 1 | -1/+0 |
| | |||||
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 1 | -101/+101 |
| | |||||
* | *Fixed master avatar requesting when in grid mode. | mingchen | 2007-07-15 | 1 | -5/+1 |
| | |||||
* | Gird mode in sugilite should now work in so far as you should be able to ↵ | MW | 2007-07-10 | 1 | -1/+0 |
| | | | | | | | login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server. | ||||
* | *Fixed several bugs that crashed the viewer and opensim server when logging ↵ | mingchen | 2007-07-06 | 1 | -2/+3 |
| | | | | | | | | | | in on grid mode *Note: Grid Mode now works in sugilite, but is still unstable **Known bug in which the grid server crashes after being relaunched from a previously create configuration **Crashing of the viewer crashes the OpenSim server which then crashes the grid server -- needs better handling of exceptions **Multiple sims is still untested, but should connect correctly. Moving between the sims may be a different story | ||||
* | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 2007-07-03 | 1 | -6/+2 |
| | | | | | * added some licensing info | ||||
* | *OGS1 Key2Name/Name2Key works | mingchen | 2007-07-02 | 1 | -11/+11 |
| | | | | | *OGS1 doesnt crash on startup anymore | ||||
* | *Added UUIDNameRequest packet support (untested, but should work -- at least ↵ | mingchen | 2007-06-28 | 1 | -0/+109 |
in sandbox mode) *Various small renamings |