aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-27Thank you, Orion_Shamroy, for a patch to expand notecard readingMelanie Thielker3-31/+136
2009-04-27Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine andMelanie Thielker3-0/+93
2009-04-27Add copyright headers. Formatting cleanup.Jeff Ames1-20/+17
2009-04-26Thank you kindly, Ewe Loon, for a patch that solves:Charles Krinke1-0/+39
2009-04-22cleaning up, fixing warningsDr Scofield1-6/+4
2009-04-22Fix loading notecards from LSL. The first time a notecard was accessed, theMelanie Thielker1-49/+21
2009-04-20Prevent a null ref if a notecard is not foundMelanie Thielker1-0/+6
2009-04-19Terrain changes done via osTerrainSetHeight aren't shown immediately to the c...Homer Horwitz3-36/+56
2009-04-18Allow reading of notecards by asset ID.Melanie Thielker1-52/+108
2009-04-18Obtain the owner name for the X-SecondLife-Owner-Name header in llHTTPRequest...idb1-1/+7
2009-04-17Correct detected rotation to return the same value as llGetRot in the object ...idb1-1/+1
2009-04-17* Also use the profile cache for osKey2Name()Justin Clarke Casey1-4/+4
2009-04-17* Use cached user profiles in osAvatarName2Key()Justin Clarke Casey1-4/+5
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-1/+1
2009-04-17* Some more work on refactoring configs;lbsa711-1/+1
2009-04-15Convert both script engines to new region module format. Add proper unloadMelanie Thielker2-1/+9
2009-04-12Actually remove the script if it tries to remove itself.Melanie Thielker3-5/+28
2009-04-11Adding a script event, changed(CHANGED_ANIMATION)Melanie Thielker1-0/+1
2009-04-10Introduce IXmlRpcRouter, an interface that allows registering XMLRPCMelanie Thielker1-0/+3
2009-04-10Add events to IScriptEngine to notify scripting modules of the removalMelanie Thielker1-2/+5
2009-04-10Thank you, OwenOyen, for a patch that corrects the behavior of llRot2Euler.Melanie Thielker1-2/+2
2009-04-10* Apply http://opensimulator.org/mantis/view.php?id=3432Justin Clarke Casey1-3/+5
2009-04-09* Tagged long running tests with LongRunningAttribute.lbsa711-5/+5
2009-04-09From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague3-0/+53
2009-04-09* Fixed a number of culture-variant bugs in lsl implicit type conversions.lbsa711-9/+11
2009-04-09* argh. reverted untested fix that snuck into the last commitlbsa711-2/+1
2009-04-09* tagged some more database tests as suchlbsa711-1/+2
2009-04-08Correct unit test for llAngleBetween()Dahlia Trimble2-7/+3
2009-04-07* minor: remove some mono compiler warningsJustin Clarke Casey1-12/+11
2009-04-07* Remove unnecessary build dependencies on the ExamplemoneyModule stub. Teravus Ovares1-1/+0
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3406Justin Clarke Casey1-0/+2
2009-04-07temporarily revert llanglebetween patch until unit test can be updated - affe...Dahlia Trimble1-2/+2
2009-04-07remove defective test criteria from unit test for llAngleBetweenDahlia Trimble1-4/+4
2009-04-07Thanks Ewe Loon for Mantis #3007 - llAngleBetween is producing numbers greate...Dahlia Trimble1-1/+4
2009-04-06Add copyright headers, formatting cleanup.Jeff Ames1-19/+19
2009-04-05Thanks BlueWall for a patch that adds Hypergrid dynamic linking to osTeleport...diva2-0/+21
2009-04-04Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz1-1/+12
2009-04-02Fix a nullref when compiling non-LSL scriptsMelanie Thielker1-5/+8
2009-04-02Correct llSetPrimitiveParams to check for a texture in inventory when setting...idb1-17/+17
2009-03-31* Refactored out and de-duplicated Base64ToString(string)lbsa711-8/+2
2009-03-31Thank you kindly, MCortez for a patch that:Charles Krinke3-1/+65
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames2-29/+28
2009-03-29Thank you Flyte Xevious for Mantis #3361 - Implementation of llEdgeOfWorldDahlia Trimble1-2/+60
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-1/+1
2009-03-27* minor: remove one mono compiler warningJustin Clarke Casey1-1/+1
2009-03-26Read the .map files in on sim startup. Also clean them up when an assemblyMelanie Thielker1-1/+29
2009-03-26Avoid preprocessing scripts on region restart just to generate the lineMelanie Thielker1-11/+23
2009-03-26Avoid writing script state to the filesystem if the state has not changed.Melanie Thielker1-14/+19
2009-03-26 - adding osGetAgents() which returns a list of all avatars in the regionDr Scofield3-46/+79
2009-03-25cleanupDr Scofield1-1/+0