| Commit message (Expand) | Author | Files | Lines |
2008-09-06 | Brushing rust of ye old commit | Tedd Hansen | 1 | -3/+3 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -6/+6 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -6/+6 |
2008-07-16 | Fix issue 1582. The maximum allowable length for a string passed to SimChat i... | Mike Mazur | 1 | -1/+1 |
2008-07-12 | * On archive loading, tell the user how many objects we are ignoring because ... | Justin Clarke Casey | 1 | -1/+1 |
2008-07-12 | * minor: just some null guards and name changes to make it clearer that prim ... | Justin Clarke Casey | 1 | -9/+16 |
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-06-28 | Mantis#1623. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -1/+7 |
2008-05-28 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-05-26 | This cleans up a merge mess from the earlier checkin and implements llOwnerSa... | Dr Scofield | 1 | -2/+2 |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-05-25 | Thank you very much, Xantor for a patch that: | Charles Krinke | 1 | -2/+28 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-05 | * Unraveled the DEBUG_CHANNEL mystery. | Teravus Ovares | 1 | -1/+1 |
2008-05-01 | * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc... | Teravus Ovares | 1 | -0/+2 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -1/+1 |
2008-04-20 | Removed some script engine noise from console | Tedd Hansen | 1 | -3/+3 |
2008-03-18 | * Applied Grumly57 patch for #781; Thanks, Grumly! | lbsa71 | 1 | -7/+7 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+26 |
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 |