Activity
From 2012-06-01 to 2012-06-14
2012-06-14
- 21:47 Revision 89ac883d (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 18:01 Revision 3bef0664 (github): Homepage|Added: Embed the http://dengine.net/multiplayer_issues
- Also embed the multiplayer known issues doc.
- 16:38 Revision 4c1d75d2 (github): Fixed: Loading an Image from the middle of a DFile
- 12:28 Revision 415088b3 (github): Homepage|Added: Embed the http://dengine.net/stable_to-do_list
- Embed the content of the stable to-do list (authored in Google Docs)
on the homepage, making it easily accessible to ... - 08:19 Revision 3b869d22 (github): Updater|Win32: Various small improvements
- Adjusted notification dialog margins on Windows, removed the context help button
from the notification dialog, added ... - 07:18 Revision 87b88759 (github): Updater: Tidier Settings dialog
- Combined the "Never check" checkbox with the label of the frequency
selection for a tidier layout. - 07:17 Revision 68ad5d61 (github): Updater: Added "lastupdated" command
- Prints the time of the latest update check.
2012-06-13
- 21:34 Revision 1455e64b (github): Memory Zone: Added Z_MemDup() for duplicating a block of memory
- 21:33 Revision f2ace6ee (github): Load PNG and JPG images using Qt
- All .png, .jpg and .jpeg image files will be loaded using QImage. This will
allow us to drop the direct dependency on... - 20:07 Revision a05eb0f1 (github): Updater: Show when the latest check was made
- Also adjusted initial dialog positioning.
- 19:05 Revision ffd840a2 (github): Updater: Adjusted notification dialog margins
- 17:14 Revision 19420133 (github): Fix typo
- 09:00 Revision 02a969ec (github): Updater: Added way to show the "checking…" page right away
- This assumes fullscreen mode is not active.
- 08:49 Revision d280bbc9 (github): Updater: Changing settings in notification dialog causes a recheck
- The notification dialog is now able to be in a "Checking…" state, which is
shown when a check is in progress.
When c... - 07:45 Revision 188d6a30 (github): Updater: Added option for checking "At startup"; adjusted frequency logic
- The automatic checks now only look at the calendar days, i.e., it doesn't matter
at what time of day the last check w...
2012-06-12
- 14:06 Revision 98426323 (github): Apply HEdge::offset to the first edge of a sky fix tri-strip
- 14:02 Revision 34a8d48f (github): Homepage|Build Repository|Fixed: Missing build_startdate and build_uniqueid JSON build graph properties
- Todo: Rotate the class hierarchy so that AbstractUnstableBuilderPackage
extends AbstractBuilderPackage (i.e., so that... - 09:43 Revision a6b02b85 (github): Fixed: Errors detected by rpmlint
- Thanks for the patch jengelh!
2012-06-10
2012-06-09
- 22:05 Revision 9f52bedc (github): Fixed: Compilation error with old Qt versions
- The QString constructor used in the JSON parser was added in Qt 4.7,
while the Mac OS X 10.4 build is using Qt 4.6. - 19:27 Revision bf21986b (github): Updater|Fixed: Log a message about a failed network request
- Acknowledge that the Updater couldn't access the network.
- 17:12 Revision 4e04e13f (github): Cleanup
- Removed/verbose'd some console messages.
- 16:27 Revision 224fcc84 (github): Typo
- 16:23 Revision 452c5705 (github): Updater: Added "updateandnotify" and better name for the default download folder
- The "updaterandnotify" command will always show the GUI update notification dialog
even though the engine is up to date. - 16:06 Revision 02cbe212 (github): Updater: Restore fullscreen mode after settings dialog is closed
- 15:51 Revision d7012410 (github): Updater|Win32: Fixed build, added comment about use of windowed mode
- 15:51 Revision f1e07d7a (github): Updater|Win32: Hide the window context help button
- 15:27 Revision d7b52a74 (github): Updater: Fetch latest settings when Settings dialog shown
- 15:25 Revision 85dd0ee0 (github): Updater: Silent checks, "updatesettings" command
- The settings dialog is now created persistently.
- 15:23 Revision fb38ad1c (github): Updater: Added shortcuts for the settings dialog
2012-06-08
- 08:12 Revision 80266f34 (github): Updater: Deleting the installed package afterwards
- The requested removal of the installed package occurs when the engine
is next started.
2012-06-07
- 13:47 Revision b303cd46 (github): Builder: Use .sig as the extension for signature files
- 13:21 Revision 99af8d0e (github): Builder|Fixed: File paths when signing packages
- 13:14 Revision 02c4542e (github): Builder: Make signatures for all distributed packages
- GnuPG is used for creating package signatures. The existing repository
signing key is used (skyjake's key). The signa... - 09:20 Revision 902a40bd (github): Updater|Unix: Run xdg-open on the downloaded package
- 09:00 Revision e7498b51 (github): Merge branch 'autoupdate'
- 08:59 Revision 3373899a (github): Updater|Fixed: Using de::LegacyCore in the updater
- libdeng2 didn't export the C++ API of LegacyCore.
- 08:21 Revision fc69d3f4 (github): Updater: Finishing touches
- Cannot quit or switch to fullscreen mode while a download is in progress.
This could be improved later by adding an i... - 07:55 Revision fe493fae (github): Updater: Help for the "update" command
- 07:48 Revision f0786af4 (github): Updater|Mac OS X: Fine-tuning
- Switch to windowed mode when showing one of the updater dialogs.
The current fullscreen mode implementation would cau... - 07:16 Revision 120afbee (github): Updater: Added the "update" console command
- The "update" command is used for performing auto-update related actions:
checking for updates, changing settings.
2012-06-06
- 14:05 Revision 3fa515a3 (github): Updater: Manual and automatic update checks
- If enough time has passed, do an automatic check when launching.
On Mac OS X, the app menu can be used to check for u... - 14:03 Revision 6c8378c4 (github): de::Time: Added conversion of Time::Delta to minutes, days and hours
- 14:03 Revision adc5b33f (github): Updater: Notification dialog now shows the correct text
- 14:02 Revision 6decd9cb (github): Updater: Never show progress as text
- 14:02 Revision 9d361e0d (github): Fixed: Parsing bug in the JSON parser
- Skipping whitespace after reading a number value.
- 08:20 Revision 719f1c72 (github): Updater|Win32: Run the installer package
- 07:28 Revision aa515554 (github): Ignore Doxygen issue reports
- 07:27 Revision 9ec4b8c9 (github): Builder|Fixed: Typo in shell command
- 07:05 Revision 734e18e6 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 07:05 Revision c46ee14a (github): Builder: Cleaner output for apidoc generator
- Count the number of issues (lines) in the output.
2012-06-05
- 11:05 Revision eea96377 (github): Updater|Mac OS X: Run the installer script
- The AppleScript that replaces the existing Doomsday Engine
app with the downloaded one is now started when the engine... - 10:40 Revision 2d6c8c3b (github): Updater|Mac OS X: Generate a fully functional update script
- The application path detected automatically.
- 08:24 Revision 4ea4cb59 (github): Updater|Mac OS X: Generate script to upgrade with downloaded package
- Todo: Figure out the app path and volume name.
Todo: Run osascript as a shutdown action.
2012-06-04
- 15:17 Revision 90ec9cf5 (github): Homepage: Switched all links from the soon to retire iDisk mirror to Dropbox
- 07:47 Revision bd18951b (github): Merge branch 'master' into autoupdate
- 07:41 Revision 798a3b6f (github): Changed default Apt repository to the Dropbox mirror
- The official Doomsday builds repository is now hosted on Dropbox.
2012-06-01
- 08:16 Revision 4db3aaf1 (github): Updater: Closing the download dialog
- The dialog is deleted and the installation should begin if everything
finished successfully.
Also available in: Atom