Project

General

Profile

Activity

From 2016-03-08 to 2016-03-21

2016-03-21

23:05 Revision c022c559 (github): Windows|CMake: Sign executables if certificate provided
skyjake
15:42 Revision b98d7506 (github): Windows|CMake: Sign the deployed executables and libraries
Use the correct installation components so CPack will find the right
files when signing.
skyjake
15:24 Revision 702cba90 (github): Windows|CMake: Sign all executables and libraries
skyjake
11:01 Revision dbb5e7ef (github): Fixed|MSVC: Build problems related to zlib
skyjake
09:38 Revision 4343ebfa (github): Fixed|Windows: Linking against zlib using MSVC2015 x86
skyjake

2016-03-20

23:58 Revision 866b4006 (github): Console|libdoomsday: Writing and reading .cfg files using FS2
F_MakePath() is now repurposed for use within FS2. skyjake
23:51 Revision 79d5d012 (github): libcore|FS: Standalone native files; writing to native folders
FileSystem::accessNativeLocation() can be used to attach an arbitrary
native folder to a known location within the fi...
skyjake
23:36 Revision 4eef6bba (github): libcore|Writer: Added method for writing text
skyjake
23:35 Revision 647e6618 (github): Fixed|libcore|Info: Parsing an empty Info list
skyjake
23:34 Revision ada6b6cc (github): libcore|String: Added printf-style formatting, utility methods
skyjake
22:21 Revision 2bcff3dc (github): Builder: Retry clearing the build work directory a few times
It appears on Windows some of the files in the work directory
are kept locked for a while (?).
skyjake
20:45 Revision 4831c744 (github): Builder|Windows: Do not try to delete the current directory
skyjake
15:23 Revision 9c83fd3e (github): libdoomsday: Removed Dir_mkpath and Dir_SetCurrent
de::NativePath should be used instead of these. skyjake
15:10 Revision 5eb10278 (github): Refactor|libcore: Relocated native path creation and checking
These methods are better suited to the NativePath class. skyjake
14:49 Revision f4a2e3a3 (github): libdoomsday|Client: Runtime path is managed by de::App, not libdoomsday
skyjake
14:38 Revision 13996bd9 (github): libdoomsday: Added /tmp folder for temporary native files
skyjake
13:44 Revision 8a7f4b66 (github): Windows|MSVC: Added prebuilt zlib library for MSVC2013
Now both MSVC2013 and MSVC2015 are supported. skyjake
13:41 Revision 2851587f (github): Windows|MSVC: Added prebuilt zlib library for MSVC2013
Now both MSVC2013 and MSVC2015 are supported. skyjake
11:57 Revision a4ca99db (github): Cleanup
skyjake
11:57 Revision 9f7d0593 (github): Cleanup|Debug: Replaced use of qDebug with de::Log
skyjake
11:11 Revision be438726 (github): Merge branch 'master' into ui-home
# Conflicts:
# doomsday/cmake/FindEAX.cmake
skyjake
11:09 Revision 5bbed992 (github): Cleanup
skyjake
01:05 Revision 2b3592f1 (github): Builder: Multiple builds can be configured in the .rsp file
skyjake
00:39 Revision cb4061f8 (github): Fixed|Windows: Checking for a 32-bit build in the DirectSound plugin
skyjake

2016-03-17

23:29 Revision dc69434e (github): Windows|64-bit: Build on MSVC 2015, 64-bit Qt 5.6; cleanup of external libs
EAX2 is not available in 64 bits, so the DirectSound plugin is
compiled without any EAX2 features when doing a 64 bit...
skyjake
23:25 Revision 0b6f6340 (github): Merge branch 'ui-home' of ssh://github.com/skyjake/Doomsday-Engine into ui-home
skyjake
23:23 Revision 756d0d16 (github): Windows|64-bit: Build on MSVC 2015, 64-bit Qt 5.6; cleanup of external libs
EAX2 is not available in 64 bits, so the DirectSound plugin is
compiled without any EAX2 features when doing a 64 bit...
skyjake
17:29 Revision c7b3d91c (github): Builder|Ubuntu: Always update Debian changelog when making source package
skyjake
10:47 Revision 5b84a753 (github): Merge branch 'master' into ui-home
skyjake
10:47 Revision 8780c752 (github): Fixed|libgui|ImageFile: Allow using paths as argument of "Multiply:"
The argument of "Multiply:" can now be a relative path of arbitrary
complexity.
skyjake
10:47 Revision 88ca0cc4 (github): Fixed|libgui|ImageFile: Allow using paths as argument of "Multiply:"
The argument of "Multiply:" can now be a relative path of arbitrary
complexity.
skyjake

