aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | [Potentially broken] keyframes changes.. since it's there, use timer forUbitUmarov2012-08-291-115/+165
| | | | | | | | | | | | | | | | | | | | crossing retries and not still another thread, etc...
| | | * | [possible still very broken] mess around keyframes. timer eventsUbitUmarov2012-08-288-115/+311
| | | | | | | | | | | | | | | | | | | | threads overlaps, some null objects exceptions, region crossing...
| | * | | Add a queue with two priority levels. This is a drop in replacement forMelanie2012-08-281-2/+111
| | | | | | | | | | | | | | | | | | | | the BlockingQueue from OMV, but allows two priorities.
| | * | | Fix a nullref while object is being createdMelanie2012-08-281-1/+2
| | |/ /
| | * | fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internalUbitUmarov2012-08-261-2/+2
| | | | | | | | | | | | | | | | DataFormat enum, using values from the KFM constants
| | * | Merge branch 'avination' into ubitworkUbitUmarov2012-08-2511-63/+174
| | |\ \
| | * \ \ Merge branch 'avination' into ubitworkUbitUmarov2012-08-193-1/+12
| | |\ \ \
| * | | | | Make llCollisionSprite not throw anymoreMelanie2012-08-251-1/+2
| | |_|/ / | |/| | |
| * | | | Merge branch 'ubitwork' into avinationMelanie2012-08-246-5/+9
| |\ \ \ \ | | |/ / /
| | * | | let setLinkPrimParams terminate even if there are no more parts.UbitUmarov2012-08-161-2/+3
| | | | |
| | * | | fix vs2010 buildUbitUmarov2012-08-165-3/+6
| | | | |
| * | | | Remove debug spamMelanie2012-08-241-2/+2
| | | | |
| * | | | Fix background inventory loading (Viewer 3) so it won't lag out the simMelanie2012-08-243-51/+107
| | | | |
* | | | | Merge branch 'master' into careminsterMelanie2012-08-2921-167/+786
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
| * | | | implementing rule trackingSignpostMarv2012-08-291-6/+9
| | | | |
| * | | | track originating IScriptApi method for SL-like error messages. Will add ↵SignpostMarv2012-08-293-13/+17
| | | | | | | | | | | | | | | | | | | | rule number tracking in next commit.
| * | | | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where ↵Justin Clark-Casey (justincc)2012-08-2910-52/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | folders with asset type of 'Folder' and 'Unknown' were accidentally treated as system folders. This prevented more than one additional ordinary folder from being created in the base "My Inventory" user folder. Added regression test for this case. Switched tests to use XInventoryService with mostly implemented TestXInventoryDataPlugin rather than InventoryService Disabled TestLoadIarV0_1SameNameCreator() since this has not been working for a very long time (ever since XInventoryService) started being used since it doesnt' preserve creator data in the same way as InventoryService did and so effectively lost the OSPAs. However, nobody noticed/complained about this issue and OSPAs have been superseded by HG like creator information via the --home save oar/iar switch.
| * | | | Add experimental DynamicTextureModule.ReuseTextures flag, currently only ↵Justin Clark-Casey (justincc)2012-08-285-56/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configurable on compile. Disabled (status quo) by default. This flag makes the dynamic texture module reuse cache previously dynamically generated textures given the same input commands and extra params for 24 hours. This occurs as long as those commands would always generate the same texture (e.g. they do not contain commands to fetch data from the web). This makes texture changing faster as a viewer-cached texture uuid is sent and may reduce simulator load in regions with generation of lots of dynamic textures. A downside is that this stops expiry of old temporary dynamic textures from the cache, Another downside is that a jpeg2000 generation that partially failed is currently not regenerated until restart or after 24 hours.
| * | | | Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). ↵Justin Clark-Casey (justincc)2012-08-283-7/+8
| | | | | | | | | | | | | | | | | | | | Remove mismatching ConvertStream() where there is no AsyncConvertStream and neither IDynamicTextureManager implementer implements this method.
| * | | | copying documentation from http://opensimulator.org/wiki/Threat_levelSignpostMarv2012-08-281-0/+59
| | | | |
| * | | | adding some files to .gitignore that get generated when debugging in c# ↵SignpostMarv2012-08-271-0/+4
| | | | | | | | | | | | | | | | | | | | express with OpenSim.32BitLaunch as the startup project
| * | | | formattingSignpostMarv2012-08-271-22/+22
| | | | |
| * | | | refactoring to load from self (fixes ChanneDigger being absent)SignpostMarv2012-08-271-5/+11
| | | | |
| * | | | refactoring to assign the first argument to a variableSignpostMarv2012-08-271-4/+5
| | | | |
| * | | | minor: Simplify return of vector render module name and some very minor ↵Justin Clark-Casey (justincc)2012-08-271-4/+3
| | | | | | | | | | | | | | | | | | | | removal of unncessary syntax clutter
| * | | | Add VectorRenderModule.TestRepeatSameDrawDifferentExtraParams()Justin Clark-Casey (justincc)2012-08-271-2/+32
| | | | |
| * | | | Add VectorRenderModuleTests.TestRepeatDrawContainingImage()Justin Clark-Casey (justincc)2012-08-271-0/+31
| | | | |
| * | | | Add VectorRenderModuleTests.TestRepeatDraw()Justin Clark-Casey (justincc)2012-08-271-11/+48
| | | | |
* | | | | Merge branch 'master' into careminsterMelanie2012-08-253-66/+110
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * | | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2012-08-2510-49/+143
| |\ \ \ \
| | * | | | implementing PRIM_LINK_TARGET on GetPrimParams ala SetPrimParamsSignpostMarv2012-08-252-11/+60
| | | | | |
| * | | | | Fix and refactor region registration. Reorder checks to short-curcuit ↵Melanie2012-08-251-25/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expensive and destructive ones. Properly fix region reservation and authentication. Make region moves and flags preservation work again as intended. Prevent failes reservation take-over from damging reservation data.
* | | | | | Minor formatting cleanupMelanie2012-08-251-2/+2
| | | | | |
* | | | | | Merge commit '58714b0aca71ce026226c6f76753905' into careminsterMelanie2012-08-250-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | minor formattingSignpostMarv2012-08-251-2/+2
| | | | | |
* | | | | | Merge commit '5203665bb2d68c6a4e0ea3180334b607db6ab1ce' into careminsterMelanie2012-08-250-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | refactoring to local variable for cleaner codeSignpostMarv2012-08-251-2/+5
| | | | | |
* | | | | | refactoring to local variable for cleaner codeSignpostMarv2012-08-251-2/+5
| | | | | |
* | | | | | Merge commit '2a2e120470ea530ea0a6f035c5cf28247f94532c' into careminsterMelanie2012-08-250-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | since we will be making the Get return type the remaining ruleset as with ↵SignpostMarv2012-08-252-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | the Set return type, we need to move the original return type to a ref param
* | | | | | since we will be making the Get return type the remaining ruleset as with ↵Melanie2012-08-252-137/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Set return type, we need to move the original return type to a ref param Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
* | | | | | Also move the other avatar based overload out of harms wayMelanie2012-08-251-261/+261
| | | | | |
* | | | | | Temprary restructure to avoid conflictsMelanie2012-08-251-183/+183
| | | | | |
* | | | | | Merge commit 'a8044999fb056de0a815093953f82b33d540dd6f' into careminsterMelanie2012-08-250-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | use SceneObjectPart instead of varSignpostMarv2012-08-251-3/+3
| | | | | |
| * | | | | renaming to be similar to equivalent Set commandSignpostMarv2012-08-253-8/+8
| | | | | |
* | | | | | use SceneObjectPart instead of varMelanie2012-08-251-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
* | | | | | renaming to be similar to equivalent Set commandMelanie2012-08-254-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
* | | | | | Merge commit 'a0d178b284050df64d0eb5b9728565fd72615c22' into careminsterMelanie2012-08-259-37/+66
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Following on from f8a89a79, do not allow more than one 'type' folder (e.g. ↵Justin Clark-Casey (justincc)2012-08-251-16/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calling cards) to be created in the base "My Inventory" user folder. This is to accomodate situations where viewers will create more than one 'type' subfolder (e.g. calling cards) But at the same time to prevent multiple such 'system' folders (those in the base "My Inventory" user folder). This also makes GetFolderForType() only return a folder in the base "My Inventory" folder, if such a type folder exists