Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Added missing dependencies that was causing build to fail in windows. ↵ | Teravus Ovares | 2008-10-17 | 1 | -0/+2 | |
| | | | | Mono doesn't seem to care. | |||||
* | * minor: get rid of pointless ipeSender | Justin Clarke Casey | 2008-10-16 | 1 | -0/+1 | |
| | ||||||
* | Correct an error with the auto-insert marker | Melanie Thielker | 2008-10-12 | 1 | -2/+2 | |
| | ||||||
* | Add a marker section to prebuild.xml for automatic insertion of forge module | Melanie Thielker | 2008-10-12 | 1 | -0/+9 | |
| | | | | | | sections | |||||
* | - Fix the build for monodevelop, too. If that breaks the build on Windows, | Homer Horwitz | 2008-10-09 | 1 | -2/+0 | |
| | | | | | | please revert :) | |||||
* | * Another windows build fix attempt. One day my pain will end. | Justin Clarke Casey | 2008-10-09 | 1 | -1/+1 | |
| | ||||||
* | * fix windows build break - it helps if one actually puts in using ↵ | Justin Clarke Casey | 2008-10-09 | 1 | -1/+1 | |
| | | | | statements and spells dlls correctly | |||||
* | * Fix broken build on Windows (repeat to self: must remember that .net on ↵ | Justin Clarke Casey | 2008-10-09 | 1 | -0/+3 | |
| | | | | windows requires using references for null arguments) | |||||
* | * Put tests dll *after* the code it relies on. (repeat to self: always do ↵ | Justin Clarke Casey | 2008-10-09 | 1 | -22/+22 | |
| | | | | nant clean after fiddling with prebuild.xml) | |||||
* | * minor: initialize udp server in unit test | Justin Clarke Casey | 2008-10-09 | 1 | -0/+2 | |
| | ||||||
* | * Create project for LindenUDP ClientStack tests | Justin Clarke Casey | 2008-10-09 | 1 | -1/+21 | |
| | | | | | | * No functional tests yet | |||||
* | cleaning up OSHttpRequest removing old Http stuff. also adding test | Dr Scofield | 2008-10-06 | 1 | -0/+31 | |
| | | | | | | | case for OSHttpRequest (not very fancy yet, but still). | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-30 | 1 | -12/+0 | |
| | ||||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2295 | Justin Clarke Casey | 2008-09-29 | 1 | -0/+1 | |
| | | | | | | | | | | * Updated MSSQL to reflect resend changes * Added the new columns in prims table. * Created a implementation for getting gestures. * Remove configurable table names for user. * Thanks Ruud Lathorp | |||||
* | Continue working on the new EventQueueGetModule. Not finished (or even working) | Homer Horwitz | 2008-09-27 | 1 | -0/+1 | |
| | | | | | | | yet. This shouldn't break anything, but is work in progress, so be careful. Contains a new file; do your runprebuilds. | |||||
* | Compiler Connection! One world, one compiler! | Melanie Thielker | 2008-09-26 | 1 | -0/+1 | |
| | ||||||
* | Yay! Common/ is gone! One API is achieved! | Melanie Thielker | 2008-09-26 | 1 | -44/+0 | |
| | ||||||
* | Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs. | Melanie Thielker | 2008-09-26 | 1 | -0/+1 | |
| | | | | | | | | | The binaries are still different, but that is only a small step away now. The OSSLPrim has been removed. This commit will breal all scripts using Prim.Scale(), etc, syntax. It was not secure and will have to be brought back in another form. | |||||
* | Fix script engine name parsing for DotNetEngine to make that actually work | Melanie Thielker | 2008-09-25 | 1 | -0/+1 | |
| | | | | | | Add a reference for Windows builds | |||||
* | temporarily disabling HttpServer related stuff (take #2: Exclude takes | Dr Scofield | 2008-09-25 | 1 | -1/+6 | |
| | | | | | | | regex not shell glob) | |||||
* | temporarily excluding OSHttp*.cs from prebuild.xml until they are | Dr Scofield | 2008-09-25 | 1 | -1/+3 | |
| | | | | | | | | | adapted to the new HttpServer.dll --- thx to dahlia for checking the new HttpServer code in and it's my fault that the build didn't suceed, well, actually, i blame it on our IP legal nazghuls... ;-) | |||||
* | Convergence is almost complete. This brings the diff between the API to < 10k | Melanie Thielker | 2008-09-25 | 1 | -0/+2 | |
| | | | | | | | | and makes it use a common set of types in both engine. Fixes the issues with running both engines and HTTP requests / listens / timers etc.. Also fixes a couple of minor Scene issues and a CTB by nullref. | |||||
* | check in stubbing for mysql tests. This is ignored with | Sean Dague | 2008-09-23 | 1 | -1/+42 | |
| | | | | | | | | Assert.Ignore() for now, so it won't change anything, but I want to make sure it doesn't break the bamboo infrastructure in it's current state. | |||||
* | Remove Common/LSL_Types.cs. Both script engines now use a single version | Melanie Thielker | 2008-09-23 | 1 | -21/+2 | |
| | | | | | | | | of the types, located in OpenSim/Region/ScriptEngines/Shared/LSL_Tyoes.cs Also changes the compiler in DotNetEngine to use that. You _will_ need to let your region recompile all your scripts! | |||||
* | Reorder projects in prebuild.xml to enable dependecies from DNE to Shared | Melanie Thielker | 2008-09-23 | 1 | -97/+95 | |
| | ||||||
* | Change the scirpt engine loading mechanism. Script engines are now | Melanie Thielker | 2008-09-21 | 1 | -5/+5 | |
| | | | | | | | | | ordinary region modules and are able to coexist in one instance. See http://opensimulator.org/wiki/ScriptEngines for details. There were changes to OpenSim.ini.example, please note DefaultScriptEngine. Also see the User docs and FAQ on the Wiki. Default is DotNetEngine. | |||||
* | One small bug fixed, now it compiles. | Tedd Hansen | 2008-09-21 | 1 | -0/+1 | |
| | ||||||
* | EXPERIMENTAL: Early commit of new Script Engine Component System | Tedd Hansen | 2008-09-21 | 1 | -0/+290 | |
| | ||||||
* | * Implements an experimental method to define which region you want to go to ↵ | Teravus Ovares | 2008-09-19 | 1 | -0/+2 | |
| | | | | in your 'region domain' in OGP. | |||||
* | Kan-Ed fix series. Fix llTakeControls to behave as documented. | Melanie Thielker | 2008-09-17 | 1 | -0/+1 | |
| | | | | | | | | | XEngine fixes: prevent queue overruns, prevent spamming when no key is down. Release controls when conflicting permissions are requested or permissions are refused later. Release when prim or script are deleted. Fixes Scene script instance deletion semantics. | |||||
* | Cut of remote server as AppDomains and even WCF can do it better (better ↵ | Tedd Hansen | 2008-09-12 | 1 | -72/+0 | |
| | | | | means less code in this case) | |||||
* | change order in prebuild.xml so this works in nant on a clean | Sean Dague | 2008-09-12 | 1 | -29/+32 | |
| | | | | | | checkout. | |||||
* | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 2008-09-12 | 1 | -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. | |||||
* | add shell for SQLite testing. No tests yet. | Sean Dague | 2008-09-10 | 1 | -1/+39 | |
| | | | | | | | add another nant target for test-xml to get the verbose version | |||||
* | fix an issue where we got coliding namespaces that prevented a sim start | Sean Dague | 2008-09-08 | 1 | -1/+3 | |
| | ||||||
* | rejigger tests out of OpenSim.Region.Environment and into ↵ | Sean Dague | 2008-09-08 | 1 | -1/+50 | |
| | | | | OpenSim.Region.Environment.Tests.dll | |||||
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 1 | -6/+10 | |
| | ||||||
* | Implement proper persistence of the following prim properties: | Melanie Thielker | 2008-09-08 | 1 | -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 Krinke | 2008-09-06 | 1 | -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 JHurliman | Teravus Ovares | 2008-09-06 | 1 | -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 run | Sean Dague | 2008-09-04 | 1 | -12/+12 | |
| | ||||||
* | normalize naming for OpenSim.Tests.Framework.dll | Sean Dague | 2008-09-04 | 1 | -4/+4 | |
| | ||||||
* | Remove self-referential build dependency that breaks build under | Melanie Thielker | 2008-08-27 | 1 | -1/+0 | |
| | | | | | | Windows | |||||
* | Refactor XScriptInstance to IScriptInstance and move into Shared/. Now | Melanie Thielker | 2008-08-27 | 1 | -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 Thielker | 2008-08-23 | 1 | -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 #9171 | Melanie Thielker | 2008-08-23 | 1 | -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 Mazur | 2008-08-20 | 1 | -27/+27 | |
| | ||||||
* | Convert LoadBalancer and RegionProxy plugins to use XML manifests. Fixes | Mike Mazur | 2008-08-19 | 1 | -0/+2 | |
| | | | | | | "Plugin Error: Node 'Type' not allowed" messages during region server startup. | |||||
* | * osmantis test. Speak, we want you to. | Teravus Ovares | 2008-08-18 | 1 | -1/+0 | |
| | ||||||
* | Thanks HomerHorwitz for a patch to remove old Common.Communications ↵ | Jeff Ames | 2008-08-18 | 1 | -2/+0 | |
| | | | | references from prebuild.xml (bug #1977) |