| Commit message (Expand) | Author | Files | Lines |
2008-10-08 | * minor: remove compile warning | Justin Clarke Casey | 1 | -1/+1 |
2008-10-08 | Fix friendly errors in DNE as well | Melanie Thielker | 1 | -11/+10 |
2008-10-05 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -18/+18 |
2008-10-04 | Fix Mantis #2281: touch events in non-default states in DNE work again. | Homer Horwitz | 1 | -1/+1 |
2008-10-04 | Mantis#2316. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -5/+17 |
2008-10-03 | Fix: Mantis#2326: Fix: privilege escalation through attach from ground | Melanie Thielker | 1 | -1/+1 |
2008-10-03 | Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128) | Melanie Thielker | 2 | -0/+22 |
2008-10-03 | Plumb in the start parameter in DNE | Melanie Thielker | 2 | -1/+11 |
2008-10-02 | Mantis #2282. | Homer Horwitz | 1 | -1/+1 |
2008-09-29 | Mantis #2293 | Melanie Thielker | 1 | -0/+3 |
2008-09-28 | Add explicit CultureInfo to the script compile thread in DotNetEngine to | Melanie Thielker | 2 | -0/+7 |
2008-09-28 | Update svn properties. Minor formatting cleanup. Fix a compiler warning. F... | Jeff Ames | 1 | -1/+1 |
2008-09-27 | Stop DNE saying "Loading script" when it's actually unloading. | Melanie Thielker | 1 | -2/+4 |
2008-09-27 | Add friendly error messages to both engines. | Melanie Thielker | 3 | -30/+74 |
2008-09-26 | Kill "Compile successful" message when rezzing prims/wearing attachments | Melanie Thielker | 1 | -2/+2 |
2008-09-26 | Remove another interface that is no longer needed | Melanie Thielker | 6 | -40/+5 |
2008-09-26 | Finishing the code cleanup in DNE, make llDie work again in DNE. | Melanie Thielker | 3 | -236/+263 |
2008-09-26 | DNE code cleanups | Melanie Thielker | 3 | -102/+82 |
2008-09-26 | Adds support for the "Running" checkbox and the "Reset" button, as well as | Melanie Thielker | 1 | -0/+44 |
2008-09-26 | Pluggable API module (XEngine style) support for DNE | Melanie Thielker | 1 | -7/+14 |
2008-09-26 | Compiler Connection! One world, one compiler! | Melanie Thielker | 24 | -47588/+20 |
2008-09-26 | After the last commit, the old Common assembly was still being loaded. | Melanie Thielker | 1 | -2/+2 |
2008-09-26 | Yay! Common/ is gone! One API is achieved! | Melanie Thielker | 4 | -33/+22 |
2008-09-26 | Add per-instance date to DNE to avoid serializing stuff 10 times a second. | Melanie Thielker | 3 | -206/+166 |
2008-09-26 | And another file | Melanie Thielker | 1 | -0/+479 |
2008-09-26 | Pushing the missing file | Melanie Thielker | 1 | -0/+35 |
2008-09-26 | Remove all the subclassing complexity and script server interfaces from | Melanie Thielker | 8 | -18/+2095 |
2008-09-26 | Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs. | Melanie Thielker | 1 | -2/+8 |
2008-09-25 | Fixes an exception that is seen on regions running XEngine, where DNE | Melanie Thielker | 1 | -8/+3 |
2008-09-25 | Convergence is almost complete. This brings the diff between the API to < 10k | Melanie Thielker | 1 | -3/+4 |
2008-09-23 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-09-23 | Refactor BuiltIn_Commands_BaseClass to ScriptBaseClass to ease the later | Melanie Thielker | 2 | -6/+6 |
2008-09-23 | Remove Common/LSL_Types.cs. Both script engines now use a single version | Melanie Thielker | 2 | -4/+6 |
2008-09-23 | Add constants wrapping code from XEngine to DNE. This syncs up the parsers | Melanie Thielker | 3 | -370/+9 |
2008-09-06 | Brushing rust of ye old commit | Tedd Hansen | 2 | -4/+3 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2 | -7/+7 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 6 | -61/+59 |
2008-08-13 | Mantis#1931. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 11 | -257/+1068 |
2008-07-31 | Allow the list hack from issue 1863 to compile, however its behavior is | Mike Mazur | 1 | -7699/+7741 |
2008-07-31 | Allow assignments in if/while/do-while control statements. Fix issue 1862. | Mike Mazur | 1 | -7692/+8011 |
2008-07-31 | Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-while | Mike Mazur | 2 | -10/+14 |
2008-07-27 | Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,... | Mike Mazur | 1 | -20/+19 |
2008-07-27 | Log to console if C# line/column lookup fails. | Mike Mazur | 1 | -1/+2 |
2008-07-24 | Replace the try/catch with a null check. | Mike Mazur | 1 | -6/+3 |
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 1 | -1/+1 |
2008-07-23 | Enable LSL <-> C# source location mapping when reporing compiler errors to th... | Mike Mazur | 1 | -0/+16 |
2008-07-23 | First version of position mapping between LSL <-> C# implemented. | Mike Mazur | 2 | -120/+254 |
2008-07-21 | Mantis#1801. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-07-16 | squashing warnings critters | Dr Scofield | 2 | -1/+10 |
2008-07-16 | Fix issue 1582. The maximum allowable length for a string passed to SimChat i... | Mike Mazur | 1 | -1/+1 |