aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "removed replacement texture in UDP Texture code. The replacement text...BlueWall2015-03-042-2/+19
* usability fixes for LSL APIFreaky Tech2015-03-041-207/+1409
* simplify llStringToBase64 and llBase64ToStringFreaky Tech2015-03-041-2/+3
* usability fixes for LightShare APIFreaky Tech2015-03-041-41/+328
* corrected bug that viewer cannot correctly fetch ItemData when being a HG vis...Freaky Tech2015-03-031-14/+6
* corrected osMakeNotecard(string data) text length was calculated wrong. The L...Freaky Tech2015-03-031-5/+15
* corrected script notecard parser. It now handles notecards with inventory as ...ft@noemail2015-03-033-10/+18
* Revert "corrected osMakeNotecard(string data) text length was calculated wron...BlueWall2015-03-031-15/+5
* Pickup our version number for the functionBlueWall2015-03-031-1/+1
* added llGetEnv() implementationFreaky Tech2015-03-033-6/+39
* corrected osMakeNotecard(string data) text length was calculated wrong. The L...Freaky Tech2015-03-031-5/+15
* removed replacement texture in UDP Texture code. The replacement texture intr...Freaky Tech2015-03-032-19/+2
* changed llGetMemoryLimit to return 65536 as for Mono LSLFreaky Tech2015-03-031-2/+2
* corrected memory info for scriptsFreaky Tech2015-03-031-6/+6
* corrected llGetStartParameter according to http://wiki.secondlife.com/wiki/Ll...Freaky Tech2015-03-031-0/+2
* corrected llResetScript according to description within LSL wikiFreaky Tech2015-03-031-1/+2
* increased IPv4 TTL of LLUDP SocketsFreaky Tech2015-03-031-0/+11
* Fix erratic Npc movementBlueWall2015-03-021-1/+1
* added missing senderId in GiveInventoryFolder this little mistake prevented p...Freaky Tech2015-03-021-1/+1
* Handle kick user from estate management toolsBlueWall2015-03-011-0/+14
* Correct PRIM_TEXT return value from trans to alpha.Magnuz Binder2015-02-281-1/+1
* Use using constructs on disposable io objects in LLRaw to ensure they are alw...Justin Clark-Casey (justincc)2015-02-281-113/+111
* Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c...Justin Clark-Casey (justincc)2015-02-281-0/+1
* Permit loading of LLRAW files bigger than 256x256 by calculating size based o...Magnuz Binder2015-02-281-1/+9
* Comment out now unused and not properly working private SP.m_leftButtonDown w...Justin Clark-Casey (justincc)2015-02-271-2/+7
* Don't slow down avatar walk speed if camera is changed (e.g. by holding down ...Justin Clark-Casey (justincc)2015-02-271-28/+12
* Don't slide crouching avatar when camera is panned around them with left mous...Justin Clark-Casey (justincc)2015-02-271-1/+3
* Revert "Adding dynamic ossl permission control"BlueWall2015-02-274-119/+0
* Adding dynamic ossl permission controlBlueWall2015-02-274-0/+119
* When an avatar is walking across a region border, force the first AgentUpdate...Justin Clark-Casey (justincc)2015-02-261-5/+18
* minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno...Justin Clark-Casey (justincc)2015-02-251-0/+5
* Fix bug where the uuid gatherer was not inspecting UUIDs for items in an embe...Justin Clark-Casey (justincc)2015-02-252-27/+32
* Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)2015-02-2510-27/+64
* llLookAt(): use non-physical rotation if host prim is a physical attachmentdahlia2015-02-241-1/+1
* Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o...BlueWall2015-02-211-0/+1
* In HGAssetMapper.RewriteSOP(), don't explicitly end the document.Justin Clark-Casey (justincc)2015-02-211-2/+0
* If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ...Justin Clark-Casey (justincc)2015-02-191-2/+27
* Make any exception that gets to LLClientView.ProcessSpecificPacketAsync() tel...Justin Clark-Casey (justincc)2015-02-191-3/+4
* Add the type of the unrecognized node to the HG asset mapping error message i...Justin Clark-Casey (justincc)2015-02-191-1/+3
* Comment out unnecessary "Region Found!" alert message when searching mapdahlia2015-02-181-2/+3
* Add NaN and Infinity tests for SOP Velocity and Acceleration setters.dahlia2015-02-161-5/+13
* Use a boolean flag to signal lookat is running instead of Quaternion.Identity...dahlia2015-02-161-4/+10
* Filter NaN and Infinity values at SOP AngularVelocity setterdahlia2015-02-161-1/+6
* If serialized scene object XML has a SavedScriptState with no UUID, then read...Justin Clark-Casey (justincc)2015-02-111-1/+5
* Somewhat naive implementation of RotationalVelocity setter for ODE. Enables l...dahlia2015-02-071-0/+9
* llLookAt() strength parameter should slow rotation as it is increased. Thanks...dahlia2015-02-071-2/+2
* llLookAt(): reduce and clamp strengh to reduce probability of overshootdahlia2015-02-071-2/+5
* llLookAt() and llRotLookAt(): all orientation updates now done via angular ve...dahlia2015-02-061-17/+28
* Manage Angular Velocity during llLookAt() rotation of physical objectsdahlia2015-02-051-1/+11
* Set angular velocity in physics actor in SceneObjectPart.AngularVelocity sett...dahlia2015-02-051-1/+7