Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-20 | Remove trailing whitespace in prebuild.xml. | Mike Mazur | 1 | -27/+27 | |
2008-08-19 | Convert LoadBalancer and RegionProxy plugins to use XML manifests. Fixes | Mike Mazur | 1 | -0/+2 | |
"Plugin Error: Node 'Type' not allowed" messages during region server startup. | |||||
2008-08-18 | * osmantis test. Speak, we want you to. | Teravus Ovares | 1 | -1/+0 | |
2008-08-18 | Thanks HomerHorwitz for a patch to remove old Common.Communications ↵ | Jeff Ames | 1 | -2/+0 | |
references from prebuild.xml (bug #1977) | |||||
2008-08-16 | * Move GridInfoService into Framework.Communications and eliminate ↵ | Justin Clarke Casey | 1 | -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 out | Justin Clarke Casey | 1 | -21/+0 | |
2008-08-16 | Remove a project that had no buiness being in there | Melanie Thielker | 1 | -38/+0 | |
2008-08-16 | Refactor a lot of direct calls to OGS1 to use the cached version instead. | Melanie Thielker | 1 | -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-08 | Remove FunSL client stack as it's under development and often won't compile. | Mike Mazur | 1 | -36/+0 | |
This effectively undoes commits 5771 and 5769 as well as parts of the formatting cleanup commits 5774 and 5775. | |||||
2008-08-06 | From: alan webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -0/+1 | |
this adds image conversion features to the REST inventory/asset code. | |||||
2008-08-06 | Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDP | Mike Mazur | 1 | -0/+36 | |
client stack. | |||||
2008-08-06 | Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵ | Mike Mazur | 1 | -0/+7 | |
dlls. Fix issue 1876. | |||||
2008-07-28 | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 1 | -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 Mazur | 1 | -0/+22 | |
-fix some whitespace/formatting | |||||
2008-07-25 | first cut at a GridInfo plugin (mantis #1825). Currently just spits | Dr Scofield | 1 | -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 Casey | 1 | -1/+27 | |
services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1 | |||||
2008-07-23 | thanks lulurun for a security patch that blocks unathorized access to the ↵ | Johan Berntsson | 1 | -0/+1 | |
inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service) | |||||
2008-07-23 | Update svn properties. Minor formatting cleanup. | Jeff Ames | 1 | -8/+8 | |
2008-07-22 | * refactor: move new inventory service call by user server to OGS1 with all ↵ | Justin Clarke Casey | 1 | -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 readonlies | lbsa71 | 1 | -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-18 | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 1 | -0/+4 | |
(issue 1763). | |||||
2008-07-12 | Mantis#1681. Thank you kindly, Vytek for a patch that: | Charles Krinke | 1 | -0/+1 | |
Adds additional support for llEmail(). | |||||
2008-07-10 | Thanks to mikem for a patch that resolves a reference error when building ↵ | Dahlia Trimble | 1 | -0/+1 | |
SVN r5406 with Visual Studio | |||||
2008-07-10 | Mantis#1707. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -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.dll | lbsa71 | 1 | -0/+1 | |
2008-07-08 | Patch from Mike: added unit tests for the LSL compiler | Johan Berntsson | 1 | -0/+20 | |
2008-07-08 | another patch from Mike: the llscript compiler is now available in XEngine ↵ | Johan Berntsson | 1 | -0/+1 | |
as well. Thanks Mike | |||||
2008-07-07 | remove build references to what I believe to be the very old MSSQL | Sean Dague | 1 | -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-04 | The new llScript-cs parser. Thanks Mike | Johan Berntsson | 1 | -0/+1 | |
2008-07-02 | From: Alan M Webb <awebb@vnet.ibm.com> | Dr Scofield | 1 | -0/+38 | |
This adds REST services for inventory access. It also allows inventory uploads. | |||||
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -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, ↵ | lbsa71 | 1 | -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-20 | Implemented plugin support for ClientStack, with LindenUDP as the default ↵ | Johan Berntsson | 1 | -0/+38 | |
plugin. This makes it easy for developers to experiment with alternative communication protocols | |||||
2008-06-16 | fix nhibernate driver so that it starts (based on the appearance | Sean Dague | 1 | -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. | |||||
2008-06-09 | move Migration support into OpenSim.Data, because it | Sean Dague | 1 | -24/+0 | |
really turned out to be small enough to not need it's own assembly | |||||
2008-06-09 | more work in progress migration code, still a while before | Sean Dague | 1 | -0/+1 | |
this becomes useful | |||||
2008-06-09 | start in on the shell for a generic database versioning module. My | Sean Dague | 1 | -0/+23 | |
intent is to create an easier way to manage database table versions like the model used for ruby on rails migrations. | |||||
2008-06-08 | *Updated prebuild.xml for support with monodevelop | mingchen | 1 | -53/+50 | |
2008-06-07 | Patch for mantis#1493: Several patches to xengine. Thanks Melanie! | Adam Johnson | 1 | -0/+1 | |
2008-06-05 | Mantis#1451. Thank you kindly, mikem for additional | Charles Krinke | 1 | -0/+21 | |
tests for LSL types and strings. | |||||
2008-05-30 | * This is Melanie's XEngine script engine. I've not tested this real well, ↵ | Teravus Ovares | 1 | -0/+94 | |
however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active. | |||||
2008-05-29 | this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵ | Dr Scofield | 1 | -36/+2 | |
skeleton, far from complete, just want to check in early and often. | |||||
2008-05-22 | * Fix circular dependency from last checkin by passing version as a ↵ | Justin Clarke Casey | 1 | -1/+0 | |
parameter to Scene rather than referencing VersionInfo directly * Butt ugly solution | |||||
2008-05-21 | * Send VersionInfo string instead of the hardcoded Scene string to the ↵ | Justin Clarke Casey | 1 | -0/+1 | |
"About Second Life" box * This is the same string as printed out on the opensim region console at startup, so it should now include the svn revision number (if available) * This dialog box takes an awful long time to come up on my local system - no idea why that is. However, that also seems to have been the case before this revision. | |||||
2008-05-18 | Cleanup: Removed LSOEngine source again as it will not be used. | Tedd Hansen | 1 | -33/+0 | |
2008-05-17 | while this doesn't fix the initial no pants issue in grid (which still ↵ | Sean Dague | 1 | -0/+1 | |
baffles me) it does make setting appearance in grid stick. | |||||
2008-05-16 | in theory, this moves the appearance mapper to live | Sean Dague | 1 | -0/+3 | |
under the MySQLUserData. There is a lot of in theory here so testing would be appreciated. | |||||
2008-05-16 | move AppearanceTableMapper to OpenSim.Data.Base. The mapper | Sean Dague | 1 | -0/+2 | |
stuff should probably be collapsed soon, as it takes up 4 assemblies now. | |||||
2008-05-14 | * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid ↵ | Teravus Ovares | 1 | -0/+6 | |
of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on * The main purpose of this is to provide configuration options for ODE and other physics plug-ins that are advanced enough to be able to be configured. | |||||
2008-05-14 | * Start recording as a statistic the number of times we start blocking ↵ | Justin Clarke Casey | 1 | -5/+9 | |
repetitive client requests for the same missing texture * This is to maintain some visibility on the problem, since I removed the intentionally irritating log messages for this |