aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-02Comment out the suppression of console output for mono addins in robust too. ...Diva Canto1-2/+2
2015-01-02Bug fix in LoadPLugin so that it can take paths to dlls that look like this "...Diva Canto1-3/+10
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
2014-12-31BulletSim: remove compile reference error trying to figure out why mono compi...Robert Adams1-2/+2
2014-12-31BulletSim: add the beginnings of hull creation unit testing.Robert Adams5-12/+394
2014-12-31BulletSim: Add axis locking enabled through the ExtendedPhysics module.Robert Adams5-97/+474
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
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
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
2014-12-30This cleans up versioning. Specifically:Diva Canto20-53/+36
2014-12-30Turn on logging of old acks, this is for debugging only, stats version coming...Mic Bowman1-1/+12
2014-12-30Another technique inspired by some of the newer flow control algorithms... ra...Mic Bowman1-11/+17
2014-12-30Fix the throttle tests. Remove the hardcoded constant multipliers andMic Bowman1-9/+11
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto22-45/+38
2014-12-29Change the effect of successfully acknowledged packets to bump theMic Bowman3-7/+7
2014-12-29Enable runtime configuration of the minimum rate for adaptiveMic Bowman3-19/+46
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
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
2014-12-25Allow for richer semantics of object derez. Specifically, allow the existence...Diva Canto2-13/+54
2014-12-23If a moap entry has EnableWhiteList but WhiteList == null, then properly bloc...Justin Clark-Casey (justincc)1-0/+3
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 dispo...Justin Clark-Casey (justincc)1-31/+35
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
2014-12-20In XBakes use proper disposal semantics to always close the stream on Store()...Justin Clark-Casey (justincc)1-4/+2
2014-12-17Fix recent regression where a race condition meant SP.MakeRootAgent() would s...Justin Clark-Casey (justincc)2-37/+40
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
2014-12-10Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)7-61/+266
2014-12-10Avoid a possible race condition where the XEngine script compile thread could...Justin Clark-Casey (justincc)1-0/+8
2014-12-09In XEngine, enqueue a script rez to the compile queue after setting m_Compile...Justin Clark-Casey (justincc)1-3/+4
2014-12-05refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetU...Justin Clark-Casey (justincc)2-115/+120
2014-12-05Make "fache assets" console command more efficient by only updating access ti...Justin Clark-Casey (justincc)1-17/+24
2014-12-04refactor: Make IteratingUUIDGatherer take a dictionary in its constructor lik...Justin Clark-Casey (justincc)2-12/+26
2014-12-04Allow scripts in attachments on an owned NPC to call NPC functions on that NPCJustin Clark-Casey (justincc)2-1/+19
2014-12-04If "fcache assets" is executed, don't stop with an exception if there's an ac...Justin Clark-Casey (justincc)1-2/+1
2014-12-04refactor: breakout flotasm cache last file access time to separate UpdateFile...Justin Clark-Casey (justincc)1-7/+19
2014-12-04Don't worry about checking FlotsamAssetCache.m_CurrentlyWriting when updating...Justin Clark-Casey (justincc)1-8/+1
2014-12-03Remove long unused region parameters from SceneBase. Some of these weren't e...Justin Clark-Casey (justincc)2-5/+0
2014-12-03minor: Just have one message that displays successful registration of a regio...Justin Clark-Casey (justincc)2-7/+9
2014-12-03minor: If we are recompiling scripts in response to a ScriptStopStrategy conf...Justin Clark-Casey (justincc)1-0/+8
2014-12-03Reintroduce general xengine extra debugging log level. This can be controlle...Justin Clark-Casey (justincc)1-31/+32
2014-12-03minor: improve logged error in XEngine.SetXmlState if there was a problem wri...Justin Clark-Casey (justincc)1-1/+2