aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/AsyncCommandPlugins/SensorRepeat.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames1-2/+2
2008-03-18Patch from DrSchofld (IBM). In his own wordsJustin Clarke Casey1-2/+2
structs (such as LLUUID) are considered values by mono. comparing them against null makes no sense and the mono compiler will flag that as evaluating to always false --- except if "cleverly" disguised. the attached patch fixes such an occurrence in OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/AsyncCommandPlugins/SensorRepeat.cs. [yes, i'm on a crusade against comparing structs against null, go ask jradford from libsl ;-)]
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-17Fix a few mono compiler warnings. Minor cleanup.Jeff Ames1-1/+1
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames1-9/+1
2008-03-01Thank you very much, Kinoc for:Charles Krinke1-4/+29
* Impelements llInstantMessage * Reimplements llOwnerSay as llInstantMessage(llGetOWner(),msg). * Try's to better identify the "True Name" of objects in llDetectedName by checking for avatar name, scene Object Part name and entity name. * Uses similar logic in the llSensor and llSensorRepeat functions.
2008-02-25Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen1-3/+304
2008-02-25eolTedd Hansen1-10/+10
2008-02-25Step 1 in reorganizing AsyncCommandManagerTedd Hansen1-0/+10