| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added header/footer of scripts to make C# and VB scripts much easier to write. | Tedd Hansen | 2008-02-02 | 1 | -0/+3 |
* | Added load/unload queue size limit | Tedd Hansen | 2008-02-02 | 1 | -3/+3 |
* | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 2008-02-02 | 1 | -3/+8 |
* | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 2008-02-02 | 1 | -8/+8 |
* | SCRIPTING STILL BROKEN | Tedd Hansen | 2008-02-01 | 1 | -1/+1 |
* | Small bug in ResetScript | Tedd Hansen | 2008-01-21 | 1 | -7/+1 |
* | Added data structure to be passed through event execution queue so that event... | Tedd Hansen | 2008-01-17 | 1 | -1/+2 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -1/+1 |