aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fixing permissions on items returned via CAPS based inventoryTeravus Ovares2008-04-041-1/+2
|
* * Fixes Region/Estate panel in current Linden Official client.Teravus Ovares2008-04-032-7/+10
| | | | | * Sets the default estate parentID to 1.. which means that all regions are treated like private estates in the client as opposed to Linden Mainland. (no space server hiccup message). If that message annoys you and you want to get rid of it, set your parentEstateID to 1.
* move NullStorage => OpenSim.Data.Null to be consistant withSean Dague2008-04-032-3/+3
| | | | | | where other data storage assemblies are.
* Check in the remaining bits to do Asset store via NHibernate. StillSean Dague2008-04-032-35/+36
| | | | | | | | need to work out auto table creation in a reasonable way. Tommorrow I'll work on getting the NHibernate bits in place to be able to put this into the main tree.
* Update svn properties.Jeff Ames2008-04-034-203/+203
|
* * Attempted resolution for mantis 854Justin Clarke Casey2008-04-032-0/+7
| | | | | | * Also adds more temporary debugging goo in case the fix didn't work
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-036-195/+426
| | | | | | | * This patch removes voice code into a region module. This required the implementation of events and other code to allow region modules to register their own caps handlers, and should allow different voice module implementations. * CAVEAT: This does not provide complete voice support, it merely provides the hooks so that it can be plugged in.
* * Minor: fix doc glitchJustin Clarke Casey2008-04-031-1/+1
|
* * Adding request time limiting strategy for texture requests, though this ↵Justin Clarke Casey2008-04-033-5/+153
| | | | isn't useable yet
* * Resolve mantis 849Justin Clarke Casey2008-04-037-10/+21
| | | | | | * Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option
* point in time update of NHibernate Asset Mapping codeSean Dague2008-04-033-10/+180
|
* * ODEPlugin: put a limit on the minimum size a prim can be ( scale <=0 ).Teravus Ovares2008-04-031-5/+12
|
* from krtaylorSean Dague2008-04-021-3/+6
| | | | | | Fixe for Mantis 821
* remove really odd utf character at the front of this classSean Dague2008-04-021-1/+1
|
* starting to stub out NHibernate data source. This isn't in Sean Dague2008-04-021-0/+62
| | | | | | | | | prebuild yet so it's currently dead code in tree, and shouldn't bother anyone. Once this does *something* I'll add it into the main build. However it seemed like a good idea to commit work as I go for people interested in it.
* Minor: just some method commentsJustin Clarke Casey2008-04-022-3/+11
|
* * Attempt to resolve mantis 873 by placing caps removal operations in a ↵Justin Clarke Casey2008-04-022-14/+17
| | | | critical section
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-0219-0/+19
| | | | | | | were implicitly included before). Everything builds again. Now off to testing.
* move signing fileSean Dague2008-04-021-0/+0
|
* changing more references to OpenSim.DataSean Dague2008-04-0217-34/+34
|
* attempt to fix up all refernces to new directory structureSean Dague2008-04-0255-78/+78
|
* whole lot more movingSean Dague2008-04-0267-0/+0
|
* reorganizing namespaces to put all the Data stuff into it's own namespaceSean Dague2008-04-0216-0/+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 Casey2008-04-023-3/+13
| | | | investigate mantis 854
* refactor, make the file name the class nameSean Dague2008-04-021-0/+0
|
* * Added AvatarAppearance.sql for MSSQLlbsa712008-04-021-0/+44
|
* * Reworked Data Framework so that MSSQL workslbsa712008-04-026-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
* Set default terrain to complete flat terrain (at 26 height). Even flat ↵MW2008-04-022-7/+8
| | | | 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 Ovares2008-04-027-3/+209
| | | | | | | 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 Casey2008-04-011-1/+0
| | | | adding a new inventory instead
* * Fix for mantis #678Justin Clarke Casey2008-04-012-3/+15
| | | | | | * Shift copied prims should now keep the script in both prims over region startups
* few more minor changes, needs prebuild to be ran.MW2008-04-013-11/+6
|
* a few small changesMW2008-04-016-58/+67
|
* sadly, had to modify line by Ter because it caused mono cil compilerSean Dague2008-04-011-1/+2
| | | | | | to spin off into a seemingly infinite loop.
* * Set Svn Properties eol-style: |337Teravus Ovares2008-03-315-5/+5
|
* * Fix for terrain issue whereby loading or manipulating a terrain item from ↵Adam Frisby2008-03-311-0/+2
| | | | the console would not cause the terrain to be saved to the Scene. (Mantis #845)
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-03-315-74/+170
| | | | | | | | | * (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 Casey2008-03-314-39/+27
| | | | | | | | 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 Casey2008-03-312-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 Casey2008-03-312-18/+34
| | | | if the avatar has never logged in before
* * Fix for mantis 131, 796Justin Clarke Casey2008-03-311-4/+14
| | | | | | * Take copy now actually takes a copy into inventory rather than the original
* Fixed typo in AvatarFactoryModule.csJeff Ames2008-03-311-1/+1
|
* * Minor change on region grid asset client to change two store log messages ↵Justin Clarke Casey2008-03-311-4/+7
| | | | to one
* Update svn properties.Jeff Ames2008-03-316-460/+460
|
* * Added competely untested MSSQLMapperlbsa712008-03-303-8/+69
| | | | | | | * 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.