aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-26Yay! Common/ is gone! One API is achieved!Melanie Thielker1-4/+5
2008-09-26Add per-instance date to DNE to avoid serializing stuff 10 times a second.Melanie Thielker1-189/+140
2008-09-26Remove all the subclassing complexity and script server interfaces fromMelanie Thielker1-8/+452
2008-09-26Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker1-2/+8
2008-09-25Fixes an exception that is seen on regions running XEngine, where DNEMelanie Thielker1-8/+3
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker1-3/+4
2008-09-23Remove Common/LSL_Types.cs. Both script engines now use a single versionMelanie Thielker1-0/+1
2008-09-06Brushing rust of ye old commitTedd Hansen1-3/+3
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-6/+6
2008-08-18Formatting cleanup.Jeff Ames1-6/+6
2008-07-16Fix issue 1582. The maximum allowable length for a string passed to SimChat i...Mike Mazur1-1/+1
2008-07-12* On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey1-1/+1
2008-07-12* minor: just some null guards and name changes to make it clearer that prim ...Justin Clarke Casey1-9/+16
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+1
2008-06-28Mantis#1623. Thank you, Melanie for a patch that:Charles Krinke1-1/+7
2008-05-28Formatting cleanup.Jeff Ames1-2/+2
2008-05-26This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield1-2/+2
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-2/+2
2008-05-25Thank you very much, Xantor for a patch that:Charles Krinke1-2/+28
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-05* Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares1-1/+1
2008-05-01* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...Teravus Ovares1-0/+2
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+1
2008-04-20Removed some script engine noise from consoleTedd Hansen1-3/+3
2008-03-18* Applied Grumly57 patch for #781; Thanks, Grumly!lbsa711-7/+7
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-24Ok, so NOW scripts work. New patch to break them coming soon.Tedd Hansen1-1/+1
2008-02-24Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ne...Tedd Hansen1-3/+1
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-1/+1
2008-02-06* Marking off which uses of catch (Exception e) is legit and which are not, f...Adam Frisby1-3/+3
2008-02-05Converted logging to use log4net.Jeff Ames1-12/+11
2008-02-05Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't w...Tedd Hansen1-1/+0
2008-02-02Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen1-7/+9
2008-02-02Added header/footer of scripts to make C# and VB scripts much easier to write.Tedd Hansen1-0/+3
2008-02-02Added load/unload queue size limitTedd Hansen1-3/+3
2008-02-02Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen1-3/+8
2008-02-02Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen1-8/+8
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-1/+1
2008-01-21Small bug in ResetScriptTedd Hansen1-7/+1
2008-01-17Added data structure to be passed through event execution queue so that event...Tedd Hansen1-1/+2
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-366/+72
2008-01-05Only one queue is used for load/unload of scripts.Tedd Hansen1-19/+22
2007-12-30Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen1-0/+11
2007-12-27* Optimized usingslbsa711-31/+34
2007-12-12Thanks to Alondria for:Charles Krinke1-14/+17
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-11-08converted hard-coded chat type values to ChatTypeEnumJeff Ames1-1/+2
2007-11-01ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...Tedd Hansen1-43/+59
2007-10-30* Optimized usingslbsa711-50/+51