skyjake's activity
From 2014-10-29 to 2014-11-11
2014-11-11
-
12:59 Doomsday Engine Revision 571d8b58 (github): Fixed|Client|64-bit: Build failure
2014-11-09
-
14:58 Doomsday Engine Revision 344a8468 (github): libcore|String|TokenBuffer: Case sensitive copy-free string equality method
- Avoids calling deep-copying QString constructors.
2014-11-08
-
19:32 Doomsday Engine Revision fdba3b8b (github): Merge branch 'master' of https://github.com/skyjake/Doomsday-Engine
-
19:32 Doomsday Engine Revision 0586c008 (github): libcore|TokenBuffer: Checking for token equality
- The sizes must match for an exact match.
-
19:30 Doomsday Engine Revision 95d20512 (github): Fixed|libcore|String: Out-of-bounds memory access (leading to crash)
- String::compareWithCase() was calling the QString constructor with a
specific size with the intention of limiting the... -
19:26 Doomsday Engine Revision 0310fec6 (github): Refactor|libcore|Script: Apply PIMPL in the Script class
-
19:25 Doomsday Engine Revision 24906588 (github): Fixed|Client: Build failure in release build
-
00:52 Doomsday Engine Revision 674a1c94 (github): Merge branch 'master' of https://github.com/skyjake/Doomsday-Engine
-
00:52 Doomsday Engine Revision 607a18c4 (github): Fixed|Client: Crash during main window construction
- It was possible that the log was flushed during construction of the
main window, which lead to the log alerter attemp...
2014-11-06
-
21:56 Doomsday Engine Revision 812e4c43 (github): UI|Client|Fixed: Layout of the close button of Renderer Appearance sidebar
-
21:52 Doomsday Engine Revision 24c4d61e (github): Oculus Rift|libappfw: Providing a projection when HMD is not connected
- de::OculusRift should not be asked to provide a projection matrix
if no HMD is connected. -
21:10 Doomsday Engine Revision e701599d (github): UI|Client: Added an icon for a "Close" action
- Currently used in the Renderer Appearance editor.
Todo: Evaluate use of this elsewhere in the UI and tweak appearance. -
20:51 Doomsday Engine Revision b949a247 (github): Oculus Rift|libappfw: Updated for LibOVR 0.4.3
- Version 0.4.3 has some API changes, so updated the use of LibOVR
accordingly. Still no luck with direct mode renderin... -
20:41 Doomsday Engine Revision f4c5c4e9 (github): Fixed|Release: Compiler warning (unused argument)
-
20:40 Doomsday Engine Revision 9b8f7ed6 (github): Fixed|Client: Crash at shutdown
- ~WidgetActions accesses the singleton ClientApp's InputSystem, so
WidgetActions must be deleted first.
2014-11-02
-
19:21 Doomsday Engine Revision 2027a13e (github): Performance|Oculus Rift: Detecting connected HMDs
- Use the correct LibOVR API function for detecting connected HMDs
rather than trying to blindly create an ovrHmd. At l... -
19:20 Doomsday Engine Revision ba04c59b (github): Performance|libcore: Avoid unnecessary mutex locking
- theLogs() does not need locking after Logs exists.
-
17:33 Doomsday Engine Revision 5c986c2a (github): Cleanup|Input|Bindings: InputDevice IDs are signed ints
-
14:03 Doomsday Engine Revision 388b79cb (github): Cleanup
-
14:02 Doomsday Engine Revision 9f78e710 (github): Cleanup
-
12:24 Doomsday Engine Revision 618ec44c (github): Fixed|MSVC: Compilation issue
-
12:04 Doomsday Engine Revision 0b3276ce (github): Fixed|libcommon|Client|64-bit: Crash when binding a control
- The bit shifts for forming a 64-bit pointer were constrained to 32-bit
values, producing an invalid value.
Also fixe... -
10:59 Doomsday Engine Revision a92b2dd8 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
-
10:59 Doomsday Engine Revision 82a0a536 (github): Refactor|UI|Client: Ownership of notification widgets
- Now using the UniqueWidgetPtr template.
-
10:46 Doomsday Engine Revision edcaf6e6 (github): libappfw: Revised notification area, added RelayWidget
- The notification area's ownership model was changed so that it does not
own the notification widgets, just relays the... -
10:38 Doomsday Engine Revision 6ae3357b (github): libappfw|GuiWidget: Destroying a GUI widget at a later time
- Particularly when handling audience notifications about object deletion,
it is necessary to schedule object deletion ... -
10:37 Doomsday Engine Revision fecc36c4 (github): Fixed|libappfw|GuiWidgetPrivate: Observe root atlas for deletion
- Fixes the problem where the atlas has already been deleted when the
widget is being deleted. -
10:36 Doomsday Engine Revision 56683229 (github): Fixed|libappfw|ChildWidgetOrganizer: Potential memory access issue
- Issue found by Guard Malloc. Since we have an iterator already, it
is better to use it to remove the map entry rather... -
10:31 Doomsday Engine Revision 557ff2a7 (github): libcore|Unix|Debug: Macro to generate backtrace as a string
-
10:29 Doomsday Engine Revision e066eb53 (github): Cleanup
-
10:28 Doomsday Engine Revision 209a3cbf (github): libcore|Log: Multithreading robustness
- Theoretically, a race condition might occur in theLogs(), if it were
called from multiple threads for the first time.
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.
Also available in: Atom