Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Minor inventory message cleanup and documentation | Justin Clarke Casey | 2008-04-10 | 1 | -1/+10 | |
| | ||||||
* | renaming of attributes in UserAgentData for readability | Sean Dague | 2008-04-10 | 1 | -19/+19 | |
| | ||||||
* | changing UserAgentData to use properties. This caused more | Sean Dague | 2008-04-10 | 1 | -25/+24 | |
| | | | | | | | grief than expected, as monodevelop doesn't like to refactor properties of properties. | |||||
* | further renaming of properties for clarity | Sean Dague | 2008-04-10 | 2 | -15/+15 | |
| | ||||||
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 2 | -67/+67 | |
| | | | | | | | actually a little more work than I expected given the copious use of out params. | |||||
* | Patch by lulurun - 0000916: support secondlife client's "-url sim/x/y/z" option | Teravus Ovares | 2008-04-10 | 1 | -1/+12 | |
| | | | | | Thanks lulurun! | |||||
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 2 | -4/+4 | |
| | | | | | | to reflect what they really are. | |||||
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 3 | -21/+21 | |
| | | | | | | | | * wrap attributes in properties * clean up names a little bit * clean up name styles | |||||
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -6/+6 | |
| | | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | |||||
* | remove the debug files, these must have been added by accident | Sean Dague | 2008-04-07 | 2 | -43/+0 | |
| | ||||||
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 5 | -9/+9 | |
| | ||||||
* | Set default terrain to complete flat terrain (at 26 height). Even flat ↵ | MW | 2008-04-02 | 1 | -1/+1 | |
| | | | | terrain as default seems better than the messed up terrain I was getting. | |||||
* | * Updating the version of the ODE library. (big update). The Mac library ↵ | Teravus Ovares | 2008-04-02 | 1 | -0/+111 | |
| | | | | | | | needs to be updated still. * Adding some XMPP stuff that's incomplete. | |||||
* | * Remove the quit command from the inventory console which was actually ↵ | Justin Clarke Casey | 2008-04-01 | 1 | -1/+0 | |
| | | | | adding a new inventory instead | |||||
* | * Minor: If a user exists but has no inventory in standalone, automatically ↵ | Justin Clarke Casey | 2008-03-31 | 1 | -1/+1 | |
| | | | | | | | | create new inventory folders * This mirrors the grid behaviour | |||||
* | * Stop the grid inventory service sending all folder and item details twice | Justin Clarke Casey | 2008-03-30 | 1 | -23/+9 | |
| | | | | | | * This change will have no functional impact - we were already filtering out the dupes on the other end. | |||||
* | * Refactor: Remove unused inventory methods, some of which weren't properly ↵ | Justin Clarke Casey | 2008-03-29 | 1 | -0/+11 | |
| | | | | implemented anyway. | |||||
* | * CODE: Add phat warning to RootFolders http request since it no longer does ↵ | Justin Clarke Casey | 2008-03-29 | 1 | -0/+5 | |
| | | | | what it used to do (not that the name was actually accurate in the first place) | |||||
* | * Various 1.19.0.5 grid inventory request fixes. These will only take ↵ | Justin Clarke Casey | 2008-03-29 | 3 | -16/+35 | |
| | | | | | | | | | | | | affect once the region and the grid servers have upgraded to this revision * You may also need to clear your cache before seeing any effect. * These fixes may or may not affect inventory on the RC client. * These fixes should make non-root folders work better, stop inventory failure on first login, allow trash to be emptied and make texture picker in object edit view work properly * Fixes are 1) make initial root folder request wait for async inventory delivery, 2) deliver all folders in the initial login skeleton, not just the root child ones and 3) deal with situations where we receive child folders from the inventory service before their parent is received. | |||||
* | * Refactored out common http handler operations | lbsa71 | 2008-03-28 | 5 | -102/+86 | |
| | ||||||
* | * Refactor: Rename CreateInventoryData() to GetInventorySkeleton() | Justin Clarke Casey | 2008-03-28 | 1 | -1/+2 | |
| | | | | | | | * Replace the unused default GetInventorySkeleton() impleemntation with an abstract declaration - less confusing this way imho * Add some comments | |||||
* | * Remove pointless boolean on AgentInventory.CreateRootFolder() | Justin Clarke Casey | 2008-03-28 | 1 | -1/+1 | |
| | ||||||
* | * Increase timeout for initial simulator login from 16 to 30 seconds | Justin Clarke Casey | 2008-03-26 | 1 | -21/+48 | |
| | | | | | | * Comments, capitalization | |||||
* | * Massaging CAPS setup/teardown log messages | Justin Clarke Casey | 2008-03-25 | 1 | -0/+4 | |
| | | | | | | * Leaving quite a few debug messages in for now to help deal with bugs arising | |||||
* | Comment out unused private methods. | Jeff Ames | 2008-03-25 | 1 | -9/+10 | |
| | ||||||
* | Minor formatting / svn properties cleanup. | Jeff Ames | 2008-03-25 | 1 | -6/+5 | |
| | ||||||
* | XmlRpcCommand refactoring | Johan Berntsson | 2008-03-24 | 1 | -1/+1 | |
| | ||||||
* | Added a plugin loader in GridServer | Johan Berntsson | 2008-03-24 | 2 | -1/+74 | |
| | ||||||
* | * Start passing around a region server's http port in RegionInfo. | Justin Clarke Casey | 2008-03-23 | 1 | -3/+3 | |
| | | | | | | | | | | | * This means that caps methods (editing scripts, poss map functions, etc) on non-home regions should now work with servers which are listening for http ports on a non default (9000) port. * If you are running a region server, this may only work properly once your grid server upgrades to this revision * PLEASE NOTE: This shouldn't cause inter-region problems if one end of the connection hasn't upgraded to this revision. However if it does, the instability will persist until the grid and region (and possibly all the region's neighbours) have upgraded to this revision. * This revision also adds extra login related messages, both for success and failure conditions | |||||
* | Comment out an unused 'str' and add a WriteLine to use | Charles Krinke | 2008-03-21 | 1 | -1/+1 | |
| | | | | | an "Exception e" with e.ToString() to eliminate 2 warnings. | |||||
* | Formatting cleanup. Minor refactoring. | Jeff Ames | 2008-03-18 | 2 | -61/+52 | |
| | ||||||
* | * Added the ability to type the partial name of a region in the start ↵ | Teravus Ovares | 2008-03-18 | 2 | -5/+58 | |
| | | | | | | | location box and go to that region if it's there. If no close match was found, it sends you home. This is tested on mySQL. There's untested code on grids that are based on sqlite and MSSQL. The SQL statements *should* be right, but your results may very. * Ex, if you want to go to Wright Plaza, you simply need to type Wright Plaza in the start location in the client when you log-in. | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 76 | -1982/+1893 | |
| | ||||||
* | Added copyright messages. Set svn:eol-style. Minor cleanup. | Jeff Ames | 2008-03-18 | 2 | -55/+82 | |
| | ||||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -1/+0 | |
| | ||||||
* | Building on Joha's update... | Teravus Ovares | 2008-03-18 | 1 | -5/+25 | |
| | | | | | * Server now listens to the client's start location request for 'home' or 'last' and sends the user to the home location or the last location. | |||||
* | Replaced some Console.WriteLine calls with writes to log. | Jeff Ames | 2008-03-17 | 1 | -1/+3 | |
| | ||||||
* | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 2008-03-17 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Here's a diff of the changes I have made in support of the following LSL script functions. llSetScriptState llGetScriptState llCSV2List llListRandomize llList2ListStrided llListFindList llResetOtherScript llGetScriptName It was necessary to modify ExecutorBase in support of the ScriptState implementations. I also modified SceneObjectPart and SceneObjectPart.Inventory to corrects a quoting mismatch in the commentary that through off live parsing of the files. I also simplified the State definition at the start of BuiltinCommands. | |||||
* | * made some privates protected | lbsa71 | 2008-03-12 | 1 | -2/+2 | |
| | ||||||
* | * made GridManager class public | lbsa71 | 2008-03-12 | 1 | -1/+1 | |
| | ||||||
* | * Renamed Main.cs to GridServerBase.cs | lbsa71 | 2008-03-12 | 2 | -3/+3 | |
| | ||||||
* | * Refactored out exe bit out of Grid Server for great justice | lbsa71 | 2008-03-12 | 2 | -54/+44 | |
| | ||||||
* | * Refactored some internals in Grid Server Main | lbsa71 | 2008-03-12 | 1 | -24/+21 | |
| | ||||||
* | * Refactored out creation of LoginResponse | lbsa71 | 2008-03-12 | 1 | -114/+121 | |
| | | | | | * Refactored out ErrorResponse | |||||
* | * Extracted RegionProfileData from Request | lbsa71 | 2008-03-12 | 2 | -131/+141 | |
| | | | | | * Introduced ValidateNewRegion and ValidateOverwrite | |||||
* | * minor refactoring | lbsa71 | 2008-03-12 | 1 | -84/+82 | |
| | ||||||
* | * Applying patch from Mantis #607 - Grid Server crash. Thanks Diva. | Adam Frisby | 2008-03-11 | 1 | -10/+22 | |
| | ||||||
* | * Four more warnings bite the dust. | Adam Frisby | 2008-03-05 | 1 | -1/+2 | |
| | ||||||
* | Cleaned up a couple compiler warnings. | Jeff Ames | 2008-03-04 | 1 | -2/+3 | |
| | ||||||
* | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 2008-03-04 | 3 | -8/+77 | |
| | | | | support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. |