aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-15* Mother of all commits:Adam Frisby8-21/+21
2008-01-14* First pass at collidable linksetsTeravus Ovares3-40/+151
2008-01-14Remove unused SOG constructorJustin Clarke Casey1-8/+0
2008-01-13* Fixed an overflow in the land managerTeravus Ovares1-2/+2
2008-01-12*removed a goofy debug line left inTeravus Ovares1-4/+1
2008-01-12* Added some of the finer control points to POS such asTeravus Ovares1-0/+5
2008-01-12* Unmoderated the ODE FPS in the sim stats. Decided to do that after Andrew ...Teravus Ovares2-3/+4
2008-01-12* For your enjoyment, some RAdmin improvements, namely a new LoadHeightmap me...Adam Frisby1-0/+9
2008-01-11Fix some warnings under mono.Jeff Ames1-1/+1
2008-01-11* Do database implementation for prim inventory items in mysqlJustin Clarke Casey1-0/+7
2008-01-11Switch prim items type representation to use int rather than strings.Justin Clarke Casey2-14/+9
2008-01-10Fix r2959 - last letter was being sliced off region prim renamesJustin Clarke Casey1-2/+2
2008-01-09Prim inventory script saving phase 2.Justin Clarke Casey6-57/+241
2008-01-08make Stopped a property of the SceneObjectPart instead of in theSean Dague1-0/+13
2008-01-07Minor prim inventory method refactoringJustin Clarke Casey2-36/+21
2008-01-07Trigger persistence of the scripts in a prim's inventory when that inventory ...Justin Clarke Casey3-6/+36
2008-01-07Very minor refactoring. Remove unused prim inventory bool returns for nowJustin Clarke Casey2-7/+2
2008-01-07Refactor Scene.Inventory.RezScript to use newer script starting codeJustin Clarke Casey3-47/+65
2008-01-07Commenting out InnerScene.SceneObjects for now since it was unpopulated and n...Justin Clarke Casey2-26/+27
2008-01-07Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey7-23/+104
2008-01-06Factor out inventory code in SceneObjectGroup into seperate class. Justin Clarke Casey2-96/+137
2008-01-06Factor out inventory related code in SceneObjectPart into separate classJustin Clarke Casey2-205/+245
2008-01-06Factor out TaskInventoryItemJustin Clarke Casey2-74/+6
2008-01-06Prim inventory phase 4. Properly recover the prim folder ID from storage. S...Justin Clarke Casey2-27/+87
2008-01-05Persistent prim inventory phase 3. Now retrieving prim item data from persis...Justin Clarke Casey1-3/+10
2008-01-05* Hiding CompletePingChecks and UseCircuitCode messages.. as the packets ar...Teravus Ovares1-1/+4
2008-01-05* Re-enabling parcel prim count updates, as it doesn't cause errors on the co...Teravus Ovares1-2/+2
2008-01-04* Fixed situation where sometimes your avatar tries to land and gets 'put' 80...Teravus Ovares1-1/+8
2008-01-04* Added the ability for estate managers to use the magic secondlife blue card...Teravus Ovares2-24/+72
2008-01-03* Added removal of TextureSenders and UserTextureDownloadService on agent lea...lbsa711-3/+3
2008-01-03Fix mantis 280 - sim crashes when a prim is deleted.Justin Clarke Casey1-0/+1
2008-01-03I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...Johan Berntsson4-5/+5
2008-01-02Minor refactoring to expose PrimInventory from SceneObjectPartJustin Clarke Casey1-7/+15
2008-01-02* Added the ability for Region Owners to add and remove estate managers using...Teravus Ovares1-2/+2
2008-01-02* Did a bit of estate work. Added some fields to EstateSettings.xml for est...Teravus Ovares1-1/+8
2008-01-01* You can add and remove a friend in standalone now within the same simulator...Teravus Ovares2-0/+77
2007-12-30* re-applied AddNewPrim refactoring... third time now...lbsa711-36/+34
2007-12-30* Patch from Alondria that re-fixes llSetColorTeravus Ovares1-20/+20
2007-12-30* This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares5-54/+47
2007-12-29* Extracted out old RezObject method placing at absolute pos without the rayt...lbsa711-0/+5
2007-12-28* Patch from Melanie provides Util.CleanString and uses it on the prim name a...Teravus Ovares2-3/+2
2007-12-28* applied melanie's matnis patch #255. Thanks Melanie.Teravus Ovares1-2/+2
2007-12-28* Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ab...Teravus Ovares2-3/+21
2007-12-28* Made a copy of parts before updating to avoid dictionary updated exceptions...lbsa712-4/+10
2007-12-28* redid the AddNewPrim refactoring as that got lost in r2855lbsa711-35/+34
2007-12-28Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson4-45/+53
2007-12-28* Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...lbsa711-32/+33
2007-12-28* Added ability to create new prim on existing prim (rezzing prim from invent...Teravus Ovares2-39/+88
2007-12-28Add missing "System." to System.NullReferenceExceptionCharles Krinke1-1/+1
2007-12-27* Optimized usingslbsa7119-793/+816