aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implements llGetParcelPrimOwners()alondria2008-03-231-2/+12
* Implements (I hope): llRemoveFromLandBanList, llRemoveFromLandPassList, llAdd...alondria2008-03-231-6/+83
* Fix llParseString2List bug when separator is longer than 1 character.Jeff Ames2008-03-231-10/+8
* Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ...Jeff Ames2008-03-221-1/+1
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-1/+1
* Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria2008-03-221-5/+8
* Adds in +, -, and / operators for Rotations (and fixes Mantis 671)alondria2008-03-211-0/+17
* Woops - forgot to call m_host.AddScriptLPS(1) in llGetObjectDetails....alondria2008-03-211-0/+1
* Implements llGetObjectDetails()alondria2008-03-213-0/+95
* Implements llKey2Name().alondria2008-03-211-1/+12
* Implemented llOverMyLand() and correct llGetOwnerKey() to properly return the...alondria2008-03-211-4/+28
* * Converted a large number of ASCII encodings to UTF8.Adam Frisby2008-03-211-1/+0
* * Fix for #499: linked primsets don't rotate properly when using a door scrip...Teravus Ovares2008-03-211-0/+2
* * Patch to add llSetLinkPrimitiveParams stubJustin Clarke Casey2008-03-193-0/+12
* * Documentation patch from krtaylor. Thanks!Justin Clarke Casey2008-03-191-0/+5
* Fixed some comparisons of LLUUIDs to null.Jeff Ames2008-03-191-3/+3
* Formatting cleanup.Jeff Ames2008-03-181-3/+3
* Formatting cleanup. Minor refactoring.Jeff Ames2008-03-181-2/+2
* * Applied Grumly57 patch for #781; Thanks, Grumly!lbsa712008-03-183-21/+21
* Patch from DrSchofld (IBM). In his own wordsJustin Clarke Casey2008-03-181-2/+2
* Formatting cleanup.Jeff Ames2008-03-1856-1499/+1439
* Fix a few mono compiler warnings. Minor cleanup.Jeff Ames2008-03-171-1/+1
* From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague2008-03-173-90/+370
* added some os helper functions for the texture drawing module. see http://ope...MW2008-03-153-0/+140
* * Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)Teravus Ovares2008-03-141-2/+9
* * Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares2008-03-141-3/+3
* there was a single instance where the log4net object was notSean Dague2008-03-121-1/+1
* Refactor out some duplicate code.Jeff Ames2008-03-112-5/+5
* * Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb!Adam Frisby2008-03-111-2/+2
* * Added Linear Acceleration reporting to the ODEPlugin.Teravus Ovares2008-03-101-2/+1
* ODEPluginTeravus Ovares2008-03-103-0/+20
* * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares2008-03-102-1/+8
* Remove two warnings with unused variables.Charles Krinke2008-03-081-2/+0
* Thank you very much, Ldviopeng for :Charles Krinke2008-03-081-3/+54
* Added Frist basic version on the VectorRenderModule, that allows scripts to d...MW2008-03-083-0/+89
* Thank you kindly, Ldviopeng for:Charles Krinke2008-03-083-3/+130
* * Applied patch #719 from lvoidpeng.lbsa712008-03-071-2/+3
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-57/+3
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-0416-80/+41
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-035-5/+4
* Thank you very much, Kinoc for:Charles Krinke2008-03-012-21/+101
* From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague2008-02-281-9/+418
* Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen2008-02-257-519/+744
* eolTedd Hansen2008-02-256-727/+727
* Step 1 in reorganizing AsyncCommandManagerTedd Hansen2008-02-257-679/+729
* Initial patch for llSensor*Tedd Hansen2008-02-252-22/+397
* I'm the stupidest stupid in the whole world. :)Tedd Hansen2008-02-252-22/+23
* Update svn properties.Jeff Ames2008-02-251-2216/+2216
* Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander o...Tedd Hansen2008-02-241-0/+12
* Fixed startup logo size to match a Win CMD window.Tedd Hansen2008-02-241-18/+160