skyjake's activity
From 2014-10-19 to 2014-11-01
2014-11-01
-
13:08 Doomsday Engine Revision 2af910da (github): libappfw: Added a smart pointer for owning a GuiWidget
- Automatically calls the correct destructor on the widget.
-
13:06 Doomsday Engine Revision c91f70dc (github): libcore|Widget: Setting a widget's root manually
- Normally the root widget is found by tracing all the parents.
2014-10-31
-
11:08 Doomsday Engine Revision fbeb0abb (github): UI|Client|Console: Restored the [>] button appearance
-
11:05 Doomsday Engine Revision 333dc49c (github): Fixed|Client: Memory leak (notification widgets not deleted)
- The Alert and Updater notifications were not deleted if they were
hidden when the app was shut down.
Todo: A better ... -
11:04 Doomsday Engine Revision 2e8f3346 (github): Debug|Client: Assert that all reference-counted objects get deleted
-
11:03 Doomsday Engine Revision df4b2168 (github): Fixed|libappfw|FoldPanelWidget: Memory leak
- The content was not deleted if the fold was closed when the widget was
deleted. -
11:01 Doomsday Engine Revision 0e216a3f (github): Cleanup
-
08:50 Doomsday Engine Revision cbfb157a (github): Fixed|libcore|Scripting: Memory leak in expression evaluator
- The scopes for the evaluated results were not always deleted.
2014-10-30
-
21:34 Doomsday Engine Revision 8f563889 (github): UI|Client|AlertDialog: Fixed layout problem when dialog is narrow
- Now space is reserved for the auto-hide setting.
-
21:32 Doomsday Engine Revision 1d32f4e8 (github): libappfw|DialogWidget: Specifying a minimum width for a dialog
-
21:32 Doomsday Engine Revision 6554d2fc (github): libcore: Cleanup
-
21:31 Doomsday Engine Revision ad88641a (github): Fixed|libcore|ArrayExpression: Memory leak
- The array expression's arguments were not deleted when the expression
was deleted. -
21:30 Doomsday Engine Revision ec8017ed (github): Fixed|libgui|Font: Memory leak (release font metrics rules)
-
21:29 Doomsday Engine Revision 82832a80 (github): Fixed|libappfw: Memory leak in LogWidget (at shutdown)
- The cached entries were not deleted when the widget was deleted.
-
11:06 Doomsday Engine Revision 1bc12137 (github): Default Style|Client: Tweaked subheading style
- The subheading style on Windows and Unix was changed to use a small,
bold, normal case font. On OS X, they remain lig... -
11:05 Doomsday Engine Revision 54713b8d (github): Fixed|Client: Missing header
2014-10-29
-
21:17 Doomsday Engine Revision eeba76b5 (github): Typo
-
21:12 Doomsday Engine Revision 55cd85bc (github): Merge branch 'master' of https://github.com/skyjake/Doomsday-Engine
-
21:12 Doomsday Engine Revision 6b899391 (github): Fixed: Missing header
-
20:20 Doomsday Engine Revision a7544709 (github): UI|Client: Reorganized the console popup menu; showing/hiding annotations
- The console popup menu was split into a log history menu and one for
controlling the command prompt behavior. A new i... -
20:20 Doomsday Engine Revision 66d59540 (github): libcore|RuleRectangle: Added convenience method for defining mid X/Y rules
-
20:20 Doomsday Engine Revision 682a5992 (github): libappfw|Data: Added method for iterating all items of a data model
-
20:20 Doomsday Engine Revision 979ff5e9 (github): libappfw: Popup menu annotation hiding; button style changes
- The variable 'Config.ui.showAnnotations', which PopupMenuWidget
now expects to find in the Config, determines the vis... -
12:30 Doomsday Engine Revision b70e82cd (github): liblegacy: C++11 compatibility warning (string literals)
-
09:07 Doomsday Engine Revision 08cc169e (github): Fixed|Client: Crash after dismissing "App init failed" dialog
- It is possible that app init is aborted before InFineSystem was
instantiated.
2014-10-27
-
20:07 Doomsday Engine Revision e6d0caa6 (github): Client|UI: Auto-hide the alert notification (default: 3 mins)
- The config variable is 'Config.alert.autoHide'.
IssueID #1848 -
20:05 Doomsday Engine Revision c75e8822 (github): libcore|Config: Check config script's package's timestamp
- If the packages have been updated, read the config script just in
case. This makes things easier for developers when ... -
20:02 Doomsday Engine Revision 809edb0a (github): libcore|App: Accessing persistent data in read-only or mutable mode
- Timestamps get updated automatically if the Archive is accessed in
mutable mode. Fixes a problem with Refuge (Config)... -
16:57 Doomsday Engine Revision 29c9c528 (github): Tools|Amethyst: Updated for Qt 5
-
08:49 Doomsday Engine Revision 699ec1cd (github): Cleanup: Removed obsolete "vid-*" cvars (resolution, fullscreen, bpp)
- These are now configured via de::Config.
-
08:19 Doomsday Engine Revision c4a21883 (github): Fixed|libappfw|HiDPI: Background blurring with high pixel densities
- The blurring should account for the higher pixel density to achieve
a similar end result compared to regular density.
2014-10-26
-
18:40 Doomsday Engine Revision e59a67ba (github): Fixed|Hexen|MP: Client crashes when a plane moves on client side
- Some client mobjs don't have 'info' if they are only partially synced.
IssueID #1873 -
17:53 Doomsday Engine Revision 323fc718 (github): libappfw|LogWidget: Improved behavior during/after rewrapping
- Fixes the issue where the scroll position would jump around
during/after resizing the log. However, now no attempt is... -
14:44 Doomsday Engine Revision 445e5893 (github): Cleanup
-
11:00 Doomsday Engine Revision a8f2250e (github): libappfw|LogWidget: Removed the malfunctioning pausing mechanism
- On second thought, this is not a good way to address the problem.
The widget should be skipping ahead instead of fall... -
10:59 Doomsday Engine Revision f5f96d35 (github): Fixed|libgui|RowAtlasAllocator: Horizontal margin was ignored when allocating
2014-10-25
-
18:47 Doomsday Engine Revision 7e9791de (github): Renderer|Client: "Pixel Doubling" replaces the "Pixel Density" setting
- Should be more intuitive this way. Also moved the setting under the
"Camera Lens" group (which could now use some sub...
2014-10-24
-
14:34 Doomsday Engine Revision fb13ecef (github): libgui|RowAtlasAllocator: Improved row-based atlas allocator
- This version is more intelligent in keeping track of empty space.
There is no longer a "rover", using which allocatio... -
10:40 Doomsday Engine Revision 9ae4f778 (github): Fixed|Unix: Build failure (file name case sensitivity)
2014-10-22
-
20:13 Doomsday Engine Revision 8bc2b8cc (github): Fixed|libcore|TaskPool: Completing a pool while it is being destroyed
- The allTasksDone() signal was emitted after unlocking, which meant that
a destructor waiting on the mutex would get a... -
19:32 Doomsday Engine Revision d97cbbb8 (github): Fixed|libcore|Lockable: Issue with the mutex lock counter
- When unlocking a Lockable, it was first unlocked and only then its
lock count was decremented. This meant that execut...
2014-10-21
-
19:38 Doomsday Engine Revision a5937cb6 (github): libappfw|LogWidget: Cleanup
-
19:27 Doomsday Engine Revision b121967c (github): Performance|libappfw|LogWidget: Improved/faster log entry processing
- One of the major performance bottlenecks was that entries were being
processed even when the log was not really visib... -
19:22 Doomsday Engine Revision ee85daf1 (github): libappfw: Redesigned TextDrawable with better multitasking
- This new implementation of TextDrawable can cleanly have multiple
ongoing wrapping tasks, can be deleted immediately ... -
19:15 Doomsday Engine Revision 55b0f65b (github): libgui|Atlas: Minor performance tuning
- Avoid repeating defragmentation operations. Don't print tons of log
messages about the atlas being full. -
19:12 Doomsday Engine Revision 5b00c792 (github): libcore|Lockable: Check that mutexes are unlocked before destruction
- The caller's responsibility is to ensure that locked mutexes are not
deleted. -
19:11 Doomsday Engine Revision 8c9d2fa9 (github): libcore|TaskPool: Redesigned shutdown procedure
- Previously TaskPool's destructor waited until all the tasks were
finished. Now, the public TaskPool is deleted immedi...
2014-10-20
-
23:10 Doomsday Engine Revision d426cee7 (github): Fixed|Console|libdoomsday: Timing the execution buffer
- If there were lots of scheduled commands, an inordinate amount of
time was spent looping in the execution buffer. Now... -
23:07 Doomsday Engine Revision e39befce (github): Fixed|libcore|Animation: Updating current time
- Before these changes, the current time being just a reference, it
may have gotten changed from another thread during ... -
10:09 Doomsday Engine Revision 0b083979 (github): Documentation|libcore: Elaborated on TaskPool's "done" status
-
09:58 Doomsday Engine Revision 1a752b32 (github): OS X|Client: Always show pixel density in Video Settings
2014-10-19
-
17:34 Doomsday Engine Revision a7e6e3da (github): Renderer|LensFX: Added a resizing filter (pixel density)
- fx::Resize changes the size of the frame buffer to produce a pixelated
appearance, either for performance or aestheti... -
17:26 Doomsday Engine Revision 5d1b2d63 (github): UI|Updater: Use alternate accent color for annotation labels
-
17:26 Doomsday Engine Revision bc1591c8 (github): Refactor|App|Client: More convenient method for accessing a Config variable
-
15:29 Doomsday Engine Revision 70488ff9 (github): Cleanup
-
12:53 Doomsday Engine Revision 84a39ca8 (github): Resources: Load packages specified with the -pkg option
- The "-pkg" option specifies one or more packages to load at startup
and keep loaded indefinitely, regardless of loade...
Also available in: Atom