aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-16Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-11-16Adds the missing interface to fix the buildMelanie Thielker1-0/+40
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker10-740/+750
2008-11-16Changed sculpted prim texture scaling method to bilinear to reduce scaling ar...Dahlia Trimble1-1/+2
2008-11-15- Change llSetRot behavior so it matches the SL behavior (in particular, theHomer Horwitz1-14/+38
2008-11-15Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims.Homer Horwitz1-2/+2
2008-11-15Mantis #2621: Thanks idb, for a patch that will persist regularily changed ob...Homer Horwitz2-18/+72
2008-11-15Prevent NRE if you do a llSetStatus(STATUS_ROTATION...) on an object that isn...Homer Horwitz1-2/+5
2008-11-15Hack to temporarily fix friends-handling. This will be redone as soon asHomer Horwitz1-2/+2
2008-11-15Update svn properties, minor formatting cleanup.Jeff Ames4-23/+7
2008-11-14* test: Add scene root agent test stub, since I'll be picking up with somethi...Justin Clarke Casey5-8/+90
2008-11-14* minor: remove mono compiler warningsJustin Clarke Casey2-5/+5
2008-11-14* refactor: Have the entity list tests use the infrastructure method rather t...Justin Clarke Casey1-15/+2
2008-11-14* Move test scene construction infrastructure methods to a separate class for...Justin Clarke Casey5-45/+85
2008-11-14Add group permissions to agent inventory.Melanie Thielker5-16/+35
2008-11-14* Allow new script creation to be locked down to only gods if specified in Op...Justin Clarke Casey2-13/+59
2008-11-14Try to make the test pass againMelanie Thielker1-1/+1
2008-11-14Reapplying a revised version of Christopher Yeoh's (IBM) patch for allowMelanie Thielker6-21/+64
2008-11-14* Switch default permissions back to false (so they are not on) as they were ...Justin Clarke Casey1-5/+1
2008-11-14* Hook up create new object event in the permissions moduleJustin Clarke Casey2-2/+3
2008-11-14Detach dropped attachments from the scene presence so they don't get cleanedMelanie Thielker1-0/+5
2008-11-14* Implements terrain raw upload. You can now upload your .raw terrain files ...Teravus Ovares7-3/+287
2008-11-14reverting #7295, as it still fails a test case (as pointed out veryDr Scofield6-56/+22
2008-11-14From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield6-22/+56
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 Thielker4-0/+126
2008-11-14Lots of experimentation yielded a fair approximation of a hip offset from theMelanie Thielker1-1/+8
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-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 Casey5-135/+135
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 Thielker4-7/+14
2008-11-11minor: refactor some SceneTests code for future testsJustin Clarke Casey1-7/+24
2008-11-11* Minor typing fixes in AssetCache - now uses base types for nearly everything.Adam Frisby1-81/+51