aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-09Get PGSQL UserProfilesData to log the exception trace for debugging rather ↵Justin Clark-Casey (justincc)1-46/+54
than just the exception message.
2015-01-08minor: Add event name to existing debug output when a script event fails ↵Justin Clark-Casey (justincc)1-1/+2
with an exception. To aid debugging.
2015-01-08When inspecting a script or notecard, also try to look up any assets ↵Justin Clark-Casey (justincc)2-5/+11
embedded therein. This is primarily to fix an issue where inventory items for NPC attachments would not be saved in archives as the assets referenced in the appearance notecard were not checked in this manner. Relates to http://opensimulator.org/mantis/view.php?id=7376
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)8-713/+112
This UUID gatherer provides a superset of the previous gatherer's functionality as it also allows the caller to control gathering iterations for load purposes.
2015-01-07Commented out clear_registry_ because (1) it isn't clearing up anything ↵Diva Canto1-1/+1
anymore -- mono addins moved to suffix -002 at least since BlueWall updated it; (2) we shouldn't clear the registry, period. People who run many sims from the same bin folder need to configure each sim to use its own RegistryLocation, just like they configure them to use their own port.
2015-01-07Added a different/better way of specifying data services in DataSnapshot -- ↵Diva Canto1-1/+28
using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically.
2015-01-07BulletSim: fix line ending problems.Robert Adams1-1/+1
2015-01-07BulletSim: make computation of hole cut in hull tester explicitRobert Adams1-1/+1
math showing the odd PrimitiveBaseShape value rather than a constant.
2015-01-07BulletSim: tweek step parameters and logic to make walking up stepsRobert Adams2-12/+28
closer to SL. This change should address small floor edges acting like walls, approaching a step at any angle (other than walking backwards) will allow walking up, and reducing the avatar pop-up when going up stairs.
2015-01-06Donation of robust network connectors for estate service, as promised. This ↵Diva Canto4-6/+687
allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions. Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
2015-01-04Added overloaded LoadArchSpecificWindowsDll, to help addins load native ↵Diva Canto1-2/+7
libraries.
2015-01-04BulletSim: comment out the reference to BSShapeHull in BulletSim testsRobert Adams1-2/+2
which seems to cause the tests to fail when compiled on the OpenSim build system. It compiles and runs everywhere else. More research is needed.
2015-01-04BulletSim: correct some of the debugging input and output of PrimitiveBaseShape.Robert Adams2-4/+8
Whoever defined that structure was really into esoteric coding.
2015-01-03Added utility function that simplifies configuration loading of all addins.Diva Canto1-0/+57
2015-01-03Remove the extra key expansion added in commit ↵Diva Canto1-2/+0
a88bc50a168ae729307740fa84540e9571258b13. It's not needed.
2015-01-02Comment out the suppression of console output for mono addins in robust too. ↵Diva Canto1-2/+2
Seriously, ppl, let's not ignore important warning messages!
2015-01-02Bug fix in LoadPLugin so that it can take paths to dlls that look like this ↵Diva Canto1-3/+10
"C:\foo\MyDll.dll:MyType" -- the split on : was messing things up.
2015-01-02Changed the Robust-as-addin version number to match OpenSim release numbers.Diva Canto1-1/+1
2015-01-01Fix cut-and-paste error that made StatsManager web fetch queriesRobert Adams1-1/+1
fail for container specification.
2014-12-31BulletSim: remove compile reference error trying to figure out why mono ↵Robert Adams1-2/+2
compiling doesn't like it
2014-12-31BulletSim: add the beginnings of hull creation unit testing.Robert Adams5-12/+394
Change how physics engine is created in unit tests to resolve a lib reference problem. Add ShapeInfoInfo class to collect info about the created physical shape for debugging and unit test testing.
2014-12-31BulletSim: Add axis locking enabled through the ExtendedPhysics module.Robert Adams5-97/+474
Allows locking of prim/linkset relative moving in each of the linear and angular axis. Limits on movement or rotation can be set.
2014-12-31Fixed declaration switcharoo on the region combiner dll.Diva Canto2-2/+1
2014-12-31Commenting out the suppression of console warnings from Mono addins while we ↵Diva Canto1-2/+2
test this new model for the next couple of weeks.
2014-12-30Capitalization fail.Diva Canto1-1/+1
2014-12-30Add support for expansion of key values in nini config files.Diva Canto1-0/+2
Add loading of 3rd-party addin inis automatically.
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto16-30/+30
2014-12-30Comment out the debugging statements added in the last commit. KeepingMic Bowman2-13/+13
them in the code for later use rather than just reverting them. Fixed the throttle tests for the new algorithm used when packets are marked as expired.
2014-12-30This cleans up versioning. Specifically:Diva Canto20-53/+36
- It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency.
2014-12-30Turn on logging of old acks, this is for debugging only, stats version ↵Mic Bowman1-1/+12
coming later
2014-12-30Another technique inspired by some of the newer flow control algorithms... ↵Mic Bowman1-11/+17
rather than drop exponentially to 0 (and then adjust up for the minimum flow), drop on the delta between current rate and the minimum rate. This should smooth the fallback to minimum.
2014-12-30Fix the throttle tests. Remove the hardcoded constant multipliers andMic Bowman1-9/+11
compute the expected values without depending on the token bucket code.
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto22-45/+38
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent
2014-12-29Change the effect of successfully acknowledged packets to bump theMic Bowman3-7/+7
adaptive throttle by a full MTU. This is consistent with some implementations of congestion control algorithms and certainly has the effect of opening the throttle window more quickly after errors. This is especially important after initial scene load when the number and size of packets is small.
2014-12-29Enable runtime configuration of the minimum rate for adaptiveMic Bowman3-19/+46
throttles. Setting adaptive_throttle_min_bps will change the minimum rate that the adapative throttles will drop to in case of network packet loss. The current rate default rate is 256kbps. The viewer can throttle rates under that amount, but the dynamic adaptation will not.
2014-12-30minor: correct sent -> set in TokenBucket.RequestedDripRate method docJustin Clark-Casey (justincc)1-1/+1
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵Diva Canto17-17/+17
doesn't need to match the release version number, but I think it's a very good idea that they do.
2014-12-29Added AssemblyInfo.cs to OpenSim.exeDiva Canto1-0/+32
2014-12-29Add debugging code for simulating packet loss in outgoing UDP packets. TheMic Bowman1-0/+66
algorithm for dropping packets is a modified two state algorithm for creating bursts of dropped packets. As configured there is about a 1.5% drop rate. Invocation of the packet loss code is commented out by default.
2014-12-25Allow for richer semantics of object derez. Specifically, allow the ↵Diva Canto2-13/+54
existence of region modules that do other kinds of garbage collection. Instead of placing deleted objects in the user's Trash folder, or deleting them immediately (UseTrashOnDelete = false), a module may decide to take garbage collection under its control. For example, it may place derezzed objects in a certain area inworld and delete them later.
2014-12-23If a moap entry has EnableWhiteList but WhiteList == null, then properly ↵Justin Clark-Casey (justincc)1-0/+3
block the request instead of throwing an exception. Normally, WhiteList is an empty list but from Mantis 7389 it looks like it might sometimes be possible for it to be null (haven't seen this up till now) It looks like failing with an exception instead of properly replying to the request (which comes in via a cap) might be enough, surprisingly, to freeze a viewer until timeout. Part of http://opensimulator.org/mantis/view.php?id=7389 but probably unrelated to the actual issue of that mantis.
2014-12-20Make sure we always dispose of disposables inside RestClient.Request()Justin Clark-Casey (justincc)1-26/+30
2014-12-20In XBakesModule.Get() use using() to always dispose of RestClient which ↵Justin Clark-Casey (justincc)1-31/+35
disposes the stream rather than disposing the stream directly
2014-12-20minor: Correct propery doc RestClient._resource spelling mistakeJustin Clark-Casey (justincc)1-1/+1
2014-12-20Use using() semantics in XBakesModule to ensure disposable objects are alway ↵Justin Clark-Casey (justincc)1-39/+42
disposed no matter what
2014-12-20In XBakes use proper disposal semantics to always close the stream on ↵Justin Clark-Casey (justincc)1-4/+2
Store() no matter what
2014-12-17Fix recent regression where a race condition meant SP.MakeRootAgent() would ↵Justin Clark-Casey (justincc)2-37/+40
sometimes look to start attachment scripts before ETM.HandleIncomingSceneObject() had added them. Probably a regression since ghosts branch merge on Nov 26 2014
2014-12-16Add command to reset region's user cacheBlueWall1-0/+15
2014-12-16Adding command to reset user's email addressBlueWall1-1/+43
2014-12-15Remove XEngine.m_uniqueScriptsJustin Clark-Casey (justincc)1-8/+0
This provides no obvious benefit as far as I can tell but has a definite cost in keep script strings in memory for the entire simulator session.