home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Adventures / PMWMEGADOOM.iso / doom / editors / wadfile / mydmedit / readme.txt < prev    next >
Text File  |  1994-02-23  |  2KB  |  32 lines

  1. Here's a few last minute changes:
  2.  
  3. - (Okay, this first one is a last minute bug).  MDE seems to act funny
  4. running in a DOS shell under Windows.  The problem occurs when you press the
  5. RIGHT mouse button on a vertex.  There is absolutely no code in my C++ source
  6. files for this situation, but it seems to "hang" the mouse.  The escape key
  7. still exits (meaning MDE is still running), but the mouse won't move!  It must
  8. be something to do with the Windows environment.  I'll look into it....
  9.  
  10. - I got the new DOOM specs (1.1) one day before releasing this version (.90b).
  11. The names I gave to fields 3 and 4 of the linedef structure are  "Control"
  12. and "Flags" (I don't know where those names came from).  The new DOOM specs
  13. have named them "Attributes" and "Types".  The next version of MDE will use
  14. the new names to help establish a standard for the DOOM wad file.
  15.  
  16. - One change I'll add to the next release is a hot key feature when
  17. changing an object.  Matt Tagliaferri (hope I got your name right Matt!)
  18. suggested hitting a key (like 'R') and pulling up the Rocket Launcher. I
  19. have implemented this, but haven't tested it enough to put in this release.
  20. I promise it will be in the next release.
  21.  
  22. - WALLS.EXE crashed on me last night. I could not reproduce this crash. I
  23. rebooted and re-ran it and it worked fine.  I tested both the shareware
  24. version and registered version of DOOM and I can't reproduce the crash.
  25. I plan on adding the wall preview to MDE so I apologize if WALLS crashes
  26. on you.  It should be fixed in the next release (added to MDE).
  27.  
  28. - Also re: WALLS - I'm not positive that the wall textures are being
  29. displayed *exactly* right.  For the majority of the walls they look fine,
  30. but some just look "out of place" and it makes me wonder if my code or
  31. possibly the WAD specs are not correct.  I'm looking into this.
  32.