User Tools

Site Tools


version:1.9.0-beta6.1
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.1 [2017-03-23 07:00] (current) skyjake
Line 1: Line 1:
 +<- 1.9.0-beta6 ^ Versions ^ 1.9.0-beta6.2 ->
  
 +====== Version 1.9.0-beta6.1 ======
 +
 +Patch release for Beta 6.
 +
 +#@Release_HTML~2009-03-31,1.9.0-beta6.1,1.9.0-beta6.1~@#
 +
 +
 +===== Fixes =====
 +
 +
 +
 +==== Engine ====
 +
 +  *  Fixed: Models would not be drawn if their origin was not visible.
 +  *  Fixed: "Dynamic lights bleeding through solid walls" (http://sourceforge.net/tracker/?func=detail&aid=2717071&group_id=74815&atid=542099).
 +  *  Fixed: "invalid read of 8 byte" (http://sourceforge.net/tracker2/?func=detail&aid=2655595&group_id=74815&atid=542099).
 +  *  Fixed: "Crash when launching with Shareware Doom" (http://sourceforge.net/tracker2/?func=detail&aid=2641111&group_id=74815&atid=542099).
 +  *  Fixed: [[ded]] parser would output a warning message about unknown gltextures in [[material]] definitions even when found.
 +  *  Fixed: [[material]] definitions referencing [[sprite]] [[patch]]es not working (http://sourceforge.net/tracker2/?func=detail&aid=2673525&group_id=74815&atid=542099).
 +  *  Fixed: "Failing to read more than one loose ded" (http://sourceforge.net/tracker2/index.php?func=detail&aid=2646623&group_id=74815&atid=542099).
 +  *  Fixed: Only the last viewport is drawn if the render lists are frozen or if the view player is in the void.
 +  *  Fixed: "jHexen: Savegame Crash with jXRP" (http://sourceforge.net/tracker/?func=detail&aid=2647053&group_id=74815&atid=542099).
 +
 +
 +=== Windows ===
 +
 +  *  Fixed: "Mousewheel-down doesn't bind" (http://sourceforge.net/tracker2/index.php?func=detail&aid=2646546&group_id=74815&atid=542099).
 +
 +
 +==== Common code library ====
 +
 +
 +=== Automap ===
 +
 +  *  Fixed: If the automap is open when a map change occurs, the automap would be visible momentarily when the new map begins.
 +  *  Fixed: "Full Map Code Works Incorrectly After Switching Resolutions" (http://sourceforge.net/tracker2/index.php?func=detail&aid=2639437&group_id=74815&atid=542099).
 +
 +
 +=== Saved games ===
 +
 +  *  Fixed: (DOOM.EXE bug) if the game is saved while a repeatable switch is momentarily in the "on" position, upon loading the saved game the switch would never return to the "off" position.
 +  *  Fixed: "jHexen: Dark Crucible: Bridge motionless and dark on respawn" http://sourceforge.net/tracker2/index.php?func=detail&aid=2642269&group_id=74815&atid=542099.
 +  *  Fixed: "jHexen: Winnowing Hall (Emerald Key Room): Walls don't rise" http://sourceforge.net/tracker2/?func=detail&aid=2646961&group_id=74815&atid=542099.
 +  *  Fixed: "jHexen: Savegame bug (e.g. seven portals)" http://sourceforge.net/tracker2/?func=detail&aid=2646364&group_id=74815&atid=542099.
 +
 +
 +=== XG ===
 +
 +  *  Fixed: "A couple of broken XG classes" (http://sourceforge.net/tracker2/?func=detail&aid=2646632&group_id=74815&atid=542099).
 +  *  Fixed: [[material]] changes on [[sidedef]] [[surface]]s as a result of [[xg]]'s automatic switch swapping broken. In addition, switches defined via the [[switches]] lump were ignored.
 +
 +
 +==== jDoom ====
 +
 +  *  Fixed: "Armor pickup give nothing" (http://sourceforge.net/tracker2/?func=detail&aid=2642596&group_id=74815&atid=542099).
 +
 +
 +==== jHeretic ====
 +
 +  *  Fixed: HUD unhide event "On Pickup Power" generated when an inventory item which bestows a power is used.
 +  *  Fixed: Crossbow side bolt projectiles not fired in line with the player's angle and lookdir when autoaim is disabled.
 +  *  Fixed: "E3M8 repeat loading crash" (http://sourceforge.net/tracker2/?func=detail&atid=542099&aid=2638569&group_id=74815).
 +
 +
 +==== jHexen ====
 +
 +  *  Fixed: "Korax bug and crash" (http://sourceforge.net/tracker2/?func=detail&aid=2638582&group_id=74815&atid=542099).
 +  *  Fixed: "Inventory display wrong item" (http://sourceforge.net/tracker2/?func=detail&aid=2642594&group_id=74815&atid=542099).
 +  *  Fixed: "Low Damage with Timons Axe and Gauntlets" (http://sourceforge.net/tracker2/index.php?func=detail&aid=2649376&group_id=74815&atid=542099).
 +  *  Fixed: SIGSEGV on attempting to open the automap (when configured to display statusbar while open) and after an armor item has been found.
 +
 +
 +==== Snowberry ====
 +
 +  *  Fixed UI layout issues due to HTML formatting.
 +
 +
 +===== Changes =====
 +
 +  *  Updated source code building instructions in **doomsday/build**.
 +
 +
 +==== Engine ====
 +
 +  *  Changed: Do not spread objlinks over two-sided linedefs when the middle material on the back side of the spread direction completely fills the gap between floor and ceiling. This fixes an issue seen in Heretic E1M2 where the Undead Warriors hidden behind a one-way wall in sector #83 were sometimes visible from the other side. This also fixes the problem of dynamic lights spreading under similar circumstances.
 +  *  Optimize: Separate thinkers into multiple lists to reduce search time.
 +  *  Optimize: Particle generators are now linked into the world once per render frame and used for all viewports. Plus various other minor optimizations.
 +
 +
 +==== jHeretic/jHexen ====
 +
 +  *  Improved: Enhanced algorithm which attempts to "unstuck" wall-hanging torches (moving them slightly away from the wall on which they hang, to avoid z-fighting).
 +
 +
 +===== New features =====
 +
 +
 +==== Engine ====
 +
 +  *  Added: [[cvar]] [[rend-dev-generator-show-indices]] Display particle generator origin indices (for debug). Note that type-triggered and plane-triggered generators are not handled as these are inherently origin-less.
 +
 +
 +==== jHeretic / jHexen ====
 +
 +  *  Added inventory selection "scroll mode"; [[cvar]] [[ctl-inventory-mode]].
 +  *  Added inventory "wrap-around selection" mode for both statusbar and full-screen; [[cvar]] [[ctl-inventory-wrap]].
 +  *  Added variable-size inventory in full-screen mode, allows the user finer control over functionality and to make better use of screen-realestate; [[cvar]]s [[hud-inventory-slot-max]] and [[hud-inventory-slot-showempty]].
 +  *  Added inventory menu for configuring the new options.
version/1.9.0-beta6.1.txt · Last modified: 2017-03-23 07:00 by skyjake