Project

General

Profile

Activity

From 2014-10-01 to 2014-10-14

2014-10-14

21:38 Revision 0350bed2 (github): Refactor|InFine: Reimplemented InFine script widget model in C++
All InFine script objects are now based on FinaleWidget.
Todo:
- Give FinalePageWidget ownership of the widgets.
- C...
danij
21:13 Feature #1877: [Updater] Use Sparkle for automatic updates (on OS X)
What are the practical benefits to using (Win)Sparkle compared to Doomsday's built-in Updater mechanism? I'm fairly h... danij
15:05 Feature #1877: [Updater] Use Sparkle for automatic updates (on OS X)
There is also "WinSparkle":http://winsparkle.org for Windows. skyjake
11:54 Feature #1877 (New): [Updater] Use Sparkle for automatic updates (on OS X)
"Sparkle":http://sparkle-project.org/ is a popular OS X framework for handling automatic updates. Replacing Doomsday'... skyjake

2014-10-13

07:18 Revision 62c4b729 (github): Merge branch 'master' into common-episode-definition
Conflicts:
doomsday/plugins/common/src/p_xgline.cpp
danij
07:13 Revision 5ed1f116 (github): Fixed|GCC|libdoomsday|DED: Benign compiler warning (potential use of uninitialized var)
danij
06:55 Revision edad8e6b (github): Fix build (typo)
danij

2014-10-12

05:40 Revision 22912b01 (github): Typo
danij
05:09 Revision cd502f73 (github): Merge branch 'master' into common-episode-definition
Conflicts:
doomsday/plugins/common/src/p_mapsetup.cpp
doomsday/plugins/common/src/p_xgline.cpp
danij
04:45 Revision acc208a9 (github): XG|libcommon: Use libcore's C++ API for logging XG development messages
danij

2014-10-11

12:33 Bug #1870 (Closed): Generators not appearing in certain cases
skyjake
12:31 Revision 119ceabb (github): World|Particles|Fixed: Spawning particle generators on rockets
A mobj's private data was not yet created when the mobj entered its
first state and thus didn't trigger a particle ge...
skyjake
11:08 Bug #1876 (In Progress): [XG] Floor chains appear infunctional
Pretty much what the subject states. They don't appear to work. vermil
06:38 Bug #1875 (Closed): [XG] Colored sector lighting does not affect the transition frame
When rendering a frame used for wiping the screen during transitions between maps, any colored sector lighting effect... danij
06:15 Bug #899 (Closed): XG stops working when loading a save game
danij
06:15 Bug #899: XG stops working when loading a save game
The XG problems in this map set were fixed along with Issue #1105 danij
05:41 Bug #899 (In Progress): XG stops working when loading a save game
danij
04:49 Bug #1105 (Closed): XG sector ambient sounds not saved/loaded
danij
04:32 Bug #1105 (In Progress): XG sector ambient sounds not saved/loaded
danij
04:48 Revision c7105704 (github): Fixed|XG|libcommon: XG sector ambient sounds not loaded
(De)serialization of the XG sector thinkers (xsthinker_t) was working
fine, however they were later removed prior to ...
danij
03:40 Revision 9e171368 (github): Fixed|XG|libcommon: XG sector types override the game's built-in types
danij

2014-10-10

21:26 Feature #1874 (Rejected): Defer creation of savegame folders until needed
Presently savegame folders are created for a game mode when the ResourceSystem receives the relevant Games::Addition ... danij

2014-10-09

05:12 Revision e300eb5c (github): Merge branch 'master' into common-episode-definition
danij
05:08 Revision d1af20b9 (github): Refactor|InFine: Cleaned up InFine FinaleInterpreter
Learning the mechanics of the interpreter in the process. danij

2014-10-08

17:40 Bug #1873: [HeXen DK] multiplayer crash on Sump
I mean, I know HeXen/HeXen DK MP has several non fatal issues due to it still being a WIP. vermil
17:35 Bug #1873 (Closed): [HeXen DK] multiplayer crash on Sump
I know that HeXen/HeXen DK MP has several non-fatal issues, but as this one is fatal, I figure I should report it.
...
vermil

2014-10-07

