aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-29Set svn:eol-style.Jeff Ames7-131/+131
2008-03-28* Refactored out common http handler operationslbsa711-0/+6
2008-03-28* Introduced common abstract UserDataBase providerlbsa718-183/+167
2008-03-28* Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey9-28/+60
2008-03-28* Refactor: Eliminate RequestUsersRoot() redundant methodJustin Clarke Casey1-12/+8
2008-03-28* Refactor: Rename CreateInventoryData() to GetInventorySkeleton()Justin Clarke Casey1-33/+17
2008-03-28* Remove pointless boolean on AgentInventory.CreateRootFolder()Justin Clarke Casey3-7/+3
2008-03-28* Introduced base abstract provider class for GridDatalbsa715-49/+61
2008-03-28* Introduced common abstract AssetDataBase implementing IAssetProviderlbsa7112-48/+108
2008-03-28Applied patch from mantis# 825, thanks A_BiondiMW1-13/+26
2008-03-28* removed redundant constructorlbsa711-4/+0
2008-03-28* fixed pk_violation on rename for MSSQLInventoryDatalbsa711-0/+6
2008-03-27* Correct asset type of Lost and Found folder - this might stop it appearing ...Justin Clarke Casey3-20/+26
2008-03-26Committed patch from Lulurun to fix Mantis 817. Thanks LulurunJohan Berntsson1-0/+30
2008-03-25Moved Avatar appearance Factory to its own project so that the reference to M...MW1-0/+1
2008-03-25* Remove old CAPS http listeners when a client logs out from a sceneJustin Clarke Casey1-21/+39
2008-03-25* On Ray casting. Now returning the face normal of the collision face.Teravus Ovares1-2/+2
2008-03-25* Refactored out circular reference in Region.Environment <-> Framework.Data....lbsa712-25/+4
2008-03-25* Committing some voice related caps with hard coded responses so more debugg...Teravus Ovares2-1/+102
2008-03-25Comment out unused private methods.Jeff Ames5-172/+181
2008-03-25Fix a couple more warnings.Jeff Ames1-3/+0
2008-03-24* Fix build break in last revision. Thanks to paulieFemto for pointing it out.Justin Clarke Casey1-4/+4
2008-03-24* Picky comment changeJustin Clarke Casey1-1/+1
2008-03-24* Create null limit strategyJustin Clarke Casey1-0/+42
2008-03-24* Refactor: Genericise request limit strategies and move to OpenSim.Framework...Justin Clarke Casey2-0/+181
2008-03-24XmlRpcCommand refactoringJohan Berntsson1-0/+13
2008-03-23* minor: check in the rest of a comment I forgot to finish off in the last re...Justin Clarke Casey1-1/+1
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey4-24/+69
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen3-12/+9
2008-03-22Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria1-0/+1
2008-03-22* Catch the occasional resolution exception that comes out of SceneCommunicat...Justin Clarke Casey2-2/+17
2008-03-21* If a client session requests the same texture more than n times (currently ...Justin Clarke Casey1-0/+7
2008-03-21* Converted a large number of ASCII encodings to UTF8.Adam Frisby2-2/+2
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey4-26/+28
2008-03-20Added back a fix that lbsa71 did aqes ago to fix a buffer overflow in the pac...MW2-2/+2
2008-03-20Another poxy patch which consists mainly of logging changes (some already com...Justin Clarke Casey2-1/+7
2008-03-19Fixed some comparisons of LLUUIDs to null.Jeff Ames2-5/+3
2008-03-18* Stop grid inventory network failures crashing the client sessionJustin Clarke Casey1-0/+10
2008-03-18* Just inserting some exploratory comments into inventory codeJustin Clarke Casey2-0/+16
2008-03-18Formatting cleanup.Jeff Ames3-13/+13
2008-03-18* Applying Mantis Patch #518.2 - State not persisted in MySQL DataStoreAdam Frisby1-0/+35
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames8-57/+36
2008-03-18Since we don't yet have a reliable way to release the lock that prevents a us...Teravus Ovares2-2/+2
2008-03-18* Added the ability to type the partial name of a region in the start locatio...Teravus Ovares8-0/+219
2008-03-18Formatting cleanup.Jeff Ames177-4966/+4839
2008-03-18Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames1-1/+28
2008-03-18Formatting cleanup.Jeff Ames4-141/+111
2008-03-18Building on Joha's update...Teravus Ovares1-3/+19
2008-03-18Last position will be stored in the DB on logout, and the avatar can continue...Johan Berntsson4-11/+115
2008-03-17Replaced some magic PCode numbers with enum values.Jeff Ames1-1/+5