aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-23Implements llGetParcelPrimOwners()alondria1-2/+12
2008-03-23Implements (I hope): llRemoveFromLandBanList, llRemoveFromLandPassList, llAdd...alondria1-6/+83
2008-03-23Fix llParseString2List bug when separator is longer than 1 character.Jeff Ames1-10/+8
2008-03-22Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ...Jeff Ames1-1/+1
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-1/+1
2008-03-22Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria1-5/+8
2008-03-21Adds in +, -, and / operators for Rotations (and fixes Mantis 671)alondria1-0/+17
2008-03-21Woops - forgot to call m_host.AddScriptLPS(1) in llGetObjectDetails....alondria1-0/+1
2008-03-21Implements llGetObjectDetails()alondria3-0/+95
2008-03-21Implements llKey2Name().alondria1-1/+12
2008-03-21Implemented llOverMyLand() and correct llGetOwnerKey() to properly return the...alondria1-4/+28
2008-03-21* Converted a large number of ASCII encodings to UTF8.Adam Frisby1-1/+0
2008-03-21* Fix for #499: linked primsets don't rotate properly when using a door scrip...Teravus Ovares1-0/+2
2008-03-19* Patch to add llSetLinkPrimitiveParams stubJustin Clarke Casey3-0/+12
2008-03-19* Documentation patch from krtaylor. Thanks!Justin Clarke Casey1-0/+5
2008-03-19Fixed some comparisons of LLUUIDs to null.Jeff Ames1-3/+3
2008-03-18Formatting cleanup.Jeff Ames1-3/+3
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames1-2/+2
2008-03-18* Applied Grumly57 patch for #781; Thanks, Grumly!lbsa713-21/+21
2008-03-18Patch from DrSchofld (IBM). In his own wordsJustin Clarke Casey1-2/+2
2008-03-18Formatting cleanup.Jeff Ames56-1499/+1439
2008-03-17Fix a few mono compiler warnings. Minor cleanup.Jeff Ames1-1/+1
2008-03-17From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague3-90/+370
2008-03-15added some os helper functions for the texture drawing module. see http://ope...MW3-0/+140
2008-03-14* Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)Teravus Ovares1-2/+9
2008-03-14* Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares1-3/+3
2008-03-12there was a single instance where the log4net object was notSean Dague1-1/+1
2008-03-11Refactor out some duplicate code.Jeff Ames2-5/+5
2008-03-11* Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb!Adam Frisby1-2/+2
2008-03-10* Added Linear Acceleration reporting to the ODEPlugin.Teravus Ovares1-2/+1
2008-03-10ODEPluginTeravus Ovares3-0/+20
2008-03-10* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares2-1/+8
2008-03-08Remove two warnings with unused variables.Charles Krinke1-2/+0
2008-03-08Thank you very much, Ldviopeng for :Charles Krinke1-3/+54
2008-03-08Added Frist basic version on the VectorRenderModule, that allows scripts to d...MW3-0/+89
2008-03-08Thank you kindly, Ldviopeng for:Charles Krinke3-3/+130
2008-03-07* Applied patch #719 from lvoidpeng.lbsa711-2/+3
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-57/+3
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames16-80/+41
2008-03-03* Removed a bunch of compiler warnings.Adam Frisby5-5/+4
2008-03-01Thank you very much, Kinoc for:Charles Krinke2-21/+101
2008-02-28From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague1-9/+418
2008-02-25Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen7-519/+744
2008-02-25eolTedd Hansen6-727/+727
2008-02-25Step 1 in reorganizing AsyncCommandManagerTedd Hansen7-679/+729
2008-02-25Initial patch for llSensor*Tedd Hansen2-22/+397
2008-02-25I'm the stupidest stupid in the whole world. :)Tedd Hansen2-22/+23
2008-02-25Update svn properties.Jeff Ames1-2216/+2216
2008-02-24Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander o...Tedd Hansen1-0/+12
2008-02-24Fixed startup logo size to match a Win CMD window.Tedd Hansen1-18/+160