aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-12Cut of remote server as AppDomains and even WCF can do it better (better ↵Tedd Hansen1-72/+0
means less code in this case)
2008-09-12change order in prebuild.xml so this works in nant on a cleanSean Dague1-29/+32
checkout.
2008-09-12be more clever and move the bulk of the db tests for inventory intoSean Dague1-0/+32
OpenSim.Data.Tests, then subclass with custom init bits for sqlite. As I've only been testing the plugin interfaces anyway, this should make it very easy to write only a little bit of code to use these tests for other databases. It will also give us the framework for definining the datastore behavior and making sure that all the databases do the same thing.
2008-09-10add shell for SQLite testing. No tests yet.Sean Dague1-1/+39
add another nant target for test-xml to get the verbose version
2008-09-08fix an issue where we got coliding namespaces that prevented a sim startSean Dague1-1/+3
2008-09-08rejigger tests out of OpenSim.Region.Environment and into ↵Sean Dague1-1/+50
OpenSim.Region.Environment.Tests.dll
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague1-6/+10
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker1-0/+2
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite.
2008-09-06Mantis#1234. Thank you HomerHorwitz for a patch that:Charles Krinke1-1/+1
The big libomv patch introduced a small regression: OpenSim doesn't build on monodevelop anymore. The attached patch fixes this in prebuild.xml.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-83/+91
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-09-04complete rationalization of unit tests that we currently runSean Dague1-12/+12
2008-09-04normalize naming for OpenSim.Tests.Framework.dllSean Dague1-4/+4
2008-08-27Remove self-referential build dependency that breaks build underMelanie Thielker1-1/+0
Windows
2008-08-27Refactor XScriptInstance to IScriptInstance and move into Shared/. NowMelanie Thielker1-0/+41
engines that want to use the XEngine's instance handling and state persistence can do so. IScriptInstance is optional, but it does require the SmartThreadPool if it is used.
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker1-1/+28
It is now possible to use module interfaces without referencing Scene. Place those interfaces in OpenSim/Region/Interfaces. They may not use any refs from OpenSim.Region.Environment as parameters. This resolves a circular library ref introduced in r5949
2008-08-23Patch #9171Melanie Thielker1-0/+1
Disallow bulk uploads if money module is present and upload cost is set and the user hasn't got sufficient funds.
2008-08-20Remove trailing whitespace in prebuild.xml.Mike Mazur1-27/+27
2008-08-19Convert LoadBalancer and RegionProxy plugins to use XML manifests. FixesMike Mazur1-0/+2
"Plugin Error: Node 'Type' not allowed" messages during region server startup.
2008-08-18* osmantis test. Speak, we want you to.Teravus Ovares1-1/+0
2008-08-18Thanks HomerHorwitz for a patch to remove old Common.Communications ↵Jeff Ames1-2/+0
references from prebuild.xml (bug #1977)
2008-08-16* Move GridInfoService into Framework.Communications and eliminate ↵Justin Clarke Casey1-25/+0
Common.Communications for now (since this was the only class in that project)
2008-08-16* minor: rip out userserver stress project which never got filled outJustin Clarke Casey1-21/+0
2008-08-16Remove a project that had no buiness being in thereMelanie Thielker1-38/+0
2008-08-16Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker1-0/+38
Scripts can now no longer DOS the user server and there are a lot fewer gratuitious lookups of user profile data.
2008-08-08Remove FunSL client stack as it's under development and often won't compile.Mike Mazur1-36/+0
This effectively undoes commits 5771 and 5769 as well as parts of the formatting cleanup commits 5774 and 5775.
2008-08-06From: alan webb <alan_webb@us.ibm.com>Dr Scofield1-0/+1
this adds image conversion features to the REST inventory/asset code.
2008-08-06Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDPMike Mazur1-0/+36
client stack.
2008-08-06Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur1-0/+7
dlls. Fix issue 1876.
2008-07-28moving GridInfo application plugin into a common standalone/gridDr Scofield1-33/+27
service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer.
2008-07-28-copy LSL_Types tests from Common/ to Shared/Mike Mazur1-0/+22
-fix some whitespace/formatting
2008-07-25first cut at a GridInfo plugin (mantis #1825). Currently just spitsDr Scofield1-0/+33
out everything in the [GridInfo] section :-D Also, not yet LLSD but XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample values and explanation. Oh, and default values provided are platform: OpenSim mode: standalone | grid have fun.
2008-07-24* Separate out OGS1 calls used between services (rather than from region to ↵Justin Clarke Casey1-1/+27
services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
2008-07-23thanks lulurun for a security patch that blocks unathorized access to the ↵Johan Berntsson1-0/+1
inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
2008-07-23Update svn properties. Minor formatting cleanup.Jeff Ames1-8/+8
2008-07-22* refactor: move new inventory service call by user server to OGS1 with all ↵Justin Clarke Casey1-0/+1
the other service calls * will post to mailing list about moving this shortly
2008-07-21* eliminated some warnings and added some const and readonlieslbsa711-2/+0
* refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur1-0/+4
(issue 1763).
2008-07-12Mantis#1681. Thank you kindly, Vytek for a patch that:Charles Krinke1-0/+1
Adds additional support for llEmail().
2008-07-10Thanks to mikem for a patch that resolves a reference error when building ↵Dahlia Trimble1-0/+1
SVN r5406 with Visual Studio
2008-07-10Mantis#1707. Thank you, Melanie for a patch that:Charles Krinke1-0/+2
This patch limits the maximum size of prims that can be created using libsl bots or modified clients to 65536mper side. It also limits LSL functions to that size. If a prim is already physical, the enforced constraint is 10m. A prim that is larger than 10m cannot be turned physical, either via script or UI. Linksets are handled correctly, so scaling of physical linksets is constrained by the size of it's largest component prim. Also, turning linksets physical is based on the size of it's largest ptim.
2008-07-08* Added missing reference to Tools.dlllbsa711-0/+1
2008-07-08Patch from Mike: added unit tests for the LSL compilerJohan Berntsson1-0/+20
2008-07-08another patch from Mike: the llscript compiler is now available in XEngine ↵Johan Berntsson1-0/+1
as well. Thanks Mike
2008-07-07remove build references to what I believe to be the very old MSSQL Sean Dague1-28/+0
datastore tucked down in the Region namespace. This is based on the assumption that OpenSim.Data.MSSQL is what is actually used by anyone, and prevents us from having to refactor 2 different MSSQL store paths when futzing with SOP functions.
2008-07-04The new llScript-cs parser. Thanks MikeJohan Berntsson1-0/+1
2008-07-02From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield1-0/+38
This adds REST services for inventory access. It also allows inventory uploads.
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-0/+1
Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders.
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa711-48/+186
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!
2008-06-20Implemented plugin support for ClientStack, with LindenUDP as the default ↵Johan Berntsson1-0/+38
plugin. This makes it easy for developers to experiment with alternative communication protocols
2008-06-16fix nhibernate driver so that it starts (based on the appearanceSean Dague1-0/+3
changes it wouldn't come up). include embedded dialect specific sql files for nhibernate migrations figure out how to get the raw db connection so that migrations can work with nhibernate. create initial migration for NHibernate + SQLite + Assets.