aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-14* Kunnis' third patch in mantis: ↵Teravus Ovares (Dan Olivares)1-112/+113
http://opensimulator.org/mantis/view.php?id=3993 * Sets the assembly target of all projects to .NET 3.5. I was asked to apply this by Diva to resolve a build issue with LinQ on Visual Studio 2008 but I have not tested it personally.
2009-08-13* Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ↵Teravus Ovares (Dan Olivares)1-0/+1
ensure that the Packing and unpacking method to and from OSD works as expected called, TestAgentCircuitDataOSDConversion. Also created a HistoricalAgentCircuitDataOSDConversion to ensure that any changes in the way the json wire format is parsed warns us via this test.
2009-08-10* Fix test failure by setting up MainConsole.Instance in ↵Justin Clark-Casey (justincc)1-0/+1
SceneSetupHelpers.SetupScene()
2009-08-07Remove the OpenSim.Services.exe projectMelanie1-33/+0
2009-08-06Remove the forge module patch insertion area from prebuild.xmlMelanie1-10/+0
2009-08-05Fix prebuild include syntaxMelanie1-1/+1
2009-08-05Comment the include line as it seems our prebuild can't handle it.Melanie1-1/+1
2009-08-05Add include line to prebuildMelanie1-0/+2
2009-08-04Add the region module shell for the new freeswitch serviceMelanie1-1/+5
2009-08-04Adding the plumbing for a ROBUST freeswitch serviceMelanie1-0/+31
2009-07-10Some module reshuffling, no user functionality yetMelanie Thielker1-38/+0
2009-07-10Create a MainServer static class to access the regions server's HTTP serverMelanie Thielker1-0/+1
2009-07-07A stab at fixong a Windows build breakMelanie Thielker1-0/+1
Mantis #3872
2009-07-07Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker1-0/+33
2009-06-22* Fixed some prebuild ref issueslbsa711-2/+1
2009-06-18Moved OpenSim/Framework/Communications/Capabilities up to ↵diva1-0/+44
OpenSim/Framework/Capabilities. Didn't change the namespace because VC# is not helping, and this would imply manually changing more than 50 files. So the namespace is still OpenSim.Framework.Communications.Capabilities, to be cleaned up later by someone with more energy.
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules ↵diva1-35/+1
are now in CoreModules/ServiceConnectorsIn, where they belong.
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵diva1-0/+2
get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
2009-06-11* Reinstating UserProfileCacheServiceTests. One test still fails ↵Arthur Valadares1-0/+1
(TestUpdateFolder)
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-0/+1
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
2009-06-08First draft of the inventory service IN connector. Probably won't work yet. ↵diva1-0/+1
But everything of inventory service is now checked in, first draft.
2009-06-07First draft of inventory service connectors, and service implementation. No ↵diva1-0/+31
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files.
2009-06-07* Reverting the test restructuring as, on second thought, this is not at all ↵lbsa711-5/+5
how the tests are structured. (pt2)
2009-06-05* Restructured Scenes Tests to follow (what I conceive of as being) current ↵lbsa711-5/+5
directory standards. (pt 2 - thank you, svn. not.)
2009-06-03Committing the skeleton of the authentication serviceMelanie Thielker1-0/+31
2009-06-02* Pried apart the ODE tests. This fixes mantis #3212lbsa711-3/+36
2009-05-29* Add xml2 load testJustin Clarke Casey1-1/+2
2009-05-29plumbing for future sculpt map cachingDahlia Trimble1-0/+1
2009-05-27* So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵lbsa711-2/+1
service commit my current state, then start over and this time concentrating only on the new handlers. * Fixed some erroneous refs in Tests.Common
2009-05-27Revert "* Added IntegrationTest Attribute and tagged the ODETestClass"Sean Dague1-1/+0
This reverts commit 8f0096cc7b112fea8f69f391224911f624482747. To get us back to compiling on fresh checkouts.
2009-05-27the new Tests were defined before the Tests.Common dll in prebuild,Sean Dague1-33/+35
this causes nant to choke on a fresh checkout. This should fix the build break
2009-05-27* Added IntegrationTest Attribute and tagged the ODETestClasslbsa711-0/+1
2009-05-27* Added OpenSim.Server.Handlers.Tests projectlbsa711-0/+38
* Added AssetServerGetHandlerTests - not really wired up yet; more to come. * Ignored some gens
2009-05-26Forgot to include this on the last commit.diva1-1/+2
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services ↵diva1-0/+1
and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok.
2009-05-25letting TestClient implement IClientCore as well to fix test caseDr Scofield1-0/+1
failure due to new NAT code
2009-05-24Fixes map image on link-region (HG).diva1-0/+1
2009-05-21* Upgraded LLStandaloneLoginModule, LLProxyLoginModule and ↵Arthur Valadares1-0/+1
LLClientStackModule to new region modules. This was needed because the stand alone and grid modules weren't deleting old scenes, which caused an issue when deleting and recreating a region with same name on same x,y coordinates. Tested it on standalone and issue is fixed. Requires prebuild to be run again. Fixes Mantis #3699
2009-05-19Refactor RegionAssetService to load the service connector rather thanMelanie Thielker1-0/+1
duplicating it's functionality
2009-05-18Rename OpenSim.Server.exe to OpenSim.Services.exe and the correspondingMelanie Thielker1-1/+1
ini to OpenSim.Services.ini.example, which makes soooo much more sense. Thanks, Adam!
2009-05-18This commit changes the way the new server works. There is no longer a serverMelanie Thielker1-4/+4
exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed!
2009-05-18Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker1-6/+6
the handlers out of the asset server context into a generic scope.
2009-05-18Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker1-6/+6
2009-05-18Move the connectors under services for reasons of application logic. RemoveMelanie Thielker1-33/+3
the user server skeleton in preparation for introducing a generic server
2009-05-17Duh, prebuild was wrong. My evil twin sister did it.diva1-10/+11
2009-05-17HG asset transfers starting to work -- GETs only for now. diva1-0/+1
2009-05-15Fixed minor problem in prebuild.xmldiva1-24/+25
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-1/+46
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-05-14Move the server request handlers into a separate lib nunit can digestMelanie Thielker1-3/+35
2009-05-14Move the connector for the new asset server to a connectors project. InheritMelanie Thielker1-0/+31
the region module version from this. This enables inter-server connections to reuse connetor code from region modules.