aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix regression where the stored state of every second script in an object rez...Justin Clark-Casey (justincc)2015-01-232-14/+28
* If the SnedInventoryAync() method receives an exception log this but make sur...Justin Clark-Casey (justincc)2015-01-211-1/+10
* minor: Fix some CR line endings in Scene.Inventory.csJustin Clark-Casey (justincc)2015-01-211-8/+8
* If [Permissions] serverside_object_permissions = false or the undocumented pr...Justin Clark-Casey (justincc)2015-01-211-1/+4
* minor: correct SceneCommunicationService.LogHeader spellingJustin Clark-Casey (justincc)2015-01-201-1/+1
* Stop simulators attempting to contact registered but offline regions (RegionF...Justin Clark-Casey (justincc)2015-01-141-1/+26
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-092-675/+81
|\
| * When inspecting a script or notecard, also try to look up any assets embedded...Justin Clark-Casey (justincc)2015-01-082-5/+11
| * Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-082-676/+76
* | Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto2015-01-093-97/+3
|/
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-1/+1
* This cleans up versioning. Specifically:Diva Canto2014-12-301-1/+1
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-303-0/+7
* Allow for richer semantics of object derez. Specifically, allow the existence...Diva Canto2014-12-252-13/+54
* Fix recent regression where a race condition meant SP.MakeRootAgent() would s...Justin Clark-Casey (justincc)2014-12-171-32/+29
* refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetU...Justin Clark-Casey (justincc)2014-12-051-114/+119
* refactor: Make IteratingUUIDGatherer take a dictionary in its constructor lik...Justin Clark-Casey (justincc)2014-12-041-9/+23
* Allow scripts in attachments on an owned NPC to call NPC functions on that NPCJustin Clark-Casey (justincc)2014-12-041-0/+11
* Remove long unused region parameters from SceneBase. Some of these weren't e...Justin Clark-Casey (justincc)2014-12-032-5/+0
* minor: Just have one message that displays successful registration of a regio...Justin Clark-Casey (justincc)2014-12-031-5/+5
* Halve the prediction lag for region crossing to improve most flying region cr...Justin Clark-Casey (justincc)2014-11-291-2/+2
* Somewhat improve avatar region crossings by properly preserving velocity when...Justin Clark-Casey (justincc)2014-11-291-20/+24
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-252-17/+17
* Move conditionals which control whether a task is placed in the JobEngine ins...Justin Clark-Casey (justincc)2014-11-251-43/+25
* When processing incoming attachments via HG, if a request for uuid gathering ...Justin Clark-Casey (justincc)2014-11-251-3/+18
* Introduce an IteratingUuidGatherer where each fetch from the asset service (i...Justin Clark-Casey (justincc)2014-11-251-44/+563
* Add naive implementation of controlled incoming HG attachments to manage load.Justin Clark-Casey (justincc)2014-11-252-52/+4
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-252-5/+10
* Add "wearables check" console commandJustin Clark-Casey (justincc)2014-11-251-64/+158
* minor: Correct letter accidentally added to copyright notice on top of Scene....Justin Clark-Casey (justincc)2014-11-251-1/+1
* In Scene.AddNewAgent(), avoid a situation where an exception can result in a ...Justin Clark-Casey (justincc)2014-11-251-11/+23
* If JobEngine is active, then use it to copy/rez attachments for an avatar ent...Justin Clark-Casey (justincc)2014-11-251-22/+62
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-2525-25/+0
* Eliminate a few unnecessary calculations in the maintenance loop.Justin Clark-Casey (justincc)2014-11-251-7/+17
* Fix recent minor regression where the default frame time wasn't being set if ...Justin Clark-Casey (justincc)2014-11-251-2/+1
* Improve frame time stability by taking a few unnecessary repeated calculation...Justin Clark-Casey (justincc)2014-11-252-21/+42
* Set ThreadPriority on main scene thread to highest.Justin Clark-Casey (justincc)2014-11-251-0/+1
* Temporarily add root agent rez attachments work to job engine if it is runnin...Justin Clark-Casey (justincc)2014-11-251-4/+8
* Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)2014-11-251-1/+1
* refactor: capitalize SOP.moveToTarget() and stopMoveToTarget() in accordance ...Justin Clark-Casey2014-11-192-4/+4
* If calling llStopMoveToTarget() on an in-world prim, don't send an unnecessar...Justin Clark-Casey2014-11-191-2/+1
* Remove SOP.StopMoveToTarget scheduled update which is now being done in SOG.s...Justin Clark-Casey2014-11-191-3/+0
* If llStopMoveToTarget() is called on an attachment, then stop the avatar if i...Justin Clark-Casey2014-11-191-5/+19
* Fix issue where llRemoteLoadScriptPin() would treat 0 (the default) as a vali...Justin Clark-Casey2014-11-111-8/+12
* Fix transferring inventory from prims to agent inventoryMelanie Thielker2014-10-161-6/+11
* Add LSL transaction_result event.Justin Clark-Casey (justincc)2014-10-041-0/+1
* Do not add attachments to the region scene object backup list.Justin Clark-Casey (justincc)2014-10-021-2/+2
* Set appearance refresh to false by default.Justin Clark-Casey (justincc)2014-10-021-1/+1
* Move expired objects cleaning trigger to the maintenance thread of a region r...Justin Clark-Casey (justincc)2014-09-271-20/+23
* Make "generate map" console command also trigger upload to maptiles as well a...Justin Clark-Casey (justincc)2014-09-261-0/+37