| Commit message (Expand) | Author | Files | Lines |
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 |
2008-07-16 | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 7 | -1121/+2548 |
2008-07-14 | Mantis#1728. Thank you kindly, Mikem for a patch that solves: | Charles Krinke | 1 | -7071/+7644 |
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-11 | Thanks Mike for another LSL compiler patch which fixes a bug where 'vector v=... | Johan Berntsson | 1 | -6947/+7211 |
2008-07-10 | Patch from Mike: errors from the LSL/C# compilers are now reported to the use... | Johan Berntsson | 1 | -1/+1 |
2008-07-09 | Patch from Mike which removes a lexer warning in the LSL compiler. | Johan Berntsson | 1 | -9593/+9326 |
2008-07-08 | another patch from Mike: the llscript compiler is now available in XEngine as... | Johan Berntsson | 2 | -0/+4 |
2008-07-08 | llscript compiler patch from Mike: adds LSL jumps and implicit variable initi... | Johan Berntsson | 4 | -7194/+7574 |
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 3 | -538/+592 |
2008-07-04 | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 1 | -1/+1 |
2008-07-04 | The new llScript-cs parser. Thanks Mike | Johan Berntsson | 5 | -0/+29071 |