08:04 Revision ae2c0e20 (github): Refactor|InFine: Cleaned up InFine script system
In preparation for debugging the outstanding backward compatibility
issues (e.g., NoSkip handling).
danij
04:26 Bug #1866: [Doom] Fortress of Mystery appears between wrong map on E2 intermission
Correct, these fixes won't appear until my @common-episode-definition@ branch is merged to the master. (I addressed t... danij
03:14 Bug #1866: [Doom] Fortress of Mystery appears between wrong map on E2 intermission
Just a quick question, this commit isn't in a build yet, right? Ran around Doom a little bit today and still noticed ... sonicdoommario
00:40 Bug #1872 (Closed): Copyright year of Windows binaries incorrect
Most of the built binaries are either missing this information entirely, or the metadata is out of date. danij

2014-10-06

23:56 Bug #911: [Hexen] Poison cloud vs Repulsion Disc
Issue 1) has now been fixed for the upcoming 1.15 release (commit: 574cb63a). danij
23:45 Bug #911: [Hexen] Poison cloud vs Repulsion Disc
Issue 1) has now been fixed for the upcoming 1.15 release (commit: 574cb63a). danij
23:42 Revision 574cb63a (github): Fixed|Hexen|SFX: Cough sound playback on Player vs PoisonCloud collision
If god mode is active then the cough sound should not be played.
Seemingly the result of a refactoring oversight back...
danij
21:22 Bug #1800 (Closed): [Doom] Monster Teleport Issue (TNT MAP31)
danij
21:22 Bug #1800: [Doom] Monster Teleport Issue (TNT MAP31)
Evidently this was indeed caused by Issue #1862. Since that fix this teleport trap in TNT MAP31 is now behaving much ... danij
02:48 Revision 832591d1 (github): Merge branch 'master' into common-episode-definition
danij
02:47 Revision 4dc4568e (github): Debug|libcommon|XG: Assert XL_DoFunction's parameters are valid
danij
02:47 Revision 7b9ee87d (github): libcommon: Cmd "stopinf" now always returns true
This prevents spurious alerts regarding attempts to stop scripts which
are not currently running. Older mods often ca...
danij
02:47 Revision 665b0bbc (github): Fixed|Resources: Handle the case of a zero-length lump between S(*)_START/_END
Some intrepid mod authors may insert a zero-length lump here, which
is then "replaced" with a high-resolution resourc...
danij
02:47 Revision a19526f8 (github): Fixed|Renderer|LensFlares: Failed (viewPlayer - ddPlayers == displayPlayer) assertion
Todo: Needs further investigation. danij
02:29 Revision 62cfeaca (github): All Games: Cmd "warp" must handle maps not defined in the Episode progression
danij
02:22 Revision ead78ffd (github): Fixed|libdoomsday|DED: Parsing Flags with an implicit zero value
If no value is specified for a Flag then we should assume zero. This
fixes an XG regression where the value for ltc_n...
danij

2014-10-05

