home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / programs / deu51b3 / deu51b3.txt < prev    next >
Text File  |  1994-04-22  |  6KB  |  111 lines

  1. DEU 5.1 BETA3 - THIS IS A BETA VERSION.  PLEASE DO NOT DISTRIBUTE IT!
  2.  
  3. Bugs fixed since 5.00:
  4. ----------------------
  5. - Better Nodes builder!
  6. - The "check cross-references" option should now work as expected.
  7. - No more problems with the vertices when you save with 'F2' or 'Q', even if
  8.   you don't rebuild the Nodes.
  9. - The "Save" option in the pull-down menus will work as expected (in DEU 5.0,
  10.   it was interpreted as 'Esc'!).
  11. - You can now save huge levels, such as E2M7, without crashing the PWAD file.
  12. *-Fixed bug that selected one more LineDef than expected when you pressed
  13. * 'Ins' with several Vertices selected.
  14.  
  15. I didn't have the time to test if the bugs are gone forever.  Please test it
  16. and tell me if something is wrong.  Thanks.
  17.  
  18. Other changes since 5.00:
  19. -------------------------
  20.  
  21. - The 'F10' menu has been split in two: some functions have been moved to
  22.   another menu under the 'F8' key.  Lots of changes in these menus!  Most
  23.   functions are now implemented.
  24. - When you select a group of Vertices and press 'Ins', the polygon is closed.
  25. * New: if you press 'Shift-Ins', the polygon won't be closed.
  26.   Other enhancement: you may now select some Vertices along an existing
  27.   one-sided LineDef, and the second side will be added.  Try this: create two
  28.   Sectors with nothing between them.  Then, going clockwise, select two
  29.   Vertices at both ends of one LineDef from the first Sector, then two other
  30.   Vertices from the second Sector.  Then press 'Ins' and the four Vertices
  31.   will be connected (two existing LineDefs from the Sectors and two new
  32.   LineDefs between them).  Press 'Ins' once again and you will have a new
  33.   Sector that joins the two others.  Well, this is not very clear...  Try it
  34.   and you will understand...
  35. - When you switch from the Sectors editor to the LineDefs editor and a
  36.   Sectors is selected, the LineDefs bound to it will be selected.  This is
  37.   also true when you switch from the LineDefs editor to the Vertexes editor,
  38.   etc.
  39. - In the LineDefs editor, the "upper" and "lower" textures will be displayed
  40.   in dark gray if they aren't visible, in black (normal) if they are visible
  41.   and there is a texture available, or in red if they are visible but you
  42.   forgot to put a texture for them.
  43. - Faster texture display.
  44. - The debug modes creates a log file.  Now, you will be able to tell how
  45.   much time you really spent on your level (there are timestamps for some
  46.   entries in the log file).  When there is a problem in the Nodes builder,
  47.   the list of suspicious LineDefs will be in the log file: DEU.LOG.
  48. - New command in the main menu: I[nclude].  Use this command to encapsulate
  49.   any raw binary file in a PWAD.  For example:
  50.   doom -devparm -record mydemo -file mylevel.wad
  51.   deu
  52.      > r mylevel.wad
  53.      > i mydemo.lmp demo1
  54.      > r demo1.wad
  55.      > g package.wad
  56.   This will save the level and a replacement for the first default demo
  57.   in a single WAD file...  I'm sure that you will like this feature...
  58. - New commands in the editor to Copy ('C'), Scale or Rotate any object or
  59.   group of objects.
  60. - New command in the editor to save a level and change the episode and mission
  61.   numbers ('F3').
  62. - New "ruler" cursor, which shows two axes and circles of different sizes
  63.   (radius = 64, 128, 256 and 512).  Useful to check the length of a wall, etc.
  64.   Press 'R' to toggle between the normal cursor and the ruler.  Warning: the
  65.   default BGI driver (EGAVGA.BGI) doesn't support XOR mode for circles... you
  66.   will have to use a VESA driver if you want to use this feature.
  67. - Memory swapping.  Currently implemented on disk only.  Will soon swap to
  68.   XMS (thanks to CJS).  See the comments in MEMSWAP.C...
  69. - New command-line parameter "-i" or "-infobar".  Use this if you want/don't
  70.   want to see the info bar when you start the editor (default = true).
  71. - The current grid size and map scale are shown in the info bar.
  72. *-If you press 'Shift-G' instead of 'G', you can increase the grid size.
  73. *-The N, P, and J keys now work anywhere and move the pointer (and re-center
  74. * the map) on the object.
  75. *-The various check options ('F10' menu) display all errors.  If you press
  76. * 'Esc', the pointer is moved on the object that caused the error.
  77. *-New option in the 'F10' menu: check texture names.  Not very useful if you
  78. * only used DEU to edit your level, because you won't be allowed to enter
  79. * names that do not exist.  But if you used another editor...
  80. *-New command-line option: "-qq" (quieter).  Never play any sound, even when
  81. * an error occurs.
  82. *-The hot-keys in the menus are now highlighted.
  83. - I certainly forgot some new features.  You will discover them by yourselves.
  84.  
  85. What MAY change in 5.10 non-beta (if I have the time or if someone helps me):
  86. -----------------------------------------------------------------------------
  87.  
  88. *-The "align textures" will be implemented (I'm working on it.  Thanks for
  89. * your ideas, Ted!).
  90. *-XMS support.  When the memory is low, some objects will be swapped in XMS.
  91. * (Hey, Christian, I'm waiting for your code... ;-)
  92. *-3D preview.  (Hey, Tim, I'm waiting for your code... ;-)
  93. *-Faster BlockMap builder (I need help here...  I know what to do, but I
  94. * probably won't have the time to write the new code before tomorrow).
  95. *-Reject builder (I need help here...).
  96. *-Stairs and hidden stairs (raising staircase) will be implemented (I'm
  97. * working on it.  Thanks for your ideas, Sean!).
  98. *-... (?)
  99.  
  100. What WILL change in 5.10 non-beta:
  101. ------------------------------------
  102.  
  103. *-New docs (thanks for all, Steve!).
  104. *-New credits in README.1ST.
  105. *-New demo WAD.
  106.  
  107. Notice: DEU 5.1 will be the last version that I will release before July (!).
  108.         I have to spend more time on my studies...  But don't worry:  Brendon
  109.         will hopefully release DEU 6.0 in the meantime, with a better user
  110.         interface.
  111.