Circular-Studios / Dash

A free and open 3D game engine written in D.
https://circularstudios.com/Dash
MIT License
421 stars 63 forks source link

Added support for compiling under dmd v2.066 #210

Closed ColdenCullen closed 10 years ago

ColdenCullen commented 10 years ago

Also maintains compatibility with 2.065.

ColdenCullen commented 10 years ago

Looks like tinyendian doesn't build under 2.066. I'll see if I can fix it and PR it.

ColdenCullen commented 10 years ago

Just kidding, he uses @nogc. I guess we just shouldn't merge this until we're ready to accept our 2.066 overlords and never look back.

ColdenCullen commented 10 years ago

Never mind, Travis is now building our things with DMD 2.066, so we're cool to merge whenever.