home *** CD-ROM | disk | FTP | other *** search
/ In'side Shareware 1995 March / ish0395.iso / os2 / dmp / history.txt < prev    next >
Text File  |  1994-12-26  |  9KB  |  139 lines

  1. -------------------------------------------------------------------------------
  2. 12/27    REL: RELEASED VERSION 1.20. Fairly major revision.
  3. -------------------------------------------------------------------------------
  4. 12/26    CHG: The minimum number of buffers is up from 16 to 32.
  5. 12/26    CHG: No longer skips to the next song if an error occured while
  6.               loading a file.
  7. 12/25    BRK: Merry Christmas!
  8. 12/24    CHG: SongList entries that are non-existant are filtered out when the
  9.               list is loaded.
  10. 12/18    FIX: Seems to work just fine with Warp now.
  11. 12/18    CHG: The buffer % will not go above about 75%. Do not be alarmed.
  12. 12/18    CHG: Opening multiple MOD's from the WPS should be much safer now.
  13. 12/18    FIX: Dramatically reduced the number of hard lockups by handling
  14.               exceptions and stopping MMPM/2 before the system deadlocks!
  15. 12/17    FIX: Aha! Finally fixed the 'Skip at the beginning of the song' bug.
  16.               MMPM/2 has the tendency to lie just a bit when it starts to
  17.               play a playlist and DMPlayer has to take this into account.
  18. 12/16    CHG: You no longer need to input the path of a shell to run. DMPlayer
  19.               automatically uses [BOOT]:\OS2\CMD.EXE.
  20. 10/11    CHG: The buttons reflect the state of the player now!
  21. 10/11    CHG: The SongList no longer goes through a weird 'Getting details...'
  22.               process. Items are inserted with all info attached.
  23. 9/25     CHG: The SongList window no longer has it's own thread. This is a
  24.               good thing, just ask Glade.
  25. 9/15     FIX: Stabilized the player state system.
  26. 9/14     CHG: All status messages appear in the SongList title area thanks to
  27.               Glade Diviney.
  28. 9/14     NEW: Changed over to nice new ownerdrawn buttons
  29. 9/12     CHG: DMPlayer got a facelift.
  30. 9/4      CHG: The SongList window pops to the front when DMPlayer is activated
  31.               instead of hiding in the shadows.
  32. 9/3      CHG: Made the device passing more robust.
  33. 9/1      FIX: Finally fixed that annoying "Settings notebook page never starts
  34.               out centered." bug.
  35. 7/31     CHG: More optimizations
  36. 7/11     FIX: Songlist window gets the focus when it is opened.
  37. 7/11     FIX: Songlist window is only restored if it was open when DMPlayer
  38.               was minimized.
  39. 6/6      NEW: Includes FILE_ID.DIZ for those BBSers.
  40. 6/6      FIX: Now uses a more proper way to resume after a pause.
  41. 6/6      CHG: Major change in playing engine. Should be significantly faster.
  42. 5/30     FIX: Fixed small bug related to help not being found.
  43. 5/30     CHG: Author came back to life after being at his new job for 3 months.
  44. -------------------------------------------------------------------------------
  45. 3/2/94   REL: RELEASED VERSION 1.01. Bugfix distribution.
  46. -------------------------------------------------------------------------------
  47. 3/1      CHG: About dialog does not show up if 'Startup Minimized' is selected.
  48. 3/1      CHG: No longer asks to save the SongList upon exit. (This will more
  49.               than likely become an option at a later date.)
  50. 3/1      FIX: Dropping from file system now initially sets each name to
  51.               'Getting Details...' as do other add song methods.
  52. 2/25     FIX: The Start Playing option works now.
  53. 2/25     FIX: The Start Minimized option works properly now.
  54. 2/25     FIX: Maintain Sort Order menu option works correctly now.
  55. 2/25     FIX: Fixed problem with DMPlayer refusing to play the next song under
  56.               certain circumstances.
  57. 2/25     FIX: Fixed BIG problem with trying to use the 'Play' menu option with
  58.               MMPM/2 elements.
  59. 2/25     FIX: The option to support old 15 channel modules now works properly.
  60. -------------------------------------------------------------------------------
  61. 2/22/94  REL: RELEASED VERSION 1.00! Golden code goes out the door...
  62. -------------------------------------------------------------------------------
  63. 2/22     FIX: Drag/Drop internals modified slightly. DMPlayer will now accept
  64.               drags from FM/2 (among others).
  65. 2/17     FIX: Several little things that I just can't remember...
  66. 2/17     NEW: Default decompression entries for gzip and unzip have been added
  67.               to make life easier for non-registered users.
  68. 2/17     FIX: The Settings Notebook autosizes a little better now.  BTW, the
  69.               notebook is sizable.
  70. 2/15     NEW: Made the dynamic priority adjustment optional.
  71. 2/15     NEW: Added support for ANY FILE FORMAT THAT MMPM/2 SUPPORTS! DMPlayer
  72.               can now play all of the following:  .WAV, .MID, and even .AVI
  73.               files!
  74. 2/13     FIX: Fixed a little bug that may have prevented DMPlayer from finding
  75.               a song file.
  76. 2/11     CHG: The Sample list in the Song Info dialog shows ALL instruments.
  77.               Now, you can read the messages the authors leave.
  78. 2/11     NEW: Made old 15 channel module support optional.
  79. 2/11     NEW: Added sorting to the SongList!
  80. 2/11     FIX: Loads SongLists much faster. Now uses a different thread to read
  81.               in the details of each file.
  82. -------------------------------------------------------------------------------
  83. 2/8/94   REL: RELEASED VERSION 0.99. Pre-1.0 distribution.
  84. -------------------------------------------------------------------------------
  85. 2/7      FIX: Several little things.
  86. 2/2      CHG: The SongList window is no longer a child of DMPlayer (for now).
  87. 2/2      FIX: Fixed some problems with crashing/locking up the WPS.
  88. 2/2      NEW: Full online help is now here! Press F1 wherever you may be.
  89. 2/2      NEW: Better WPS integration because of the next item.
  90. 2/2      NEW: Better integration. Only one copy of DMPlayer will ever start,
  91.               any subsequent executions will pass the command line arguments
  92.               to the currently running copy of DMPlayer. The songs will be
  93.               added to it's current list.
  94. 1/27     NEW: Added support for compressed modules. The decompression methods
  95.               are configurable in the new Settings notebook.
  96. 1/27     NEW: The Settings dialog has transformed itself into a Notebook.
  97. 1/26     FIX: Fixed some problems when trying to load another song at an
  98.               unexpected time.
  99. 1/25     NEW: Added settings to allow user adjustment of the Upper and Lower
  100.               Thresholds for dynamic priority adjustment. Also added a setting
  101.               to change the number of buffers used.
  102. 1/25     FIX: Won't crash if an unacceptable filename is dropped on the 
  103.               SongList.
  104. -------------------------------------------------------------------------------
  105. 1/23/94  REL: RELEASED VERSION 0.92. Bug fix distribution.
  106. -------------------------------------------------------------------------------
  107. 1/23     FIX: Settings dialog is now properly dealt with.
  108. 1/19     FIX: Improved .MOD command support.
  109. 1/19     FIX: Won't let songs jump back from the last track. Songs that
  110.               do this kind of defeat the purpose of a SongList.
  111. 1/19     FIX: General speedup.
  112. 1/19     FIX: Dynamic buffer resizing is back, correctly. (No more Traps)
  113. 1/19     NEW: Menu option added to delete a file from the SongList.
  114. 1/18     NEW: Commandline functionality added.
  115. 1/18     NEW: Dynamic priority adjustment added.
  116. -------------------------------------------------------------------------------
  117. 1/17/94  REL: RELEASED VERSION 0.91. Bug fix distribution.
  118. -------------------------------------------------------------------------------
  119. 1/17     FIX: Lowered priority a little.
  120. 1/17     FIX: Improved 8 bit mono quality slightly.
  121. 1/17     FIX: Can now enter just one module name in the Add Songs file dialog.
  122. 1/17     FIX: Several bits regarding to saving of SongLists in registered
  123.               version.
  124. 1/17     NEW: Added 'SongList - ' to title of SongList window.
  125. 1/17     FIX: Now stops song when dialog is closed.
  126. 1/17     FIX: Trap E in SSM$ is now avoided. The buffer size is now fixed at
  127.               16k for the time being. This will cause longer preloading delays
  128.               for 8 bit users.
  129. 1/17     NEW: Error is displayed if there is an error playing a song.
  130. 1/17     NEW: Skips to next song if error loading current one.
  131. 1/17     FIX: SongList window is now a child of the main DMPlayer dialog.
  132. 1/17     FIX: Length of text for the filename in the Info dialog extended.
  133. 1/17     FIX: Won't ask to save SongList on exit in unregistered version.
  134. 1/17     NEW: Added 'Hardware Issues' to docs.
  135. 1/17     NEW: Added 'What is a .MOD file and where can I get them' do docs.
  136. -------------------------------------------------------------------------------
  137. 1/11/94  REL: RELEASED VERSION 0.9. First wide distribution.
  138. -------------------------------------------------------------------------------
  139.