skyjake's activity
From 2014-11-16 to 2014-11-29
2014-11-28
-
06:50 Doomsday Engine Revision d788f8bc (github): Console: Added 'vid-fps' as a mapping for 'Config.window.main.showFps'
-
06:44 Doomsday Engine 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 Doomsday Engine Revision 4fb30a1a (github): UI|SavedSessionMenuWidget: Fixed size of close icon on non-retina displays
-
19:54 Doomsday Engine 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 Doomsday Engine 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 Doomsday Engine 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 Doomsday Engine Revision bde8d025 (github): Fixed|libappfw: Popup positioning with Down opening direction
- Positioning should not go outside the UI view.
-
20:02 Doomsday Engine 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 Doomsday Engine Revision 6f41daca (github): libcore|SavedSession: Record's text formatting expects monospaced fonts
-
09:32 Doomsday Engine 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 Doomsday Engine Revision 6a37a6a5 (github): Fixed|ClientWindow: Incorrect log message about multisampling
-
09:24 Doomsday Engine Revision 98ca45e8 (github): libappfw|SliderWidget: Changing the slider step value
2014-11-23
-
19:58 Doomsday Engine 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 Doomsday Engine Revision 348427ee (github): Merge branch 'master' of https://github.com/skyjake/Doomsday-Engine
-
19:31 Doomsday Engine 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. -
14:36 Doomsday Engine Revision 4cb2352b (github): UI|Client|Task Bar: Reworded text
-
13:51 Doomsday Engine 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 Doomsday Engine 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 Doomsday Engine Revision af2660af (github): Cleanup: Compiler warnings
2014-11-21
-
22:40 Doomsday Engine 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 Doomsday Engine Revision e73e7aef (github): Fixed|libgui|QtNativeFont: Measuring and rasterizing must use the same metrics
2014-11-20
-
20:18 Doomsday Engine Revision 0c8bf0d0 (github): UI|Client: Tutorial improvements
- The tutorial now has a progress indicator and next/back buttons with
arrows.
IssueID #1770 -
20:17 Doomsday Engine Revision e3f71619 (github): libappfw: ProgressWidget dotted mode; angle for StyleProceduralImage
-
19:49 Doomsday Engine Revision f6ec235c (github): Refactor|libappfw: Method for calculating widget's content rectangle
- This calculation was being done in multiple places.
2014-11-19
-
13:36 Doomsday Engine Revision 6924a801 (github): Fixed|libcommon: Qt 4 compatibility
- QMap::first() was added in Qt 5.2.
-
12:47 Doomsday Engine 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 Doomsday Engine Revision 756f51f0 (github): Cleanup: Replaced tab indentation with spaces
2014-11-18
-
21:34 Doomsday Engine Revision 0796f6f9 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine into opengl3.3
-
21:33 Doomsday Engine Revision 5fefecaf (github): Client|GL: Cleanup
-
21:33 Doomsday Engine 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 ... -
15:01 Doomsday Engine 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 Doomsday Engine Revision eb6642ff (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
-
14:09 Doomsday Engine 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 Doomsday Engine 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:03 Doomsday Engine Revision 5aa24392 (github): Fixed|libdoomsday: Clearing mapped Config variables from database
-
20:02 Doomsday Engine 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 Doomsday Engine Revision 71ddc7d0 (github): Fixed|ClientWindow|Windows: Use of the new fsaa/vsync variables
2014-11-16
-
22:17 Doomsday Engine 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 Doomsday Engine Revision bfd885c3 (github): libgui: Querying the ID of a window
-
22:02 Doomsday Engine Revision 56d3bf31 (github): Cleanup
-
22:01 Doomsday Engine 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 Doomsday Engine Revision ac415f1d (github): UI|Task Bar: Added a separate in the Log menu
-
19:32 Doomsday Engine Revision 3c51e377 (github): Cleanup: Unused function
-
19:32 Doomsday Engine 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