Project

General

Profile

skyjake's activity

From 2012-08-12 to 2012-08-25

2012-08-25

14:18 Doomsday Engine Revision 3216320b (github): Fixed|Deh Reader: Warnings about potentially dangling "else"
This pattern of using nested if statements without braces is
prone to errors: better to make explicit which if statem...
skyjake
14:14 Doomsday Engine Revision 6e9ab370 (github): Fixed|Deh Reader: Argument type for parseInclude
Passing strings by non-const reference is only required if the
caller expects the string to be modified by the functi...
skyjake
14:10 Doomsday Engine Revision eeb17e25 (github): Fixed: Minor comparison warning
Comparing signed and unsigned integers. skyjake

2012-08-24

20:24 Doomsday Engine Revision ac4d8d09 (github): Changed release type to "Candidate"
It's time to get on with the release preparations for 1.9.9. skyjake
20:22 Doomsday Engine Revision 1d6910ff (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
20:21 Doomsday Engine Revision 2020087b (github): Fixed: Compiler warnings
Unused variables/code, comparison mismatches, initializing
char* pointers with string constants (must be const char*).
skyjake
20:20 Doomsday Engine Revision 28232a61 (github): Refactor: Added a C++ constructor for Size2Raw
Fixes a number of warnings and makes the code more robust
and elegant. The default constructor sets the width and
hei...
skyjake
19:41 Doomsday Engine Revision bfeed3d5 (github): libdeng: Added Str_Size() that returns size_t
Str_Length() exists as before and returns a signed integer. skyjake
19:40 Doomsday Engine Revision 471ab621 (github): Fixed: Warning about ineffective const
As a return value, it does not make any difference whether the
pointer value itself is const.
(The warning was from ...
skyjake

2012-08-14

11:50 Doomsday Engine Revision 82ce648a (github): Builder: Use Dropbox mirror as the main builds repository
This can be reverted once code.iki.fi is back online. skyjake

2012-08-13

11:21 Doomsday Engine Revision f19c423d (github): Deh Reader: Removed macro for accessing deng2 command line
A macro for accessing the application's de::CommandLine seems
unnecessary, as a local reference can be used instead.
skyjake
 

Also available in: Atom