Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage | Dr Scofield | 2008-07-25 | 10 | -31/+35 | |
| | ||||||
* | From: awebb | Dr Scofield | 2008-07-25 | 2 | -0/+284 | |
| | | | | | | test code for REST handlers. | |||||
* | From: awebb | Dr Scofield | 2008-07-25 | 7 | -319/+636 | |
| | | | | | | Further improvements to the REST handlers. | |||||
* | Add casts from integer to float. Fix issue 1822. | Mike Mazur | 2008-07-25 | 3 | -1/+41 | |
| | ||||||
* | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 2008-07-25 | 2 | -11/+134 | |
| | | | | | | "check_auth_session" requests from inventory server to user server. | |||||
* | Patch #9155 (Mantis #1793) | Melanie Thielker | 2008-07-25 | 2 | -0/+4 | |
| | | | | | | | Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional. | |||||
* | * disclude ode unit testing until the native library issue can be resolved. | Teravus Ovares | 2008-07-25 | 1 | -1/+0 | |
| | ||||||
* | Enable OdePlugin unit test in continuous build. | Mike Mazur | 2008-07-25 | 1 | -0/+6 | |
| | ||||||
* | * Fix the ODEPlugin unit test | Teravus Ovares | 2008-07-25 | 1 | -3/+3 | |
| | ||||||
* | -add test for newly introduced cast operators (issue 1818) | Mike Mazur | 2008-07-25 | 4 | -5/+22 | |
| | | | | | | | -fix formatting -remove CompilerTest test since it seems to fail randomly | |||||
* | Add mingchen's fix for string->float cast to Shared/ | Melanie Thielker | 2008-07-25 | 1 | -0/+4 | |
| | ||||||
* | Add GetGroupPowers() and a dictionary to hold them to ClientView and | Melanie Thielker | 2008-07-25 | 4 | -0/+20 | |
| | | | | | | IClientAPI. No user functionality | |||||
* | *Fixes #0001818: typecast string to float | mingchen | 2008-07-25 | 1 | -0/+4 | |
| | ||||||
* | *Added CommandIntentions that is used to describe a console commands hazard. ↵ | mingchen | 2008-07-25 | 7 | -18/+36 | |
| | | | | | | | HAZARDOUS if it modifies the simulator, NON_HAZARDOUS if it does a command that doesn't modify the simulator but does a background command such as a forced backup, and STATISTICAL if it returns debug or more information. *This is useful for implementing a protection system from unwanted script execution or for application modules needing to know what a command does. | |||||
* | llApplyImpulse now accepts any non-zero integer as not FALSE | Dahlia Trimble | 2008-07-25 | 2 | -21/+5 | |
| | ||||||
* | Let's not fail if tests fail. | Mike Mazur | 2008-07-25 | 1 | -1/+1 | |
| | ||||||
* | Let's try unit tests in the automated build again. | Mike Mazur | 2008-07-25 | 1 | -2/+2 | |
| | ||||||
* | Changed application of constant forces to after PID force is applied. ↵ | Dahlia Trimble | 2008-07-24 | 1 | -3/+7 | |
| | | | | llSetForce() should behave identical to the Linden implementation now. | |||||
* | * refactor: Remove now redundant inventory server url being passed to ↵ | Justin Clarke Casey | 2008-07-24 | 3 | -25/+7 | |
| | | | | GetInventorySkeleton | |||||
* | * refactor: move remaining user service -> inventory service OGS1 calls into ↵ | Justin Clarke Casey | 2008-07-24 | 3 | -25/+21 | |
| | | | | the specific inter service class | |||||
* | * minor: eliminate warnings from LindenUDP | Justin Clarke Casey | 2008-07-24 | 2 | -18/+18 | |
| | ||||||
* | * Separate out OGS1 calls used between services (rather than from region to ↵ | Justin Clarke Casey | 2008-07-24 | 6 | -39/+105 | |
| | | | | services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1 | |||||
* | Thank you, Neopallium, for a patch that addresses ack issues in the | Melanie Thielker | 2008-07-24 | 1 | -1/+3 | |
| | | | | | | client stack. Committed with changes, see Mantis #1810 for details. | |||||
* | * Fix spelling mistake in OGS1SecureInvenotryService | Justin Clarke Casey | 2008-07-24 | 1 | -0/+0 | |
| | ||||||
* | * minor: Rename IInterGridInventoryServices since it's inter service rather ↵ | Justin Clarke Casey | 2008-07-24 | 10 | -21/+21 | |
| | | | | than inter grid | |||||
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-07-24 | 4 | -17/+17 | |
| | ||||||
* | oops...forgot to svn add OSHttpHttpHandler.cs last week. | Dr Scofield | 2008-07-24 | 1 | -0/+145 | |
| | | | | | | | | | NOTE: this code is work-in-progress, it's not live. it's so far harmless and just wants to play. it should not bite anyone (yeah, that's what they all say, i know...) | |||||
* | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2008-07-24 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | The problem I noticed is that when child prims are selected unlike the Linden server, OpenSim does not return property information - it only searches the root prims for matches. What I'm not sure about is whether the parcel prim count taint should be set or if the root prim should be set as selected (doesn't seem possible to set the child prim as selected). It does however fix the problem of the property information not being sent, so its an improvement (I think!). | |||||
* | Implements llSetForce() and llGetForce(). These are experimental and the ↵ | Dahlia Trimble | 2008-07-24 | 11 | -10/+92 | |
| | | | | units may not match the Linden implementation. | |||||
* | Refactor some tests. | Mike Mazur | 2008-07-24 | 3 | -344/+206 | |
| | ||||||
* | Unit tests still broken, remove them from Bamboo build file. | Mike Mazur | 2008-07-24 | 1 | -2/+2 | |
| | ||||||
* | Replace the try/catch with a null check. | Mike Mazur | 2008-07-24 | 2 | -12/+6 | |
| | ||||||
* | Replace implicit casts from LSLFloat to int and uint which were removed in | Mike Mazur | 2008-07-24 | 4 | -2/+34 | |
| | | | | | | | | | r5487. Also put the unit tests back for Bamboo to execute them, let's see how this goes. | |||||
* | Addresses Mantis #1810 | Melanie Thielker | 2008-07-24 | 1 | -8/+12 | |
| | | | | | | | | Collapses two locks into one to avoid a situation were a List is cloned under two different locks, resulting in a bad index in .NET code. | |||||
* | Thanks, cmickeyb, for a patch that addresses secure inventory assuming IP ↵ | Mike Mazur | 2008-07-24 | 1 | -3/+5 | |
| | | | | addresses in configuration. Fix issue 1812. | |||||
* | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 2008-07-23 | 10 | -49/+49 | |
| | | | | | | * more to follow | |||||
* | few additional fixed to get prim inventory up on nhibernate | Sean Dague | 2008-07-23 | 3 | -4/+4 | |
| | ||||||
* | catch a null case in the convenience RegionID property | Sean Dague | 2008-07-23 | 1 | -1/+7 | |
| | ||||||
* | implemented prim inventories for nhibernate | Sean Dague | 2008-07-23 | 1 | -1/+30 | |
| | ||||||
* | fix column mapping | Sean Dague | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | complete the prim inventory mapping | Sean Dague | 2008-07-23 | 1 | -0/+6 | |
| | ||||||
* | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 2008-07-23 | 11 | -128/+145 | |
| | | | | | | are stored in the db. | |||||
* | add primitems migration for nhibernate | Sean Dague | 2008-07-23 | 1 | -0/+27 | |
| | ||||||
* | * refactor: split out inventory services which are only used between ↵ | Justin Clarke Casey | 2008-07-23 | 2 | -19/+63 | |
| | | | | | | | | non-region services * more to follow | |||||
* | turn fields -> properties in TaskInventoryItem | Sean Dague | 2008-07-23 | 1 | -25/+214 | |
| | ||||||
* | Attempt to fix Mantis #1804 | Melanie Thielker | 2008-07-23 | 2 | -35/+9 | |
| | | | | | | | Fetches the correct link part to chenge. Please provide feedback, since I was not able to test all variants of this huge function. | |||||
* | Fix Mantis #1759 | Melanie Thielker | 2008-07-23 | 1 | -2/+2 | |
| | | | | | | Corrects reported agent positions. | |||||
* | make privates private | Sean Dague | 2008-07-23 | 1 | -39/+39 | |
| | ||||||
* | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 2008-07-23 | 16 | -523/+847 | |
| | | | | | | | the properties a bit to be more consistant with other objects (having things like .Name .Description, etc). | |||||
* | Send Animation data for other avatars to new users joining the region ↵ | MW | 2008-07-23 | 1 | -0/+13 | |
| | | | | | | | (tested on new logins, but need to test that it is triggered on teleports). This should fix the sitting avatars appearing in a T pose to new users. And possible other animation problems. |