diff options
author | Justin Clark-Casey (justincc) | 2011-01-21 00:38:16 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-01-21 00:38:16 +0000 |
commit | c383dbd06dd98ca96543c9bfdf9a7376a7e55cc2 (patch) | |
tree | 1cf85253c32484282141dcb99ba78f515fa025cc /prebuild.xml | |
parent | minor: help text adjustment for "show queues" (diff) | |
download | opensim-SC-c383dbd06dd98ca96543c9bfdf9a7376a7e55cc2.zip opensim-SC-c383dbd06dd98ca96543c9bfdf9a7376a7e55cc2.tar.gz opensim-SC-c383dbd06dd98ca96543c9bfdf9a7376a7e55cc2.tar.bz2 opensim-SC-c383dbd06dd98ca96543c9bfdf9a7376a7e55cc2.tar.xz |
implement "show throttles" command for showing current agent throttles and the server settings.
This is in a very crude state, currently.
The LindenUDPModule was renamed LindenUDPInfoModule and moved to OptionalModules
OptionalModules was given a direct reference to OpenSim.Region.ClientStack.LindenUDP so that it can inspect specific LindenUDP settings without having to generalize those to all client views (some of which may have no concept of the settings involved).
This might be ess messy if OpenSim.Region.ClientStack.LindenUDP were a region module instead, like MXP, IRC and NPC
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 109 |
1 files changed, 55 insertions, 54 deletions
diff --git a/prebuild.xml b/prebuild.xml index 73cc81e..0d6d6fb 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1439,60 +1439,6 @@ | |||
1439 | </Files> | 1439 | </Files> |
1440 | </Project> | 1440 | </Project> |
1441 | 1441 | ||
1442 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | ||
1443 | <Configuration name="Debug"> | ||
1444 | <Options> | ||
1445 | <OutputPath>../../../bin/</OutputPath> | ||
1446 | </Options> | ||
1447 | </Configuration> | ||
1448 | <Configuration name="Release"> | ||
1449 | <Options> | ||
1450 | <OutputPath>../../../bin/</OutputPath> | ||
1451 | </Options> | ||
1452 | </Configuration> | ||
1453 | |||
1454 | <ReferencePath>../../../bin/</ReferencePath> | ||
1455 | <Reference name="System"/> | ||
1456 | <Reference name="System.Xml"/> | ||
1457 | <Reference name="System.Drawing"/> | ||
1458 | <Reference name="System.Web"/> | ||
1459 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1460 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1461 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1462 | <Reference name="PumaCode.SvnDotNet" path="../../../bin/"/> | ||
1463 | <Reference name="OpenSim.Framework"/> | ||
1464 | <Reference name="OpenSim.Framework.Communications"/> | ||
1465 | <Reference name="OpenSim.Data"/> | ||
1466 | <Reference name="OpenSim.Region.Framework"/> | ||
1467 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1468 | <Reference name="OpenSim.Framework.Capabilities"/> | ||
1469 | <Reference name="OpenSim.Framework.Console"/> | ||
1470 | <Reference name="OpenSim.Framework.Servers"/> | ||
1471 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1472 | <Reference name="OpenSim.Framework.Statistics"/> | ||
1473 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1474 | <Reference name="OpenSim.Server.Base"/> | ||
1475 | <Reference name="OpenSim.Server.Handlers"/> | ||
1476 | <Reference name="OpenSim.Services.Connectors"/> | ||
1477 | <Reference name="OpenSim.Services.Base"/> | ||
1478 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1479 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
1480 | |||
1481 | <!-- For scripting in funny languages by default --> | ||
1482 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
1483 | <Reference name="OpenSim.Framework.Communications"/> | ||
1484 | <Reference name="Nini" path="../../../bin/"/> | ||
1485 | <Reference name="log4net" path="../../../bin/"/> | ||
1486 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | ||
1487 | |||
1488 | <Files> | ||
1489 | <Match pattern="*.cs" recurse="true"> | ||
1490 | <Exclude name="Tests" pattern="Tests"/> | ||
1491 | </Match> | ||
1492 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
1493 | </Files> | ||
1494 | </Project> | ||
1495 | |||
1496 | <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> | 1442 | <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> |
1497 | <Configuration name="Debug"> | 1443 | <Configuration name="Debug"> |
1498 | <Options> | 1444 | <Options> |
@@ -1606,6 +1552,61 @@ | |||
1606 | </Files> | 1552 | </Files> |
1607 | </Project> | 1553 | </Project> |
1608 | 1554 | ||
1555 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | ||
1556 | <Configuration name="Debug"> | ||
1557 | <Options> | ||
1558 | <OutputPath>../../../bin/</OutputPath> | ||
1559 | </Options> | ||
1560 | </Configuration> | ||
1561 | <Configuration name="Release"> | ||
1562 | <Options> | ||
1563 | <OutputPath>../../../bin/</OutputPath> | ||
1564 | </Options> | ||
1565 | </Configuration> | ||
1566 | |||
1567 | <ReferencePath>../../../bin/</ReferencePath> | ||
1568 | <Reference name="System"/> | ||
1569 | <Reference name="System.Xml"/> | ||
1570 | <Reference name="System.Drawing"/> | ||
1571 | <Reference name="System.Web"/> | ||
1572 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1573 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1574 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1575 | <Reference name="PumaCode.SvnDotNet" path="../../../bin/"/> | ||
1576 | <Reference name="OpenSim.Framework"/> | ||
1577 | <Reference name="OpenSim.Framework.Communications"/> | ||
1578 | <Reference name="OpenSim.Data"/> | ||
1579 | <Reference name="OpenSim.Framework.Capabilities"/> | ||
1580 | <Reference name="OpenSim.Framework.Console"/> | ||
1581 | <Reference name="OpenSim.Framework.Servers"/> | ||
1582 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1583 | <Reference name="OpenSim.Framework.Statistics"/> | ||
1584 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | ||
1585 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1586 | <Reference name="OpenSim.Region.Framework"/> | ||
1587 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1588 | <Reference name="OpenSim.Server.Base"/> | ||
1589 | <Reference name="OpenSim.Server.Handlers"/> | ||
1590 | <Reference name="OpenSim.Services.Connectors"/> | ||
1591 | <Reference name="OpenSim.Services.Base"/> | ||
1592 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1593 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
1594 | |||
1595 | <!-- For scripting in funny languages by default --> | ||
1596 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
1597 | <Reference name="OpenSim.Framework.Communications"/> | ||
1598 | <Reference name="Nini" path="../../../bin/"/> | ||
1599 | <Reference name="log4net" path="../../../bin/"/> | ||
1600 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | ||
1601 | |||
1602 | <Files> | ||
1603 | <Match pattern="*.cs" recurse="true"> | ||
1604 | <Exclude name="Tests" pattern="Tests"/> | ||
1605 | </Match> | ||
1606 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
1607 | </Files> | ||
1608 | </Project> | ||
1609 | |||
1609 | <!-- Datastore Plugins --> | 1610 | <!-- Datastore Plugins --> |
1610 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 1611 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
1611 | <Configuration name="Debug"> | 1612 | <Configuration name="Debug"> |