aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-07* Other then the prim update experiments that are going on now, llTakeControl...Teravus Ovares1-0/+1
2008-05-07* Theoretically, everything is in place for scripted take controls... Theo...Teravus Ovares1-2/+2
2008-05-07while I'm not convinced this is causing my current run awaySean Dague1-18/+21
2008-05-06De-tabify source.Jeff Ames1-12/+12
2008-05-05* Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares1-2/+2
2008-05-02Thank you kindly, Melanie for a patch to solveCharles Krinke1-1/+13
2008-05-01* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...Teravus Ovares1-0/+23
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-1/+1
2008-05-01* Assorted spring cleanings.Adam Frisby2-3/+4
2008-04-30* Sometimes you know, you do something really stupid.Adam Frisby4-4/+4
2008-04-30Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares5-20/+21
2008-04-28wrap a common exception that we get on shutdown of the script engine to keepSean Dague1-4/+9
2008-04-27* Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares1-0/+10
2008-04-25* Implements llTarget, llTargetRemove, at_target(), not_at_target()Teravus Ovares1-4/+7
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-5/+5
2008-04-23* Patch from Melanie. Mantis 0001037: Add various internal plumbing to the...Teravus Ovares1-5/+23
2008-04-22* Implemented NoScript areas (without loosing script state).Teravus Ovares1-9/+13
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby14-75/+20
2008-04-20Removed some script engine noise from consoleTedd Hansen1-1/+1
2008-04-18Mantis #851, 100% CPU on unhandlet HTTP event. Thanks cmickeyb.Tedd Hansen1-9/+21
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-1/+1
2008-04-09From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey1-1/+4
2008-03-25Comment out unused private methods.Jeff Ames1-40/+42
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames1-2/+2
2008-03-18* Applied Grumly57 patch for #781; Thanks, Grumly!lbsa711-7/+7
2008-03-18Patch from DrSchofld (IBM). In his own wordsJustin Clarke Casey1-2/+2
2008-03-18Formatting cleanup.Jeff Ames15-400/+377
2008-03-17Fix a few mono compiler warnings. Minor cleanup.Jeff Ames1-1/+1
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-04Added copyright heaaders. Minor cleanup.Jeff Ames5-22/+5
2008-03-03* Removed a bunch of compiler warnings.Adam Frisby3-3/+3
2008-03-01Thank you very much, Kinoc for:Charles Krinke1-4/+29
2008-02-25Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen6-512/+737
2008-02-25eolTedd Hansen6-727/+727
2008-02-25Step 1 in reorganizing AsyncCommandManagerTedd Hansen7-679/+729
2008-02-25Initial patch for llSensor*Tedd Hansen1-3/+272
2008-02-25I'm the stupidest stupid in the whole world. :)Tedd Hansen1-3/+4
2008-02-22Fix for error message during startup (shared thread started processing region...Tedd Hansen2-1/+4
2008-02-22ScriptEngine works again (startup-nully-error gone)Tedd Hansen4-19/+18
2008-02-22One more: Async LSL command thread is also shared now.Tedd Hansen4-248/+275
2008-02-22Bugfixes - Scripting works againTedd Hansen2-2/+17
2008-02-22Some misplaced code made scripts never start :)Tedd Hansen1-14/+13
2008-02-22Better timing of MaintenanceThread's tasks (uses less CPU)Tedd Hansen1-20/+39
2008-02-22Bugfixes - wasn't counting threads right++Tedd Hansen3-17/+17
2008-02-22Minor annoying Exception-bug fixedTedd Hansen2-2/+3
2008-02-22Execution threads are now shared between regions too. Default thread count re...Tedd Hansen3-242/+229
2008-02-22Maintenance thread in charge of loading/unloading of scripts. 1 thread less p...Tedd Hansen2-17/+28
2008-02-22Now last commit will compile too... The features just keep on coming!Tedd Hansen3-6/+12
2008-02-22From this commit and a few hours into the future ScriptEngine will be unstable:Tedd Hansen5-79/+87