aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Mother of all commits:Adam Frisby2008-01-151-4/+4
* * First pass at collidable linksetsTeravus Ovares2008-01-141-11/+99
* make Stopped a property of the SceneObjectPart instead of in theSean Dague2008-01-081-0/+13
* Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey2008-01-071-16/+16
* Factor out inventory related code in SceneObjectPart into separate classJustin Clarke Casey2008-01-061-205/+1
* Factor out TaskInventoryItemJustin Clarke Casey2008-01-061-68/+0
* Prim inventory phase 4. Properly recover the prim folder ID from storage. S...Justin Clarke Casey2008-01-061-22/+76
* Persistent prim inventory phase 3. Now retrieving prim item data from persis...Justin Clarke Casey2008-01-051-3/+10
* Fix mantis 280 - sim crashes when a prim is deleted.Justin Clarke Casey2008-01-031-0/+1
* Minor refactoring to expose PrimInventory from SceneObjectPartJustin Clarke Casey2008-01-021-7/+15
* * Patch from Alondria that re-fixes llSetColorTeravus Ovares2007-12-301-20/+20
* * Made a copy of parts before updating to avoid dictionary updated exceptions...lbsa712007-12-281-1/+1
* * Added ability to create new prim on existing prim (rezzing prim from invent...Teravus Ovares2007-12-281-2/+5
* * Optimized usingslbsa712007-12-271-205/+209
* * Fixed MonoSQLite Update Table routineTeravus Ovares2007-12-271-2/+2
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-271-1/+1
* * 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-271-0/+34
* Prim inventory persistence phase 1: Creation of preliminary table in sqlite.Justin Clarke Casey2007-12-271-15/+11
* If a prim is persisted in the region, scripts dragged into its inventory afte...Justin Clarke Casey2007-12-261-4/+6
* * Patch by Melanie to fix CreateSelectedTeravus Ovares2007-12-261-1/+7
* Again, great thanks to Alondria for:Charles Krinke2007-12-241-1/+13
* * Patch from Alondria - Added LLFunctions llGetMass(), llGetLandOwnerAt(), ll...Teravus Ovares2007-12-231-0/+16
* Thank you, Alondria for:Charles Krinke2007-12-221-2/+2
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-11/+11
* Again, thanks to Alondria for:Charles Krinke2007-12-171-0/+7
* * Added Active(physical) object count to the SimStatsReporterTeravus Ovares2007-12-141-0/+5
* * Debugging Shapelbsa712007-12-131-0/+3
* * The 'Create' functions should be called to factor up a new, otherwise empty...lbsa712007-12-111-0/+12
* Great Salutations to Alondria for providing implementations for:Charles Krinke2007-12-101-0/+27
* refactored ChatModule a bit.Jeff Ames2007-12-101-2/+1
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-071-1/+1
* * Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares2007-12-071-3/+4
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-98/+172
* fixed a few compiler warnings under mono (committed from a train, with adjohn...Jeff Ames2007-12-051-8/+5
* *disabled some confusing code regarding permissionsTeravus Ovares2007-12-041-2/+3
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-4/+2
* * Some more ApplyPhysics voodoolbsa712007-12-041-2/+1
* * ApplyPhysics now creates the PhysActor as well.lbsa712007-12-041-82/+103
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-1/+0
* *Refactored the initial raytracer so it doesn't use the Parent reference.Teravus Ovares2007-11-301-17/+33
* * Refactored away permissions and physics flag duplicationslbsa712007-11-301-31/+5
* * Removed permissions flag appliance from Xml deserializationlbsa712007-11-301-34/+47
* * Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares2007-11-301-7/+76
* * Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares2007-11-301-0/+11
* * Fixed neighbour range buglbsa712007-11-291-8/+8
* * added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares2007-11-231-0/+85
* *Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares2007-11-201-32/+46