Project

General

Profile

Activity

From 2015-03-02 to 2015-03-15

2015-03-15

18:09 Revision d09976a0 (github): Fixed|UI|Client: Using the correct frame for busy transitions
Previously there was an arbitrary 0.5 second threshold for determining
if the captured busy frame was still fine for ...
skyjake
18:08 Bug #1939 (Resolved): [Doom] Screen wipe wrong when loading game during InFine
The problem was that the busy frame captured before the savegame loading begun was discarded too early. skyjake
18:07 Revision 5bcb1d1a (github): Fixed|UI|Client: Using the correct frame for busy transitions
Previously there was an arbitrary 0.5 second threshold for determining
if the captured busy frame was still fine for ...
skyjake
16:17 Revision 31ae35a7 (github): CMake|Clang|GCC: Enable C++11/C11 with a target property
Supported in CMake 3.2. In 3.1, doesn't work with AppleClang. skyjake
14:41 Revision cf402ba4 (github): Merge branch 'master' into cmake-build
skyjake
14:21 Revision 9101c9b2 (github): CMake|EAX|OpenAL: Check DENG_DEPEND_PATH; deploy OpenAL DLL
skyjake
12:23 Revision ab7b2d44 (github): CMake: Use the DENG_DEPEND_PATH environment variable when looking for SDL 2
skyjake
04:48 Revision 78223887 (github): Refactor|libdoom64: Switched st_stuff.c to C++, some cleanup
danij
02:25 Revision 63b6236d (github): Cleanup|World|LineSightTest: Simplified de::LineSightTest's internal structure, cleanup
The private implementation of this class does not need a reference
to the public instance.
danij

2015-03-14

05:43 Bug #1821: [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
Tackling the original map data in the debugger was proving to be very time consuming. So I decided to try a different... danij
01:23 Bug #1821 (In Progress): [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
Initial testing indicates that those specific monsters, on this particular map, are not waking up when they otherwise... danij
00:47 Bug #1860 (Closed): [Doom] Final Doom teleporter quirk broken
danij
00:47 Bug #765 (Closed): [Hexen] Korax teleport order
danij

2015-03-13

16:34 Revision 27e2c0a4 (github): Fixed|Map Renderer: "Missing" material usage on floors/ceilings
danij
15:53 Feature #1996 (Progressed): Engine-managed "map spot / point of interest" mechanism
A fundamental requirement for runtime map editing. The engine should provide a mechanism for managing map spots used ... danij
09:09 Feature #1995 (Closed): Improved 3D model shaders
The new 3D model shading need some improvements:
* -Allow specifying different shaders for models as needed.-
* -Pr...
skyjake
09:05 Feature #1994 (Closed): Model asset for player weapons (model.weapon.*)
While @model.thing.*@ assets represent objects in the game world, @model.weapon.*@ would represent the "psprites", i.... skyjake
08:41 Bug #1990 (Closed): Qt 4 incompatibility in ResourceSystem::initSprites()
skyjake

2015-03-12

