skyjake's activity
From 2015-05-03 to 2015-05-16
2015-05-16
-
22:04 Doomsday Engine Revision 3c136529 (github): Cleanup|libappfw|GridLayout: Added an assertion
-
16:11 Doomsday Engine Revision f59e172e (github): Renderer|Defaults: Increased dynamic light brightness and size
- Continuing tweaking the default renderer settings for the best, most
natural appearance. -
10:51 Doomsday Engine Revision 38842534 (github): Merge branch 'reintegrate-upstream' of ssh://github.com/RomanHargrave/Doomsday-Engine into cmake-build
2015-05-15
-
21:47 Doomsday Engine Revision 906e8e3a (github): Snowberry: All WAD addons except hexdd.wad are loaded with "-file"
- IssueID #2034
-
21:47 Doomsday Engine Revision 0a003e0f (github): Snowberry: All WAD addons except hexdd.wad are loaded with "-file"
- IssueID #2034
-
20:33 Doomsday Engine Revision 7359098f (github): Merge branch 'master' into stable
-
20:20 Doomsday Engine Revision aee9fecd (github): Fixed|Client|Map|Clang: Crash in optimized build (undefined behavior)
- During line owner sorting, LineOwner was returning references to null,
which is undefined behavior according to the C... -
13:54 Doomsday Engine Revision 2bce8025 (github): Snowberry|Fixed: Always load Deathkings WAD with the "-iwad" option
- IssueID #2034
2015-05-14
-
23:14 Doomsday Engine Revision f9a121a8 (github): Snowberry: Use "-iwad" when addon is an IWAD file
- Needs testing with the next build to see if this is a sufficient fix.
IssueID #2034 -
22:33 Doomsday Engine Revision 9e5de905 (github): Fixed|Hexen: Compiler warning (unused argument)
-
15:01 Doomsday Engine Revision c19ab466 (github): Fixed|Unix: Minor build errors
-
15:00 Doomsday Engine Revision 46117911 (github): Fixed|Unix: Minor build errors
2015-05-13
-
21:49 Doomsday Engine Revision a73892f9 (github): Fixed|Windows|libgui: Crash during startup if display driver doesn't support OpenGL 2
- Entrypoints were null, calls were still being made.
IssueID #2049 -
21:48 Doomsday Engine Revision 6a0815b1 (github): Fixed|Windows|libgui: Crash during startup if display driver doesn't support OpenGL 2
- Entrypoints were null, calls were still being made.
IssueID #2049 -
17:25 Doomsday Engine Revision df1bfbbd (github): Merge branch 'master' into cmake-build
2015-05-12
-
23:15 Doomsday Engine Revision 8f6f39a0 (github): Merge branch 'master' into stable
-
22:37 Doomsday Engine Revision 35cb1b44 (github): Fixed|Hexen: Unsuccessful use of puzzle item should not move cursor
- A simple oversight, it seems. 'lastUsed' was always IIT_NONE in this
scope.
IssueID #2043 -
22:36 Doomsday Engine Revision 5ad8c86c (github): Fixed|Hexen: Unsuccessful use of puzzle item should not move cursor
- A simple oversight, it seems. 'lastUsed' was always IIT_NONE in this
scope.
IssueID #2043 -
20:33 Doomsday Engine Revision 3f5f37f6 (github): Setting release type to "Candidate"
- Stable branch will be used for making the release candidate and
stable builds. -
20:30 Doomsday Engine Revision 5fd0f898 (github): Merge branch 'master' into stable
2015-05-09
-
18:49 Doomsday Engine Revision 439e1445 (github): Merge branch 'master' into cmake-build
-
18:47 Doomsday Engine Revision 120d6237 (github): Fixed|Multiplayer|All Games: Close automap and inventory when player dies
- A new packet was added so the server can tell a particular client to
close their automap and inventory.
IssueID #2006 -
18:47 Doomsday Engine Revision 82cb6195 (github): Cleanup|libcommon|All Games: Call ST_CloseAll() when player is dying
-
18:47 Doomsday Engine Revision 1d416dc4 (github): Fixed|Multiplayer|Heretic|libcommon: Phoenix Rod flame and weapon refiring
- The client was not sending information about the weapon's refire
status, causing the server to perform the incorrect ... -
18:47 Doomsday Engine Revision 0d904dca (github): Debug|Client: viewPlayer and displayPlayer aren't always in sync
- Todo for later: Clean this up, there should only be one of these.
-
18:47 Doomsday Engine Revision e2c682ea (github): Loop|Client|Server: Advance a single tic if app has been stuck for a long time
- This addresses the problem where Doomsday would remain stuck running
a massive number of tics after wall time has ski... -
18:46 Doomsday Engine Revision 72cb4411 (github): Fixed|Console|libdoomsday: Handling an empty string argument
- Compiling on the Raspi, the comparison between -1 (integer) and
a char was always false (compiler warning). This caus... -
18:46 Doomsday Engine Revision 5cdafd63 (github): Fixed|Time|libcore: Missing conversion of Time to text
- Previously it was only possible to convert a high-performance time
to text using the BuildNumberAndSecondsSinceStart ... -
18:46 Doomsday Engine Revision 1087ccd4 (github): Fixed|libcore|libgui: Use Qt serialization format 4.8
- Since Qt 4.8 is the oldest supported serialization version, for
compatibility reasons all builds should use that format. -
18:46 Doomsday Engine Revision aef05e09 (github): Fixed|Network|Client: Treat port 0 as equivalent to the default port
-
18:46 Doomsday Engine Revision 91bb6b51 (github): Cleanup|libshell: Define the default server port as a constant
-
18:22 Doomsday Engine Revision 88d34c49 (github): Fixed|Multiplayer|All Games: Close automap and inventory when player dies
- A new packet was added so the server can tell a particular client to
close their automap and inventory.
IssueID #2006 -
18:15 Doomsday Engine Revision e3c31c07 (github): Cleanup|libcommon|All Games: Call ST_CloseAll() when player is dying
-
17:26 Doomsday Engine Revision c5e2311d (github): Fixed|Multiplayer|Heretic|libcommon: Phoenix Rod flame and weapon refiring
- The client was not sending information about the weapon's refire
status, causing the server to perform the incorrect ... -
11:03 Doomsday Engine Revision aa5e2833 (github): Heretic|Multiplayer|Fixed: Incorrect Hell Staff rain colors
- The rain color matches the player color in multiplayer games.
IssueID #1820 -
11:03 Doomsday Engine Revision 3dc45e10 (github): Heretic|Multiplayer|Fixed: Incorrect Hell Staff rain colors
- The rain color matches the player color in multiplayer games.
IssueID #1820 -
11:01 Doomsday Engine Revision b600eac5 (github): Debug|Client: viewPlayer and displayPlayer aren't always in sync
- Todo for later: Clean this up, there should only be one of these.
-
10:04 Doomsday Engine Revision 71d6067a (github): Loop|Client|Server: Advance a single tic if app has been stuck for a long time
- This addresses the problem where Doomsday would remain stuck running
a massive number of tics after wall time has ski...
2015-05-08
-
18:57 Doomsday Engine Revision 7dcc7e21 (github): Fixed|Heretic|Hexen: "Fly Up" should do nothing if Wings isn't owned
- IssueID #2039
-
18:56 Doomsday Engine Revision 5ae247a6 (github): Fixed|Heretic|Hexen: "Fly Up" should do nothing if Wings isn't owned
- IssueID #2039
2015-05-07
-
20:53 Doomsday Engine Revision 2f39efae (github): Debug|GL: Assert DGL_Enable/Disable/MatrixMode argument validity
2015-05-06
-
22:22 Doomsday Engine Revision ee72ed68 (github): Fixed|Console|libdoomsday: Handling an empty string argument
- Compiling on the Raspi, the comparison between -1 (integer) and
a char was always false (compiler warning). This caus... -
21:11 Doomsday Engine Revision 16b88023 (github): Fixed|Time|libcore: Missing conversion of Time to text
- Previously it was only possible to convert a high-performance time
to text using the BuildNumberAndSecondsSinceStart ... -
20:29 Doomsday Engine Revision 6262c698 (github): Fixed|libcore|libgui: Use Qt serialization format 4.8
- Since Qt 4.8 is the oldest supported serialization version, for
compatibility reasons all builds should use that format. -
19:28 Doomsday Engine Revision cde70104 (github): Fixed|Network|Client: Treat port 0 as equivalent to the default port
-
19:26 Doomsday Engine Revision 485faaaf (github): Cleanup|libshell: Define the default server port as a constant
2015-05-04
-
20:58 Doomsday Engine Revision 84fe3c1a (github): Fixed|FX|Renderer: Drawing bloom without the resizing filter
- See comment in fx::Resize::isActive().
2015-05-03
-
19:15 Doomsday Engine Revision d25751ff (github): X11|Fixed|libgui: Use the renamed Canvas class
-
19:03 Doomsday Engine Revision 68dd253e (github): Merge branch 'cmake-build' into gl2-qopenglwindow
- Conflicts:
doomsday/apps/client/src/gl/gl_main.cpp -
18:07 Doomsday Engine Revision 1f6ede62 (github): Merge branch 'cmake-build' of https://git.skyjake.fi/deng into cmake-build
-
18:06 Doomsday Engine Revision 1c300c1a (github): Fixed|CMake|Qt: Finding qmake, handling reconfiguration
- The NAMES keyword was missing, causing the wrong qmake executable to be
preferred (Qt5 should have priority).
If one... -
16:58 Doomsday Engine Revision cb52b2e0 (github): Merge branch 'master' into cmake-build
-
16:56 Doomsday Engine Revision 913182ac (github): Windows|MSVC|Fixed: Unsupported C++11 feature in MSVC2013
- MSVC 2013 does not accept these (error C2797).
http://stackoverflow.com/questions/28084684/c2797-list-initialization... -
16:55 Doomsday Engine Revision 591d8663 (github): Windows|MSVC|Fixed: Unsupported C++11 feature in MSVC2013
- MSVC 2013 does not accept these (error C2797).
http://stackoverflow.com/questions/28084684/c2797-list-initialization... -
16:53 Doomsday Engine Revision abdb270f (github): Windows|Fixed: Updated code to use renamed Canvas classes, QWindow API
-
14:40 Doomsday Engine Revision e76aa7a0 (github): Merge branch 'master' into opengl3.3
-
14:39 Doomsday Engine Revision 53c0edcc (github): Merge branch 'cmake-build' into gl2-qopenglwindow
-
11:05 Doomsday Engine Revision 32d86939 (github): Doom64: Changed name of the Doom64 plugin
- The plugin is for the Doom 64: Absolution TC by Kaiser and others.
It does not represent the original Doom 64 by Midw... -
10:58 Doomsday Engine Revision 1b43c773 (github): Doom64: Changed name of the Doom64 plugin
- The plugin is for the Doom 64: Absolution TC by Kaiser and others.
It does not represent the original Doom 64 by Midw...
Also available in: Atom