Activity
From 2012-06-05 to 2012-06-18
2012-06-18
- 19:04 Revision 7282a8ed (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 19:03 Revision a208e737 (github): Hexen: Bumped version number for 1.9.9
- Adding support for Hexen 1.0 warrants a version number increase.
- 19:02 Revision 7da4d942 (github): Hexen: Detecting v1.0 more reliably
- The v1.0 IWAD has MAP41 while v1.1 does not.
- 16:49 Revision dd0d36fc (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 16:48 Revision 6ccc26f3 (github): Homepage|Fixed: Broken address to the "External link" icon
- 16:29 Revision 0d444428 (github): Updater|Fixed: Accepting the update notification dialog
- When started from the menu, with the update notification dialog
initially in the "Checking…" state, the dialog could ... - 16:27 Revision bf93ed0a (github): Updater: Added a "Reinstall" button when up to date
- 10:31 Revision cae70c8d (github): MasterWorker: Use libdeng2 for logging messages
- 10:04 Revision 66efcc32 (github): Documentation: Updated readme with hexen-v10 and multiplayer_issues
- 09:35 Revision 261d0b42 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 09:35 Revision 3f5ea9b5 (github): Hexen|Added: New game mode for the Hexen version 1.0 IWAD
- Todo: Fix any issues caused by data missing from the IWAD versus 1.1.
- 07:50 Revision 55eb17ed (github): Fixed typo in previous commit
- 07:48 Revision eedb1d57 (github): Snowberry|Unix: Passing command line arguments to Doomsday
- It seems that since the de2-args branch was merged, the Unix and Mac command
line options haven't been specified corr...
2012-06-17
- 13:02 Revision 6023016f (github): Fixed: Don't show GUI message boxes in novideo mode
- The native UI dialog boxes shouldn't be used if the GUI has not
been initialized. - 11:04 Revision eb327695 (github): Refactor: Renamed some image handling routines to Image_*
- According to the coding conventions routines operating on image_t instances
should use the Image_ prefix.
2012-06-16
- 11:12 Revision bb24327c (github): Fix typo
- 11:03 Revision a09cc84d (github): Added: Look for a skin named similarly to the model if none found
- If none of the indexed skins defined in the model file are found,
try looking for a graphic with a similar name in th... - 10:46 Revision 75dea85c (github): Fixed: Convert 8-bit paletted images to RGB
- Currently the engine's texture processing does not handle images with
a custom palette, so they must be converted to ... - 08:48 Revision b14e1353 (github): DED Parser|Fixed: Don't log an unknown flag warning if flag name is whitespace
2012-06-15
- 23:30 Revision a7f7a651 (github): win32|Installer: Delete unused and obsolete libraries from the install dir
- Todo: Inno Setup is rather lacking when it comes to upgrading an
existing install. We should look at completing work ... - 21:34 Revision 0e7486a1 (github): Homepage|Build Repository|Fixed: Hyperlink rewriting clipped preceeding whitespace
- 20:55 Revision b43b4703 (github): Homepage|Build Repository: Format hyperlinks in commit titles
- When producing the commit log HTML doc also process hyperlinks in
commit titles (as well as the message body).
Also ... - 20:50 Revision 6fd0cee0 (github): Homepage|FrontController: Fixed potential out-of-bounds access in ErrorHandler()
- 20:49 Revision 16cba8fd (github): Homepage|Url: Fixed Url parsing and added setScheme() and setHost() methods
- 10:59 Revision 7045d656 (github): Win32: Include the Qt JPEG image format plugin
- The Qt plugin for reading and writing JPEG images is now included
in the distribution.
Todo: Test it. - 10:27 Revision 80284190 (github): Merge branch 'master' of ssh://10.211.55.2/Users/jaakko/Projects/deng
- 10:25 Revision d174f236 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 07:43 Revision 34195885 (github): Removed direct dependency on libpng
- Qt already links to libpng and provides PNG read/write functionality, there is
no more need to do this manually. - 07:34 Revision 111c395a (github): Added: JPG as a recognized graphics resource type
- The resource locator now looks for JPG files in addition to PNG, TGA and PCX.
- 07:27 Revision 7a4faeaf (github): Merge branch 'master' of ssh://Air-Force.local/~jaakko/Projects/deng
- 07:26 Revision ad1971b3 (github): Restore original file position after loading an image
- 07:18 Revision cde0e665 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
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.
Also available in: Atom