aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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-305-54/+47
* * 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-284-45/+53
* * 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-2719-793/+816
* * Fixed MonoSQLite Update Table routineTeravus Ovares2007-12-271-2/+2
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-272-5/+4
* * 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-271-15/+11
* * 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-261-11/+11
* * 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
* * Remapped the Connection shutdown path.Teravus Ovares2007-12-211-3/+3
* * Fix for Mantis: 0000224Teravus Ovares2007-12-211-1/+7
* *Ban lines now work if they are enabled grid wide.mingchen2007-12-202-2/+12
* * Cleaned up some code from an earlier commitTeravus Ovares2007-12-201-13/+1
* * Added a configuration parameter on the Grid Server to disallow forceful ban...Teravus Ovares2007-12-202-2/+32
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-204-22/+19
* *Added event called after any movement is handled (OnClientMovement) - will b...mingchen2007-12-202-0/+14
* *Made a much more network friendly method of ban and pass line sendingmingchen2007-12-203-3/+50
* Misc. cleanup:Jeff Ames2007-12-192-15/+25
* *Added Ban Lines around parcels for banned avatars, but there is no actual bl...mingchen2007-12-191-1/+1
* * Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares2007-12-182-3/+8
* * Removed redundant code in RestService.csAdam Frisby2007-12-181-3/+0