aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Expand)AuthorAgeFilesLines
* I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...Johan Berntsson2008-01-036-11/+11
* Minor refactoring to expose PrimInventory from SceneObjectPartJustin Clarke Casey2008-01-021-7/+15
* * Added the ability for Region Owners to add and remove estate managers using...Teravus Ovares2008-01-022-26/+84
* * Did a bit of estate work. Added some fields to EstateSettings.xml for est...Teravus Ovares2008-01-023-5/+97
* * Trying to address TextureSender issueslbsa712008-01-021-32/+43
* * Re-wrote IM that sends the friend request so that it displays the name of t...Teravus Ovares2008-01-022-5/+12
* * You can add and remove a friend in standalone now within the same simulator...Teravus Ovares2008-01-015-34/+291
* * Added graceful remote script server connection error handlingTeravus Ovares2007-12-301-2/+2
* * Fixed References in Prebuild so the project compilesTeravus Ovares2007-12-301-3/+40
* * re-applied AddNewPrim refactoring... third time now...lbsa712007-12-301-36/+34
* * Patch from Alondria that re-fixes llSetColorTeravus Ovares2007-12-301-20/+20
* * This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares2007-12-307-60/+53
* * Applied Melanie's same instance IM fix. This will make IMs work within the...Teravus Ovares2007-12-301-4/+6
* * Extracted out old RezObject method placing at absolute pos without the rayt...lbsa712007-12-291-0/+5
* * Patch from Melanie provides Util.CleanString and uses it on the prim name a...Teravus Ovares2007-12-282-3/+2
* * applied melanie's matnis patch #255. Thanks Melanie.Teravus Ovares2007-12-281-2/+2
* * Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ab...Teravus Ovares2007-12-282-3/+21
* * Made a copy of parts before updating to avoid dictionary updated exceptions...lbsa712007-12-282-4/+10
* * redid the AddNewPrim refactoring as that got lost in r2855lbsa712007-12-281-35/+34
* Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson2007-12-286-54/+68
* * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...lbsa712007-12-281-32/+33
* * Added ability to create new prim on existing prim (rezzing prim from invent...Teravus Ovares2007-12-282-39/+88
* Add missing "System." to System.NullReferenceExceptionCharles Krinke2007-12-281-1/+1
* * Optimized usingslbsa712007-12-2734-1092/+1119
* * Fixed MonoSQLite Update Table routineTeravus Ovares2007-12-271-2/+2
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-273-6/+5
* * Fixed the matching logic error on the LLQuat to axiom quat :PTeravus Ovares2007-12-271-1/+1
* * fixed a logic error in the receiving end of the prim load for the sit targetTeravus Ovares2007-12-271-2/+5
* * Added Sit Target persistence over sim restarts for mySQL and MonoSQLite.Teravus Ovares2007-12-271-0/+27
* * Added slightly better object sit handlingTeravus Ovares2007-12-272-14/+130
* Prim inventory persistence phase 1: Creation of preliminary table in sqlite.Justin Clarke Casey2007-12-273-19/+16
* * Play the 'landing' animation when landing and minimize the collision protec...Teravus Ovares2007-12-261-1/+2
* If a prim is persisted in the region, scripts dragged into its inventory afte...Justin Clarke Casey2007-12-263-5/+15
* * This update includes a wide range of changes to the ODEPlugin for avatar mo...Teravus Ovares2007-12-262-12/+20
* * Patch by Melanie to fix CreateSelectedTeravus Ovares2007-12-261-1/+7
* * Removed a debug message I left in thereTeravus Ovares2007-12-261-1/+7
* * Added the ability to land automatically on prim by pressing the page down b...Teravus Ovares2007-12-261-2/+51
* Small non-functional inventory changesJustin Clarke Casey2007-12-251-32/+78
* Prim inventory script saving phase 1. Create necessary CAPS structures for c...Justin Clarke Casey2007-12-242-2/+44
* Again, great thanks to Alondria for:Charles Krinke2007-12-242-2/+33
* Added regionName to "far away" region report.Charles Krinke2007-12-241-1/+2
* * Patch from Alondria - Added LLFunctions llGetMass(), llGetLandOwnerAt(), ll...Teravus Ovares2007-12-232-1/+33
* Thank you, Alondria for:Charles Krinke2007-12-221-2/+2
* Make copying of scripts into prim inventories more reliable on the first atte...Justin Clarke Casey2007-12-221-26/+17
* minor refactorJustin Clarke Casey2007-12-221-1/+3
* Put in some race revealing warning messages triggered when a user rezzes a sc...Justin Clarke Casey2007-12-221-0/+30
* * Added smoother handling of interpenetrating physical objects.Teravus Ovares2007-12-221-0/+1
* Initial hookup of update task inventory event. No functionality yet.Justin Clarke Casey2007-12-222-3/+54
* *Fixed logic issue in LandManager that caused an 'invalid parcel' error to sp...mingchen2007-12-211-4/+13
* * Remapped the Connection shutdown path.Teravus Ovares2007-12-211-3/+3