Activity
From 2012-05-25 to 2012-06-07
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.
2012-05-31
- 08:00 Revision 0126288e (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
- 07:55 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 Revision 927846a0 (github): Updater: Querying the path of the downloaded file
- 16:32 Revision a0dc3834 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 10:10 Revision 7b447b89 (github): Merge branch 'master' into autoupdate
- 10:05 Revision 6ae7efcb (github): libcommon|Fixed: Out of bounds memory access attempting to play Plutonia II MAP33
- Attempting to play MAP33 of Plutonia II resulted in an out of bounds
memory access when drawing the map title display... - 09:11 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 Revision 8fb4af05 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 08:31 Revision 93606c6a (github): Garbages: Protect the main garbage map with a mutex
- All operations on the garbage map must be thread safe.
- 08:07 Revision fda0eee2 (github): Map Renderer|Fixed: Wall material coords incorrect for twosided middle surfaces
- The z axis coordinates for the right edge of a middle wall surface
were not initialized, resulting in miscalculation ... - 07:12 Revision 93af4590 (github): Fixed: Missing material replacements not updated after loading a saved game
- 06:59 Revision 9ba0ae81 (github): BSP Builder|Fixed: Sector mismatch debug message quoted incorrect index
- 06:31 Revision 5634f145 (github): Map Renderer|Fixed: Development/debug sky drawing mode (rend-dev-sky=1)
- Also made the color data argument of the RL_Add* family of functions
optional; all vertices of the primitive will be ... - 02:05 Revision b6c51f37 (github): Minor cleanup
2012-05-28
- 23:23 Revision b30f0e56 (github): Fixed compile error in R_FindBottomTop()
- 23:20 Revision 2ff209cb (github): Map Renderer|Fixed: Middle surfaces on self-referencing linedefs offset incorrectly
- Some self-referencing constructs were not being interpreted correctly
resulting in the middle surface geometry being ... - 10:29 Revision d263ade4 (github): Updater: Added title for the updater settings dialog
- 10:27 Revision fc6c890b (github): Updater: Cleanup
- 10:23 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 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 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
- 19:17 Revision 66d88745 (github): Cleaned up various map renderer logics
- 16:55 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 Revision 8f508895 (github): Updater: Fully functional updater settings dialog
- The settings can be viewed and changed in the dialog.
- 13:20 Revision 35b3cafd (github): Merge branch 'master' into autoupdate
- 13:18 Revision 0d92262b (github): Garbage: Shutdown at the appropriate time
- Manually delete the Garbages std::map when the garbage subsystem
is shut down. - 11:05 Revision 502b6976 (github): Updater: Added a dialog for auto update settings
- 10:33 Revision 849bafff (github): Map Renderer|Refactor: Completed merging geometry calculations for surfaces and light decorations
- 09:31 Revision b34029d5 (github): Map Renderer|Refactor: Began merging geometry calculations for surfaces and light decorations
- 07:15 Revision a236deab (github): Map Renderer|Fixed: Light decorations offset on middle surfaces of twosided linedefs
- The calculation of the geometry used for placing light decorations
did not match the logic used to construct the geom... - 01:35 Revision f1d03764 (github): Map Renderer|Fixed: Lights not projected to middle surfaces of twosided linedefs
2012-05-26
- 19:35 Revision 7ebd2bb2 (github): Refactor: Relocated various map object links from SideDef to LineDef
- Each LineDef has two lineside_ts representing the logical sides of
the line. The Sector instance link is now a member... - 17:02 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 Revision fc32d357 (github): Updater: Basic notification dialog functionality
- The "never check" option can be toggled int the notification dialog.
- 16:02 Revision ce373869 (github): Merge branch 'master' into autoupdate
- 11:46 Revision 6d193e28 (github): Refactor|Updater: Separated VersionInfo, UpdaterSettings
- Also added UpdateAvailableDialog that will be shown after checking for
available updates.
2012-05-25
- 15:17 Revision 949e7bc8 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 15:16 Revision ef7631d3 (github): Homepage: Use X-Frame-Options header to instruct browsers not to frame
- Note that is not guaranteed to work, not all browsers respect this.
- 15:12 Revision 1d357cb1 (github): Homepage|Build Repository|Fixed: Latest package listings inversely interpreted is_stable filter
- 14:45 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 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 Revision fd21288b (github): Updater: Parsing and comparing version information
- 06:29 Revision c621da00 (github): Merge branch 'master' into autoupdate
Also available in: Atom