aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-27* Fixed the matching logic error on the LLQuat to axiom quat :PTeravus Ovares1-1/+1
2007-12-27* fixed a logic error in the receiving end of the prim load for the sit targetTeravus Ovares1-2/+5
2007-12-27* Added Sit Target persistence over sim restarts for mySQL and MonoSQLite.Teravus Ovares1-0/+27
2007-12-27* Added slightly better object sit handlingTeravus Ovares1-0/+34
2007-12-27Prim inventory persistence phase 1: Creation of preliminary table in sqlite.Justin Clarke Casey1-15/+11
2007-12-26If a prim is persisted in the region, scripts dragged into its inventory afte...Justin Clarke Casey1-4/+6
2007-12-26* Patch by Melanie to fix CreateSelectedTeravus Ovares1-1/+7
2007-12-24Again, great thanks to Alondria for:Charles Krinke1-1/+13
2007-12-23* Patch from Alondria - Added LLFunctions llGetMass(), llGetLandOwnerAt(), ll...Teravus Ovares1-0/+16
2007-12-22Thank you, Alondria for:Charles Krinke1-2/+2
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-11/+11
2007-12-17Again, thanks to Alondria for:Charles Krinke1-0/+7
2007-12-14* Added Active(physical) object count to the SimStatsReporterTeravus Ovares1-0/+5
2007-12-13* Debugging Shapelbsa711-0/+3
2007-12-11* The 'Create' functions should be called to factor up a new, otherwise empty...lbsa711-0/+12
2007-12-10Great Salutations to Alondria for providing implementations for:Charles Krinke1-0/+27
2007-12-10refactored ChatModule a bit.Jeff Ames1-2/+1
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson1-1/+1
2007-12-07* Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares1-3/+4
2007-12-05* Refactored Permissions into ScenePresence as requested by MWTeravus Ovares1-98/+172
2007-12-05fixed a few compiler warnings under mono (committed from a train, with adjohn...Jeff Ames1-8/+5
2007-12-04*disabled some confusing code regarding permissionsTeravus Ovares1-2/+3
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-4/+2
2007-12-04* Some more ApplyPhysics voodoolbsa711-2/+1
2007-12-04* ApplyPhysics now creates the PhysActor as well.lbsa711-82/+103
2007-12-04* Removed 12 compiler warnings.Adam Frisby1-1/+0
2007-11-30*Refactored the initial raytracer so it doesn't use the Parent reference.Teravus Ovares1-17/+33
2007-11-30* Refactored away permissions and physics flag duplicationslbsa711-31/+5
2007-11-30* Removed permissions flag appliance from Xml deserializationlbsa711-34/+47
2007-11-30* Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares1-7/+76
2007-11-30* Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares1-0/+11
2007-11-29* Fixed neighbour range buglbsa711-8/+8
2007-11-23* added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares1-0/+85
2007-11-20*Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares1-32/+46
2007-11-18cleaned up some mono compiler warningsJeff Ames1-1/+1
2007-11-18* Found several cases where prim set physical were not subscribing to physics...Teravus Ovares1-0/+2
2007-11-17Added ClickAction property to SceneObjectPart (and the relevant changes in IC...MW1-1/+13
2007-11-17minor cleanup of some dodgy bitsJeff Ames1-10/+1
2007-11-16* Resolved the situation where prim is loaded from storage and when pushed ne...Teravus Ovares1-17/+38
2007-11-16* Trying a space/collision optimization technique in ODE. Let me know if you...Teravus Ovares1-1/+2
2007-11-16* ODE step two on the way to separate dynamic space allocation ( One more to ...Teravus Ovares1-6/+48
2007-11-15* Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares1-4/+30
2007-11-14* Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares1-1/+3
2007-11-11Patch from Mathias Soeken (thanks Mathias!) to take care of the color Dalien Talbot1-1/+22
2007-11-11* adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini....Teravus Ovares1-5/+8
2007-11-09* Moved BulletX off of the 'constant terse update' method. It now only sends...Teravus Ovares1-4/+7
2007-11-08* Fixed occasional character drift caused by sim not sending the avatar's fin...Teravus Ovares1-0/+12
2007-11-08* Added Rotational Velocity reporting for Client Interpolation to Terse UpdatesTeravus Ovares1-3/+27
2007-11-05Thank you, Teravus for: Solution for 'after using physical prim with MonoSql...Charles Krinke1-1/+5
2007-11-04Applying Teravus patch # 557. Some glue code for the updating of prim's veloc...MW1-4/+34