Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 5 | -5/+5 |
| | |||||
* | whole lot more moving | Sean Dague | 2008-04-02 | 67 | -15985/+0 |
| | |||||
* | reorganizing namespaces to put all the Data stuff into it's own namespace | Sean Dague | 2008-04-02 | 16 | -1200/+0 |
| | | | | | | | / dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together. | ||||
* | * Add some temporary task inventory item inflation debug messages to ↵ | Justin Clarke Casey | 2008-04-02 | 1 | -0/+10 |
| | | | | investigate mantis 854 | ||||
* | refactor, make the file name the class name | Sean Dague | 2008-04-02 | 1 | -0/+0 |
| | |||||
* | * Added AvatarAppearance.sql for MSSQL | lbsa71 | 2008-04-02 | 1 | -0/+44 |
| | |||||
* | * Reworked Data Framework so that MSSQL works | lbsa71 | 2008-04-02 | 6 | -14/+61 |
| | | | | | | | | | | * Introduced uint as field type * Removed what should be superfluous Guid handling * Introduced stub MySQLDataReader if we need to fix the Guid handling anyway | ||||
* | * Updating the version of the ODE library. (big update). The Mac library ↵ | Teravus Ovares | 2008-04-02 | 3 | -0/+87 |
| | | | | | | | needs to be updated still. * Adding some XMPP stuff that's incomplete. | ||||
* | sadly, had to modify line by Ter because it caused mono cil compiler | Sean Dague | 2008-04-01 | 1 | -1/+2 |
| | | | | | | to spin off into a seemingly infinite loop. | ||||
* | * Set Svn Properties eol-style: |337 | Teravus Ovares | 2008-03-31 | 2 | -2/+2 |
| | |||||
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-03-31 | 3 | -74/+159 |
| | | | | | | | | | * (and Ansgar/Ansi) * Fleshes out the voice stubs to better interact with the viewer CAPS requests - no actual voice support yet! * In his own words "the attached patch enhances the existing voice support by returning a proper voice account user and password and is preparing the config file so that we can specify a SIP server (not yet working). currently the SIP is hardcoded. the next step is to refactor voice support into a region module. working on that. " | ||||
* | * Minor: If a user exists but has no inventory in standalone, automatically ↵ | Justin Clarke Casey | 2008-03-31 | 1 | -3/+4 |
| | | | | | | | | create new inventory folders * This mirrors the grid behaviour | ||||
* | * Log exceptions which make it up to the top of the http request frame, ↵ | Justin Clarke Casey | 2008-03-31 | 2 | -86/+88 |
| | | | | rather than having them disappear off into the ether | ||||
* | * Fix problem where inventory code throws a swallowed exception on grid mode ↵ | Justin Clarke Casey | 2008-03-31 | 1 | -17/+33 |
| | | | | if the avatar has never logged in before | ||||
* | * Minor change on region grid asset client to change two store log messages ↵ | Justin Clarke Casey | 2008-03-31 | 1 | -4/+7 |
| | | | | to one | ||||
* | Update svn properties. | Jeff Ames | 2008-03-31 | 1 | -51/+51 |
| | |||||
* | * Added competely untested MSSQLMapper | lbsa71 | 2008-03-30 | 2 | -6/+59 |
| | | | | | | | * Added the new mapper to the mapper factory * Made choice of mapper configurable * This means, in hteory, that we can persist avatar appearance on MSSQL as well | ||||
* | * Minor cleanup | Teravus Ovares | 2008-03-30 | 1 | -4/+1 |
| | |||||
* | This update has good news and bad news, first the bad. | Teravus Ovares | 2008-03-30 | 6 | -4/+69 |
| | | | | | | | | | | * This update breaks inter-region communications, sorry. * You will need to run prebuild. Next, the good; * This update solves the unexpected binary element when Linux simulators inform windows simulators and vice versa. So Linux Simulators and Windows simulators are 100% compatible again. * This update introduces an Integer in the prim crossing method to tell the receiving simulator which XML method to use to load the prim that crossed the border. If the receiving prim doesn't support the method, the prim crossing fails and no prims are lost. That being said, it's best to update all your simulators to this revision at once. | ||||
* | * Stop the grid inventory service sending all folder and item details twice | Justin Clarke Casey | 2008-03-30 | 1 | -32/+1 |
| | | | | | | * 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 | 2 | -43/+4 |
| | | | | implemented anyway. | ||||
* | * Various 1.19.0.5 grid inventory request fixes. These will only take ↵ | Justin Clarke Casey | 2008-03-29 | 4 | -27/+159 |
| | | | | | | | | | | | | 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. | ||||
* | Re-enabled terrain texture generation for the world map. Adam can clean up/ ↵ | MW | 2008-03-29 | 1 | -1/+1 |
| | | | | | | | | sort it out when he gets time. Most likely doesn't really work in grid mode as the generated textures are marked as temporary and I don't think they are updated to the asset server. We have to either live with these textures being sent to the asset server, and manually clean them out from time to time or wait until there is some asset management system in place. Also currently the texture is only generated at region startup, it is not updated after terraforming. | ||||
* | Set svn:eol-style. | Jeff Ames | 2008-03-29 | 7 | -131/+131 |
| | |||||
* | * Refactored out common http handler operations | lbsa71 | 2008-03-28 | 1 | -0/+6 |
| | |||||
* | * Introduced common abstract UserDataBase provider | lbsa71 | 2008-03-28 | 8 | -183/+167 |
| | | | | | | * Weeded out multiple AvatarPickerAvatar classes | ||||
* | * Send full inventory folder skeleton to standalone client logins rather ↵ | Justin Clarke Casey | 2008-03-28 | 9 | -28/+60 |
| | | | | | | | | | than just the root child folders * This may resolve some current problems with non root child folders on standalone installations. * A fix for the same problem in grid mode will come soon. | ||||
* | * Refactor: Eliminate RequestUsersRoot() redundant method | Justin Clarke Casey | 2008-03-28 | 1 | -12/+8 |
| | |||||
* | * Refactor: Rename CreateInventoryData() to GetInventorySkeleton() | Justin Clarke Casey | 2008-03-28 | 1 | -33/+17 |
| | | | | | | | * 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 | 3 | -7/+3 |
| | |||||
* | * Introduced base abstract provider class for GridData | lbsa71 | 2008-03-28 | 5 | -49/+61 |
| | |||||
* | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 2008-03-28 | 12 | -48/+108 |
| | | | | | | * changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers | ||||
* | Applied patch from mantis# 825, thanks A_Biondi | MW | 2008-03-28 | 1 | -13/+26 |
| | |||||
* | * removed redundant constructor | lbsa71 | 2008-03-28 | 1 | -4/+0 |
| | |||||
* | * fixed pk_violation on rename for MSSQLInventoryData | lbsa71 | 2008-03-28 | 1 | -0/+6 |
| | | | | | ("le fix le plus ugly for le problem trés dumb") | ||||
* | * Correct asset type of Lost and Found folder - this might stop it appearing ↵ | Justin Clarke Casey | 2008-03-27 | 3 | -20/+26 |
| | | | | | | | | | twice * Other minor corrections to initial inventory contents * These will only take affect for new users | ||||
* | Committed patch from Lulurun to fix Mantis 817. Thanks Lulurun | Johan Berntsson | 2008-03-26 | 1 | -0/+30 |
| | |||||
* | Moved Avatar appearance Factory to its own project so that the reference to ↵ | MW | 2008-03-25 | 1 | -0/+1 |
| | | | | | | | MySQLDatabaseMapper could be removed from Region.Environment. Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list. | ||||
* | * Remove old CAPS http listeners when a client logs out from a scene | Justin Clarke Casey | 2008-03-25 | 1 | -21/+39 |
| | | | | | | * Not yet removing listeners when a client leaves a region without logging out | ||||
* | * On Ray casting. Now returning the face normal of the collision face. | Teravus Ovares | 2008-03-25 | 1 | -2/+2 |
| | |||||
* | * Refactored out circular reference in Region.Environment <-> ↵ | lbsa71 | 2008-03-25 | 2 | -25/+4 |
| | | | | | | | Framework.Data.Base We REALLY need to get the db layer sorted soon... | ||||
* | * Committing some voice related caps with hard coded responses so more ↵ | Teravus Ovares | 2008-03-25 | 2 | -1/+102 |
| | | | | debugging can occur. | ||||
* | Comment out unused private methods. | Jeff Ames | 2008-03-25 | 5 | -172/+181 |
| | |||||
* | Fix a couple more warnings. | Jeff Ames | 2008-03-25 | 1 | -3/+0 |
| | |||||
* | * Fix build break in last revision. Thanks to paulieFemto for pointing it out. | Justin Clarke Casey | 2008-03-24 | 1 | -4/+4 |
| | |||||
* | * Picky comment change | Justin Clarke Casey | 2008-03-24 | 1 | -1/+1 |
| | |||||
* | * Create null limit strategy | Justin Clarke Casey | 2008-03-24 | 1 | -0/+42 |
| | |||||
* | * Refactor: Genericise request limit strategies and move to ↵ | Justin Clarke Casey | 2008-03-24 | 2 | -0/+181 |
| | | | | OpenSim.Framework.Communications.Limit | ||||
* | XmlRpcCommand refactoring | Johan Berntsson | 2008-03-24 | 1 | -0/+13 |
| | |||||
* | * minor: check in the rest of a comment I forgot to finish off in the last ↵ | Justin Clarke Casey | 2008-03-23 | 1 | -1/+1 |
| | | | | revision |