User Tools

Site Tools


version:1.9.0-beta6.6
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


version:1.9.0-beta6.6 [2017-03-23 06:55] (current) skyjake
Line 1: Line 1:
 +<- 1.9.0-beta6.5 ^ Versions ^ 1.9.0-beta6.7 ->
  
 +====== Version 1.9.0-beta6.6 ======
 +
 +6th patch release for Beta 6.
 +
 +#@Release_HTML~2009-09-01,1.9.0-beta6.6,1.9.0-beta6.6~@#
 +
 +
 +
 +===== Fixes =====
 +
 +
 +
 +==== Engine ====
 +
 +  *  Faulty handling of //-file//, //-iwad//, //-def//, and //-defs//. It was attempting to load all of the command line arguments as files/definitions. (One symptom was http://sourceforge.net/tracker/?func=detail&aid=2830442&group_id=74815&atid=542099)
 +  *  "Mus_Start: Couldn't open dd-buffered-song for writing" A simple file rotation scheme was implemented to avoid potential file locking issues that could occur if the engine attempted a write before the music playback interface had released the buffered music file. Sycraft's v4 remix was used for test purposes and MP3 playback is once again working as expected when using the default audio plugin; SDL_mixer http://sourceforge.net/tracker/?func=detail&aid=2837486&group_id=74815&atid=542099
 +  *  "sdl_mixer + external sound files getting cut short". http://sourceforge.net/tracker/?func=detail&aid=2847211&group_id=74815&atid=542099
 +  *  Ignore all lumps smaller than eight bytes when building the sprite table during startup. Mods such as 22ventry.zip are now playable (thanks go to entryway and the prboom-plus changelog for the tip off).
 +  *  Model particles not drawn.
 +  *  Minor issues with tracking players entering/leaving the [[void]].
 +
 +
 +=== Windows ===
 +
 +  *  Vista/7: Non-working music volume controls.
 +  *  "Music volume and balance". http://sourceforge.net/tracker/?func=detail&aid=2719125&group_id=74815&atid=542099
 +
 +
 +==== Common code library ====
 +
 +  *  "Getting stuck behind moved surfaces after reloading level" http://sourceforge.net/tracker/?func=detail&aid=2847962&group_id=74815&atid=542099
 +  *  "WFALL Textures inanimate in PWAD". http://sourceforge.net/tracker/?func=detail&aid=2830456&group_id=74815&atid=542099
 +  *  "Skill menu plays two sounds". http://sourceforge.net/tracker/?func=detail&aid=2818724&group_id=74815&atid=542099
 +  *  Added missing default event bindings for //viewsize -/+// (keyboard minus, equals).
 +  *  After changing the event bindings for //inventory prev/next// and //viewsize -/+// via the controls menu, the "repeat" qualifier was lost.
 +  *  "Emptying your supply of any item in HeXen leaves a blank spot in the left most panel in your inventory when you next open it, until you scroll off it". http://sourceforge.net/tracker/index.php?func=detail&aid=2800850&group_id=74815&atid=542099#
 +
 +
 +==== All games ====
 +
 +  *  Line specials triggered by line attacks could be activated if used on onesided linedefs and hitting them from the wrong side. For example, shooting at switches from behind (when in the void).
 +
 +
 +==== DOOM ====
 +
 +  *  "No intermission screen after map30". http://sourceforge.net/tracker/?func=detail&aid=2831630&group_id=74815&atid=542099
 +
 +
 +==== Hexen ====
 +
 +  *  "Clip through a wall if an object is near". http://sourceforge.net/tracker/index.php?func=detail&aid=2799048&group_id=74815&atid=542099
 +  *  "Dragonskin Bracers don't work". http://sourceforge.net/tracker/?func=detail&aid=2847965&group_id=74815&atid=542099
 +
 +
 +===== Changes =====
 +
 +
 +==== Common code library ====
 +
 +  *  "After" [[in_fine]] scripts are now executed after any intermission rather than before it.
 +
 +
 +==== All games ====
 +
 +  *  It is now possible to use line attacks from outside the map (in the void) to hit targets within.
 +
 +
 +==== DOOM ====
 +
 +  *  Amended in-menu label for compatibility option "PE LIMITED TO 20 LOST SOULS" to "PE LIMITED TO 21 LOST SOULS".
 +
 +
 +==== Heretic ====
 +
 +  *  Using the [[ccmd]] //give// it is now possible to give a batch of the specified inventory items. For example, to give only Firebombs and Morph Ovums use the command "give i7i8".
 +
 +
 +===== New features =====
 +
 +
 +==== Engine ====
 +
 +  *  Added [[map_info_ded_]] flag //mif_nointermission//; upon leaving the map skip the intermission.
version/1.9.0-beta6.6.txt · Last modified: 2017-03-23 06:55 by skyjake