Project

General

Profile

Activity

From 2015-05-07 to 2015-05-20

2015-05-20

10:45 Doomsday Engine Revision a81790df (github): CMake|Fixed: Allow using the debug version of libassimp
skyjake

2015-05-19

22:39 Doomsday Engine Revision 225fcf07 (github): Fixed|Tests|CMake|OS X: Deploy Qt on test apps
Since these are Mac application bundles, the Qt frameworks are
expected to be bundled inside.
skyjake
22:10 Doomsday Engine Revision f49421ed (github): Fixed|Windows: Version define for Windows binaries
There was an extra space in the generated number. skyjake
08:17 Doomsday Engine Revision 51611abf (github): Merge branch 'cmake-build'
Also updated libcore to use the version numbers defined in
Version.cmake.
Conflicts:
doomsday/apps/api/dd_version.h...
skyjake
07:57 Doomsday Engine Revision 30840a4d (github): Bumped version number to 2.0
skyjake

2015-05-17

18:05 Doomsday Engine Revision d4dfe59a (github): Fixed|Hexen: Crashes due to null pointer access
During playtesting, these were found to cause crashes under rare
circumstances.
IssueID #2060
skyjake
18:03 Doomsday Engine Revision 9bcadc7d (github): Fixed|Hexen: Crashes due to null pointer access
During playtesting, these were found to cause crashes under rare
circumstances.
IssueID #2060
skyjake
14:52 Doomsday Engine Revision d247626f (github): Merge branch 'master' into cmake-build
skyjake

2015-05-16

22:04 Doomsday Engine Revision 3c136529 (github): Cleanup|libappfw|GridLayout: Added an assertion
skyjake
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.
skyjake
10:51 Doomsday Engine Revision 38842534 (github): Merge branch 'reintegrate-upstream' of ssh://github.com/RomanHargrave/Doomsday-Engine into cmake-build
skyjake

2015-05-15

