aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-03I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...Johan Berntsson1-2/+2
2007-12-30* This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares1-11/+6
2007-12-28* Patch from Melanie provides Util.CleanString and uses it on the prim name a...Teravus Ovares1-1/+0
2007-12-28* Made a copy of parts before updating to avoid dictionary updated exceptions...lbsa711-3/+9
2007-12-28Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson1-5/+8
2007-12-27* Optimized usingslbsa711-52/+41
2007-12-26If a prim is persisted in the region, scripts dragged into its inventory afte...Justin Clarke Casey1-0/+7
2007-12-17Again, thanks to Alondria for:Charles Krinke1-7/+34
2007-12-13* Debugging Shapelbsa711-0/+1
2007-12-12couple of small fixes.MW1-2/+2
2007-12-11Couple of more small changesMW1-1/+4
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson1-1/+1
2007-12-06* Removed lots of scurrilous uses of ASCII/UTF8.GetBytes for making packet st...Adam Frisby1-4/+4
2007-12-05* Refactored Permissions into ScenePresence as requested by MWTeravus Ovares1-7/+26
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-1/+2
2007-12-04* Some more ApplyPhysics voodoolbsa711-82/+87
2007-12-04* ApplyPhysics now creates the PhysActor as well.lbsa711-1/+1
2007-12-04* Added ApplyPhysics helper on group.lbsa711-0/+8
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby1-1/+1
2007-12-01Rezzing multiple copies of a inventory prim should now work.MW1-0/+11
2007-11-30*Refactored the initial raytracer so it doesn't use the Parent reference.Teravus Ovares1-5/+14
2007-11-30small change to OnSceneGroupMove event (in SceneEvents.cs)MW1-7/+10
2007-11-30* Removed permissions flag appliance from Xml deserializationlbsa711-9/+14
2007-11-30* Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares1-1/+1
2007-11-29* Fixed neighbour range buglbsa711-10/+10
2007-11-29* minor refactoringslbsa711-1/+1
2007-11-23* added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares1-0/+38
2007-11-21Fixed bug that can lead to infinitive loopsMW1-0/+6
2007-11-20fix for mantis #2 from Justin Casey (IBM)Sean Dague1-0/+5
2007-11-20*Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares1-3/+9
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares1-2/+2
2007-11-18* Found several cases where prim set physical were not subscribing to physics...Teravus Ovares1-0/+7
2007-11-15* Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares1-0/+34
2007-11-14* Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares1-8/+37
2007-11-13first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague1-6/+99
2007-11-11Patch from Mathias Soeken (thanks Mathias!) to take care of the color Dalien Talbot1-0/+11
2007-11-03Modifications for prim movement. For now only in Mod. BulletX, but i think it...darok1-0/+22
2007-11-03Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph...darok1-2/+4
2007-11-01* Diuerse beavtificatemslbsa711-3/+5
2007-11-01Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat...Charles Krinke1-3/+11
2007-10-30Tevarus' patch for object flags & implemented Phantom editsdan miller1-0/+9
2007-10-30* Optimized usingslbsa711-22/+22
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-22Made some changes to the load/save xml format, So that the old format can sti...MW1-3/+30
2007-10-18small bit of refactoringMW1-3/+8
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-2/+2
2007-10-16couple of small event changesMW1-1/+1
2007-10-16Couple of small changes to Xml serialising of SceneObjectGroups (shouldn't ef...MW1-4/+4
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-10-12* Just extracted a standard ToXml() on SceneObjectGrouplbsa711-4/+13