home *** CD-ROM | disk | FTP | other *** search
/ Doom Fever / Doom_Fever-1995_Maple_Media.iso / dmmaped / waded137.zip / WADED.HIS < prev    next >
Text File  |  1994-09-26  |  14KB  |  281 lines

  1.  
  2.   WADED Revision History
  3.     
  4.     This file will be  useful  in  keeping  up  to  date with what's new about
  5.     WADED, and how it has progressed over time...  It only lists versions that
  6.     were released the public.  Below, a "+"  represents  an  addition,  a  "*"
  7.     represents a change, and a "-" represents a bug fix.
  8.  
  9.  
  10. ─────────────────────────────────────────────────────────────────────────────
  11.   Version 1.37
  12.  
  13.   - A minor bug in the code that could cause serious problems in various
  14.     places while map editing and saving
  15.   - The mouse would disappear sometimes while editing THINGS
  16.   + Hit 'R' to redraw the screen at any time
  17.  
  18.   Another maintaince release, bugs fixed.
  19.  
  20.  
  21. ─────────────────────────────────────────────────────────────────────────────
  22.   Version 1.36
  23.  
  24.   - The cancel button in the 'SECTORS' special list would actually screw
  25.     up the specials value
  26.   * Detection of which line you're mouse cursor was over was still not
  27.     working perfectly, it's been rewritten again, this time it IS perfect
  28.   - Deleting a SECTOR was clearing the LINEDEFS, but not the actual SECTOR
  29.     definitions, making the WAD bigger than it needed be.  It was also
  30.     effecting the 'MakeSector' feature
  31.   * If you delete a VERTEX that has exactly two LINEDEFS attached to it,
  32.     you'll be left with one LINEDEF attached to the remaining VERTEXES
  33.   + Sensitivity of how close your mouse has to be to a line for it to be
  34.     highlighted is adjustable in 'Draw Map' mode
  35.   - More minor bugs annoyances removed
  36.  
  37.   This version should fix up all the problems, big and small, version 1.35 
  38.   was experiencing.  This is only a maintaince release, however I wouldn't
  39.   suggest usage 1.35.
  40.  
  41.  
  42. ─────────────────────────────────────────────────────────────────────────────
  43.   Version 1.35
  44.  
  45.   - 'LINEDEFS' mode and 'SECTORS' mode in 'Draw Map' selection had odd bug,
  46.     both routines fixed and modified a tad
  47.   * Bottom right selection box holds 6 items of information instead of 5
  48.   * While drawing lines, STARTAN3 is no longer the default texture used,
  49.     instead it's whatever is selected in the bottom right selection box
  50.  
  51.  
  52. ─────────────────────────────────────────────────────────────────────────────
  53.   Version 1.31
  54.  
  55.   - Few minor glitches fixed and minor adjustments made
  56.  
  57.  
  58. ─────────────────────────────────────────────────────────────────────────────
  59.   Version 1.30
  60.  
  61.   + Added feature, 'MakeSector', for quick SECTOR defining.  Simply click
  62.     anywhere within a region of what's to become a SECTOR
  63.   - After saving, the mouse would disappear, oops!
  64.   - 'Make Door' had a bug where it would set the floor and ceiling both to 0
  65.   * 'Smart Draw' and 'Sec Define, Method 2' features removed
  66.   * In 'Draw' mode, the right mouse button cancels, and moving the mouse
  67.     over a LINEDEF will highlight it to be split into two
  68.   * You can now add VERTEXES while moving the mouse around, previously
  69.     the mouse had to be still to add a VERTEX
  70.   + Moving the mouse over a LINEDEF in 'VERTEXES' mode highlights that
  71.     LINEDEF, if a VERTEX is placed while a LINEDEF is highlighted, the
  72.     new VERTEX will split the LINEDEF into two
  73.   - The routine that detected if the mouse was over a LINEDEF wasn't always
  74.     picking the correct LINEDEF and would pick LINEDEFS even if the mouse
  75.     was far from it.  The routine has been completely rewritten
  76.   - WADED wasn't properly reading floor/ceiling textures from DOOM v1.666
  77.   + Better memory management, WADED only requires 460k lower memory now
  78.   + WADED can now handle enormous WADs, 300k-400k
  79.   + Mouse support for cursor movement while loading a PWAD
  80.   * Improved, and organized, list of LINEDEF specials, nicer screen too
  81.   + Length and angle of LINEDEF are shown while drawing it, and when 
  82.     changing its attributes
  83.   * Improved list of SECTOR specials, nicer screen too
  84.   * BASE.ZIP with BASE.WAD no longer included
  85.   + Including the "Unofficial DOOM Specs 1.3" by Matt Fell, with permission
  86.     and unmodified (DMSPEC13.TXT)
  87.  
  88.   The list of features to go into this version has gotten so long, I couldn't
  89.   possibly add them all.  The ones that didn't make it into this version will
  90.   show up in 1.40 and later.  The major improvement in this version is by far
  91.   the 'MakeSector' feature that virtually eliminates the need of the SECTORS
  92.   definer.  So level creation should be all the easier.
  93.  
  94.  
  95. ─────────────────────────────────────────────────────────────────────────────
  96.   Version 1.29
  97.  
  98.   - The node builder is more stable, you shouldn't hear that error beep
  99.     as often
  100.   * The code is going through significant changes, almost all unnoticable to
  101.     the user.  However, these changes will enable future versions of WADED to
  102.     be written much faster and easily
  103.   + All registered users of WADED now get a WADEDREG program will that 
  104.     enables them to register any future versions of WADED in their name
  105.   + When loading a PWAD, you can use the mouse to select the file you want
  106.     to load (everyone wanted this...)
  107.   
  108.   It has been quite some time since I last worked on WADED.  I was quite busy
  109.   for some time, and I stopped all work pretaining to WADED.  I'm once again
  110.   working on WADED full blast, so you can expect to see versions being with
  111.   more features being released more regularly.  This version is sort of a 
  112.   beta to version 1.30, with many features disabled since they're not working
  113.   completely.  They'll all be enabled in version 1.30.
  114.  
  115.  
  116. ─────────────────────────────────────────────────────────────────────────────
  117.   Version 1.23
  118.  
  119.   - LINEDEFS going crazy on the screen at different zoom levels was still
  120.     occuring due to a bug still existing in the Cleaning Extra VERTEXES
  121.     routine.  I believe it was also causing WADED to lock up when switching
  122.     to a draw mode (since it calls that routine before it lets you draw).  I 
  123.     believe that routine is finally fixed!, it's sure caused a lot of 
  124.     problems over the last few versions...
  125.   * I'm taking out the included RAGE.WAD, at least for the time being.  
  126.     Mainly to keep the file size down, and the map had a few minor glitches
  127.  
  128.  
  129. ─────────────────────────────────────────────────────────────────────────────
  130.   Version 1.22
  131.  
  132.   - VERY SERIOUS BUG found when you tried to load a file, a simple mistake
  133.     I had made in the programming, yet it basically prevented you from
  134.     loading any files...  That bug is fixed
  135.   - WADED would sometimes still have LINEDEFS go haywire all over the screen,
  136.     this happened because of a bug in the Cleaning Extra VERTEXES routine,
  137.     and it is finally gone forever
  138.  
  139.  
  140. ─────────────────────────────────────────────────────────────────────────────
  141.   Version 1.21
  142.  
  143.   - If an error occured, WADED would exit to DOS, now it will only beep and
  144.     try to keep running so that the odds of loosing your work are decreased
  145.  
  146.  
  147. ─────────────────────────────────────────────────────────────────────────────
  148.   Version 1.20
  149.  
  150.   - NODES generator bugs removed.  It no longer creates areas you can't walk
  151.     into, and areas where THINGS float in the air, etc.
  152.   * Cleaning Extra VERTEXES doesn't take SO long anymore
  153.   - LINEDEF and SECTOR trigger tags would occasionally get messed up
  154.   * Maximum number of THINGS allowed in a level increased from 500 to 750,
  155.     since there are many levels out there with 500+ THINGS on the map
  156.   - BLOCKMAP generator requires a little less memory and thus will allow
  157.     levels to be saved properly now
  158.   - Deleting VERTEXES at times would cause LINEDEFS to have the same VERTEX
  159.     at it's start and end, WADED now deletes these useless LINEDEFS that
  160.     were causing severe annoyances that were hard to find
  161.   + When you go to load a .WAD, WADED will now bring up a pick list of files
  162.     to choose from your hard drive.  Hit "L" from this pick list to type in
  163.     a file name.  Hit "D" to load the DOOM WAD file.  Or hit ESC to exit
  164.   * "Load Map" changed to "Pick Map", and now lets you decide which map to
  165.     edit from the currently loaded .WAD file (DOOM WAD file is default)
  166.   + Added UPDATE.DOC file to inform of new features and some authors notes
  167.   + Included a map (RAGE.WAD) designed by Gary Bertagnolli (Rage) created 
  168.     completely from scratch using WADED only
  169.   
  170.   The NODES builder is now flawless and fast, hopefully this will statisfy
  171.   some of you that had to use external programs like BSP or other editors
  172.   to build the NODES.  Many other annoyances fixed, so this should hold you
  173.   off until the next version.
  174.  
  175.  
  176. ─────────────────────────────────────────────────────────────────────────────
  177.   Version 1.17
  178.  
  179.   - Saving, on certain maps, wouldn't work, and all you'd get is a lot of
  180.     nice beeps and blips from the pc squeeker
  181.   
  182.   Sorry there have been so many versions lately, but some of these bugs are
  183.   so severe.  I'm almost 100% sure all the major ones are out now.
  184.  
  185.  
  186. ─────────────────────────────────────────────────────────────────────────────
  187.   Version 1.16
  188.  
  189.   - It only happened in v1.13, but when you went to move a whole LINEDEF at
  190.     once, it would put both VERTEX ends of it at the mouse cursor, doh!
  191.   - Both LINEDEF editing modes sometimes placed VERTEXES a little off of
  192.     where the mouse was really pointing too
  193.   - Changing a two-sided LINEDEF into a one-sided one, caused a very serious
  194.     problem, in that WADED would mistakenly delete a SIDEDEF
  195.   - The "LINEDEFS" command, within the "Draw Map" feature wasn't working
  196.     properly when you went to go delete a LINEDEF.
  197.   + SECTORS mover/deleter, within the "Draw Map" feature
  198.   - Splitting a two-sided LINEDEF didn't ever work properly
  199.  
  200.   Many  of  the  bugs  in  the previous versions were causing the HOM (Hall Of
  201.   Mirrors) effect to appear  during  game  play.   You  shouldn't have as much
  202.   trouble with the HOM effect in this version.
  203.  
  204.  
  205. ─────────────────────────────────────────────────────────────────────────────
  206.   Version 1.13
  207.  
  208.   - VERTEX movement and placement detection was off, therefore merging
  209.     VERTEXES, building LINEDEFS off existing VERTEXES, etc., was very hard
  210.     and/or annoying
  211.  
  212.  
  213. ─────────────────────────────────────────────────────────────────────────────
  214.   Version 1.12
  215.  
  216.   - VERY SERIOUS BUG DISCOVERED!  It only appeared in v1.10.  Clearing extra
  217.     VERTEXES did *NOT* work properly, and WADED automatically clears them
  218.     when it builds the NODES.  This caused a serious problem at times!
  219.   - Other editors sometimes save the '-' texture (see-through) with extra
  220.     garbage within the name field, WADED screens this extra garbage out now
  221.     that sometimes caused problems
  222.  
  223.   As soon as I discovered this major bug,  I  released  this  version  to  the
  224.   public  immediately.   I  know of more very small problems, but I had to get
  225.   this out quick.   The  other  problems,  along  with  a  lot  of changes and
  226.   additions will be out in the next version.
  227.  
  228.  
  229. ─────────────────────────────────────────────────────────────────────────────
  230.   Version 1.10
  231.  
  232.   + Moving one VERTEX onto another will cause WADED to prompt you if
  233.     you'd like to merge the two VERTEXES into one
  234.   + Hitting HOME will recenter the map in the map view window
  235.   + Hitting "I" will bring up a window of information about the current map
  236.   * Clean VERTEXES automatically invoked by going into either "Draw" mode
  237.   * SECTORS definer modified slightly again
  238.   - Can no longer drag THINGS off the side of the map to mess up the screen
  239.   - Version 1.00 had a memory requirement that was too high for some systems
  240.     with low conventional memory, causing a crash
  241.   - Trigger SECTORS weren't being redrawn after changing current LINEDEF
  242.   - Two-sided toggle in LINEDEF editor wasn't working properly
  243.  
  244.  
  245. ─────────────────────────────────────────────────────────────────────────────
  246.   Version 1.00
  247.  
  248.   + Added more keyboard equivalents for better ease of use
  249.   + "Clear All" option added to THINGS editor
  250.   + "Make DOOR" option added to SECTORS editor
  251.   + Add/Delete SECTORS from SECTORS definer
  252.   + LINEDEF texture X and Y offsets can now be changed
  253.   + Load a map from a PWAD that contains multiple maps
  254.   + Added a second way to define SECTORS
  255.   + Consistency checker added (very simple check so far)
  256.   * The map is no longer redrawn after Moving/Deleting/Adding THINGS
  257.   * Quiting WADED now requires a confirmation
  258.   * Orginal SECTORS definer works somewhat differently
  259.   * "Draw" is now called "Smart Draw", and if you don't want WADED
  260.     to figure things out for you, you can now use "Norm Draw" instead
  261.   - LINEDEF texture X and Y offsets were reported wrong
  262.   - Some lines were not being drawn at high zoom levels
  263.   - A ton of other very small glitches and bugs were removed, 
  264.     including many that caused WADED to crash or act strangely
  265.   
  266.   There's a long list of things to add and change, and I tried to get done the
  267.   most important ones first to this official release  version.   Everything  I
  268.   missed will appear in later versions to follow.
  269.  
  270.  
  271. ─────────────────────────────────────────────────────────────────────────────
  272.   Version 0.99    
  273.  
  274.   + A great deal of the documentation was written up
  275.   * Fixed up quickly, to get it into the public, finally!
  276.   - All known bugs at the time, were removed
  277.  
  278.   First version to be released to the public, as a BETA only.  Only a few days
  279.   passed  before  me and everyone else realized this version was pretty nicely
  280.   done, yet, quite buggy.
  281.