Activity
From 2014-11-21 to 2014-12-04
2014-12-04
- 22:45 Bug #1923: PNG textures render as solid black (embedded in WAD)
- To clarify, this report refers to the use of PNG textures inserted in .WAD files where the game usually expects to fi...
- 13:55 Bug #1923 (New): PNG textures render as solid black (embedded in WAD)
- Pretty much what the subject states.
PNG flats render correctly, however PNG textures render solid black in game.
... - 22:40 Bug #1924: [Intermission] Entering <Map title> positioned incorrectly
- danij wrote:
> vermil wrote:
> > incorrectly appear under the finished/entering graphic instead of underneath it
>... - 22:37 Bug #1924: [Intermission] Entering <Map title> positioned incorrectly
- vermil wrote:
> incorrectly appear under the finished/entering graphic instead of underneath it
Please clarify. - 22:26 Bug #1924 (Closed): [Intermission] Entering <Map title> positioned incorrectly
- Map names changed via Dday's Map Info def's are incorrectly positioned on the intermission screen; they incorrectly a...
- 22:34 Bug #1925 (New): [Doom] Values def can't change nightmare skill level option
- Values def based replacements for the nightmare skill graphic on the skill level menu don't work.
Apologies for th... - 13:46 Bug #968: [Doom] Mancubus attacks and high Z height differences
- I attach a pair of images, one from Vanilla Doom and one from Dday showing the discrepancy. Both attempted to replica...
- 07:34 Revision 4935ec6a (github): Fixed|Map Renderer|Client: Zone memory "leak" (Generator::stages)
- Generator_Delete() neglected to free the stages data allocated by
Generator::configureFromDef() - 04:37 Revision 866c47b8 (github): Fixed|Map Renderer|Client|Debug: Crash attempting to sort vissprites
- If rend-dev-freeze 1 was set prior to starting a map, no vissprites
were generated during the first frame, meaning vi... - 03:48 Revision cd076d32 (github): Fixed|Map Renderer|SkyDrawable|Client: Array underflow drawing sky models, cleanup
- 03:43 Bug #1922 (Closed): Sky model z-buffering not enabled
- Evidently something has broken down with sky model rendering as the sky in jimi's old "Hell City/Day in Hell" mod is ...
- 01:07 Revision 89560a8e (github): Fixed|DED|libdoomsday: (Record::operator []) Variable 'execute' not found
- Occurred when regression testing jimi's old "Hell City" mod. Caused
by a typo in defn::Sky::addModel() - 01:03 Revision 7f464339 (github): Map Renderer|SurfaceDecorator|Client: Cleanup
- 00:37 Bug #1921 (New): [Doom] No screen wipe from map to post map InFine
- Doomsday doesn't screen wipe when an infine def is the first thing to play after the map (i.e the nointermission flag...
2014-12-03
- 22:43 Bug #1818 (In Progress): Model "Shadow radius" ignored
- 21:59 Feature #1920 (New): Tree navigator widget (libappfw)
- A new type of widget is needed for navigating large hierarchical data sets.
* Data could come for example from the... - 16:36 Bug #1809: Postfx causes other splitscreen consoles to go black/white
- Setting priority to "low" because split-screen multiplayer is not an official feature.
- 00:27 Revision 1dbafbb6 (github): Refactor|World|Sector: Implement Sector-linked MapElement iterations with C++11 lambdas
2014-12-01
- 20:03 Revision db8b4390 (github): Documentation|ConvexSubspace|World: Minor apidoc tweaks
- 19:38 Revision b1e63eb5 (github): Refactor|World|ConvexSubspace: Various ConvexSubspace API-cleanup refactorings
- 16:12 Bug #1919 (Closed): [Doom 1430] Impossible Selection for IDMUS cheat
- 16:07 Bug #1919: [Doom 1430] Impossible Selection for IDMUS cheat
- A simple typo.
- 16:07 Bug #1919 (In Progress): [Doom 1430] Impossible Selection for IDMUS cheat
- 15:36 Bug #1919 (Closed): [Doom 1430] Impossible Selection for IDMUS cheat
- As of Build 1430, using the IDMUS cheat in Doom will give you an "Impossible Selection" message, regardless of what t...
- 16:08 Revision 99687a45 (github): Fixed|Doom: Impossible Selection for IDMUS cheat in doom1 (typo)
- 15:56 Revision 68a3bf3e (github): World|Surface: Cleanup
- 03:16 Revision 9c4d825e (github): Refactor|World|Map: Implement important map element/object iterations with C++11 lambdas
- Converted more of these iteration mechanisms to use lambdas.
The special case forAllLinesInPath() iteration used by ... - 00:17 Bug #1911 (Closed): Episode menu appearing when it shouldn't
- 00:17 Revision 618b3a87 (github): libcommon|Menu: Skip Episode selection menu when navigating backwards
- If only one playable episode is available we shouldn't bother the
user to manually select it. In such a case, automat...
2014-11-30
- 23:58 Bug #1911 (In Progress): Episode menu appearing when it shouldn't
- 22:51 Revision 28423fbc (github): libcommon: Use the now public ded_t API to lookup Text definitions
- 22:26 Revision 52273d7d (github): libcommon: Cleanup
- 20:05 Feature #1907 (Closed): Use native file picker to set "music-soundfont"
- 19:51 Revision b1199ac2 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
- 19:51 Revision 13af9650 (github): UI|Client|Home: Added a background for the game filter area
- The sort order and filter tabs conflict with the menu contents when
the menu is scrolled up. Now there's a white blur... - 19:50 Revision 442812dd (github): libappfw|GuiWidget: Added blurred background with a solid fill
- Also added a new attribute that makes the opacity of a widget
independent of its ancestors. - 18:07 Revision 40da8329 (github): UI|Home: Tweaked font styling
- 18:06 Revision a060ac2d (github): UI|Client|Performance: Reduced redundant background blurring
- The client window already has a task bar blurring widget that gets
used during the tutorial. The same blurred content... - 18:03 Revision f0d57a42 (github): libappfw: Improvements for widget background blurring
- Instead of each and every transparent widget doing a full redraw of
the entire view for the blur, now the Style can p... - 18:00 Revision 2e0ba69a (github): UI|Client|AudioSettings: Select soundfont using native file picker
- Added the class CVarNativePathWidget (based on aux button) for
choosing a native file.
IssueID #1907 - 16:16 Revision 282e7802 (github): UI|Home: Revised contents of saved game menu items
- User-given title on top, however now comes with a "tag" saying
'saved in (game)' that is visually different than the ... - 16:14 Revision ae5e7779 (github): Documentation|libcore|String: Added comment about default codec
- 16:13 Revision 695e1678 (github): libgui|PersistentCanvasWindow: Saving and restore state during runtime
- The window can now remember or restore its state at any point without
touching the Config. - 16:12 Revision 8cfdc6ad (github): Fixed|libappfw: Colors with inverted Aux Button and Button styles
- AuxButtonWidget was not correctly managing the text/border of its
buttons. ButtonWidget was also not restoring the ri... - 12:31 Bug #1914 (Closed): [1420 Doom] Doom cheat code issues?
- 12:29 Revision 116fa6bc (github): Typo
- 12:23 Revision 012590af (github): Fixed|Doom: Updated IDMUS cheat handling re custom episodes
- The IDMUS cheat now respects custom episodes while also attempting
to interpret the given arguments in a vanilla comp... - 11:06 Revision ffebf11e (github): libdoom: Cleanup
- 02:37 Revision 49340d45 (github): DEH Reader: Removed redundant terms in warning messages
- As these are warnings it inherently means that some issue is being
ignored. Also, - 01:55 Revision d5f4203c (github): DEH Reader: Standardized formatting of warning messages
- 01:49 Revision 05037988 (github): Fixed|DEH Reader: Crash parsing DEH patches referencing unknown definitions
- DeHackEd patches are intended for a specific version of a game, which
we may not have default definitions for. In suc...
2014-11-29
- 19:03 Revision 83db6c4f (github): Fixed|Heretic|libheretic: Missing episode selection menu in heretic-share
- 19:01 Revision 0c80e414 (github): Fixed|Doom|libdoom: Missing episode selection menu in doom1-share
- 18:11 Revision 2d17aacc (github): Fixed|Hexen|libhexen: Spurious alerts re nonexistent Material defs in hexen-demo
- 18:03 Revision ad7a2208 (github): Fixed|Hacx|libdoom: Spurious alerts re nonexistent Map Info defs
- 02:53 Revision 26e1dcde (github): All Games|UI: Include the save slot ID in quick load/save confirmation messages
- As the save slots are a user interface mechanism the confirmation
messages should include the slot ID so that users c... - 02:07 Revision 1c61b67b (github): DEH Reader|Hacx: Suppress warnings re unsupported [Cheat] patches for the Hacx IWAD
- Cheat codes in the hacx game mode already use the relevant names, so
we don't need to apply this patch in any case. - 01:01 Revision f2532f3f (github): Fixed|Chex Quest|libdoom: Spurious alerts re nonexistent Map Info defs (typo)
- 00:57 Feature #1917 (New): Copy alert text to Clipboard
- It would be very helpful if there was button in the Alert notification widget to copy the notifications to the clipbo...
- 00:17 Revision c339f166 (github): Fixed|Doom: No Episodes defined for doom1-share (typo)
2014-11-28
- 23:34 Revision 37c53fbd (github): Fixed|IdTech1Converter|MapInfoTranslator: Mistranslated MAPINFO episode ids
- The result of some old code from a time before Episode.ID was changed
to a string. - 23:04 Revision a9c97867 (github): Fixed|IdTech1Converter|MapInfoTranslator: Don't attribute custom maps in MAPINFO with the game's Author
- If the source of the definition is a user-supplied add-on then the
translated DED Map Info should not be attributed w... - 22:24 Revision 98da1d98 (github): IdTech1Converter|MapInfoTranslator: Handle "endbunny" and "endtitle" in MAPINFO
- Evidently ZDoom allows these ZDoom-dialect symbols in the "regular"
MAPINFO lump too, so alert the user if they are f... - 15:30 Revision 67a2e405 (github): All Games|libcommon: Copy GameRules when -warp'ing to another episode
- If a game is currently in progress when -warp'ing to a map in another
episode - copy the existing GameRules; otherwis... - 15:24 Bug #1733: Player control binding issue (input modifier vs key state)
- Needs retesting following recent binding/input system changes.
- 14:41 Revision 38cf13f6 (github): Typo
- 14:38 Bug #1916 (Closed): Activating binding grab with mouse button(s) in control menu
- 13:39 Bug #1916 (In Progress): Activating binding grab with mouse button(s) in control menu
- 13:38 Bug #1916: Activating binding grab with mouse button(s) in control menu
- Seemingly libcommon's InputBindingWidget is responding to the mouse up event from the previous down click (to activat...
- 11:33 Bug #1916 (Closed): Activating binding grab with mouse button(s) in control menu
- The mouse button can't be used to select a control to bind on the controls menu; Dday not only selects the control, b...
- 14:37 Revision 45e63355 (github): Fixed|Menu|libcommon: Activating binding grab with mouse button(s) in control menu
- The input grabber was reacting to the subsequent mouse button up event
that followed the initial button down.
Also f... - 11:31 Bug #1915 (Feedback): Click-to-focus also handled as UI click
- When one clicks on the Dday window to focus on it, that click is incorrectly interpreted by Dday as an action.
- 08:52 Feature #1771 (Closed): Delete savegames via Game Selection menu
- 06:50 Revision d788f8bc (github): Console: Added 'vid-fps' as a mapping for 'Config.window.main.showFps'
- 06:44 Revision a1e09315 (github): Windows|libgui: Emulate light fonts using reduced opacity
- Since the light weight fonts are not available in the Windows build,
we can use alpha to emulate the appearance of th...
2014-11-27
- 20:22 Revision 4fb30a1a (github): UI|SavedSessionMenuWidget: Fixed size of close icon on non-retina displays
- 19:55 Feature #1771 (Resolved): Delete savegames via Game Selection menu
- 19:54 Revision 46bfb803 (github): UI|Home|Client: Delete savegames via the Game Selection menu/dialog
- The saved sessions are now represented in a visually different way in
Game Selection; the visual distinction makes it...
2014-11-26
- 22:41 Revision c6481f45 (github): UI|Client: Use the "Close" icon in various places
- The "Close" icon (x) is meant to invoke the roundness of the progress
indicator. The purpose is to add a visual disti... - 22:38 Revision d27032db (github): libcore|SavedSession: Adjusted text styling of metadata
- Bold for headings, light for titles, regular text for values. Italics
should be used sparingly, if at all. - 22:37 Revision bde8d025 (github): Fixed|libappfw: Popup positioning with Down opening direction
- Positioning should not go outside the UI view.
- 20:02 Revision 556ba439 (github): Refactor|libappfw: Item data improvements
- - SubmenuItem based on ImageItem
- SubwidgetItem can use a lambda as the widget constructor
- MenuWidget applies the ... - 20:00 Revision 6f41daca (github): libcore|SavedSession: Record's text formatting expects monospaced fonts
- 18:52 Feature #1771 (In Progress): Delete savegames via Game Selection menu
- 09:32 Revision 6337d2cc (github): UI|Audio|Client: Show volumes on a percent scale; defaults at 67
- This is more intuitive than the seemingly arbitrary 0-255.
- 09:29 Revision 6a37a6a5 (github): Fixed|ClientWindow: Incorrect log message about multisampling
- 09:24 Revision 98ca45e8 (github): libappfw|SliderWidget: Changing the slider step value
2014-11-25
- 06:51 Revision 0add7c6e (github): Cleanup|Audio: Audio System dependencies, minor style tweaks
- 06:48 Revision b6a52847 (github): Homepage|Build Repository: Cleanup (call-time pass by reference warnings)
- 05:27 Bug #1914: [1420 Doom] Doom cheat code issues?
- Thanks for the additional info. That does indeed sound like a separate issue, I'll look into it.
- 01:22 Bug #1914: [1420 Doom] Doom cheat code issues?
- On the E1M8 crashing issue, I did a little more experimenting. I only get the crash if I am using SDL for audio playb...
- 05:23 Bug #1866 (Closed): [Doom] Fortress of Mystery appears between wrong map on E2 intermission
2014-11-24
- 23:27 Bug #1866: [Doom] Fortress of Mystery appears between wrong map on E2 intermission
- Just wanted to confirm that with the recent builds, the E2 intermission screen is working properly again.
- 20:04 Bug #1914: [1420 Doom] Doom cheat code issues?
- Wanted to do some follow-ups on this, with the new build #1423.
1) I am still getting the crash when warping to E1... - 00:24 Bug #1914 (In Progress): [1420 Doom] Doom cheat code issues?
- 09:12 Revision 147e0704 (github): Documentation: Minor apidoc fixes (missing descriptions, recursive copys, typos)
- 00:44 Revision ea41384d (github): Fixed|Doom: Doom's base MAPINFO definitions have wrong/no music for E1M6 and E1M9
- 00:30 Revision 94a07f51 (github): Fixed|Doom|Heretic: Incorrect IDCLEVXY cheat > "warp" command mappings
- IssueID #1914
2014-11-23
- 23:53 Revision 4fb6ca8f (github): Fixed|Heretic: Heretic's base MAPINFO definitions omitted cluster numbers
- Needed to properly translate the ZDoom-dialect of MAPINFO, which uses
hubs in place of episodes. - 23:22 Revision 9e654ff5 (github): Fixed|Heretic|Definitions: Erroneous alerts re non-existent Materials in heretic-share
- 22:51 Revision 6b56e5dc (github): Typo
- 22:25 Revision 78949708 (github): Fixed|Heretic: No Episodes defined for heretic-share (typo)
- 21:55 Bug #1914: [1420 Doom] Doom cheat code issues?
- 1) Has been fixed along with IssueID #1910 - the FMOD driver plugin attempted to play a non-existent CD track which l...
- 21:45 Bug #1914 (Closed): [1420 Doom] Doom cheat code issues?
- 1) The biggest issue is that there is a crash when entering E1M8 of Ultimate Doom.
2) You are unable to warp to an... - 21:47 Bug #1913: Custom Playpal messes up future font colours
- After further testing and discussion with vermil, it turns out this was due to his use of -config conflicting with ru...
- 21:47 Bug #1913 (Rejected): Custom Playpal messes up future font colours
- 21:06 Bug #1913 (Rejected): Custom Playpal messes up future font colours
- If one loads a custom PLAYPAL into a game (i.e a mod) and then unloads back to Ring Zero, the menu font colours in al...
- 21:20 Bug #1910 (Closed): [1420, Hexen] Record::operator [] Variable 'songLump' not found
- 17:06 Bug #1910 (In Progress): [1420, Hexen] Record::operator [] Variable 'songLump' not found
- 16:59 Bug #1910 (Closed): [1420, Hexen] Record::operator [] Variable 'songLump' not found
- When attempting to play the Hexen expansion DKotDC, Doomsday quits with the following error message during startup:
... - 21:20 Revision 8b3ed082 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
- 21:19 Revision 33e7f2bd (github): Audio|Client: Try other music sources if playback fails
- Although the preferred source may be available playback may still
fail for some reason (e.g., the preferred source is... - 21:12 Revision 360e4e22 (github): Fixed|Hexen: Record Variable 'songLump' not found
- Removed obsolete logic for the Hexen specific, "currentMap" handling
Updated the SndInfoParser to modify the relevant... - 20:53 Bug #1909 (Closed): Mouse wheel events (pixel scroll vs. angle)
- 12:22 Bug #1909 (Resolved): Mouse wheel events (pixel scroll vs. angle)
- 11:43 Bug #1909 (Closed): Mouse wheel events (pixel scroll vs. angle)
- At least on the Mac, Qt 5 mouse wheel events need to separately handle pixel and angle deltas.
- 19:58 Revision 4f8426cc (github): Fixed|UI|Client: Inadvertent log clearing
- Now there is a separate method for resetting the height of the log
widget without clearing all entries.
Also the con... - 19:34 Revision 348427ee (github): Merge branch 'master' of https://github.com/skyjake/Doomsday-Engine
- 19:31 Revision ed0be853 (github): Windows|libappfw: Scrolling with the mouse wheel
- On Windows, the number of lines to scroll per wheel step is queried
from system preferences. - 18:51 Revision c111db2b (github): Fixed|FMOD: Crash when attempting CD audio playback
- If fmodSystem->createStream() fails cdSound == nullptr
...so don't try to dereference it. - 17:42 Bug #1911 (Closed): Episode menu appearing when it shouldn't
- The new custom episode feature was added in build 1420.
When only one episode is defined, Dday is meant to skip th... - 14:36 Revision 4cb2352b (github): UI|Client|Task Bar: Reworded text
- 13:51 Feature #1903 (Closed): "Clear Log" should actually remove entries from memory
- 11:23 Feature #1903: "Clear Log" should actually remove entries from memory
- The behavior of "Clear Log" has been to just reset the history widget height to zero ever since the task bar was intr...
- 13:51 Revision 057a5b8f (github): UI|Client|Console: "Clear Log" should actually remove all entries
- "Clear Log" will now erase entries from memory instead of simply
reducing the log height to zero.
Note that log heig... - 12:21 Revision eab05238 (github): Fixed|Input|Client|libgui: Handling mouse wheel events (Qt 5)
- In Qt 5, the pixel and angle deltas are provided separately. The former
is for trackpads while the latter is for actu... - 11:28 Bug #1908 (Closed): fail to compile, -Wwrite-strings is deprecated (revision 0c8bf0d..a7d4169 )
- 11:27 Revision af2660af (github): Cleanup: Compiler warnings
2014-11-22
- 22:30 Revision cd70c77a (github): Refactor|Map|World: Implement important map element/object iterations with C++11 lambdas
- Things are now looking significantly cleaner, and should also perform
a little better in an optimized Release build.
... - 07:41 Bug #1904 (Closed): fail to compile, XKeycodeToKeysym is deprecated (revision 83a88718)
- 02:38 Bug #1904: fail to compile, XKeycodeToKeysym is deprecated (revision 83a88718)
- That fixed it.
- 03:22 Bug #1908 (Closed): fail to compile, -Wwrite-strings is deprecated (revision 0c8bf0d..a7d4169 )
- ubuntu 14.10 64bit
compiling with qtcreator
this is the output...
2014-11-21
- 22:50 Bug #1904: fail to compile, XKeycodeToKeysym is deprecated (revision 83a88718)
- I replaced the deprecated function, however this shouldn't be leading to a build failure. Are you sure you are not mi...
- 22:39 Bug #1904 (Resolved): fail to compile, XKeycodeToKeysym is deprecated (revision 83a88718)
- 22:40 Revision a7d41696 (github): Fixed|libgui|X11: Replaced use of deprecated XKeycodeToKeysym
- Using solution from:
https://stackoverflow.com/questions/9838385/replace-of-xkeycodetokeysym
IssueID #1904 - 22:27 Revision e73e7aef (github): Fixed|libgui|QtNativeFont: Measuring and rasterizing must use the same metrics
- 19:02 Bug #1856 (Closed): Alert on first launch because game.cfg not found
- 19:00 Revision fe433044 (github): libdoomsday|Console: Don't warn about a missing game.cfg
- When first launching a game no config(s) will yet exist for it. This
is by design, so don't alert/warn the user if th... - 13:14 Feature #1907 (Closed): Use native file picker to set "music-soundfont"
- File paths that are currently configured using FS1 paths can be selected using a native file picker dialog.
Also available in: Atom