aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/EventManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-26Remove interfaces that are no longer used from DNEMelanie Thielker1-1/+1
2008-09-25Fix script engine name parsing for DotNetEngine to make that actually workMelanie Thielker1-1/+1
2008-09-25Add an extension to allow registering multiple interfaces of a type withMelanie Thielker1-2/+13
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker1-175/+170
2008-09-23Remove Common/LSL_Types.cs. Both script engines now use a single versionMelanie Thielker1-0/+1
2008-09-22Remove the script engine identifier tag, so the compiler just seesMelanie Thielker1-0/+1
2008-09-22Prevent scripts from running under multiple engines at onceMelanie Thielker1-4/+8
2008-09-21Allows to use the new script engine feature. Begin your script withMelanie Thielker1-0/+9
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker1-21/+29
2008-09-14Mantis#2183. Thank you kindly, Ewe Loon for a patch that addresses:Charles Krinke1-0/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-32/+32
2008-08-27Thank you, salahazar, for a patch that corrects the behavior ofMelanie Thielker1-4/+4
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker1-0/+1
2008-08-07Mantis#1899. Thank you kindly, Cmickeyb for a patch that:Charles Krinke1-2/+2
2008-06-28Mantis#1623. Thank you, Melanie for a patch that:Charles Krinke1-1/+1
2008-06-28Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke1-1/+1
2008-06-10Update svn properties. Formatting cleanup.Jeff Ames1-2/+2
2008-06-08* Fixed it so you can do a lot more llDetected* methods in many additional si...Teravus Ovares1-2/+60
2008-06-05* This sends collision events to the script engine. Teravus Ovares1-8/+77
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