The One With D News and Opinions of the Digital Mars D Programming Language

22Mar/100

DMDScript Now Under Boost License

Walter announced that DMDScript is now available under the Boost license. As part of that change, there is now a DMDScript project set up over at DSource. It seems there are also plans to port the project to D2 once it's released. Great news, if you ask me.

16Jun/090

MiniD 2 Gold

Jarrett has declared MiniD 2 ready for the limelight. He says so much has changed from the first version that it's practically a different language. If you are looking for a scripting language to use with your D apps, do give it a look.

Tagged as: No Comments
5May/090

Monster 0.12

Version 0.12 of the Monster game scripting language has been released. This version is packed with new features. There's a light version of the changelog for those just interested in an overview, and a meatier version for those who want details. And for those who don't yet know, Monster is designed to be used with D or C++, so you don't need to be a D user to benefit from it. But it is currently only released under the GPL v3, so if you are developing a non-GPL project you'll have to look elsewhere.

16Apr/090

Monster’s New Home

Monster Script, the scripting language developed with D and aimed at game developers, is moving to a new website. As of now, the new Monster Wiki is up and running at the new domain. There you'll find tutorials, a language reference, a developer's log and more.

19Jan/090

LuaLib 5.14

Matthias Walter has updated LuaLib to the 5.14 release of Lua. From the NG announcement:

CHANGES:
+ D2 compatibility!
+ includes precompiled lua 5.1.4 that is automatically linked
* several bugfixes

Tagged as: , No Comments