| Commit message (Expand) | Author | Age | Files | Lines |
* | Mantis#3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2009-02-23 | 1 | -0/+37 |
* | Refactor log4net logger handling in script engine. (#3148) | Jeff Ames | 2009-02-22 | 1 | -25/+26 |
* | Fix some compiler warnings. Minor formatting cleanup. | Jeff Ames | 2009-02-13 | 1 | -4/+0 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -1/+1 |
* | Mantis #2350 | idb | 2008-12-05 | 1 | -2/+3 |
* | Comment the ScriptSponsor and restore the indefinite lifetime for | Melanie Thielker | 2008-11-29 | 1 | -5/+5 |
* | Attempt to give script objects a proper lease time (DNE and xengine). Relies ... | Tedd Hansen | 2008-11-26 | 1 | -0/+9 |
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 1 | -3/+2 |
* | Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128) | Melanie Thielker | 2008-10-03 | 1 | -0/+17 |
* | Plumb in the start parameter in DNE | Melanie Thielker | 2008-10-03 | 1 | -0/+10 |
* | Add explicit CultureInfo to the script compile thread in DotNetEngine to | Melanie Thielker | 2008-09-28 | 1 | -0/+4 |
* | Stop DNE saying "Loading script" when it's actually unloading. | Melanie Thielker | 2008-09-27 | 1 | -2/+4 |
* | Add friendly error messages to both engines. | Melanie Thielker | 2008-09-27 | 1 | -1/+4 |
* | Kill "Compile successful" message when rezzing prims/wearing attachments | Melanie Thielker | 2008-09-26 | 1 | -2/+2 |
* | Finishing the code cleanup in DNE, make llDie work again in DNE. | Melanie Thielker | 2008-09-26 | 1 | -7/+3 |
* | Pluggable API module (XEngine style) support for DNE | Melanie Thielker | 2008-09-26 | 1 | -7/+14 |
* | Compiler Connection! One world, one compiler! | Melanie Thielker | 2008-09-26 | 1 | -19/+20 |
* | Yay! Common/ is gone! One API is achieved! | Melanie Thielker | 2008-09-26 | 1 | -4/+5 |
* | Add per-instance date to DNE to avoid serializing stuff 10 times a second. | Melanie Thielker | 2008-09-26 | 1 | -189/+140 |
* | Remove all the subclassing complexity and script server interfaces from | Melanie Thielker | 2008-09-26 | 1 | -8/+452 |
* | Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs. | Melanie Thielker | 2008-09-26 | 1 | -2/+8 |
* | Fixes an exception that is seen on regions running XEngine, where DNE | Melanie Thielker | 2008-09-25 | 1 | -8/+3 |
* | Convergence is almost complete. This brings the diff between the API to < 10k | Melanie Thielker | 2008-09-25 | 1 | -3/+4 |
* | Remove Common/LSL_Types.cs. Both script engines now use a single version | Melanie Thielker | 2008-09-23 | 1 | -0/+1 |
* | Brushing rust of ye old commit | Tedd Hansen | 2008-09-06 | 1 | -3/+3 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -6/+6 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -6/+6 |
* | Fix issue 1582. The maximum allowable length for a string passed to SimChat i... | Mike Mazur | 2008-07-16 | 1 | -1/+1 |
* | * On archive loading, tell the user how many objects we are ignoring because ... | Justin Clarke Casey | 2008-07-12 | 1 | -1/+1 |
* | * minor: just some null guards and name changes to make it clearer that prim ... | Justin Clarke Casey | 2008-07-12 | 1 | -9/+16 |
* | Copyright notices and formatting cleanup. | Jeff Ames | 2008-07-06 | 1 | -1/+1 |
* | Mantis#1623. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-28 | 1 | -1/+7 |
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 1 | -2/+2 |
* | This cleans up a merge mess from the earlier checkin and implements llOwnerSa... | Dr Scofield | 2008-05-26 | 1 | -2/+2 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -2/+2 |
* | Thank you very much, Xantor for a patch that: | Charles Krinke | 2008-05-25 | 1 | -2/+28 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -1/+1 |
* | * Unraveled the DEBUG_CHANNEL mystery. | Teravus Ovares | 2008-05-05 | 1 | -1/+1 |
* | * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc... | Teravus Ovares | 2008-05-01 | 1 | -0/+2 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -1/+1 |
* | Removed some script engine noise from console | Tedd Hansen | 2008-04-20 | 1 | -3/+3 |
* | * Applied Grumly57 patch for #781; Thanks, Grumly! | lbsa71 | 2008-03-18 | 1 | -7/+7 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+26 |
* | Ok, so NOW scripts work. New patch to break them coming soon. | Tedd Hansen | 2008-02-24 | 1 | -1/+1 |
* | Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ne... | Tedd Hansen | 2008-02-24 | 1 | -3/+1 |
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -1/+1 |
* | * Marking off which uses of catch (Exception e) is legit and which are not, f... | Adam Frisby | 2008-02-06 | 1 | -3/+3 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -12/+11 |
* | Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't w... | Tedd Hansen | 2008-02-05 | 1 | -1/+0 |
* | Bugfixes. Now it even reads configuration before it uses it! ;) | Tedd Hansen | 2008-02-02 | 1 | -7/+9 |