| Commit message (Expand) | Author | Files | Lines |
2008-07-08 | Mantis#1690. Thank you kindly, Melanie for a patch that: | Charles Krinke | 1 | -0/+3 |
2008-06-28 | Mantis#1623. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -5/+12 |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -3/+3 |
2008-05-25 | Thank you very much, Xantor for a patch that: | Charles Krinke | 1 | -0/+4 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -4/+7 |
2008-05-08 | * You can haz more spring cleaning. | Adam Frisby | 1 | -3/+1 |
2008-05-08 | * Some refactorings. | Adam Frisby | 1 | -1/+1 |
2008-05-07 | while I'm not convinced this is causing my current run away | Sean Dague | 1 | -18/+21 |
2008-05-01 | * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc... | Teravus Ovares | 1 | -0/+23 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -4/+2 |
2008-03-25 | Comment out unused private methods. | Jeff Ames | 1 | -40/+42 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -28/+25 |
2008-02-22 | Maintenance thread in charge of loading/unloading of scripts. 1 thread less p... | Tedd Hansen | 1 | -17/+23 |
2008-02-22 | Now last commit will compile too... The features just keep on coming! | Tedd Hansen | 1 | -2/+2 |
2008-02-22 | From this commit and a few hours into the future ScriptEngine will be unstable: | Tedd Hansen | 1 | -26/+23 |
2008-02-21 | "threads" command now works. I've added manual tracking of threads (only if c... | Tedd Hansen | 1 | -0/+1 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 |
2008-02-19 | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 1 | -24/+32 |
2008-02-08 | Make timer events from scripts a little less chatty. | Charles Krinke | 1 | -6/+8 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -3/+3 |
2008-02-03 | Temporarily disabled shared threads because of a bug. Script were only workin... | Tedd Hansen | 1 | -1/+2 |
2008-02-02 | Bugfixes. Now it even reads configuration before it uses it! ;) | Tedd Hansen | 1 | -0/+2 |
2008-02-02 | Added load/unload queue size limit | Tedd Hansen | 1 | -10/+61 |
2008-02-01 | Bugfix, maybe it won't crash during startup and crash somewhere else instead? :) | Tedd Hansen | 1 | -1/+2 |
2008-02-01 | SCRIPTING STILL BROKEN | Tedd Hansen | 1 | -3/+20 |
2008-01-17 | Added data structure to be passed through event execution queue so that event... | Tedd Hansen | 1 | -1/+2 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+1 |
2008-01-12 | Set eol | Tedd Hansen | 1 | -347/+347 |
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 | -454/+346 |
2008-01-05 | Only one queue is used for load/unload of scripts. | Tedd Hansen | 1 | -19/+22 |
2007-12-30 | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 1 | -0/+11 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -31/+34 |
2007-12-12 | Thanks to Alondria for: | Charles Krinke | 1 | -14/+17 |
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 1 | -2/+2 |
2007-11-08 | converted hard-coded chat type values to ChatTypeEnum | Jeff Ames | 1 | -1/+2 |
2007-11-01 | ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s... | Tedd Hansen | 1 | -43/+59 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -50/+51 |
2007-10-05 | getting all our line endings consistant again | Sean Dague | 1 | -1/+1 |
2007-09-18 | * Replaced usage of ClientView with IClientAPI | lbsa71 | 1 | -2/+4 |
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -8/+8 |
2007-09-16 | Implemented: llSetText, llResetScript | Tedd Hansen | 1 | -7/+14 |
2007-09-14 | * Wired up chat so that channel goes into OnChatFromViewer. However: | lbsa71 | 1 | -1/+1 |
2007-09-13 | implement llGetScale and llSetScale | Sean Dague | 1 | -1/+1 |
2007-09-13 | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 1 | -408/+408 |
2007-09-13 | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 1 | -29/+29 |
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 | -6/+18 |
2007-08-26 | Run-time script errors are now shown in-world. No line number though, might r... | Tedd Hansen | 1 | -26/+41 |