aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-28Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey1-3/+3
2007-12-28* Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ab...Teravus Ovares1-1/+17
2007-12-28Set svn:eol-style.Jeff Ames2-4/+4
2007-12-28Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson2-13/+144
2007-12-28* Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...lbsa712-60/+50
2007-12-28* Patch from Melanie. Thanks Melanie!Teravus Ovares1-2/+2
2007-12-28* Added ability to create new prim on existing prim (rezzing prim from invent...Teravus Ovares2-1/+13
2007-12-27* Optimized usingslbsa71114-1299/+1340
2007-12-27* removed always true iflbsa711-15/+12
2007-12-27* Fixed MonoSQLite Update Table routineTeravus Ovares1-14/+27
2007-12-27Move hardcoded texture library inventory items out into OpenSimLibrary/xml. ...Justin Clarke Casey3-18/+4
2007-12-27* AssetServerBase: _ProcessRequest is now called GetAssetlbsa716-13/+48
2007-12-27* Added Sit Target persistence over sim restarts for mySQL and MonoSQLite.Teravus Ovares1-0/+42
2007-12-27Prim inventory persistence phase 1: Creation of preliminary table in sqlite.Justin Clarke Casey1-1/+2
2007-12-26* Patch from Charlie Omega for standard secondlife inventory folders: see man...Teravus Ovares1-4/+103
2007-12-25Small non-functional inventory changesJustin Clarke Casey1-11/+11
2007-12-24* Added some ugly hackish code to the user server to start implementing the n...Teravus Ovares1-0/+134
2007-12-24Prim inventory script saving phase 1. Create necessary CAPS structures for c...Justin Clarke Casey5-9/+299
2007-12-24Revert most of the regionName message stuff.Charles Krinke1-12/+0
2007-12-24Add regionName to OGS1 regionUp report.Charles Krinke1-0/+12
2007-12-24Log message tweakingJustin Clarke Casey1-5/+5
2007-12-23Yet more inventory debugging messagesJustin Clarke Casey1-9/+30
2007-12-23Miscellaneous small tweaks and more logging messages to move towards resolvin...Justin Clarke Casey3-4/+7
2007-12-22Make copying of scripts into prim inventories more reliable on the first atte...Justin Clarke Casey2-5/+52
2007-12-22minor refactorJustin Clarke Casey2-4/+9
2007-12-21Refix bug where inventory textures don't appear in prim edit texture selectio...Justin Clarke Casey2-7/+18
2007-12-21* Remapped the Connection shutdown path.Teravus Ovares2-2/+2
2007-12-20* and another :/Teravus Ovares1-2/+2
2007-12-20* Fixed implicit .ToString() in shape fetch.Teravus Ovares1-2/+2
2007-12-20* fixed a few Implicit uses of .ToString()Teravus Ovares1-9/+9
2007-12-20Revert a couple of UUIDs back to hyphenated since we actually sometimes store...Justin Clarke Casey1-2/+2
2007-12-20Convert an sqlite user LLUUID I'd missedJustin Clarke Casey1-1/+1
2007-12-20* Matched up all previous .ToString() references (r2764) in OpenSim.Framework...Teravus Ovares1-18/+18
2007-12-20Convert some inventory ids I managed to missJustin Clarke Casey1-5/+5
2007-12-20Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey4-14/+14
2007-12-20Establish Util.ToRawUuidString to get LLUUIDs in unhyphenated formJustin Clarke Casey2-24/+34
2007-12-20* Added a configuration parameter on the Grid Server to disallow forceful ban...Teravus Ovares4-1/+17
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames21-108/+108
2007-12-20Extended svn:eol-style to check some other file types.Jeff Ames5-52/+52
2007-12-19Refactor asset request processing for consistent status information on whethe...Justin Clarke Casey4-25/+46
2007-12-19Misc. cleanup:Jeff Ames8-55/+33
2007-12-19*Added Ban Lines around parcels for banned avatars, but there is no actual bl...mingchen1-1/+1
2007-12-18*Parcels now fully work on MySQL as a datastore after a few tweaks and bug fi...mingchen1-6/+75
2007-12-18*Fixed MySQLDataStore bug causing errors on startupmingchen1-12/+12
2007-12-18*Using Mysql as the datastore should now store parcels across multiple sessionsmingchen1-0/+228
2007-12-18*Parcels and their access lists now store over multiple sessions when the dat...mingchen1-1/+1
2007-12-18* Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares2-1/+16
2007-12-18* Renamed AgentWearable to AvatarWearablelbsa711-0/+0
2007-12-18* Fix for mantis 0000040 After client logout remote host closed connection on...Teravus Ovares1-0/+1
2007-12-17* Turned all instances of ForEach loops in ClientManager into Local Arrays. Teravus Ovares1-15/+60