| Commit message (Expand) | Author | Files | Lines |
2008-02-24 | Ok, so NOW scripts work. New patch to break them coming soon. | Tedd Hansen | 1 | -1/+1 |
2008-02-24 | Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ne... | Tedd Hansen | 1 | -3/+1 |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -1/+1 |
2008-02-06 | * Marking off which uses of catch (Exception e) is legit and which are not, f... | Adam Frisby | 1 | -3/+3 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -12/+11 |
2008-02-05 | Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't w... | Tedd Hansen | 1 | -1/+0 |
2008-02-02 | Bugfixes. Now it even reads configuration before it uses it! ;) | Tedd Hansen | 1 | -7/+9 |
2008-02-02 | Added header/footer of scripts to make C# and VB scripts much easier to write. | Tedd Hansen | 1 | -0/+3 |
2008-02-02 | Added load/unload queue size limit | Tedd Hansen | 1 | -3/+3 |
2008-02-02 | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 1 | -3/+8 |
2008-02-02 | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 1 | -8/+8 |
2008-02-01 | SCRIPTING STILL BROKEN | Tedd Hansen | 1 | -1/+1 |
2008-01-21 | Small bug in ResetScript | Tedd Hansen | 1 | -7/+1 |
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 | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 1 | -366/+72 |
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 |
2007-08-26 | Fixed bug that occurs sometimes on script unload where queued script event wa... | Tedd Hansen | 1 | -1/+10 |
2007-08-25 | Script compiler should now show error on correct line number in original LSL-... | Tedd Hansen | 1 | -0/+2 |
2007-08-25 | Removal of script that was unable to compile no longer crashes server. | Tedd Hansen | 1 | -11/+40 |
2007-08-25 | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 1 | -8/+10 |
2007-08-25 | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 1 | -19/+104 |
2007-08-22 | Debug shows how many bytes (total) a script (assembly) uses after compile and... | Tedd Hansen | 1 | -4/+4 |
2007-08-22 | GC.GetTotalMemory(true) was blocking. | Tedd Hansen | 1 | -4/+7 |
2007-08-22 | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 1 | -74/+54 |
2007-08-20 | Some minor changes + krinkec's updates to ll* functions. | Tedd Hansen | 1 | -1/+1 |
2007-08-19 | Added "StopScriot()" to ScriptManager. Stops Executor from executing events i... | Tedd Hansen | 1 | -33/+36 |
2007-08-19 | Code comments on recent changes in EventQueueManager | Tedd Hansen | 1 | -3/+3 |
2007-08-19 | Added event method invoke cache to Executor. "Bind once, Invoke multiple time... | Tedd Hansen | 1 | -2/+12 |
2007-08-19 | Moved script loading from ScriptManager to AppDomainManager. Now increases sc... | Tedd Hansen | 1 | -28/+2 |
2007-08-18 | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 1 | -66/+14 |
2007-08-18 | Scripts are working again. Scripts are now loaded into limited AppDomains (no... | Tedd Hansen | 1 | -52/+58 |