aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * refactor: move ResetUserPassword into UserServiceAdminJustin Clarke Casey2008-11-283-14/+1
* * minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey2008-11-285-13/+9
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-2816-191/+135
* * Changed name of auth function to better reflect actual uselbsa712008-11-281-2/+3
* Correct wrong inverted logic on settings goupMelanie Thielker2008-11-281-1/+1
* Revert setting the parent local is explicitly, as that caused even moreMelanie Thielker2008-11-281-3/+0
* Omit parcel checks for attachments.Melanie Thielker2008-11-281-4/+14
* Force regioncrossed prims to get a new LocalID. Reset parent local ID to newMelanie Thielker2008-11-282-1/+14
* Invert a test to allow prims to region-cross againMelanie Thielker2008-11-281-1/+1
* Reinstate a check that i overzealously removed. Permissions are not slammedMelanie Thielker2008-11-281-1/+1
* Fix build breakMelanie Thielker2008-11-271-1/+1
* And take away a now unnecessare swap elsewhere. We should not be swappingMelanie Thielker2008-11-271-6/+1
* Cause attachment nibbles to be swapped in terse object updates, too.Melanie Thielker2008-11-271-1/+1
* * minor: rename m_parent to m_commsManager to make it a little clearer what i...Justin Clarke Casey2008-11-271-18/+18
* * test: Inch forward with another test by using a skeletal in memory inventor...Justin Clarke Casey2008-11-274-7/+71
* * minor: remove mono compiler warningsJustin Clarke Casey2008-11-273-4/+3
* * Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey2008-11-2711-115/+1
* * Add a file I forgot in the last commit.Justin Clarke Casey2008-11-271-0/+124
* * test: Add the ability to add a plugin directory to the user and inventory s...Justin Clarke Casey2008-11-278-68/+111
* * minor: remove the ability to change the client in ScenePresence to reduce t...Justin Clarke Casey2008-11-271-1/+3
* * Opened the registration of http handlers up for subclassinglbsa712008-11-271-1/+1
* Test commit.. just contains div trace and other stuff.Tedd Hansen2008-11-273-12/+27
* * Adds texture download requests to pcampbot to more accurately represent load.Teravus Ovares2008-11-271-0/+52
* * Fix some testsTeravus Ovares2008-11-271-1/+2
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-276-15/+199
* Unconditionally set the slam bit oon all object to agent inventory transfers.Melanie Thielker2008-11-271-1/+1
* Cause the slam bit to be set in transferred inv itemsMelanie Thielker2008-11-271-0/+1
* Fix permission propagation that was broken some revision back, causingMelanie Thielker2008-11-273-5/+5
* Added local lookup before we ask the messaging server.Homer Horwitz2008-11-261-6/+26
* * restore deleted method documentation, some to IRegionDataStore and some to ...Justin Clarke Casey2008-11-262-1/+35
* * minor: Remove unused SetAnimation method that was identical to TrySetAnimationJustin Clarke Casey2008-11-261-13/+1
* * Eliminate forceAvatarMovement() in favour of existing AddNewMovement()Justin Clarke Casey2008-11-261-7/+4
* * Get rid of the phenomena where the avatar sometimes reverts to the stand an...Justin Clarke Casey2008-11-263-7/+35
* ScriptSponsor and LSL_Api are now MarshalByRefObjectTedd Hansen2008-11-262-2/+2
* Made ScriptSponsor serializableTedd Hansen2008-11-261-0/+1
* Change the max value of the bytes in tests to 127. MySQL bytes are signedMelanie Thielker2008-11-261-5/+5
* Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker2008-11-264-77/+82
* A migration to make the floats in prims table be doublesMelanie Thielker2008-11-261-0/+41
* Reduce the numerical range of text values to match what MySQL offersMelanie Thielker2008-11-261-13/+13
* Attempt to give script objects a proper lease time (DNE and xengine). Relies ...Tedd Hansen2008-11-265-16/+48
* Comment one more field that can't be tested that way anymoreMelanie Thielker2008-11-261-1/+2
* * Adding ScenePresence.ClientView property to return IClientCore interface to...Adam Frisby2008-11-261-0/+6
* A migration to convert the floats int the database to doubles.Melanie Thielker2008-11-262-0/+60
* Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker2008-11-262-9/+1
* Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker2008-11-266-1479/+778
* Next step of the PresenceModule. Still not complete; local optimizations and theHomer Horwitz2008-11-251-33/+101
* Mantis#2692: Thanks Diva, for a patch that fixes a bug in HyperGrid.Homer Horwitz2008-11-253-7/+19
* * Make a step on removing direct access to TaskInventoryDictionary from other...Justin Clarke Casey2008-11-254-31/+16
* * Remove direct access to Inventory.SerialJustin Clarke Casey2008-11-253-14/+18
* * refactor: Establish an IEntityInventory interface for SceneObjectPartInvent...Justin Clarke Casey2008-11-253-2/+225