aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-14reverting #7295, as it still fails a test case (as pointed out veryDr Scofield7-60/+24
2008-11-14From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield7-24/+60
2008-11-14From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield4-110/+129
2008-11-14Some changes to the money module to allow a more flexible system ofMelanie Thielker2-7/+14
2008-11-14More groups plumbingMelanie Thielker5-0/+132
2008-11-14Lots of experimentation yielded a fair approximation of a hip offset from theMelanie Thielker2-2/+20
2008-11-13make inventory item listing more robust. It turns out that a bad itemSean Dague1-8/+28
2008-11-13From: awebb@us.ibm.comSean Dague1-1/+1
2008-11-13* Rename all the previous methods to be User rather than Avatar (for extra bo...Justin Clarke Casey3-53/+53
2008-11-13* Add Justin Clarke Casey3-15/+214
2008-11-13* refactor: rename object inventory permission checks to distinguish between ...Justin Clarke Casey3-39/+53
2008-11-13Make scripts in objects rezzed from script compile synchronously to closeMelanie Thielker3-37/+15
2008-11-13* First part of a series of patchesJustin Clarke Casey3-21/+36
2008-11-13* Attempt to make OpenSim.ini.example a bit more readable byJustin Clarke Casey1-506/+506
2008-11-13Mantis#2597. Thank you kindly, Idb for a patch that:Charles Krinke1-0/+10
2008-11-13Update avatar picker search to work with OpenSearch people searchMelanie Thielker1-2/+2
2008-11-12* Rename scene tests to scene object tests since that is what they are actual...Justin Clarke Casey1-2/+2
2008-11-12* test: Add basic synchronous object remove testJustin Clarke Casey3-7/+15
2008-11-12* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey9-107/+119
2008-11-12* Stop the pointless passing of a scene's own region handler back to it in re...Justin Clarke Casey7-166/+167
2008-11-12Change HTTP server backlog/acceptors to 64, per Adam ZMelanie Thielker1-1/+1
2008-11-12* Stop locking the scene presences dictionary for the entire agent crossing p...Justin Clarke Casey2-14/+20
2008-11-12From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-1/+1
2008-11-12Revamp inventory transfer module, step 1. Inventory will now be saved ifMelanie Thielker2-109/+138
2008-11-12* Set defaults on the allowed LSL Compilers to 'lsl' unless you've specified ...Teravus Ovares1-1/+1
2008-11-12Add the missing bits that got lost in the prim clamping commit. This shouldMelanie Thielker1-0/+17
2008-11-11* Create TestScene to get at the async object deleter for use in a future testJustin Clarke Casey3-3/+58
2008-11-11* Put an Enabled switch on the async object deleter for future testing purposesJustin Clarke Casey3-3/+21
2008-11-11Prevent pieces from other people's HUDs from displaying at the center ofMelanie Thielker5-9/+16
2008-11-11minor: refactor some SceneTests code for future testsJustin Clarke Casey1-7/+24
2008-11-11* minor: remove log message that gives wrong user server 'version'Justin Clarke Casey1-2/+0
2008-11-11* Restore storing null to represent 'missing asset' requests in the AssetCacheJustin Clarke Casey1-6/+9
2008-11-11* Minor typing fixes in AssetCache - now uses base types for nearly everything.Adam Frisby2-85/+56
2008-11-11* Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey7-29/+83
2008-11-11Mantis#2604. Thank you kindly, Diva for a patch that:Charles Krinke1-4/+10
2008-11-11If the proxy is on, we need to ignore the extra 6 bytes in the packet.Mike Mazur1-0/+1
2008-11-11Add ClampPrimSize option to ensure no prim can exceed the set size. ThisMelanie Thielker1-0/+2
2008-11-11Fix a nullref in attachment packingMelanie Thielker1-0/+7
2008-11-11Allow gods to terraform without limits. Respect the Allow Others ToMelanie Thielker5-10/+12
2008-11-11Fix llList2Integer to have the same semantics as an (integer) cast. HandleMelanie Thielker1-4/+2
2008-11-11Update svn properties, minor formatting cleanup.Jeff Ames3-8/+9
2008-11-10* Commit allows downloading of the .raw terrain from the estate tools.Teravus Ovares6-6/+76
2008-11-10* Remove mono warningsJustin Clarke Casey1-32/+9
2008-11-10* refactor: clean up SOG xml2 reloading to reuse more codeJustin Clarke Casey2-13/+4
2008-11-10Restore the independent LocalID numbering for avatars. Fixes an issue whereMelanie Thielker3-1/+13
2008-11-10* refactor: Make xml (orig format) loading method reuse existing set root par...Justin Clarke Casey1-9/+15
2008-11-10fix unit tests use SetRootPart nowSean Dague1-3/+3
2008-11-10make things compile, but the test still fails because of the root partSean Dague1-3/+0
2008-11-10Lock tests on EntityList.cs, multithreaded object additionSean Dague2-1/+290
2008-11-10* minor: remove useless exception catchJustin Clarke Casey2-10/+2