home *** CD-ROM | disk | FTP | other *** search
/ The Doom Hacker's Guide / DoomHackersGuideCd.bin / editors / windeu / whatsnew.txt < prev    next >
Text File  |  1995-01-10  |  3KB  |  84 lines

  1. What's new in WinDEU ?
  2. ----------------------
  3.  
  4. History of changes and bug fixes in WinDEU since first public version 
  5. (5.23beta, Dec 24 1994).
  6.  
  7. Jan 10 1995
  8. -----------
  9. - Each time you use the Right Mouse Buttons menus (in any editing mode), 
  10.   the Windows USER resources are eaten up by WinDEU. Bug fixed.
  11.   Thanks to Drake O'Brien for signaling the bug. 
  12.  
  13. - The mouse coord. are displayed with the 'grid' scale format: When
  14.   use set the 'Snap to grid' option, the mouse coord. aren't continuous
  15.   anymore, they are rounded to the nearest coord. which is on
  16.   the grid.
  17.  
  18. Jan 7 1995
  19. ----------
  20. - Level drawing is now -MUCH- faster when scale is 1/2, 1/1 or >1/1.
  21.   Why? I use programmed scaling and clipping, instead of the windows
  22.   ones. The drawing is NOT faster when WinDEU has to redraw the entire
  23.   level (level totaly visible).
  24.  
  25. - Because of this faster drawing, the scroll bars are now 
  26.   'thumbtracked'. It means the map scrolls -real time- when you move 
  27.   the rect. button of the scroll bars. 
  28.  
  29. - When the scale of the level editor is > 0, some circles appear
  30.   randomly in the window (only under Windows, not NT). I think this
  31.   is a bug in Windows (or in my video driver), because when run under
  32.   NT, it's OK (both Win16 and Win32 versions). This bug is now fixed 
  33.   because WinDEU uses now program clipping, instead a Windows clipping.
  34.  
  35. - Minor fixes in the WinDEU help file.
  36.  
  37.  
  38. Jan 6 1995
  39. ----------
  40. - GPF when using command parameters. Bug in original DEU 5.21 code.
  41.   Bug fixed.
  42.  
  43. - WinDEU doesn't start if CTL3DV2.DLL not present. 
  44.   WinDEU32 doesn't start if CTL3D32.DLL not present. 
  45.   (These DLLs are used for 3D Controls).
  46.   Bug fixed.
  47.  
  48. - New option : '3DControls (3d)'. For those who don't like 3D controls, or
  49.   don't have the CTL3Dxx.DLL, boolean to enable or disable the use
  50.   of 3D controls.
  51.   NOTE: For NT users, for WinDEU32 to work with 3D controls, the 
  52.         CTL3D32.DLL -MUST- be copied to the %SystemRoot%\system32 
  53.         directory (NOT to the %SystemRoot%\system directory).
  54.  
  55. - An invalid option (in command line or in the WINDEU.INI file) caused
  56.   WinDEU to STOP on an error message. Now, The error message is
  57.   still displayed, but WinDEU doesn't stop anymore.
  58.  
  59. - WinDEU stops if a sprite picture can't be found in the main wad
  60.   file. Now WinDEU display an error message, but doesn't stop.
  61.  
  62. - WinDEU stops if an invalid patch wad file is opened. Now, WinDEU
  63.   display an error message, but doesn't stop.
  64.  
  65.  
  66. Jan 5 1995
  67. ----------
  68.  
  69. - GPF when trying to save a new created level (with Edit.Create Level
  70.   menu item). Bug fixed. Thanks to Mark Bartusis for signaling the bug.
  71.  
  72. - Nodes creating (raphael's old code) caused GPFs for an empty level. 
  73.   GPFs occured when trying to build the nodes for a trivial level 
  74.   (I tried a level with only 1 Thing and 2 Vertices (no LineDef)). 
  75.   Bug fixed? (I tried).
  76.  
  77.  
  78. Future
  79. ------
  80.  
  81. - A complete and contextual help system.
  82. - Faster displaying of textures.
  83. - DEU 5.3 port to WinDEU.
  84.