16:36 Bug #1821: [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
Ah, I see. Thanks for the clarification; your original report now makes a lot more sense to me. I've a couple of work... danij
13:34 Bug #1821: [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
Please note that in my initial report above, that I said Seven Portals (the main hub or Map02 to use it's ID) and Cha... vermil
13:25 Bug #1821: [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
A saved game is no good to me until we've decided this issue is related. As I said I cannot replicate any issue with ... danij
10:39 Bug #1821: [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
But here is another.
vermil
10:35 Bug #1821: [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
I used HeXen's Seven Portals hub map as a test, yes.
I sent you a save game to test this with a month or so ago, b...
vermil
01:37 Bug #1821 (Feedback): [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
danij
01:37 Bug #1821: [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
I built wakeuptest.wad (attached) to try out Chaos Serpent wakeup behavior and could find no issue in build 1528. Did... danij
13:46 Bug #1992: Load console command segfaults (needs retesting)
This is one of the two add-ons
http://www.doomworld.com/idgames/index.php?file=levels/doom2/m-o/muskadet.zip
It...
vermil
13:44 Bug #1992: Load console command segfaults (needs retesting)
I've tested it with two add-ons myself, both feature Doom2 derived TEXTURE1 and PNAME lumps that add at least one tex... vermil
13:02 Bug #1992: Load console command segfaults (needs retesting)
Most likely this is a specific issue triggered by something in the add-on, as I've been using the load command extens... danij
12:32 Bug #1992: Load console command segfaults (needs retesting)
I was originally going to write this as another report, but I debate if it may be related.
I'll make clear that I ...
vermil
12:13 Bug #1992: Load console command segfaults (needs retesting)
Specifically, the seg fault occurs if the player has entered any map since starting the game mode (i.e if they use th... vermil
12:08 Bug #1992 (Closed): Load console command segfaults (needs retesting)
In the latest unstable, the load console command causes a segfault when it tries to load a file.
Not the most tech...
vermil
13:06 Bug #1993 (Feedback): Switching maps while XG lines are active causes seg fault
danij
13:06 Bug #1993: Switching maps while XG lines are active causes seg fault
Please provide a copy of the mod in question and detail the steps to replicate the issue. The original report is too ... danij
12:51 Bug #1993 (Feedback): Switching maps while XG lines are active causes seg fault
Exiting or warping to another map while an XG def is active (whether or not it is actually affecting the map) appears... vermil
03:33 Revision fdf4294e (github): Fixed|Doom: Final Doom Lost Soul bounce correction (regression)
Another mix up where global var gameMode was compared with the GM_*
flags rather than gamemode_t.
(A full search for...
danij
03:09 Revision 90b22cbd (github): Fixed|Doom: Final Doom teleport destination altitude (regression)
A simple mix up - global var gameMode is gamemode_t and should be
compared with values in that enum, rather than the ...
danij
03:09 Bug #1860 (Resolved): [Doom] Final Doom teleporter quirk broken
danij
02:59 Bug #1860 (In Progress): [Doom] Final Doom teleporter quirk broken
danij
02:11 Revision 96aaa1e5 (github): libcommon: Tweaked log message verbosity wrt palette translation table loading
danij

2015-03-11

23:45 Bug #216 (Closed): Wrong model rendered (Model Selector/DED reader)
It seems this issue was indeed resolved some time ago. danij
23:21 Bug #1119 (Rejected): Non-functional secret exit (No Rest For The Living)
BFG Edition and the extension episode No Rest For The Living are not presently supported (RFE #1575 covers this, also). danij
18:53 Bug #1929: Sprite priority handling
Evidently this is also sensitive to the load order. In the above example, if one provides an additional POSSA0 lump _... danij
17:40 Bug #765 (Resolved): [Hexen] Korax teleport order
danij
17:30 Bug #765 (In Progress): [Hexen] Korax teleport order
danij
17:38 Revision 0897e5c9 (github): Fixed|Hexen: Korax teleport order (refactoring oversight)
IssueID #765 danij

2015-03-10

18:16 Revision 1ed7ff29 (github): ResourceSystem: Cleanup
danij
17:51 Bug #1990 (Resolved): Qt 4 incompatibility in ResourceSystem::initSprites()
danij
16:01 Bug #1990 (In Progress): Qt 4 incompatibility in ResourceSystem::initSprites()
danij
08:17 Bug #1990 (Closed): Qt 4 incompatibility in ResourceSystem::initSprites()
Build 1528 fails when compiling with Qt 4.7, because QMap::firstKey() is not availble.
This loop could be written ...
skyjake
17:51 Revision 7324fcf5 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
17:51 Revision 86aca9f0 (github): Refactor|ResourceSystem: Cleaned up Sprite frame set construction
IssueID #1990 danij
08:27 Feature #1991 (Closed): Qt 5.5 as minimum requirement for GUI, Qt 5.x for non-GUI build
Qt 4 is nowdays in maintenance mode and is not being actively developed any more. Qt 5 offers better APIs and more up... skyjake

2015-03-08

17:11 Bug #1969 (Closed): [Doom] Multiplayer intermission using incorrect header graphics
skyjake
17:06 Bug #1969 (Resolved): [Doom] Multiplayer intermission using incorrect header graphics
skyjake
17:09 Revision a0d80144 (github): Fixed|Doom|Multiplayer: Overlapping headings in the intermission screen
There is no room to spell out "SECRETS" and "FRAGS".
IssueID #1969
skyjake
17:09 Revision 7aa45a91 (github): Fixed|Doom|Multiplayer: Overlapping headings in the intermission screen
There is no room to spell out "SECRETS" and "FRAGS".
IssueID #1969
skyjake
17:07 Revision 7689e2d2 (github): Merge branch 'master' into cmake-build
Conflicts:
doomsday/apps/plugins/common/src/acs/interpreter.cpp
doomsday/apps/plugins/common/src/acs/system.cpp
skyjake
17:04 Bug #1989 (New): Client assert fail (possible crash) if joining game during intermission
If the server is in the intermission screen, a client connects, and then triggers the Fire control (to advance to the... skyjake
02:10 Bug #1988 (New): [MP] When spawning on a weapon, weapon fires at speed of pistol
not sure if this is still a bug.
When spawning ontop of a weapon in deathmatch, latest doomsday stable build doomsda...
eunbolt
00:36 Bug #1968 (New): [Heretic, HeXen] Player's death removes footclipping effect (viewpoint jumps abruptly)
danij

2015-03-07

22:32 Bug #1968: [Heretic, HeXen] Player's death removes footclipping effect (viewpoint jumps abruptly)
Is it possible that the death camera be made to lower to a specific height above the floor (i.e instead of lowering t... vermil
17:31 Bug #1968: [Heretic, HeXen] Player's death removes footclipping effect (viewpoint jumps abruptly)
Fixing those kind of camera clipping issues is actually quite tricky. Simply checking the sector plane heights at the... danij
11:43 Bug #1968: [Heretic, HeXen] Player's death removes footclipping effect (viewpoint jumps abruptly)
Well, what I meant was, that the camera jumps up to non-footclipped position right at the start of the movement of th... vermil
03:55 Bug #1968 (Feedback): [Heretic, HeXen] Player's death removes footclipping effect (viewpoint jumps abruptly)
When the player dies, their view height is lowered to the floor and we don't want the player looking under the floor,... danij
16:59 Feature #1548: Multi-monitor support
Assuming that the monitors are set up as an extended desktop, it would be possible to configure a Nx1 viewgrid with a... skyjake
14:39 Bug #1947: Heretic Treasure Chest minor Mapinfo ded and lump reading errors
The mif_nointermission flag was implemented during the old 1.9.0-beta days, so 1.8.6 would have baulked at its presce... danij
11:56 Bug #1947: Heretic Treasure Chest minor Mapinfo ded and lump reading errors
I was not aware of a syntax error in the DD_DEFN lump? That said, Dday 1.8.6 appeared able to handle this syntax erro... vermil
03:07 Bug #1947 (Rejected): Heretic Treasure Chest minor Mapinfo ded and lump reading errors
This mod depends on various ZDoom specific features, which are not currently supported; extended MAPINFO syntax and f... danij
14:31 Bug #1026: Load console command music oversight
Sounds like we're looking at different versions of AV since the one I'm using has seven files including two .WADs (OT... danij
11:54 Bug #1026: Load console command music oversight
Hm, you shouldn't need the .DEH to load up AV's graphics. I started up Chocolate Doom without av.deh and everything l... sonicdoommario
08:08 Bug #1026: Load console command music oversight
sonicdoommario wrote:
> I typed in load av.wad into the title screen...
Note that Alien Vendetta is comprised of ...
danij
06:04 Bug #1026: Load console command music oversight
I typed in load av.wad into the title screen on build 1525. The title screen music stops and does not switch to the A... sonicdoommario
04:05 Bug #1026 (Feedback): Load console command music oversight
This needs testing again with a current version of Doomsday. danij
09:34 Feature #1280 (Closed): Stages for decorations
This was actually implemented some time ago now, for Doomsday 1.10 in fact. danij
09:23 Feature #1387 (Rejected): Use GL_POINT_SPRITE_ARB for tex particle rendering
Closing as nowadays there are better algorithms for drawing particles. danij
07:43 Feature #1525: Allow gaps in Sprite animation frame sets
As of commit f4ab2ee Doomsday now supports gaps in Sprite frame animation sets and mimics ZDoom by hiding the sprite ... danij
07:40 Feature #1525 (Closed): Allow gaps in Sprite animation frame sets
danij
07:19 Revision f4ab2ee9 (github): ResourceSystem: Removed internal Sprite frame limit (was 29)
Previously a Sprite could comprise 29 frames at most because of the
limitations concerning lump names and vanilla mec...
danij
04:11 Feature #1369 (Closed): Dynamic map lists (episode structure)
danij
01:04 Feature #1369 (Resolved): Dynamic map lists (episode structure)
danij
04:11 Bug #1896 (Closed): Validating Group def tic durations (value -1 is mishandled/unsupported)
danij
04:02 Bug #1093 (Rejected): Single Use Teleporter Malfunction
danij
03:43 Bug #1915 (New): Click-to-focus also handled as UI click
Further testing shows there is indeed an issue here - if one clicks to focus a presently unfocused window, while the ... danij
03:38 Bug #1915 (Feedback): Click-to-focus also handled as UI click
I cannot replicate this on my Windows 7 dev system. As skyjake pointed out, it would be very helpful to know the step... danij
03:29 Bug #1124 (Closed): Skybox bug
danij
03:27 Bug #1137 (Closed): [Deathkings] Inventory navigation
danij
03:26 Bug #1681 (Closed): Garbled screen build 1080
danij
03:22 Bug #1857 (Rejected): Visual corruption on transparent textures
Looks like a problem with that grate texture's alpha mask, rather than a problem in Doomsday itself. Id suggest repor... danij

2015-03-06

22:04 Bug #1896 (Resolved): Validating Group def tic durations (value -1 is mishandled/unsupported)
danij
20:03 Bug #1896 (In Progress): Validating Group def tic durations (value -1 is mishandled/unsupported)
danij
19:59 Bug #1896: Validating Group def tic durations (value -1 is mishandled/unsupported)
I see. Yeah a duration of Group.Flat/Texture.Tics = -1 has never been supported as there is no "infinite" concept at ... danij
22:03 Revision 1cd4cfe0 (github): libcommon: Cleanup
danij
22:03 Revision f86f1285 (github): Fixed|Definitions|libdoomsday: Group definition frame duration validation (mishandled -1)
Do not handle Group definitions whose frame durations do not describe
a valid animation sequence, when generating Mat...
danij

2015-03-05

15:12 Revision 40b98125 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
13:16 Bug #1969: [Doom] Multiplayer intermission using incorrect header graphics
Ah so the report is actually about the text replacement strings not being abbreviated, rather than their replacing th... danij
11:28 Bug #1969 (In Progress): [Doom] Multiplayer intermission using incorrect header graphics
skyjake
11:27 Bug #1969: [Doom] Multiplayer intermission using incorrect header graphics
vermil wrote:
> the 'comment's' tab, that is displayed by default is sometimes erratic with regards to what, if any,...
skyjake
11:16 Bug #1969: [Doom] Multiplayer intermission using incorrect header graphics
Sorry, I thought DaniJ had deleted his comment (the 'comment's' tab, that is displayed by default is sometimes errati... vermil
07:57 Bug #1969: [Doom] Multiplayer intermission using incorrect header graphics
danij wrote:
> All current versions of libdoom's inlude.ded seemingly use the correct names for these patches. Maybe...
skyjake
12:15 Bug #1896: Validating Group def tic durations (value -1 is mishandled/unsupported)
I was indeed specifying -1 in a group def. As I wrote above, I wasn't sure if it was a bug or a never supported featu... vermil
08:38 Feature #1887: Migrate project build system to CMake 3
The final hurdle before this can be merged to master is to update the autobuilder to use CMake. This means that Snowb... skyjake
08:33 Bug #1987 (Closed): FOV gets maxed out too early in a very wide window
skyjake
08:32 Bug #1941 (Closed): UI cursor illegible in stereoscopic 3D
skyjake
08:32 Revision ea6bf14b (github): Fixed|UI|Client: Show projected mouse cursor in all displacing VR modes
All VR modes that move window content around should use the custom cursor
since it will then be appropriately duplica...
skyjake
08:30 Revision fad9c76e (github): Fixed|UI|Client: Show projected mouse cursor in all displacing VR modes
All VR modes that move window content around should use the custom cursor
since it will then be appropriately duplica...
skyjake

2015-03-04

13:41 Feature #1986: [MP] Configure what the server does when an episode ends
danij wrote:
> If the exit conditions are converted to game rules and the cycle itself is defined in an Episode def,...
danij
13:32 Feature #1986: [MP] Configure what the server does when an episode ends
danij wrote:
> implementing such cycles as scripts
That is not what I meant. The idea I failed to describe in my ...
skyjake
13:02 Feature #1986: [MP] Configure what the server does when an episode ends
Thinking about the "timed exit conditions" of the map cycle - these are actually game rules. If the exit conditions a... danij
12:55 Feature #1986: [MP] Configure what the server does when an episode ends
To make clear, everything I said above was meant to be server admin controlled; none of it was meant to be client con... vermil
12:52 Feature #1986: [MP] Configure what the server does when an episode ends
I agree that the most logical course of action would be to simply restart the current episode once the finale has end... danij
11:43 Feature #1986: [MP] Configure what the server does when an episode ends
STAGE 1: Dealing with the main issue
My opinion is that by default, an episode should loop back to its beginning w...
vermil
11:47 Revision b6c4de62 (github): Documentation|libcommon: Minor apidoc tweaks
danij
11:19 Revision e3277ed2 (github): libcommon: Cleanup
danij
10:55 Revision e9eb9f51 (github): Documentation|libcommon|libhexen: Typos
danij
10:29 Revision 180a66c9 (github): Refactor|Hexen|libcommon: Consolidated more logic for launching missiles, cleanup
Updated missile launching for Korax and IceGuy to use the revised
mechanism, which separates spawning from launching.
danij
09:05 Feature #1900: OpenGL 3.3 Core Profile
This work has been started in the @opengl3.3@ branch, although the crucial step of switching to @QOpenGLWindow@ has n... skyjake
09:02 Feature #1900 (In Progress): OpenGL 3.3 Core Profile
skyjake

2015-03-03

22:03 Feature #1986: [MP] Configure what the server does when an episode ends
I'm struggling to see a tangible benefit in implementing such cycles as scripts in and of themselves. Conceptually, a... danij
12:58 Feature #1986: [MP] Configure what the server does when an episode ends
I sincerely hope you are joking re using Episodes to represent a cycle of episodes. It makes zero sense other than in... danij
10:42 Feature #1986: [MP] Configure what the server does when an episode ends
However, to tackle this issue for the near term (with least amount of effort), even just restarting the cycle (if a c... skyjake
10:39 Feature #1986: [MP] Configure what the server does when an episode ends
If we were to retain the current map cycle implementation, sure, that would make sense. However, I would like to repl... skyjake
06:57 Feature #1986: [MP] Configure what the server does when an episode ends
Perhaps this functionality should be combined into the map cycle expression? The map cycle is already functioning at ... danij
12:49 Bug #1879: [Windows] Doomsday randomly fails to start when/after loading shader definitions
I didn't state or assume otherwise. My only intention was to draw attention to a point raised earlier - the apparent ... danij
10:32 Bug #1879: [Windows] Doomsday randomly fails to start when/after loading shader definitions
danij wrote:
> The only remaining issue that I'm seeing from the original report is the delayed minimum OpenGL versi...
skyjake
00:10 Bug #1879: [Windows] Doomsday randomly fails to start when/after loading shader definitions
The only remaining issue that I'm seeing from the original report is the delayed minimum OpenGL version check. You ar... danij
10:34 Bug #1941: UI cursor illegible in stereoscopic 3D
Fixing this should be pretty trivial so I'll take care of it for 1.15. skyjake
10:33 Bug #1941 (In Progress): UI cursor illegible in stereoscopic 3D
skyjake
05:12 Bug #1941: UI cursor illegible in stereoscopic 3D
Changing things so that the project-cursor-on-UI-plane logic is used in all stereoscopic 3D modes does indeed solve t... danij
06:34 Bug #1984 (Closed): Fedora (Linux) : error: unknown type name ‘libcommon_config_t’
skyjake
06:08 Bug #1896 (Feedback): Validating Group def tic durations (value -1 is mishandled/unsupported)
@vermil: How are you specifying a duration of -1 tics? Using the old Group method? (I don't believe a duration of -1 ... danij
05:52 Bug #1963: [Doom] Spawning on top of a weapon leads to broken weapon (multiplayer)
Most likely the reported behavior is symptomatic of a more general issue concerning player state updates in multiplay... danij
05:36 Bug #1969 (Feedback): [Doom] Multiplayer intermission using incorrect header graphics
All current versions of libdoom's inlude.ded seemingly use the correct names for these patches. Maybe this is a repor... danij
05:31 Bug #1983: [Doom] "Finished" graphic placed too low
This issue occurs only if a replacement text is found for the map title patch and replacements are actually enabled. ... danij
05:20 Bug #1064: [Hexen] Interludes can no longer be moved (MAPINFO vs. Infine)
Now that the map progression is described in Episode definitions it follows that the interlude to be played during a ... danij
03:33 Bug #1729: Repeat loading of DEHACKED patches specified on the command line following a game change
To fix the underlying issue the Right Way, requires implementing a new mechanism for describing game sessions; includ... danij
03:14 Bug #1964 (Closed): Problems with sprites with special chars [ / ] (Doom Arch Vile disappears; Hexen crash when Traductus dies)
danij
03:09 Revision 422aba10 (github): Fixed|MaterialTextureLayer|Resources: MaterialTextureLayer::AnimationStage() should not decode texture URIs
IssueID #1964 danij

2015-03-02

23:45 Bug #1982 (Closed): Crash warping to a map without MapInfo data
danij
19:29 Bug #1982 (In Progress): Crash warping to a map without MapInfo data
danij
23:44 Revision 8e6b6566 (github): Fixed: Crash warping to a map without MapInfo data
Added fallback MapInfo data to be used as a last resort, when no def
is defined for the current map and the game does...
danij
22:07 Bug #1985: Linux: Doomsday halts startup until window looses focus.
Confirmed that the issue is now fixed.
Thanks
toxicshadow
22:04 Bug #1984: Fedora (Linux) : error: unknown type name ‘libcommon_config_t’
Confirmed that it builds and runs successfully with the latest build.
Thanks.
toxicshadow
09:28 Bug #1987 (Resolved): FOV gets maxed out too early in a very wide window
skyjake
09:14 Bug #1987 (In Progress): FOV gets maxed out too early in a very wide window
skyjake
09:03 Bug #1987 (Closed): FOV gets maxed out too early in a very wide window
When the game window is very wide, the FOV setting gets maxed out too early. The behavior should be changed so that i... skyjake
09:28 Revision c295277e (github): Documentation|Doxygen|libcore: Added missing argument
skyjake
09:24 Revision 90c07579 (github): Fixed|Renderer: Don't try to correct the FOV angle in a very wide window
IssueID #1987 skyjake
09:24 Revision b00c4e61 (github): Fixed|Renderer: Don't try to correct the FOV angle in a very wide window
IssueID #1987 skyjake
08:52 Feature #1986 (New): [MP] Configure what the server does when an episode ends
Currently if an episode ends, the server will get stuck in the finale animation and the only way forward is to manual... skyjake
 

Also available in: Atom