skyjake's activity
From 2014-10-15 to 2014-10-28
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...
2014-10-18
-
18:22 Doomsday Engine Revision 9d11a171 (github): Oculus Rift|Windows|qmake: ATL no longer needed with LibOVR 0.4.2
-
11:34 Doomsday Engine Revision 21d05e4d (github): libcore: Better generic "for" pattern for C++11 style iterator methods
-
09:58 Doomsday Engine Revision f5cbca31 (github): Fixed|Client|Manifest: Added missing header
2014-10-16
-
15:14 Doomsday Engine Revision d5a8c2e7 (github): Fixed|Windows: Bunch of benign warnings in the release build
-
14:51 Doomsday Engine Revision eb1b90cb (github): Resources|Manifest: Also use FS2 to locate files
- While FS1 is still used primarily like before, this now allows looking
up the file anywhere in FS2, too. With this ch... -
14:47 Doomsday Engine Revision 820e360e (github): Unix|Client: Let de::App determine the base path
-
14:46 Doomsday Engine Revision e9b09e7b (github): libcore|FS: Added methods for iterating all found files
- Supports lambda functions.
2014-10-15
-
23:48 Doomsday Engine Revision f924f9b6 (github): Fixed|InFine: Compiler warnings (un/signed comparison; string literals)
-
23:34 Doomsday Engine Revision 762081f2 (github): libcore|Xcode: Fixed a bunch of benign integer conversion warnings
-
23:34 Doomsday Engine Revision 8d75e620 (github): OS X|Xcode|qmake: Script for generating an Xcode workspace
- The Qt 5.3 qmake is incredibly broken when it comes to generating
Xcode projects, but this commit adds a script that ...
Also available in: Atom