Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-04 | * Removing debugging goo for mantis 854 since the fix is reported to work. | Justin Clarke Casey | 2 | -4/+6 | |
2008-04-04 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 1 | -103/+231 | |
ansgar and i have done a bit of clean up for the "create user" and "create region" XmlRpc methods in RemoteController (contributed earlier by ansgar), this add a bit of consistency checking, more error checking and also documentation of the expected XmlRpc parameters. | |||||
2008-04-04 | * Fixed up some documentation regarding the inventory descendants method ↵ | Teravus Ovares | 1 | -3/+17 | |
XML. Cleaned up an error report. Noted at the top, why the two unused caps path variables must stay. | |||||
2008-04-04 | * Fixes CAPS InventoryDescendants and the notorious ↵ | Teravus Ovares | 1 | -9/+46 | |
'LLSDParseException:expected </llsd>' error. * Objects folder still exhibits strange behavior. | |||||
2008-04-04 | * Fixing permissions on items returned via CAPS based inventory | Teravus Ovares | 1 | -1/+2 | |
2008-04-03 | * Fixes Region/Estate panel in current Linden Official client. | Teravus Ovares | 2 | -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. | |||||
2008-04-03 | move NullStorage => OpenSim.Data.Null to be consistant with | Sean Dague | 2 | -3/+3 | |
where other data storage assemblies are. | |||||
2008-04-03 | Check in the remaining bits to do Asset store via NHibernate. Still | Sean Dague | 2 | -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. | |||||
2008-04-03 | Update svn properties. | Jeff Ames | 4 | -203/+203 | |
2008-04-03 | * Attempted resolution for mantis 854 | Justin Clarke Casey | 2 | -0/+7 | |
* Also adds more temporary debugging goo in case the fix didn't work | |||||
2008-04-03 | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 6 | -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. | |||||
2008-04-03 | * Minor: fix doc glitch | Justin Clarke Casey | 1 | -1/+1 | |
2008-04-03 | * Adding request time limiting strategy for texture requests, though this ↵ | Justin Clarke Casey | 3 | -5/+153 | |
isn't useable yet | |||||
2008-04-03 | * Resolve mantis 849 | Justin Clarke Casey | 7 | -10/+21 | |
* Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option | |||||
2008-04-03 | point in time update of NHibernate Asset Mapping code | Sean Dague | 3 | -10/+180 | |
2008-04-03 | * ODEPlugin: put a limit on the minimum size a prim can be ( scale <=0 ). | Teravus Ovares | 1 | -5/+12 | |
2008-04-02 | from krtaylor | Sean Dague | 1 | -3/+6 | |
Fixe for Mantis 821 | |||||
2008-04-02 | remove really odd utf character at the front of this class | Sean Dague | 1 | -1/+1 | |
2008-04-02 | starting to stub out NHibernate data source. This isn't in | Sean Dague | 1 | -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. | |||||
2008-04-02 | Minor: just some method comments | Justin Clarke Casey | 2 | -3/+11 | |
2008-04-02 | * Attempt to resolve mantis 873 by placing caps removal operations in a ↵ | Justin Clarke Casey | 2 | -14/+17 | |
critical section | |||||
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 19 | -0/+19 | |
were implicitly included before). Everything builds again. Now off to testing. | |||||
2008-04-02 | move signing file | Sean Dague | 1 | -0/+0 | |
2008-04-02 | changing more references to OpenSim.Data | Sean Dague | 17 | -34/+34 | |
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 55 | -78/+78 | |
2008-04-02 | whole lot more moving | Sean Dague | 67 | -0/+0 | |
2008-04-02 | reorganizing namespaces to put all the Data stuff into it's own namespace | Sean Dague | 16 | -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. | |||||
2008-04-02 | * Add some temporary task inventory item inflation debug messages to ↵ | Justin Clarke Casey | 3 | -3/+13 | |
investigate mantis 854 | |||||
2008-04-02 | refactor, make the file name the class name | Sean Dague | 1 | -0/+0 | |
2008-04-02 | * Added AvatarAppearance.sql for MSSQL | lbsa71 | 1 | -0/+44 | |
2008-04-02 | * Reworked Data Framework so that MSSQL works | lbsa71 | 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 | |||||
2008-04-02 | Set default terrain to complete flat terrain (at 26 height). Even flat ↵ | MW | 2 | -7/+8 | |
terrain as default seems better than the messed up terrain I was getting. | |||||
2008-04-02 | * Updating the version of the ODE library. (big update). The Mac library ↵ | Teravus Ovares | 7 | -3/+209 | |
needs to be updated still. * Adding some XMPP stuff that's incomplete. | |||||
2008-04-01 | * Remove the quit command from the inventory console which was actually ↵ | Justin Clarke Casey | 1 | -1/+0 | |
adding a new inventory instead | |||||
2008-04-01 | * Fix for mantis #678 | Justin Clarke Casey | 2 | -3/+15 | |
* Shift copied prims should now keep the script in both prims over region startups | |||||
2008-04-01 | few more minor changes, needs prebuild to be ran. | MW | 3 | -11/+6 | |
2008-04-01 | a few small changes | MW | 6 | -58/+67 | |
2008-04-01 | sadly, had to modify line by Ter because it caused mono cil compiler | Sean Dague | 1 | -1/+2 | |
to spin off into a seemingly infinite loop. | |||||
2008-03-31 | * Set Svn Properties eol-style: |337 | Teravus Ovares | 5 | -5/+5 | |
2008-03-31 | * Fix for terrain issue whereby loading or manipulating a terrain item from ↵ | Adam Frisby | 1 | -0/+2 | |
the console would not cause the terrain to be saved to the Scene. (Mantis #845) | |||||
2008-03-31 | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 5 | -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. " | |||||
2008-03-31 | * Minor: If a user exists but has no inventory in standalone, automatically ↵ | Justin Clarke Casey | 4 | -39/+27 | |
create new inventory folders * This mirrors the grid behaviour | |||||
2008-03-31 | * Log exceptions which make it up to the top of the http request frame, ↵ | Justin Clarke Casey | 2 | -86/+88 | |
rather than having them disappear off into the ether | |||||
2008-03-31 | * Fix problem where inventory code throws a swallowed exception on grid mode ↵ | Justin Clarke Casey | 2 | -18/+34 | |
if the avatar has never logged in before | |||||
2008-03-31 | * Fix for mantis 131, 796 | Justin Clarke Casey | 1 | -4/+14 | |
* Take copy now actually takes a copy into inventory rather than the original | |||||
2008-03-31 | Fixed typo in AvatarFactoryModule.cs | Jeff Ames | 1 | -1/+1 | |
2008-03-31 | * Minor change on region grid asset client to change two store log messages ↵ | Justin Clarke Casey | 1 | -4/+7 | |
to one | |||||
2008-03-31 | Update svn properties. | Jeff Ames | 6 | -460/+460 | |
2008-03-30 | * Added competely untested MSSQLMapper | lbsa71 | 3 | -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 | |||||
2008-03-30 | * Minor cleanup | Teravus Ovares | 4 | -10/+6 | |