aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker2009-05-091-1/+1
|
* * Fix windows build. Thanks RemedyTomm for the patchJustin Clarke Casey2009-05-081-0/+3
|
* The new asset server now actually serves existing assetsMelanie Thielker2009-05-081-0/+1
|
* More additions to the nextgen reference UGAIMMelanie Thielker2009-05-081-0/+88
|
* * Introduced new HttpServer.Tests projectlbsa712009-05-081-1/+32
| | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
* instrument most of the tests with a new InMethod function that may help us ↵Sean Dague2009-05-071-0/+1
| | | | | | | figure out where that pesky deadlock is during test runs.
* * Added some GetAssetStreamHandlerTestslbsa712009-05-061-0/+1
| | | | | * Minor tweaks to attain testability
* Plumb the database into the new server skelMelanie Thielker2009-05-051-0/+1
|
* Plumb the new server connector logicMelanie Thielker2009-05-051-110/+115
|
* Committing the user server executable skeletonMelanie Thielker2009-05-051-0/+27
|
* Add an interface skeleton for user servicesMelanie Thielker2009-05-051-0/+55
|
* Committing the HTTP (REST) server baseMelanie Thielker2009-05-051-1/+2
|
* Add the missing reference to fix windows build breakMelanie Thielker2009-05-051-1/+2
|
* Committing the new server baseMelanie Thielker2009-05-051-0/+26
|
* Remove a superfluous referenceMelanie Thielker2009-05-041-1/+0
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-31/+93
|
* Prebuild changes to allow the console to reference the http serverMelanie Thielker2009-05-041-20/+22
|
* Plumb conifg into the client views. Add config option to configure packetMelanie Thielker2009-05-021-0/+1
| | | | | | dropping.
* From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield2009-04-291-0/+2
| | | | | | | | | | | - Adds an admin_modify_region call to allow changing of parcel voice settings and changing of public/private status - add boolean "public" and boolean "enable_voice" to admin_create_region XmlRpc call to allow specifying of public/private status and to allow enabling voice for all parcels; also added config variables to allow setting of defaults for those - fixing cut-and-paste artefacts
* * Adds additional background layer for VWoHTTP ClientStackAdam Frisby2009-04-231-0/+1
| | | | | * Implements asset handling.
* * Fix the other windows build break. Hopefully that shoudl be the last oneJustin Clarke Casey2009-04-221-0/+1
|
* * Fix windows build from last commitJustin Clarke Casey2009-04-221-0/+1
|
* * Committing stub VW-over-HTTP ClientStack. (2/2)Adam Frisby2009-04-221-0/+28
| | | | | * Minor MRM tweak.
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-181-0/+4
| | | | | | | | | | | Added is a patch that adds a rough Groups implementation. This patch allows the creation, adding and maintaining Groups, Roles and Members. Work has begun on a very naive implementation of messaging, and minimal support for notifications {no attachments yet}. Proposals are not yet supported, but are on the to-do list. This implementation is not active by default, and must be configured in OpenSim.ini to become active.
* Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-04-171-0/+2
| | | | | | | This patch adds extended status reporting with the url http://server:port/simstatusx/ [^] . The data is returned in json format as "text/plain" type.
* Add the XML manifests needed to get the new style modules to load.Melanie Thielker2009-04-151-0/+2
| | | | | | Scripting now works again
* * Instead of referencing mesh stuff in the physics plugin.. change the IMesh ↵Teravus Ovares2009-04-111-1/+0
| | | | Interface. (blame prebuild)
* * Tweak prebuild #2Teravus Ovares2009-04-101-1/+1
|
* * Fixes missing meshing reference.Teravus Ovares2009-04-101-6/+9
|
* * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to ↵lbsa712009-04-091-0/+4
| | | | that in all db tests. *phew*
* And another fix for the windows buildHomer Horwitz2009-04-051-0/+1
|
* Try another fix for the Windows build breakHomer Horwitz2009-04-051-0/+1
|
* Fix windows build break. Hopefully.Homer Horwitz2009-04-051-0/+1
|
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-051-0/+29
| | | | | | | | - Change several classes to use the new plugin for handling of region-modules (NOTE: No regionmodule is using this yet) - Add necessary prebuild parts (don't forget to runprebuild) Attention: Work in progress. This shouldn't break anything, but you never know...
* * Committing what I have on the BulletDotNETPlugin that I have so far. Teravus Ovares2009-04-051-0/+28
| | | | | | | | * It's not ready to try. It doesn't do what you expect in many ways. * It throws errors and prints jibberish on the console * Test it out only if you're brave and you've backed up first. * The opensim.ini line is physics = BulletDotNETPlugin
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-311-1/+6
| | | | | | | | | | | | With some support from HomerH, this patch adds support for Wind Model plugins via the mono.Addin framework. * Adds console & OSSL access to Wind Parameters * Adds plug-in support for custom wind models * Provides two example Wind Model plug-ins Documentation for the wind module is temporarily located at http://code.google.com/p/flotsam/wiki/CoreWindModule [^] -- will move this documentation to http://opensimulator.org [^] after the patch has been committed.
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-2/+2
| | | | | | * Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder. This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though.
* * Ooops, wasn't that - it was the lack of a Types reference isnteadJustin Clarke Casey2009-03-261-0/+1
|
* * Add missing '.dll' to Serialization OpenMetaverse use to fix windows build ↵Justin Clarke Casey2009-03-261-1/+1
| | | | break
* * iars: Serialize information about item creators to archiveJustin Clarke Casey2009-03-261-1/+3
|
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-161-4/+4
| | | | | Update using statements and prebuild.xml. Also trim trailing whitespace.
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-121-33/+31
| | | | | | | | | | - move a couple constants from InventoryArchiveConstants to ArchiveConstants, now only one of these is needed - change InventoryArchiveConstants references to ArchiveConstants - remove InventoryArchive AssetInventoryServer plugin dependency on OpenSim.Region.CodeModules - trim trailing whitespace
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-121-1/+25
| | | | | | | We now build OpenSim.Framework.Archive.dll which aims to contain code used for archiving various things in OpenSim. Also remove trailing whitespace.
* * Fix silly windows prebuild borkage. To use System.Xml, the project must ↵Teravus Ovares2009-03-111-0/+1
| | | | have it as a reference in prebuild.xml
* Adding AssetInventory InventoryArchive pluginMike Mazur2009-03-111-28/+31
| | | | | | | | | | | | | | This plugin exposes an HTTP handler on the AssetInventoryServer which serves a gzipped tar file containing the contents of a user's inventory. The assets referenced by the inventory are not yet archived. At the moment only export functionality is implemented, restore functionality is missing. prebuild.xml had to be shuffled around a bit in order for the plugin to build, as it has a dependency on OpenSim.Region.CoreModules. Also, close a MemoryStream in a few places.
* Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur2009-03-051-0/+1
| | | | | Also the first inventory storage methods are implemented.
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. ↵MW2009-03-031-2/+5
| | | | | | | | There are two region modules in there LLStandaloneLoginModule (for standalone mode) and LLProxyLoginModule (for grid mode which just handles incoming expect_user and logoff_user messages from the remote login server) Changed OpenSim.Framework.Communications.Tests.LoginServiceTests to use the LLStandaloneLoginService (from the LLStandaloneLoginModule) rather than LocalLoginService. Really these login tests should most likely be somewhere else as they are testing specific implementations of login services. Commented out the old LocalLoginService as its no longer used, but want to check there are no problems before it gets deleted.
* Added OpenSim.Client.Linden which is a (non shared) region module that ↵MW2009-03-021-0/+33
| | | | creates and initialises the LindenClientStack (or actually whatever client stack was set in opensim.ini) for that region. Currently this module is still at a early stage so just for testing, so its hardcoded to be disabled. To enable first turn off auto creation of the client stack in opensimbase (see last revision) and then in OpenSim.Client.Linden.LLClientStackModule change bool m_createClientStack = false; to true.
* Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and ↵MW2009-02-271-1/+0
| | | | | | | subscribes to the OnNewRegionCreated event on that interface rather than requesting the LoadRegionsPlugin directly. Removed the reference to OpenSim.ApplicationPlugins.LoadRegions from the CreateCommsManagerPlugin project.
* Changed the order of the OpenSim.Grid.GridServer and ↵MW2009-02-271-6/+6
| | | | OpenSim.Grid.GridServer.Modules projects in prebuild.xml. Hopefully this will fix the mono build problem.