Project

General

Profile

skyjake's activity

From 2012-08-26 to 2012-09-08

2012-09-08

11:34 Doomsday Engine Revision 168b9cf5 (github): Fixed|GCC: Build errors related to extern
In some versions of GCC it is an error to use extern inside an extern
declaration list (a "double extern"). When r_co...
skyjake

2012-09-04

18:51 Doomsday Engine Revision ec673bd1 (github): GCC|Clang: Fixed build
Resolved uninitialized struct values and char*/const char*
inconsistency. Removed obsolete pragmas and used the Point...
skyjake
18:49 Doomsday Engine Revision 6df1be0d (github): libdeng: Added a C++ constructor for Point2Raw
skyjake

2012-09-01

11:46 Doomsday Engine Revision 7bdba1d5 (github): Updater|Win32: Tidied window titles and icons
All updater dialogs now inherit the window icon from the main window.
Instead of "Doomsday", the full "nice name" is ...
skyjake
10:55 Doomsday Engine Revision db5f5b9d (github): Merge branch 'master' of ssh://git.code.sf.net/p/deng/code
skyjake

2012-08-31

22:51 Doomsday Engine Revision 79d38b38 (github): Updater: Center the notification dialog after mode change
skyjake
22:51 Doomsday Engine Revision c549b6b5 (github): libdeng2|libdeng: App notifies about mode changes using a signal
When the window manager changes the display mode, de::App will emit
a signal notifying about it (after a short delay).
skyjake
21:47 Doomsday Engine Revision 13e19365 (github): Merge branch 'master' of ssh://git.code.sf.net/p/deng/code
skyjake
21:46 Doomsday Engine Revision 83c50219 (github): Updater: Printing the latest update check time
Improved the textual output for the latest update time. If the check
has been made recently, instead of a full time a...
skyjake
16:36 Doomsday Engine Revision 49c69f91 (github): Fixed: Compiler error from clang
See partitioner.cpp:1494. An argument with a non-const reference type
cannot be bound to a temporary lvalue, such as ...
skyjake
16:22 Doomsday Engine Revision e2a2b4b8 (github): GCC: Workaround for a BSP building issue
Todo: Revert this when the actual cause has been found and fixed. skyjake

2012-08-30

20:18 Doomsday Engine Revision db98ec21 (github): Optimize|SFX: Further improvements for sector reverb calculations
Only the sector where the listener is in is ever needed for the SFX
playback. It is therefore unnecessary to update t...
skyjake
19:42 Doomsday Engine Revision 920b36cf (github): Merge branch 'master' of ssh://git.code.sf.net/p/deng/code
skyjake
19:06 Doomsday Engine Revision 724109d7 (github): Optimize|SFX: Reverb updates are not needed when 3D SFX disabled
It seems currently the sector reverb update calculations are extremely
slow. They should be moved to a continuously r...
skyjake
18:35 Doomsday Engine Revision c0217e8b (github): Merge branch 'master' of ssh://git.code.sf.net/p/deng/code
skyjake
18:33 Doomsday Engine Revision 81dd9e0a (github): Disabled the "recorddemo" command
Demo recording and playback is currently not supported. skyjake
18:26 Doomsday Engine Revision eb7bcdb6 (github): Fixed|Map Renderer: Plane glow disappears when plane is moving
The glow's origin Z coordinate was not smoothed and thus below the
visible height of the plane, making the glow disap...
skyjake

2012-08-29

19:34 Doomsday Engine Revision 341f5cd0 (github): Builder: Updated links to commits in the new SF.net Git repository
skyjake
16:36 Doomsday Engine Revision 9e8c16e7 (github): Fixed: QString formatting in a Partitioner exception
skyjake
16:18 Doomsday Engine Revision 69132545 (github): Fixed|Updater: Notification message in Candidate builds
When running a Candidate build, the updater notification message
would be blank if the installed build is up to date.
skyjake

2012-08-28

22:24 Doomsday Engine Revision 2dc7f6af (github): Fixed|libcommon: Shutdown during finale caused fatal error
When the finale stack was cleared, GUI widgets were accessed via a hook
function for script stopping. Now GUI widgets...
skyjake

2012-08-27

15:54 Doomsday Engine Revision a6be3a83 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
15:51 Doomsday Engine Revision 663477fe (github): Hexen|Fixed: Fog cloud movement
The movement of fog clouds is now smooth on the Z axis. The original
implementation just added an offset to the Z coo...
skyjake
14:06 Doomsday Engine Revision fc9f887e (github): Hexen: Massacre cheat will kill underwater Stalkers (serpents) and Wraiths
As currently unshootable, underwater Stalkers and buried Wraiths would
get ignored by the massacre cheat. Now they ge...
skyjake
10:35 Doomsday Engine Revision 1118acae (github): DED: Added special "no flags" value (0) for Flags
The correct syntax to specify that a Flags field has no value is:
Flags = ""; # Old format
Flags = 0; # New format ...
skyjake

2012-08-26

18:14 Doomsday Engine Revision 9885b6c2 (github): libdeng|Str: No checking for AutoStr deletion in release builds
skyjake
18:07 Doomsday Engine Revision bbacdda9 (github): Fixed|libcommon: Manually deleting an AutoStr
The manual deletion will still leave the string in the garbage, leading
into a double free.
skyjake
18:06 Doomsday Engine Revision 6d56c87d (github): libdeng|Str|Debug: Verify that AutoStr instances are not manually deleted
AutoStr instances must only be deleted by the garbage recycler. Added
an assertion to verify that Str_Delete() is not...
skyjake
 

Also available in: Atom