20:07 Bug #1701: [Doom] Map08/ExM8 sound emulation
Judging by the linuxdoom-1.10 source release, this does appear to be a deliberate change. Should this be compatibilit... danij
19:57 Bug #1706 (Closed): Default Mapinfo music glitch
danij
19:51 Bug #1796 (Closed): Damage stage mix up in some models.
danij
19:48 Bug #1800: [Doom] Monster Teleport Issue (TNT MAP31)
This needs testing again following the recent fix for Issue #1862 danij
19:37 Bug #1817: Premap infine and preplaying music oversight
Is there a mod compatibility reason for the change you suggest?
The original games' logic for music queuing is bas...
danij
19:34 Bug #1817 (Feedback): Premap infine and preplaying music oversight
danij
19:29 Bug #1856: Alert on first launch because game.cfg not found
Raised to High priority because an alert on first launch is very alarming to a new user (and in this case misleading ... danij
19:23 Bug #1849 (Closed): [DOOM] FIREBLU in Plutonia
danij
19:16 Bug #1849 (In Progress): [DOOM] FIREBLU in Plutonia
danij
19:22 Revision ede72383 (github): Fixed|libdoom|Definitions: Don't apply glow to Plutonia's FIREBLU material
The IWAD version of this animation depicts a slimy rock surface
that should not appear to glow.
Issue #1849
danij
17:57 Bug #1863: [automap] line updating
Re: Deferring of line visibility updates until the player first moves
This is due to a bug in vanilla. As far as I...
danij
17:48 Bug #1866: [Doom] Fortress of Mystery appears between wrong map on E2 intermission
As the intermission has undergone significant changes for 1.15 in the common-episode-definition branch, this bug has ... danij
17:35 Bug #1866 (In Progress): [Doom] Fortress of Mystery appears between wrong map on E2 intermission
danij
17:45 Revision 9453467a (github): Fixed|Doom|Intermission: Ultimate DOOM episode 2 animation discrepancies
Issue #1866 danij
17:42 Revision bbda657d (github): Merge branch 'master' into common-episode-definition
Conflicts:
doomsday/plugins/common/src/g_game.cpp
danij
16:16 Bug #1870: Generators not appearing in certain cases
@MobjThinkerData@ currently gets created the first time a mobj thinks (in thinkers.cpp @initPrivateData()@). This is ... skyjake
16:07 Bug #1870: Generators not appearing in certain cases
The reason this fails is because during the first call to Mobj_SetState in P_SpawnMobjXYZ there is no MobjThinkerData... danij
15:11 Revision 4b727960 (github): Documentation|libhexen: Todo comment wrt NetSv_SendLocalMobjState use in A_BishopAttack
danij
06:09 Bug #1868: [Doom] Revenant missiles randomly switch from non-homing to homing
Logging the values of GAMETIC and (((int) GAMETIC) & 3) in A_Tracer shows that this bug occurs when the step value fo... danij
03:59 Bug #1868: [Doom] Revenant missiles randomly switch from non-homing to homing
I have attached a DOOM II savegame, DoomSav2.save which makes debugging this issue easier. In this savegame I have or... danij
02:37 Bug #1868: [Doom] Revenant missiles randomly switch from non-homing to homing
Further testing shows that the tracer's target is in fact not being lost at all. The problem is that the deterministi... danij
01:17 Bug #1868: [Doom] Revenant missiles randomly switch from non-homing to homing
Initial testing reveals that this is indeed not a savegame issue. After instrumenting and comparing interpretation of... danij
04:46 Revision f0ce7df6 (github): Fixed|Console|All Games: Don't begin a game state change message if waiting for a response
This is possible if the user tries to circumvent the message response
prompt by opening the console and entering a co...
danij
03:35 Revision b683c6cf (github): Fixed|Renderer|SkyDrawable: SIGSEGV when SkyDrawable has no Sky configured
danij
00:30 Revision b0f958a6 (github): libheretic: Fix typo in default MAPINFO data
danij

2014-10-04

22:44 Feature #1867: Extract patch/sprite offsets from PNG 'grAb' chunk (ZDoom)
The reason the patches and sprites are offset incorrectly when read from in-wad PNG images is because the offset info... danij
01:05 Bug #1871 (Closed): Wrong model skin selected
danij
00:16 Bug #1871: Wrong model skin selected
Turns out that the skin selection problem is indeed caused by a change in the #skin => Texture mapping table. I'm cur... danij
00:15 Bug #1871 (In Progress): Wrong model skin selected
danij
01:01 Revision 423b9910 (github): Merge branch 'master' into common-episode-definition
danij
00:59 Revision e4c9618c (github): Fixed|Resources: Model skin selection error
When (re)building the #skin => Texture map one must ensure that the
indices uses in the MD2/DMD internal skin table a...
danij

2014-10-03

23:00 Bug #1871: Wrong model skin selected
Ok, despite the fact that the wrong model file is used (which also seems to be the case in previous versions of Dooms... danij
20:46 Bug #1871: Wrong model skin selected
Evidently the reason this occurs is because the wrong model is being used. In the jDRP there are two versions of brui... danij
18:40 Bug #1871 (Closed): Wrong model skin selected
When using the jDRP in build 1371 the skin selected for the Hell Knight's head model is incorrect resulting in a skin... danij
18:53 Revision 45642af7 (github): Debug|Resources: Log all Model.skin => Texture mappings when extra verbose
danij
18:53 Revision 3a8a7505 (github): Optimize|liblegacy|Smoother: Smoother_Evaluate should not continuously log its internal state
There is no point doing this all the time when this info is only ever
relevant when debugging Smoother.
danij
18:53 Revision 4ec8ad7d (github): Renderer: Log about missing particle textures with pretty NativePaths
danij

2014-10-02

05:49 Revision b87fdd7c (github): Documentation|DehReader: Mark Eternity's extensions for future reference
danij
04:58 Revision 1b146e7c (github): Merge branch 'master' into common-episode-definition
Conflicts:
doomsday/plugins/dehread/src/dehreader.cpp
danij
04:57 Revision 6f30239c (github): DehReader: Added support for [Strings] replacement in BEX patches
danij
00:29 Bug #1870 (Closed): Generators not appearing in certain cases
Sometime between build 1325 and 1333, the generator attached to Doom's rocket mobj stopped appearing in game. The def... vermil
 

Also available in: Atom