Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '522d6261f11ffaf8320c3f0775beb5d0608ce226' into bigmerge | Melanie | 2011-10-11 | 1 | -0/+2 |
|\ | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/LocalUserAccountServiceConnector.cs | ||||
| * | Correctly create a freshly created estate owner's default items and avatar ↵ | Justin Clark-Casey (justincc) | 2011-09-16 | 1 | -0/+2 |
| | | | | | | | | entries on standalone if applicable. | ||||
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -9/+82 |
|\ \ | |/ | |||||
| * | Merge branch 'master' into bulletsim | Mic Bowman | 2011-08-19 | 1 | -0/+13 |
| |\ | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneManager.cs | ||||
| | * | relocate AttachmentTests.cs to AttachmentsModuleTests.cs | Justin Clark-Casey (justincc) | 2011-08-16 | 1 | -0/+1 |
| | | | |||||
| | * | Fix for monodevelop | BlueWall | 2011-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | External libraries need the "path=..." set so Prebuild.exe can properly build the projects | ||||
| | * | llGetPrimitiveParams fix prim hollow/hole shape value | Micheil Merlin | 2011-08-13 | 1 | -0/+1 |
| | | | |||||
| | * | Revert "llGetPrimitveParams fix prim hollow/hole shape return value" | Justin Clark-Casey (justincc) | 2011-08-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | This reverts commit d0bcaf1f16134d8d6f267744d8bcd1bace5d897f. Accidentally applied only the prebuild.xml conflict fix. But the full application seems to generate a regression test error anyway. | ||||
| | * | llGetPrimitveParams fix prim hollow/hole shape return value | Micheil Merlin | 2011-08-13 | 1 | -0/+1 |
| | | | |||||
| | * | add regression test for osNpcCreate when cloning an in-region avatar | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+2 |
| | | | |||||
| | * | Add missing System.Xml reference which is required to build on Windows but ↵ | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+1 |
| | | | | | | | | | | | | not mono | ||||
| | * | When an NPC is created, stop telling neighbouring regions to expect a child ↵ | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -0/+3 |
| | | | | | | | | | | | | agent | ||||
| | * | Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not ↵ | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | yet ready for user use. Adds regression test. | ||||
| | * | Implement first draft functions for saving and loading NPC appearance from ↵ | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | storage. This works by serializing and deserializing NPC AvatarAppearance to a notecard in the prim inventory and making the required baked textures permanent. By using notecards, we avoid lots of awkward, technical and user-unfriendly issues concerning retaining asset references and creating a new asset type. Notecards also allow different appearances to be swapped and manipulated easily. This also allows stored NPC appearances to work transparently with OARs/IARs since the UUID scan will pick up and store the necessary references from the notecard text. This works in my basic test but is not at all ready for user use or bug reporting yet. | ||||
| * | | Merge branch 'bulletsim' of ssh://opensimulator.org/var/git/opensim into ↵ | Dan Lake | 2011-07-20 | 1 | -14/+14 |
| |\ \ | | | | | | | | | | | | | bulletsim | ||||
| | * | | reorder bulletsim and convex decomposition projects in prebuild.xml. seems | Mic Bowman | 2011-07-12 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | to fix the build on mono/linux. | ||||
| | * | | Moved ConvexDecompositionDotNet.dll to bin directory to fix picky references ↵ | Dan Lake | 2011-07-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | on Linux | ||||
| * | | | Merge branch 'master' into bulletsim | Dan Lake | 2011-07-20 | 1 | -9/+10 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | temporarily fix the build break with building the OdePlugin tests assembly. | Justin Clark-Casey (justincc) | 2011-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | This needs to be fixed properly. | ||||
| | * | Make OdePlugin tests build from their own directory rather than from the ↵ | Justin Clark-Casey (justincc) | 2011-07-12 | 1 | -9/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | main OdePlugin directory I suspect the former arrangement was confusing nant since file changes didn't appear to be rebuilding properly Ode tests don't currently execute because Ode.NET can't pick up the native libode dll However, this appears to also have been the case before, and these tests weren't being included in the "nant test" suite anyway. Will need to fix some time. | ||||
| * | | Merge branch 'master' into bulletsim | Dan Lake | 2011-07-11 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Add scratch AvatarFactoryModuleTests with one test to do a partial check on ↵ | Justin Clark-Casey (justincc) | 2011-07-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | AvatarFactoryModule.SetAppearance() Baked texture set not yet checked, nor persistence of data in avatar service This is a foundation for later npc related tests. | ||||
| * | | BulletSim initial checkin | Robert Adams | 2011-06-20 | 1 | -0/+58 |
| | | | |||||
* | | | Merge branch 'master' into careminster-presence-refactor | root | 2011-07-05 | 1 | -0/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | Add basic flotsam asset cache test for retrieved cached asset. | Justin Clark-Casey (justincc) | 2011-07-04 | 1 | -0/+1 |
| | | | | | | | | | | | | Disabled temporarily since file system caching disrupts subsequent test runs | ||||
| * | | Create a very basic initial test which just creates an 'npc' and tests that ↵ | Justin Clark-Casey (justincc) | 2011-07-02 | 1 | -0/+2 |
| |/ | | | | | | | the scene presence exists | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-06-13 | 1 | -0/+30 |
|\ \ | |/ | |||||
| * | First pass at making the V2 map work. Standalones only for now. There are ↵ | Diva Canto | 2011-06-12 | 1 | -0/+30 |
| | | | | | | | | some issues with the zoom level -- TBD. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-06-09 | 1 | -1/+27 |
|\ \ | |/ | |||||
| * | Removed unused dependency (that happened to have the wrong path) | Diva Canto | 2011-06-05 | 1 | -1/+0 |
| | | |||||
| * | Added test IM client. | Diva Canto | 2011-06-02 | 1 | -0/+26 |
| | | |||||
| * | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 2011-05-19 | 1 | -0/+1 |
| | | | | | | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-05 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix up nant linux build break | Melanie | 2011-05-05 | 1 | -1/+2 |
| | | |||||
| * | Fix up some paths in prebuild | Melanie | 2011-05-05 | 1 | -4/+4 |
| | | |||||
* | | Fix up some paths in prebuild | Melanie | 2011-05-05 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-05 | 1 | -29/+111 |
|\ \ | |/ | |||||
| * | Works! | Diva Canto | 2011-05-02 | 1 | -15/+54 |
| | | |||||
| * | Added OpenSim.Capabilities.Handlers. For the moment it has only the ↵ | Diva Canto | 2011-05-01 | 1 | -3/+43 |
| | | | | | | | | GetTexture handler. The region module in Linden space uses it. WARNING: nothing of this works yet, it just compiles. | ||||
| * | Nope, that didn't feel right. Moving all those modules to Linden space. | Diva Canto | 2011-04-30 | 1 | -1/+3 |
| | | |||||
| * | Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll | Diva Canto | 2011-04-30 | 1 | -52/+12 |
| | | |||||
| * | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 1 | -4/+45 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-30 | 1 | -63/+0 |
|\ \ | |/ | |||||
| * | Removed stale client components: MXP and VWoHTTP. | Diva Canto | 2011-04-25 | 1 | -63/+0 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-25 | 1 | -10/+0 |
|\ \ | |/ | |||||
| * | Removed unused libraries: RAILS.dll and dependencies. | Diva Canto | 2011-04-24 | 1 | -10/+0 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Add a regression test for rezzing a single object into a scene from user ↵ | Justin Clark-Casey (justincc) | 2011-04-13 | 1 | -0/+1 |
| | | | | | | | | inventory | ||||
| * | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 2011-04-12 | 1 | -1/+0 |
| | | | | | | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-08 | 1 | -38/+0 |
|\ \ | |/ |