aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey2008-11-112-0/+2
* Mantis#2604. Thank you kindly, Diva for a patch that:Charles Krinke2008-11-111-4/+10
* If the proxy is on, we need to ignore the extra 6 bytes in the packet.Mike Mazur2008-11-111-0/+1
* Add ClampPrimSize option to ensure no prim can exceed the set size. ThisMelanie Thielker2008-11-111-0/+2
* Fix a nullref in attachment packingMelanie Thielker2008-11-111-0/+7
* Allow gods to terraform without limits. Respect the Allow Others ToMelanie Thielker2008-11-114-9/+11
* Fix llList2Integer to have the same semantics as an (integer) cast. HandleMelanie Thielker2008-11-111-4/+2
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-112-6/+7
* * Commit allows downloading of the .raw terrain from the estate tools.Teravus Ovares2008-11-105-6/+70
* * Remove mono warningsJustin Clarke Casey2008-11-101-32/+9
* * refactor: clean up SOG xml2 reloading to reuse more codeJustin Clarke Casey2008-11-102-13/+4
* Restore the independent LocalID numbering for avatars. Fixes an issue whereMelanie Thielker2008-11-102-1/+12
* * refactor: Make xml (orig format) loading method reuse existing set root par...Justin Clarke Casey2008-11-101-9/+15
* fix unit tests use SetRootPart nowSean Dague2008-11-101-3/+3
* make things compile, but the test still fails because of the root partSean Dague2008-11-101-3/+0
* Lock tests on EntityList.cs, multithreaded object additionSean Dague2008-11-102-1/+290
* * minor: remove useless exception catchJustin Clarke Casey2008-11-102-10/+2
* * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey2008-11-104-13/+8
* Removed some debug output I forgot to remove...Homer Horwitz2008-11-101-13/+0
* * Take out the 1 second sleep debugging line in ScenePresenceJustin Clarke Casey2008-11-101-1/+0
* * Refactor the callers of SOG.SetPartAsRoot() to use common codeJustin Clarke Casey2008-11-101-31/+18
* * minor: Remove old dead and buried datastore codeJustin Clarke Casey2008-11-103-1288/+0
* minor: remove mono compiler warningsJustin Clarke Casey2008-11-101-1/+0
* * Extend basic scene test to retrieve the object from the scene and match uuidsJustin Clarke Casey2008-11-106-72/+37
* Keep dropped prims from being temp-on-rez and getting cleaned upMelanie Thielker2008-11-101-0/+1
* another small bit of startup refactoringMW2008-11-101-0/+5
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Sean Dague2008-11-101-1/+7
* The region proxy for the load balancer module works again. The incoming proxy...Johan Berntsson2008-11-101-10/+20
* Prevent AO from crashing the sim if the user logs out before the script Melanie Thielker2008-11-101-0/+3
* Add a MinTimerInterval, defaulted at 0.5s, to the scripting configurationMelanie Thielker2008-11-101-0/+5
* Stop attachments from causing an update to be sent on every frame in whichMelanie Thielker2008-11-104-7/+13
* Thank you, idb, for a patch that fixes avatar height calculationMelanie Thielker2008-11-101-3/+4
* Prevent updates about other people's HUD objects being sentMelanie Thielker2008-11-091-0/+3
* Enabled SoftERP for the contact structure but not SoftCFM.Charles Krinke2008-11-091-1/+6
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-0912-31/+156
* Cause llGetInventoryType to return the asset type, which corresponds withMelanie Thielker2008-11-091-1/+1
* Clean up a few comments.Charles Krinke2008-11-091-11/+3
* Clean up the mass < 0 logic a tiny bit whenCharles Krinke2008-11-091-2/+1
* * Applying EventQueueGetModule patch to try debug the case of the missing EQG.Adam Frisby2008-11-091-1/+2
* * Enabled GTCache for AssetCache Adam Frisby2008-11-092-12/+22
* Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-094-4/+4
* Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker2008-11-095-10/+16
* Refactor the detectparams variable from 'd' to Charles Krinke2008-11-081-30/+30
* * Quick test for Dahlia, returns Packet Processing Loop to Infinite Loop.Adam Frisby2008-11-081-1/+1
* Mantis#2590. Thank you kindly, Diva for a patch that solves:Charles Krinke2008-11-081-1/+10
* Mantis#2583. Thank you kindly, Idb for a patch that solves:Charles Krinke2008-11-081-16/+31
* * Fixed issue where incorrect braces nesting resulted in a section of PacketQ...Adam Frisby2008-11-081-24/+22
* * Fixed a major memory leak in packet processing - PacketQueue.Close is never...Adam Frisby2008-11-082-27/+55
* Mantis #2553: Thank you, idb, for a fix that helps to persist changes in prim...Homer Horwitz2008-11-081-0/+8
* * Added IClientChat to IClientCoreAdam Frisby2008-11-081-16/+3