skyjake's activity
From 2012-05-20 to 2012-06-02
2012-06-01
-
08:16 Doomsday Engine Revision 4db3aaf1 (github): Updater: Closing the download dialog
- The dialog is deleted and the installation should begin if everything
finished successfully.
2012-05-31
-
08:00 Doomsday Engine Revision 0126288e (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
-
07:55 Doomsday Engine Revision 38f737f1 (github): OpenAL: Unix build config and plugin exports
- On Unix, use pkg-config to determine the required compiler flags and libs
for OpenAL.
Doomsday plugins must export t...
2012-05-29
-
19:50 Doomsday Engine Revision 927846a0 (github): Updater: Querying the path of the downloaded file
-
16:32 Doomsday Engine Revision a0dc3834 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
10:10 Doomsday Engine Revision 7b447b89 (github): Merge branch 'master' into autoupdate
-
09:11 Doomsday Engine Revision a17cfad2 (github): de::CommandLine: Improved absolute path resolution
- Based on alepulver's suggestions, modified the path resolution of
de::CommandLine so that the current directory is no... -
08:32 Doomsday Engine Revision 8fb4af05 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
08:31 Doomsday Engine Revision 93606c6a (github): Garbages: Protect the main garbage map with a mutex
- All operations on the garbage map must be thread safe.
2012-05-28
-
10:29 Doomsday Engine Revision d263ade4 (github): Updater: Added title for the updater settings dialog
-
10:27 Doomsday Engine Revision fc6c890b (github): Updater: Cleanup
-
10:23 Doomsday Engine Revision 6b92eb11 (github): Updater: Handle failed download; support i18n for UI strings
- The progress status message will display the error message.
All strings in the Updater are now translated using QObje... -
08:04 Doomsday Engine Revision d85f9bc7 (github): Updater: Download dialog is functional
- Next step is to start installation using the downloaded file and safely
shut down the currently running instance of t... -
06:58 Doomsday Engine Revision f9180b4a (github): Updater: Working on the download dialog
- We have to manually work around the SourceForge HTTP meta equiv
redirection as we aren't using WebKit.
2012-05-27
-
16:55 Doomsday Engine Revision 5c3f78e1 (github): Updater: Save default download path with a symbol
- As we can't control how the default (temporary) path is determined,
just save a placeholder symbol to the persistent ... -
16:46 Doomsday Engine Revision 8f508895 (github): Updater: Fully functional updater settings dialog
- The settings can be viewed and changed in the dialog.
-
13:20 Doomsday Engine Revision 35b3cafd (github): Merge branch 'master' into autoupdate
-
13:18 Doomsday Engine Revision 0d92262b (github): Garbage: Shutdown at the appropriate time
- Manually delete the Garbages std::map when the garbage subsystem
is shut down. -
11:05 Doomsday Engine Revision 502b6976 (github): Updater: Added a dialog for auto update settings
2012-05-26
-
17:02 Doomsday Engine Revision 02691e2d (github): Updater: "What's new" button and accept/reject buttons
- The buttons in the notification dialog now function as expected.
The change log is opened in the native browser when ... -
16:46 Doomsday Engine Revision fc32d357 (github): Updater: Basic notification dialog functionality
- The "never check" option can be toggled int the notification dialog.
-
16:02 Doomsday Engine Revision ce373869 (github): Merge branch 'master' into autoupdate
-
11:46 Doomsday Engine Revision 6d193e28 (github): Refactor|Updater: Separated VersionInfo, UpdaterSettings
- Also added UpdateAvailableDialog that will be shown after checking for
available updates.
2012-05-25
-
14:45 Doomsday Engine Revision 6db367e8 (github): Fixed|Builder: Linking dsfmod to libdeng2 on Unix
- The Debian packaging scripts weren't able to locate the built libdeng2.
-
12:05 Doomsday Engine Revision 90574b31 (github): qmake|Fixed: Quote DENG_BASE_DIR and DENG_LIB_DIR properly
- If the user specified a PREFIX containing spaces, compilation would
fail due to the DENG_BASE_DIR and DENG_LIB_DIR de... -
07:42 Doomsday Engine Revision fd21288b (github): Updater: Parsing and comparing version information
-
06:29 Doomsday Engine Revision c621da00 (github): Merge branch 'master' into autoupdate
2012-05-24
-
21:02 Doomsday Engine Revision 033b5b44 (github): de::LogBuffer: Further tweaks to line wrapping
- Correctly wrap messages that contain newlines.
-
21:02 Doomsday Engine Revision 6a1593e3 (github): Updater: Parsing response from the website
-
11:02 Doomsday Engine Revision e9bc9d35 (github): Updater: Saving settings persistently; testing version check query
- The JSON parser is used to parse the reply from the website.
-
11:02 Doomsday Engine Revision ea60ad83 (github): Fixed bugs in the JSON parser
-
09:54 Doomsday Engine Revision 36699392 (github): Cleanup
-
09:49 Doomsday Engine Revision 1a4bc98c (github): Updater: Initialize and shutdown
-
09:49 Doomsday Engine Revision 3a0ce9aa (github): Always use system's network proxy settings
-
09:49 Doomsday Engine Revision 70a86463 (github): Added: Updater class and a simple JSON parser
-
08:01 Doomsday Engine Revision e6055a00 (github): Fixed: Arguments of -cparse and -vdmap relative to pwd
- Also, de::CommandLine does not try to convert arguments that begin with a
dash (-) or basedir symbol (}) to absolute ... -
07:44 Doomsday Engine Revision c71f9870 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
07:39 Doomsday Engine Revision 82d0bc57 (github): Mac OS X: Load audio plugins using the right letter cases
- For example, dsFMOD.bundle instead of dsfmod.bundle.
-
07:38 Doomsday Engine Revision cbde4592 (github): Debug: Moved excessive debug messages to a lower level
- The sound debug messages were filling up the hard drive of the MP test server.
-
07:38 Doomsday Engine Revision cf6bbbc0 (github): Ubuntu: Removed libcurl3 and libsdl-net from dependencies
- This functionality has been replaced with Qt.
-
07:20 Doomsday Engine Revision bf73cf28 (github): Documentation: Replacing unknown Doxygen tags and fixing errors
- Unknown tags are replaced with closest-matching Doxygen tags.
2012-05-23
-
21:16 Doomsday Engine Revision 7633ae3b (github): Relative paths on the command line
- The arguments of -file, -iwad, -def, -defs, -basedir, -userdir and resource
directory options are now interpreted to ... -
21:14 Doomsday Engine Revision f9bb5b14 (github): de::CommandLine: Resolve paths on the command line
- Relative paths on the command line must be resolved as the native
shell would when the command is entered in the term... -
20:22 Doomsday Engine Revision e170b464 (github): Refactor|de::CommandLine: Hide data members
-
19:52 Doomsday Engine Revision 792cbd0d (github): Win32: Fixed build and added DENG2_C_API_ONLY
- For C++ sources, the DENG2_C_API_ONLY define ensures that the C++ headers
are not included. -
19:36 Doomsday Engine Revision a5875c35 (github): Refactor: Renamed Arg* functions according to conventions
- As C wrappers of de::CommandLine, the functions are now prefixed
"CommandLine_". -
17:11 Doomsday Engine Revision b7629132 (github): Merge branch 'de2-args'
-
08:52 Doomsday Engine Revision 8bf320c5 (github): Plugins just link to the libdeng2 C wrapper API
- libdeng2 can be used in two different ways: C++ or C. When using C++, it is necessary
to also link to the Qt librarie...
2012-05-22
-
21:06 Doomsday Engine Revision a37279c2 (github): qmake|Mac OS X: Link plugins to the bundled libdeng2
-
20:26 Doomsday Engine Revision a3df7a6e (github): Removed m_args and allowed libdeng2 C wrapper usage in plugins
- Plugins are now linked against libdeng2. When libdeng1 is added, it will similarly
be made available to all plugins. -
20:23 Doomsday Engine Revision 09b41ed6 (github): Fixed|de::CommandLine: Memory management error
- Pointers to vector elements might be invalidated when the vector grows.
Now strings are allocated separately. -
09:06 Doomsday Engine Revision d7b76317 (github): de::CommandLine: Fixed parsing of response files
-
08:33 Doomsday Engine Revision cdf67e8e (github): Merge branch 'master' into de2-args
- Conflicts:
doomsday/engine/portable/src/dd_pinit.c -
08:30 Doomsday Engine Revision ae003bc3 (github): Refactor|Bindings: Use AutoStr instead of regular ddstring
- Converted all use of normal ddstring_t instances to AutoStr in the
bindings subsystem. -
07:43 Doomsday Engine Revision 94782a93 (github): Documentation: Clarification
-
07:42 Doomsday Engine Revision 74d5639c (github): Documentation: Explained usage and purpose of AutoStr
-
07:26 Doomsday Engine Revision 78063623 (github): Merge branch 'master' into autostr-and-garbage
- Conflicts:
doomsday/engine/portable/src/dd_loop.c -
07:24 Doomsday Engine Revision 869d99a2 (github): Use the appropriate branch in novideo main loop callback
- With -novideo, there are no GL operations or deferred tasks, nor does the
window need to be drawn. Therefore, use the...
2012-05-21
-
13:39 Doomsday Engine Revision 13b08b8a (github): Merge branch 'autostr-and-garbage' of ssh://deng.git.sourceforge.net/gitroot/deng/deng into autostr-and-garbage
-
13:33 Doomsday Engine Revision dc601597 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
13:31 Doomsday Engine Revision f646bb9d (github): ZipFile: Added an assertion to catch a write past end of buffer
- ZipFile_BufferLump() is not checking the size of the user-provided buffer.
Added a bufferSize argument. -
13:30 Doomsday Engine Revision 7ce5bfa2 (github): Mac OS X: Load audio plugins using the right letter cases
- For example, dsFMOD.bundle instead of dsfmod.bundle.
-
13:29 Doomsday Engine Revision 8a648ebb (github): Debug: Flush log buffer immediately after printing a message
- Slows things down a little, but makes sure the messages are in the log
in case of a crash. -
06:56 Doomsday Engine Revision bd05eb4c (github): Merge branch 'master' into autostr-and-garbage
2012-05-20
-
20:46 Doomsday Engine Revision c0cb3365 (github): Fixed|de::CommandLine: Fixed bugs in the ported implementation
- There were issues with pointers to strings vs. arrays of strings, etc.
-
20:44 Doomsday Engine Revision c6ed7883 (github): Fixed|de::String: Incorrectly behaving c_str() function
- Must not return a pointer to a local temporary string.
-
19:13 Doomsday Engine Revision 2b185227 (github): Replaced m_args with equivalent functionality from libdeng2
- The libdeng2 C wrapper API now exports functions that replace the
old m_args module.
ArgvPtr() was removed as unused... -
15:53 Doomsday Engine Revision 734c73cc (github): libdeng2: Added an instance of de::CommandLine to de::App
-
15:52 Doomsday Engine Revision 363a98b2 (github): Added: Copied de::CommandLine from Hawthorn
- This will replace libdeng1's m_args module.
Also available in: Atom