aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-081-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.
* Mantis#1234. Thank you HomerHorwitz for a patch that:Charles Krinke2008-09-061-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.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-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.
* complete rationalization of unit tests that we currently runSean Dague2008-09-041-12/+12
|
* normalize naming for OpenSim.Tests.Framework.dllSean Dague2008-09-041-4/+4
|
* Remove self-referential build dependency that breaks build underMelanie Thielker2008-08-271-1/+0
| | | | | | Windows
* Refactor XScriptInstance to IScriptInstance and move into Shared/. NowMelanie Thielker2008-08-271-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.
* Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker2008-08-231-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
* Patch #9171Melanie Thielker2008-08-231-0/+1
| | | | | | | Disallow bulk uploads if money module is present and upload cost is set and the user hasn't got sufficient funds.
* Remove trailing whitespace in prebuild.xml.Mike Mazur2008-08-201-27/+27
|
* Convert LoadBalancer and RegionProxy plugins to use XML manifests. FixesMike Mazur2008-08-191-0/+2
| | | | | | "Plugin Error: Node 'Type' not allowed" messages during region server startup.
* * osmantis test. Speak, we want you to.Teravus Ovares2008-08-181-1/+0
|
* Thanks HomerHorwitz for a patch to remove old Common.Communications ↵Jeff Ames2008-08-181-2/+0
| | | | references from prebuild.xml (bug #1977)
* * Move GridInfoService into Framework.Communications and eliminate ↵Justin Clarke Casey2008-08-161-25/+0
| | | | Common.Communications for now (since this was the only class in that project)
* * minor: rip out userserver stress project which never got filled outJustin Clarke Casey2008-08-161-21/+0
|
* Remove a project that had no buiness being in thereMelanie Thielker2008-08-161-38/+0
|
* Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2008-08-161-0/+38
| | | | | | | Scripts can now no longer DOS the user server and there are a lot fewer gratuitious lookups of user profile data.
* Remove FunSL client stack as it's under development and often won't compile.Mike Mazur2008-08-081-36/+0
| | | | | | | This effectively undoes commits 5771 and 5769 as well as parts of the formatting cleanup commits 5774 and 5775.
* From: alan webb <alan_webb@us.ibm.com>Dr Scofield2008-08-061-0/+1
| | | | | | | this adds image conversion features to the REST inventory/asset code.
* Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDPMike Mazur2008-08-061-0/+36
| | | | | | client stack.
* Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur2008-08-061-0/+7
| | | | dlls. Fix issue 1876.
* moving GridInfo application plugin into a common standalone/gridDr Scofield2008-07-281-33/+27
| | | | | | | | service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer.
* -copy LSL_Types tests from Common/ to Shared/Mike Mazur2008-07-281-0/+22
| | | | | | -fix some whitespace/formatting
* first cut at a GridInfo plugin (mantis #1825). Currently just spitsDr Scofield2008-07-251-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.
* * Separate out OGS1 calls used between services (rather than from region to ↵Justin Clarke Casey2008-07-241-1/+27
| | | | services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
* thanks lulurun for a security patch that blocks unathorized access to the ↵Johan Berntsson2008-07-231-0/+1
| | | | inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-07-231-8/+8
|
* * refactor: move new inventory service call by user server to OGS1 with all ↵Justin Clarke Casey2008-07-221-0/+1
| | | | | | | | the other service calls * will post to mailing list about moving this shortly
* * eliminated some warnings and added some const and readonlieslbsa712008-07-211-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
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur2008-07-181-0/+4
| | | | (issue 1763).
* Mantis#1681. Thank you kindly, Vytek for a patch that:Charles Krinke2008-07-121-0/+1
| | | | | Adds additional support for llEmail().
* Thanks to mikem for a patch that resolves a reference error when building ↵Dahlia Trimble2008-07-101-0/+1
| | | | SVN r5406 with Visual Studio
* Mantis#1707. Thank you, Melanie for a patch that:Charles Krinke2008-07-101-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.
* * Added missing reference to Tools.dlllbsa712008-07-081-0/+1
|
* Patch from Mike: added unit tests for the LSL compilerJohan Berntsson2008-07-081-0/+20
|
* another patch from Mike: the llscript compiler is now available in XEngine ↵Johan Berntsson2008-07-081-0/+1
| | | | as well. Thanks Mike
* remove build references to what I believe to be the very old MSSQL Sean Dague2008-07-071-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.
* The new llScript-cs parser. Thanks MikeJohan Berntsson2008-07-041-0/+1
|
* From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield2008-07-021-0/+38
| | | | | | | This adds REST services for inventory access. It also allows inventory uploads.
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-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.
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-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!
* Implemented plugin support for ClientStack, with LindenUDP as the default ↵Johan Berntsson2008-06-201-0/+38
| | | | plugin. This makes it easy for developers to experiment with alternative communication protocols
* fix nhibernate driver so that it starts (based on the appearanceSean Dague2008-06-161-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.
* move Migration support into OpenSim.Data, because itSean Dague2008-06-091-24/+0
| | | | | | | really turned out to be small enough to not need it's own assembly
* more work in progress migration code, still a while beforeSean Dague2008-06-091-0/+1
| | | | | | this becomes useful
* start in on the shell for a generic database versioning module. My Sean Dague2008-06-091-0/+23
| | | | | | | intent is to create an easier way to manage database table versions like the model used for ruby on rails migrations.
* *Updated prebuild.xml for support with monodevelopmingchen2008-06-081-53/+50
|
* Patch for mantis#1493: Several patches to xengine. Thanks Melanie!Adam Johnson2008-06-071-0/+1
|
* Mantis#1451. Thank you kindly, mikem for additional Charles Krinke2008-06-051-0/+21
| | | | | tests for LSL types and strings.
* * This is Melanie's XEngine script engine. I've not tested this real well, ↵Teravus Ovares2008-05-301-0/+94
| | | | however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active.