Re: DMD 1.037 and 2.020 releases

2008-12-01 Thread Pablo Ripolles
Walter Bright Wrote: Pablo Ripolles wrote: I've been following the same procedure (mutatis mutandi) with versions 2.020 and 2.019, only the latter worked. Clearly there must be some issue related with the druntime lib which I am missing in the installation procedure. Any idea? I

Re: OpenMW 0.5 and Monster 0.10

2008-12-01 Thread Nicolay Korslund
Digited Wrote: Nicolay Korslund Wrote: My two pet D projects have spawned new releases: OpenMW 0.5 and Monster 0.10. I hope one day a project like this could use MoonGlide... (http://moonglide.googlecode.com/) We're already well entrenched with OGRE for OpenMW, but for the record I

Re: Scope storage class

2008-12-01 Thread Sergey Gromov
Mon, 01 Dec 2008 10:26:31 -0700, Russell Lewis wrote: The thing to remember is that scope is *not* transitive. Scope limits the most shallow reference, *not* not anything deeper. It is perfectly valid to have a scope pointer to a non-scope thing. The point of scope is to enforce that