| Commit message (Expand) | Author | Files | Lines |
2008-06-28 | Mantis#1623. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-06-28 | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 1 | -1/+1 |
2008-06-10 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-06-08 | * Fixed it so you can do a lot more llDetected* methods in many additional si... | Teravus Ovares | 1 | -2/+60 |
2008-06-05 | * This sends collision events to the script engine. | Teravus Ovares | 1 | -8/+77 |
2008-05-18 | * Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule. | Adam Frisby | 1 | -0/+1 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-05-11 | * Changed implicit string conversion to LSL_Types.LSLString in money event of... | Teravus Ovares | 1 | -1/+1 |
2008-05-07 | * Other then the prim update experiments that are going on now, llTakeControl... | Teravus Ovares | 1 | -0/+1 |
2008-05-07 | * Theoretically, everything is in place for scripted take controls... Theo... | Teravus Ovares | 1 | -2/+2 |
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 1 | -1/+0 |
2008-04-30 | * Sometimes you know, you do something really stupid. | Adam Frisby | 1 | -1/+1 |
2008-04-30 | Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e... | Teravus Ovares | 1 | -11/+12 |
2008-04-27 | * Patch from XenReborn to make remove-region work properly without needing to... | Teravus Ovares | 1 | -0/+10 |
2008-04-25 | * Implements llTarget, llTargetRemove, at_target(), not_at_target() | Teravus Ovares | 1 | -4/+7 |
2008-04-24 | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 1 | -5/+5 |
2008-04-23 | * Patch from Melanie. Mantis 0001037: Add various internal plumbing to the... | Teravus Ovares | 1 | -5/+23 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -1/+1 |
2008-04-09 | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 1 | -1/+4 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -29/+26 |
2008-03-14 | * Preliminary work with the ODEPlugin to collect collision data. | Teravus Ovares | 1 | -3/+3 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 |
2008-02-10 | state_entry is now executed on state change. | Tedd Hansen | 1 | -0/+6 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -3/+1 |
2008-02-01 | SCRIPTING STILL BROKEN | Tedd Hansen | 1 | -2/+19 |
2008-01-17 | Added data structure to be passed through event execution queue so that event... | Tedd Hansen | 1 | -32/+32 |
2008-01-17 | * Added and implemented the LSL changed event. | Teravus Ovares | 1 | -0/+7 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+1 |
2008-01-12 | Set eol | Tedd Hansen | 1 | -259/+259 |
2008-01-12 | Added license to new files | Tedd Hansen | 1 | -2/+3 |
2008-01-12 | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 1 | -258/+258 |
2008-01-12 | ScriptServer communication is ok. Script is creatd on onrez. But since it can... | Tedd Hansen | 1 | -21/+45 |
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 1 | -1/+1 |
2007-12-30 | server->script event path almost ready for remote scriptengine (translation t... | Tedd Hansen | 1 | -34/+36 |
2007-12-30 | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 1 | -0/+13 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 |
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 1 | -2/+2 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -42/+131 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 1 | -1/+1 |
2007-09-20 | * Rewired Touch to route to group/part (Still triggering EventManager as well) | lbsa71 | 1 | -3/+3 |
2007-09-13 | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 1 | -131/+131 |
2007-09-13 | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 1 | -3/+3 |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 |
2007-08-28 | startup event on script added to object, not all inside object. | Tedd Hansen | 1 | -4/+0 |
2007-08-25 | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 1 | -1/+0 |
2007-08-25 | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 1 | -2/+4 |
2007-08-23 | Lowered priority of script threads. Executing state_entry() event on script rez. | Tedd Hansen | 1 | -1/+1 |
2007-08-22 | GC.GetTotalMemory(true) was blocking. | Tedd Hansen | 1 | -6/+3 |
2007-08-22 | Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em... | Tedd Hansen | 1 | -1/+3 |
2007-08-22 | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 1 | -5/+33 |