23:36 Doomsday Engine Revision ef521aed (github): Fix|libdoom: st_stuff had a bad merge that resulted in ST_ClosAll becoming HU_WakeWidgets. Reimplemented HU_WakeWidgets and ST_CloseAll
rhargrave
23:36 Doomsday Engine Revision 9ee7cd69 (github): Fix|libheretic: a bad merge swallowed up HU_WakeWidgets
rhargrave
21:47 Doomsday Engine Revision 906e8e3a (github): Snowberry: All WAD addons except hexdd.wad are loaded with "-file"
IssueID #2034 skyjake
21:47 Doomsday Engine Revision 0a003e0f (github): Snowberry: All WAD addons except hexdd.wad are loaded with "-file"
IssueID #2034 skyjake
20:33 Doomsday Engine Revision 7359098f (github): Merge branch 'master' into stable
skyjake
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...
skyjake
13:54 Doomsday Engine Revision 2bce8025 (github): Snowberry|Fixed: Always load Deathkings WAD with the "-iwad" option
IssueID #2034 skyjake

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
skyjake
22:33 Doomsday Engine Revision 9e5de905 (github): Fixed|Hexen: Compiler warning (unused argument)
skyjake
15:01 Doomsday Engine Revision c19ab466 (github): Fixed|Unix: Minor build errors
skyjake
15:00 Doomsday Engine Revision 46117911 (github): Fixed|Unix: Minor build errors
skyjake

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
skyjake
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
skyjake
17:25 Doomsday Engine Revision df1bfbbd (github): Merge branch 'master' into cmake-build
skyjake
08:59 Doomsday Engine Revision 481bc01c (github): Fixed|World|ContactSpreader: Spread contacts over middle surfaces with a non-opaque material
Addresses an issue with dynamic lights, observed in hexen-dk MAP48,
in the westernmost room (the Afrit cages).
danij
05:27 Doomsday Engine Revision 3be10324 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
05:27 Doomsday Engine Revision 5fdf8495 (github): Client|Server: Untangled header includes (don't use de_*.h), cleanup
danij

2015-05-12

23:15 Doomsday Engine Revision 8f6f39a0 (github): Merge branch 'master' into stable
skyjake
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
skyjake
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
skyjake
21:15 Doomsday Engine Revision 98ea456d (github): Fixed|Hexen: Resolve merge conflicts from 05f0b122
rhargrave
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.
skyjake
20:30 Doomsday Engine Revision 5fd0f898 (github): Merge branch 'master' into stable
skyjake
14:52 Doomsday Engine Revision 05f0b122 (github): Fixed|Hexen: Incorrect mana given on collection of fourth-weapon piece
IssueID #2045 danij
09:29 Doomsday Engine Revision f9fe10bc (github): Fixed|Hexen: Incorrect mana given on collection of fourth-weapon piece
IssueID #2045 danij

2015-05-11

22:05 Doomsday Engine Revision 42dc834f (github): Revert unrelated commits
rhargrave
22:01 Doomsday Engine Revision be980ab1 (github): Merge branch 'doom64' into reintegrate-upstream
rhargrave
21:58 Doomsday Engine Revision a5461773 (github): Merge branch 'cmake-build' of https://github.com/skyjake/Doomsday-Engine into cmake-build
rhargrave
21:27 Doomsday Engine Revision 5985778e (github): Merge origin/cmake-build
rhargrave

2015-05-10

02:40 Doomsday Engine Revision 93df11e0 (github): Fix function signature for GWA category
rhargrave

2015-05-09

23:31 Doomsday Engine Revision f0af88ee (github): Fix missing definitions and add gwa support to snowberry
rhargrave
18:49 Doomsday Engine Revision 439e1445 (github): Merge branch 'master' into cmake-build
skyjake
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
skyjake
18:47 Doomsday Engine Revision 82cb6195 (github): Cleanup|libcommon|All Games: Call ST_CloseAll() when player is dying
skyjake
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 ...
skyjake
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. skyjake
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...
skyjake
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...
skyjake
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 ...
skyjake
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.
skyjake
18:46 Doomsday Engine Revision aef05e09 (github): Fixed|Network|Client: Treat port 0 as equivalent to the default port
skyjake
18:46 Doomsday Engine Revision 91bb6b51 (github): Cleanup|libshell: Define the default server port as a constant
skyjake
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
skyjake
18:15 Doomsday Engine Revision e3c31c07 (github): Cleanup|libcommon|All Games: Call ST_CloseAll() when player is dying
skyjake
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 ...
skyjake
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
skyjake
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
skyjake
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. skyjake
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...
skyjake
05:33 Doomsday Engine Revision 12e307ef (github): metric is sometimes (inexplicably without deeper research) null
rhargrave

2015-05-08

21:25 Doomsday Engine Revision 8de4b6a5 (github): Add more vim specs to gitignore
rhargrave
18:57 Doomsday Engine Revision 7dcc7e21 (github): Fixed|Heretic|Hexen: "Fly Up" should do nothing if Wings isn't owned
IssueID #2039 skyjake
18:56 Doomsday Engine Revision 5ae247a6 (github): Fixed|Heretic|Hexen: "Fly Up" should do nothing if Wings isn't owned
IssueID #2039 skyjake

2015-05-07

23:45 Doomsday Engine Revision c23100d4 (github): Add TODO about refactoring
rhargrave
23:38 Doomsday Engine Revision 1015d72e (github): Remove redundant preprocessor negation -- it was always true
rhargrave
23:09 Doomsday Engine Revision 4eeeb234 (github): doom64: re-order UI configuration, fixes (most of) #2025
rhargrave
23:08 Doomsday Engine Revision 4699f5c4 (github): doom64: replace macro with constant
rhargrave
23:08 Doomsday Engine Revision f2740888 (github): Organize doom64 st_stuff header
rhargrave
23:07 Doomsday Engine Revision 7c660b0d (github): Minor TLC for the ready ammo widget
rhargrave
23:07 Doomsday Engine Revision af6ed8e6 (github): Allow for compiletime enablement of UI debugging features
rhargrave
21:44 Doomsday Engine Revision d254757b (github): Scrub dead code in doom st_stuff
rhargrave
20:53 Doomsday Engine Revision 2f39efae (github): Debug|GL: Assert DGL_Enable/Disable/MatrixMode argument validity
skyjake
20:03 Doomsday Engine Revision c61a3979 (github): Remove unused viewport renderer code
rhargrave
05:07 Doomsday Engine Revision 4955c231 (github): Change WAD signature
rhargrave
05:01 Doomsday Engine Revision a8737078 (github): Modify CMakeLists to use GLOB_RECURSE rather than GLOB for subdirectory support
rhargrave
04:50 Doomsday Engine Revision b64729f6 (github): ArmorIconWidget did not include p_actor dependency
rhargrave
04:32 Doomsday Engine Revision 78d7bad2 (github): Looks like git had a stroke and neglected to delete files during a merge
rhargrave
01:08 Doomsday Engine Revision ac10fe97 (github): Merge branch 'cmake-build' into doom64
rhargrave
01:08 Doomsday Engine Revision fcbf134b (github): Merge branch 'cmake-build' of https://github.com/skyjake/Doomsday-Engine into cmake-build
rhargrave
00:27 Doomsday Engine Revision 0ab94735 (github): Before *iconwidget can be in libcommon, serious refactoring is needed
rhargrave
00:04 Doomsday Engine Revision 8e23100c (github): Merge branch 'master' of https://github.com/skyjake/Doomsday-Engine into doom64_integrate
rhargrave
00:03 Doomsday Engine Revision e2e4a04f (github): Merge upstream/cmake-build in to doom64_integrate
rhargrave
 

Also available in: Atom