home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / deu53b9.zip / deu / README.1ST < prev    next >
Text File  |  1995-06-16  |  5KB  |  83 lines

  1. This archive (deu53b9.zip) contains the source code and a sample executable
  2. for DEU 5.3 beta 9.  If you have a copy of a previous beta version, please
  3. delete it and use this one instead.  Likewise, when the next beta (or the
  4. final version) is released, please delete this file and use the newer version.
  5.  
  6. The compiled version (DEU.EXE) included in this archive was compiled with
  7. GCC (DJGPP 1.12m3).  The DOS extender GO32.EXE is included too, but not the
  8. graphics drivers.  If you don't have any graphics drivers for DJGPP, you
  9. should get them either from DEU521GCC.ZIP (the GCC version of DEU 5.21) or
  10. from any SimTel FTP mirror (such as oak.oakland.edu), in /pub/msdos/djgpp/.
  11. If you are not familiar with DJGPP and GO32, you should read the DJGPP FAQ
  12. or the documentation included in DEU521GCC.ZIP.  Do not forget to customize
  13. and execute RUNME.BAT before starting DEU.
  14.  
  15. If you have a C compiler, you may also recompile DEU, using another DOS
  16. extender if necessary.  DEU should compile and run with Turbo C 3.0, Borland
  17. C 3.1, 4.0 and 4.5, DJGPP (GCC + GO32) and Watcom C.  You may also compile
  18. DEU under Linux, using the SVGA graphics library, or under any UNIX system
  19. using X11 (including Linux).  There is also a specific support for Silicon
  20. Graphics machines using GL.  All you have to do if you want to use a different
  21. graphics library is to use the right version of G_GFX???.C and G_MOU???.C when
  22. you compile.  Read the file INSTALL in the source directory for more
  23. information.  Note: please do not ask us how to compile or how to use DEU.  We
  24. are busy working on the program and if you have a problem you'd better wait for
  25. the next version instead of e-mailing us.  Thanks for your understanding.
  26.  
  27. This beta version is NOT a fully working version of DEU 5.3.  If you look
  28. at the source code, you will discover many features that are currently not
  29. integrated in the user interface.  Some of these features have been commented
  30. out, enclosed between #ifdefs, or are simply not called from the user
  31. interface (the functions are there, but not used).  All these features will be
  32. available in the official release of DEU 5.3, and maybe in the next beta
  33. version(s).
  34.  
  35. Since this is only a temporary version of the code, please do NOT send
  36. bug reports: we know what is missing and what does not work yet; we only
  37. need some time to write the missing parts of the code.  You may submit
  38. patches, though.  If you think that some part of the code could be improved
  39. and you know how to do it, feel free to write a patch and send it to us.
  40. But it is also possible that by the time you send it, a new version of
  41. DEU is released with the code already modified...
  42.  
  43. Known bugs and missing features:
  44. - Using the mouse on a scrollbar or in a list will crash or freeze the
  45.   program.  Use the keyboard instead.
  46. - The map is redrawn everytime an object is moved on the map (like in
  47.   DEU 5.21).
  48. - The statistics (WAD rating) are not reliable.  They will crash the program
  49.   when used on a large map.
  50. - Using cut/copy/paste will crash the program in some cases.
  51. - The dialog boxes for editing the LineDefs and SideDefs have not been
  52.   re-designed yet.  Editing the textures or trigger effect of a LineDef takes
  53.   a lot of time and patience...
  54. - The menu entry for Undo/Redo does not display the name of the operation
  55.   to be undone, although it is stored with the undo data.
  56. - There is only one level of "undo" (Ctrl-U).
  57. - There is no way (from the user interface) to change the mask for Things.
  58. - When merging two LineDefs, the SideDefs are not modified correctly.
  59. - The library of common shapes (templates) is not included in the archive
  60.   and not available in the user interface.
  61. - The styles (themes) and macros for texture names are not fully implemented.
  62. - the 3D preview module (prev_3d.c a.k.a. preview.c for SGI) has not been
  63.   included in the archive.
  64. - You can only load one map at a time, although the code has been modified
  65.   to support simultaneous editing of multiple maps.
  66. - You can only have one window open at a time, although the code supports
  67.   multiple windows.
  68. - The reject data is not rebuilt correctly: even in "normal" mode, some
  69.   monsters will no attack the player.
  70. - I haven't had the time to add the new LineDef and Sector types for Heretic.
  71. - ...
  72.  
  73. Please read the INSTALL file for some comments about compiling and installing
  74. DEU.  The file REAME.OLD contains old stuff that could be interesting for you
  75. if you want to know more about the source code.  For more information, read
  76. the source code and try to understand what it does...
  77.  
  78. Remember that we distribute this beta version because some users (including
  79. you?) wanted to try it, but we do not need feedback yet.  We will let you
  80. know in the next beta version if we want bug reports or not.  If you have
  81. any questions, you may post them on rec.games.computer.doom.editing (the
  82. newsgroup for Doom editing techniques) but do not e-mail us directly.
  83.