aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Modify NAnt target in Prebuild to copy .mdb files to bin in debug ↵Jeff Ames2008-03-312-0/+3
| | | | | | | configuration. (bug #55) Use 'mono --debug OpenSim.exe' to get line number output on stack traces.
* svn:ignore monodevelop filesJeff Ames2008-03-310-0/+0
|
* Update svn properties.Jeff Ames2008-03-318-460/+460
|
* * Added competely untested MSSQLMapperlbsa712008-03-305-8/+99
| | | | | | | * 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 cleanupTeravus Ovares2008-03-304-10/+6
|
* * Quick fix. Re-enabled some code which registers the Terrain Module's ↵Adam Frisby2008-03-301-1/+1
| | | | Commander with the scene (whoops).
* **Big ass update warning**Adam Frisby2008-03-3018-63/+691
| | | | | | | | * Renamed plugin console message, to send a message to a plugin, use either "plugin <message>", or any unrecognised message will be sent ("plugin" sends explicitly) This replaces the old "script <message>". * Terrain commands - "terrain <command>" now works again. "Script terrain <command>" does not. Many of the commands have now been reimplemented, eg load-tile. However some have new syntax. * New console command handler, you can now use things like "terrain help" or "terrain save help". See TerrainModule.cs for an example of how to use the new "Commander" class. * Commander class - advanced processing of console input and also enables a script API to be generated from registered console commands.
* This update has good news and bad news, first the bad.Teravus Ovares2008-03-3013-36/+155
| | | | | | | | | | * 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 twiceJustin Clarke Casey2008-03-302-55/+10
| | | | | | * 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 Casey2008-03-296-73/+16
| | | | implemented anyway.
* * Tidy up 'show users' displayJustin Clarke Casey2008-03-291-11/+12
|
* * Minor log message fix per mantis 829Justin Clarke Casey2008-03-291-1/+1
|
* * CODE: Add phat warning to RootFolders http request since it no longer does ↵Justin Clarke Casey2008-03-291-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 Casey2008-03-298-47/+195
| | | | | | | | | | | | 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.
* * Updating ODE Libraries to release / dNODEBUGTeravus Ovares2008-03-294-0/+0
| | | | | | * If you compile your own libraries, be sure to follow the updated directions on http://opensimulator.org/wiki/PhysicsEngines * The previous libs are now -debug for people who wish to work on the ODELibrary and want the feedback.
* Patches llAvatarOnSitTarget to return NULL_KEY opposed to a blank string. ↵alondria2008-03-291-6/+7
| | | | Should fix Mantis 838
* Re-enabled terrain texture generation for the world map. Adam can clean up/ ↵MW2008-03-298-15/+90
| | | | | | | | 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.
* Fix compiler warnings in BulletXPlugin.Jeff Ames2008-03-291-18/+18
|
* Set svn:eol-style.Jeff Ames2008-03-297-131/+131
|
* * Refactored out common http handler operationslbsa712008-03-286-102/+92
|
* * Introduced common abstract UserDataBase providerlbsa712008-03-288-183/+167
| | | | | | * Weeded out multiple AvatarPickerAvatar classes
* * Send full inventory folder skeleton to standalone client logins rather ↵Justin Clarke Casey2008-03-2812-30/+73
| | | | | | | | | 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 methodJustin Clarke Casey2008-03-282-13/+9
|
* * Refactor: Rename CreateInventoryData() to GetInventorySkeleton()Justin Clarke Casey2008-03-283-35/+21
| | | | | | | * 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 Casey2008-03-285-9/+5
|
* fixes mantis #778 and shoots himself for making such a mistake to begin ↵MW2008-03-281-2/+2
| | | | with, but also blames Tedd for the way the script functions have wrapper methods that call the same named method in a different class, is it my fault if in two such functions, I forget to add "m_LSL_Functions." and instead cause a recursive loop until the stack overflows.
* * Introduced base abstract provider class for GridDatalbsa712008-03-285-49/+61
|
* attempt to fix mantis # 779. MW2008-03-281-2/+8
|
* * Introduced common abstract AssetDataBase implementing IAssetProviderlbsa712008-03-2812-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_BiondiMW2008-03-281-13/+26
|
* * ignored some fileslbsa712008-03-280-0/+0
|
* * removed redundant constructorlbsa712008-03-281-4/+0
|
* * fixed pk_violation on rename for MSSQLInventoryDatalbsa712008-03-281-0/+6
| | | | | ("le fix le plus ugly for le problem trés dumb")
* From: Michael Osias <mosias@us.ibm.com>Sean Dague2008-03-283-12/+192
| | | | | | | | | | | | | | | | This patch implements llMessageLinked. I had to make a change to llGetLinkNumber to return m_host.LinkNum + 1 for link sets of more than 1 prim, or 0 for a single object, since according to: http://rpgstats.com/wiki/index.php?title=LlMessageLinked linksets with 2 or more prims start the link numbering at 1, but a single prims link number is 0.
* * Correct asset type of Lost and Found folder - this might stop it appearing ↵Justin Clarke Casey2008-03-273-20/+26
| | | | | | | | | twice * Other minor corrections to initial inventory contents * These will only take affect for new users
* * Tweaking master uuid exception to make it clearer what just went wrong ↵Justin Clarke Casey2008-03-261-10/+40
| | | | | | | | | | | (user server timeout) * Increasing GetUserProfile requests only to 6 seconds from 3 * Not completely sure what effect this will have, though probably not much * At some point one will have to accept that if the grid servers are taking many many seconds to respond, running using that grid will not be viable. * Perhaps there should be a big warning up front if grid request times are slower than n seconds.
* * Increase timeout for initial simulator login from 16 to 30 secondsJustin Clarke Casey2008-03-262-22/+49
| | | | | | * Comments, capitalization
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-03-261-0/+2
| | | | | | Patch to ignore .mdp and .mds files (.hgignore contains ignore patterns for a mercurial repository)
* * More log messages in the region registration process for debug purposes. ↵Justin Clarke Casey2008-03-261-2/+13
| | | | Some of these may be temporary
* * Increase information in simulator_login log messagesJustin Clarke Casey2008-03-261-4/+6
|
* * Start printing the region simulator_login exception to the logJustin Clarke Casey2008-03-261-1/+1
|
* Committed patch from Lulurun to fix Mantis 817. Thanks LulurunJohan Berntsson2008-03-263-2/+59
|
* Removing redundant codeJohan Berntsson2008-03-261-5/+0
|
* * Massaging CAPS setup/teardown log messagesJustin Clarke Casey2008-03-255-7/+15
| | | | | | * Leaving quite a few debug messages in for now to help deal with bugs arising
* * Print out the exception stacks of resolution failures, temporarilyJustin Clarke Casey2008-03-252-3/+4
|
* * Temporary hack to swallow neighbour contact problems on startup (in ↵Justin Clarke Casey2008-03-252-2/+15
| | | | | | | | response to osgrid issues) * Not sure what the effect will be, but can't be any worse than the current constant sim crashes.
* Set svn:ignore.Jeff Ames2008-03-250-0/+0
|
* rearranged a couple of projects in prebuild.xml:MW2008-03-251-39/+41
| | | | | | moved AvatarFactory project to after OpenSim.Region.Environment moved OpenSim.Framework.Data.MySQLMapper to after OpenSim.Framework.Data
* checking that these two files are commented outMW2008-03-252-3/+3
|
* Moved Avatar appearance Factory to its own project so that the reference to ↵MW2008-03-259-15/+682
| | | | | | | 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.