aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/EventManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-18* Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule.Adam Frisby1-0/+1
2008-05-14Formatting cleanup.Jeff Ames1-2/+2
2008-05-11* Changed implicit string conversion to LSL_Types.LSLString in money event of...Teravus Ovares1-1/+1
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-01* Assorted spring cleanings.Adam Frisby1-1/+0
2008-04-30* Sometimes you know, you do something really stupid.Adam Frisby1-1/+1
2008-04-30Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares1-11/+12
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-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+1
2008-04-09From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey1-1/+4
2008-03-18Formatting cleanup.Jeff Ames1-29/+26
2008-03-14* Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares1-3/+3
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-10state_entry is now executed on state change.Tedd Hansen1-0/+6
2008-02-05Converted logging to use log4net.Jeff Ames1-3/+1
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-2/+19
2008-01-17Added data structure to be passed through event execution queue so that event...Tedd Hansen1-32/+32
2008-01-17* Added and implemented the LSL changed event.Teravus Ovares1-0/+7
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-12Set eolTedd Hansen1-259/+259
2008-01-12Added license to new filesTedd Hansen1-2/+3
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-258/+258
2008-01-12ScriptServer communication is ok. Script is creatd on onrez. But since it can...Tedd Hansen1-21/+45
2008-01-05Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.Tedd Hansen1-1/+1
2007-12-30server->script event path almost ready for remote scriptengine (translation t...Tedd Hansen1-34/+36
2007-12-30Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen1-0/+13
2007-12-27* Optimized usingslbsa711-1/+1
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-10-30* Optimized usingslbsa711-42/+131
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-09-20* Rewired Touch to route to group/part (Still triggering EventManager as well)lbsa711-3/+3
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-131/+131
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-3/+3
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-28startup event on script added to object, not all inside object.Tedd Hansen1-4/+0
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-1/+0
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-2/+4
2007-08-23Lowered priority of script threads. Executing state_entry() event on script rez.Tedd Hansen1-1/+1
2007-08-22GC.GetTotalMemory(true) was blocking.Tedd Hansen1-6/+3
2007-08-22Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em...Tedd Hansen1-1/+3
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen1-5/+33
2007-08-18Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen1-0/+1
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen1-1/+3
2007-08-16* Now sending manager, host and root host to Script in constructor.lbsa711-1/+1
2007-08-14Removed some debugging. Removed *.lso from project include in prebuild.xml.Tedd Hansen1-1/+1
2007-08-14llSay() works again. Cleanup of debug messages.Tedd Hansen1-1/+1