Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mantis #2293 | Melanie Thielker | 2008-09-29 | 1 | -0/+3 |
| | | | | | | Same fix for the DNE | ||||
* | Add explicit CultureInfo to the script compile thread in DotNetEngine to | Melanie Thielker | 2008-09-28 | 1 | -0/+3 |
| | | | | | | ensure that scripts will compile on nonenglish systems | ||||
* | Update svn properties. Minor formatting cleanup. Fix a compiler warning. ↵ | Jeff Ames | 2008-09-28 | 1 | -1/+1 |
| | | | | Fix a UUID vs null comparison. | ||||
* | Add friendly error messages to both engines. | Melanie Thielker | 2008-09-27 | 1 | -29/+63 |
| | |||||
* | Remove another interface that is no longer needed | Melanie Thielker | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | Finishing the code cleanup in DNE, make llDie work again in DNE. | Melanie Thielker | 2008-09-26 | 1 | -189/+170 |
| | | | | | | Add some compile messages from XEngine into DNE as well. | ||||
* | Remove all the subclassing complexity and script server interfaces from | Melanie Thielker | 2008-09-26 | 1 | -0/+381 |
DNE and move all of DNE into the DotNetEngine directory. Remove references that would cause the script runtime to load the entire engine + scene into each script appdomain. This might help DNE memory consumption. |