Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DD_Terrain_1.0.4.16_win32.zip | 2020-12-14 | 2.0 MB | |
DD_Terrain_1.0.4.16_src.zip | 2020-12-14 | 2.1 MB | |
readme.txt | 2020-12-14 | 2.4 kB | |
Totals: 3 Items | 4.1 MB | 0 |
//------------------------------------------------------------------------------ // // DD_TERRAIN: A tool for creating Terrains. // Copyright (C) 2020 by Jim Valavanis // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. // //------------------------------------------------------------------------------ // Site : https://sourceforge.net/projects/DD-TERRAIN/ //------------------------------------------------------------------------------ Terrains can be exported as: -RAD (Radix game remake) maps. -GZDoom/K8Vavoom UDMF maps. RELEASE HISTORY Verion 1.0.4.16 (20201214) --------------- Reduce complexity of UDMF maps by merging sectors without slope. Added heightmap resample X2. (limited to the existing deformations) Changed main form layout for better productivity. Added a PK3 file reader. We can now load textures directly from PK3/ZIP files. Zlib library updated to ver. 1.28. Speed optimizations to texture loading. Import terrain texture from an image file on disk. Import heightmap texture from an image file on disk. Added main form size constrains. Select drawing textures from directory path. Hint messages for various tools. Scale slider to select the texture scaling. Information labels in texture preview. Draw terrain with plain color. Added custom cursors. Verion 1.0.3.15 (20201212) --------------- Does not require a PLAYPAL lump inside WADs. Support for [FF_START..FF_END] namespace inside WADs. Copy heightmap to clipboard. Exports screenshots in PNG format. Fixed "Rendered triangles" message in statusbar. Verion 1.0.2.13 (20201211) --------------- Added export option for GZDoom/K8Vavoom UDMF maps Verion 1.0.1.12 (20201210) --------------- Initial release