[DM-ann] DungeonMaker 2.01 compiles on gcc3
Brought to you by:
acdalton,
henningsen
From: Henningsen <pe...@al...> - 2002-06-07 12:05:16
|
We have recently released the DungeonMaker version 2, which makes dungeons as well as labyrinths, creates rooms, and can place MOBs and treasure. The code was rewrittem from scratch to use the newer features of C++. Version 2.01 fixes some incompatibilities with the standard that prevent compilation of version 2 with gcc3 or later. These fixes consist of inserting "using namespace std;"-lines, and using the new <xyz> headers instead of the old <xyz.h> versions. Thanks to Tarjei Knapstad for doing this and mailing me the corrected files. Peter Henningsen alifegames.com |