Activity
From 2014-11-16 to 2014-11-29
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: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... - 14:41 Revision 38cf13f6 (github): Typo
- 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... - 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: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
- 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)
2014-11-24
- 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: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... - 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. - 14:36 Revision 4cb2352b (github): UI|Client|Task Bar: Reworded text
- 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: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.
...
2014-11-21
- 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: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...
2014-11-20
- 20:18 Revision 0c8bf0d0 (github): UI|Client: Tutorial improvements
- The tutorial now has a progress indicator and next/back buttons with
arrows.
IssueID #1770 - 20:17 Revision e3f71619 (github): libappfw: ProgressWidget dotted mode; angle for StyleProceduralImage
- 19:49 Revision f6ec235c (github): Refactor|libappfw: Method for calculating widget's content rectangle
- This calculation was being done in multiple places.
2014-11-19
- 19:14 Revision 83a88718 (github): Fixed|DED|libdoomsday: Sky height/horizon offset interpretation
- Presently the "custom" status of a contained file is not inherited
from the container. For now, check for this in DED... - 13:36 Revision 6924a801 (github): Fixed|libcommon: Qt 4 compatibility
- QMap::first() was added in Qt 5.2.
- 12:47 Revision 223510fb (github): Reverted commit 4255ec2 due to OpenGL errors
- This will have to be revised when OpenGL 3.3 is taken into use.
- 11:12 Revision 756f51f0 (github): Cleanup: Replaced tab indentation with spaces
- 04:50 Revision 184511b0 (github): Server|libcommon: Init "server-game-episode" and "server-game-map" when registering
- These cvars should be initialized with suitable values in case they
won't be set when parsing the game.cfg - look thr... - 04:38 Revision 3fd09953 (github): Fixed|World|libcommon: Multiplayer control issues, binding widget deactivation
- IssueID #1898
2014-11-18
- 21:34 Revision 0796f6f9 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine into opengl3.3
- 21:33 Revision 5fefecaf (github): Client|GL: Cleanup
- 21:33 Revision c4cd904d (github): libgui: GLFramebuffer uses multisampled textures
- Now multisampling is done by rendering directly into a multisampled
texture in GLFramebuffer. There is no need for a ... - 20:29 Revision b27c04ef (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
- 20:29 Revision 22d8f65d (github): libdoomsday|DED: Cleanup
- 15:01 Revision 9e032f4d (github): Fixed: Various build errors and warnings
- Not many legitimate problems here, mostly warnings/errors due to
stricter implementation of the C++11 standard. - 14:40 Revision eb6642ff (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
- 14:09 Revision e303d9f6 (github): libgui|Client: Switched to OpenGL 3.3 Core profile, ported shaders to 330
- Removed checking for GL extensions that are now part of the core.
GLBuffer now creates Vertex Array Objects for the v... - 09:56 Revision 4255ec24 (github): Fixed|ClientWindow|Windows: No need to recreate GL Canvas for FSAA/vsync changes
- FSAA is handled by multisampling the GLTarget renderbuffers, so there
is no need to touch the window surface. Also, c...
2014-11-17
- 21:47 Revision c19b6e28 (github): Merge branch 'master' into common-episode-definition
- 21:38 Revision 33c3a813 (github): libdoom|libdoom64|libheretic: DED / MAPINFO interoperability patches
- 21:35 Revision 5beb347b (github): Fix merge issues
- 21:27 Revision 0daa2789 (github): DED|libdoomsday: Added if (not) custom condition to Mods directive
- Presently supported with Map Info definitions only. This conditional
allows one to instruct the DED parser to apply t... - 21:18 Revision d0acafb1 (github): libcommon|InputBindingWidget|Client: Forming 64-bit pointer to event symbolic name
- 21:07 Revision 3bc71fac (github): Merge branch 'common-episode-definition' of github.com:skyjake/Doomsday-Engine into common-episode-definition
- Conflicts:
doomsday/client/src/def_main.cpp
doomsday/plugins/idtech1converter/src/mapinfotranslator.cpp - 21:05 Revision c96b5628 (github): libdoomsday|DED: Track the custom status of DED definitions
- 21:03 Revision 5aa24392 (github): Fixed|libdoomsday: Clearing mapped Config variables from database
- 20:02 Revision 2ec76b32 (github): Debug|libgui|GLTarget: Converted a GL assert to a debug message
- On Windows, this assert may fail during canvas recreation.
Todo: In the long run, make canvas recreation unnecessary... - 20:00 Revision 71ddc7d0 (github): Fixed|ClientWindow|Windows: Use of the new fsaa/vsync variables
- 19:33 Revision fcfe37ed (github): IdTech1Converter|MapInfoTranslator: Synthesize Music definitions from MAPINFO
- Doomsday introduces a "song" abstraction to simplify the creation of
custom soundtracks and introduce more flexibilit... - 19:27 Revision c2c702bf (github): Refactor|IdTech1Converter|MapInfoTranslator: Track custom status of MAPINFO data, split output
- Partition the translated definitions into two data sets, according
to whether the source MAPINFO data is "custom" (fr... - 19:22 Revision dad715b7 (github): IdTech1Converter|MapInfoTranslator: Synthesize Music definitions from MAPINFO
- Doomsday introduces a "song" abstraction to simplify the creation of
custom soundtracks and introduce more flexibilit... - 19:08 Revision 4965df0e (github): Refactor|IdTech1Converter|MapInfoTranslator: Track custom status of MAPINFO data, split output
- Partition the translated definitions into two data sets, according
to whether the source MAPINFO data is "custom" (fr... - 18:52 Revision 4b1685ae (github): Fixed|F API: Custom status of contained files in M_ReadFileIntoString()
- Presently the custom status of any contained file (e.g., lump in a WAD) is
not inherited from the container in FS1, s...
2014-11-16
- 22:17 Revision bc765f79 (github): Refactor|Client|libappfw|libgui: Replaced 'vid-fsaa' and 'vid-vsync' with Config variables
- Console variables are game-specific, however the user most likely
prefers to use the same FSAA/vsync settings for all... - 22:03 Revision bfd885c3 (github): libgui: Querying the ID of a window
- 22:02 Revision 56d3bf31 (github): Cleanup
- 22:01 Revision 9f3672ce (github): Console|libdoomsday: Rudimentary access to de::Config variables
- This commit introduces a simple mechanism that allows the user to
interactively access de::Config variables as if the... - 19:32 Revision ac415f1d (github): UI|Task Bar: Added a separate in the Log menu
- 19:32 Revision 3c51e377 (github): Cleanup: Unused function
- 19:32 Revision 6ab3341d (github): Fixed|UI|Updater: Don't recheck if settings weren't changed
- In the update notification dialog, if one opens the Updater settings
and closes it without changing anything, a reche...
Also available in: Atom