2016-03-16

22:20 Revision 4d243990 (github): libgui|ImageFile: Added the "Multiply:(path)" filtering operation
Multiplies the image with the contents of another image. skyjake
22:19 Revision 527321c4 (github): UI|Home: Working on selected packages in the Packages dialog
skyjake
22:18 Revision 0a659c97 (github): Refactor|libappfw: Using color theme enums in popups
skyjake
22:16 Revision da0d05d7 (github): libgui|ImageFile: Added the "Multiply:(path)" filtering operation
Multiplies the image with the contents of another image. skyjake

2016-03-15

20:22 Revision 5fe0b49f (github): Builder|Pilot: Updated builder IDs
skyjake

2016-03-14

10:57 Revision 874d45de (github): Refactor|libappfw: Use color theme enums in ButtonWidget
skyjake
10:57 Revision 617c5e48 (github): libcore|PackageLoader: Use a hash for loaded packages
skyjake

2016-03-13

23:29 Revision 4a6cf3ae (github): UI|Home: Working on the PackagesDialog; HomeItemWidget coloring
HomeItemWidgets can be color-themed separately for loaded and
non-loaded packages.
Also the Multiplayer column is up...
skyjake
23:28 Revision a02e0b5a (github): UI|Client: Fixed initial appearance of the HomeWidget
The Home should be kept hidden until game availability has been
checked.
skyjake
23:26 Revision 3f579916 (github): libappfw|Widgets: Color theme enums, access to opacity animations
skyjake
18:00 Revision a704d1f2 (github): UI|Home: Packages dialog has two columns (selected packages, all packages)
skyjake
17:59 Revision 2cda99b1 (github): UI|Task Bar: Removed Packages from the config menu
skyjake
17:57 Revision 4434c1c2 (github): libappfw|DialogWidget: Option for a two-column dialog layout
Two separately scrollable content areas. skyjake

2016-03-12

22:43 Revision 1dc29d4f (github): libcore|libgui|ScriptedInfo: Inheritance considered when looking up relative paths
Relative file paths in ScriptedInfo records are normally relative to
the file where the records are read from. Howeve...
skyjake
22:43 Revision 444ec877 (github): Model Renderer|Shaders: Declare uMapTime in all built-in model shaders
skyjake
22:38 Revision 0b9801d1 (github): UI|Home: Opening the Packages dialog for game items
skyjake
22:37 Revision 844d70eb (github): libdoomsday|GameProfiles: Profiles can be marked as user-created
skyjake
22:36 Revision 6dcb699d (github): libcore|libgui|ScriptedInfo: Inheritance considered when looking up relative paths
Relative file paths in ScriptedInfo records are normally relative to
the file where the records are read from. Howeve...
skyjake
22:31 Revision 27dc4440 (github): Model Renderer|Shaders: Declare uMapTime in all built-in model shaders
skyjake

2016-03-09

20:32 Revision fe3856e0 (github): UI|Home: Game items are created for profiles instead of registered games
To facilitate creation of user profiles, the items in the game
columns represent the available game profiles.
skyjake
20:28 Revision 7b17e104 (github): libdoomsday: Added forAll iteration for GameProfiles
skyjake
20:22 Revision 44051d38 (github): libcore|Profiles: Audiences for profile addition/removal; profiles are deletable
skyjake

2016-03-08

20:51 Revision 91ce9312 (github): CI: Adjusted AppVeyor log verbosity for msbuild
skyjake
20:01 Revision ad519158 (github): Fixed|MSVC|libcore: Missing include
skyjake
18:46 Revision 7dfb3ca3 (github): libdoomsday: Built-in game profiles; load packages in profiles
The packages specified in game profiles are now loaded when a game
is loaded.
skyjake
18:43 Revision 7f8ec2c9 (github): libdoomsday|GameProfiles: Profile names are case insensitive
skyjake
18:42 Revision 694fe4ae (github): Fixed|libcore: Joining an empty StringList
skyjake
 

Also available in: Atom