Project

General

Profile

Activity

From 2008-10-10 to 2008-10-23

2008-10-23

20:52 Revision 069ebaa4 (github): Fixed problems with the incorrect lifegem being use with the jHexen statusbar when the player class was not fighter.
danij
17:48 Bug #550: Mana icon's not displayed in full screen hud
Fixed in svn for 1.9.0-beta6 danij
16:23 Bug #550 (Closed): Mana icon's not displayed in full screen hud
The Mana icon's in the full screen hud aren't displayed in the top left corner in 1.9 Beta5.x.
You just see the nu...
vermil
00:30 Revision 43129f70 (github): Changed jHeretic: Revised method for drawing the chain on the jHeretic statusbar; now drawn in two sections when needed (left and right of the gem) so as to maintain a uniform alpha value for the whole chain.
Fixed jHeretic: The colour of the glowing gem on the statusbar did not change to match the player's colour (as the ge... danij

2008-10-22

23:33 Bug #549 (Closed): Sound causes Deng to freeze on linux
revision 5954.
Music does not play at all.
If music is disabled and sound is not, it does not freeze.
If sound i...
eunbolt
23:33 Bug #549: Sound causes Deng to freeze on linux
backtrace log from earlier svn version
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/e532fc7f/...
eunbolt
18:52 Revision 2b9b91e2 (github): Fixed bug #1673770: Problems with bouncing mobjs (flag2 MF2_FLOORBOUNCE) their Z momentum was being reduced to zero on first impact with the floor. In jHeretic this caused the firemace projectiles to explode instantly.
Also fixed a problem in jHeretic's P_SpawnMissile which wasn't determining the angle correctly if the source of the s... danij
15:58 Bug #548 (Closed): Jittery object Z position smoothing
When object position smoothing is enabled their currently seems to be a problem resulting in jittery Z movement. This... danij
15:52 Bug #435: JHeretic: Firemace problems
Fixed in svn for 1.9.0-beta6 danij
07:08 Revision e0e2ef3d (github): Fixed jHexen: The statusbar graphic features a copy of the fighter's chain which was visible behind the animated chain. Fixed by way of a kludge that cuts out that section of the statusbar and draws a near-black solid rectangle to fill the hole.
Fixed jHexen: The colour of the glowing gem on the statusbar did not change to match the player's colour (as the gem ... danij
05:08 Bug #547 (Closed): Tiny flats thrashing the materials/texture systems
Currently there is a problem where tiny flats cause constant thrashing of the material/texture systems due to the fac... danij

2008-10-20

17:00 Revision 805c1271 (github): jHexen: All patches used by both the statusbar and fullscreen HUD are now precached at startup and during an engine reset in ST_loadGraphics.
danij
16:54 Revision 3fb100cf (github): jHexen: Fixed bug in the inventory which led to the wrong artifact use function being called if P_InventoryUse was passed a artitype_e id greater than AFT_SUPERHEALTH.
danij
16:50 Revision 64b3d8ef (github): All games: Added the following default control bindings
* key-e = fly up
* key-q = fly down
* key-f = fall down
jHexen: Changed the default bindings for inventory left/right...
danij
16:44 Revision d09937be (github): Changed dpatch_t->lump to lumpnum_t (was int).
danij

2008-10-19

19:24 Revision d7922977 (github): This seems to fix the view bobbing issues. The interpolation was not done between consecutive sharp views, leading to stuttering back and forth (i.e., up and down).
Pro Tip: This kind of issues are easiest to spot and debug with a low value for "settics" (in other words, in slow mo... skyjake
19:22 Revision 706bcc9e (github): IDE settings.
skyjake
16:37 Revision 2bd44e55 (github): Update.
skyjake
16:37 Revision a94e1668 (github): Fixed memory zone corruption due to out-of-bounds access of content->buffer. This occurred when texture content was being uploaded without deferring. GL_UploadTextureContent() assumed that content->buffer was modifiable, which is only the case when the content has been deferred and copied to a separate buffer. Non-deferred content is still in the zone.
skyjake
13:39 Bug #534: Unable to change resolution
Revision 5944: Fixed memory zone corruption due to out-of-bounds access of content->buffer. This occurred when textur... skyjake

2008-10-18

20:39 Revision 48580fe6 (github): jHexen-changed; ANIMDEFS and SNDINFO lumps are no longer required.
jHexen: SC_OpenLump now takes a lumpnum_t rather than lump name string to force the caller to implement the required ... danij
20:26 Revision 4038f61d (github): Fixed a couple of messages output during map load which reported incorrect linedef and sector indices (off by one errors). Updated file author details.
danij
20:26 Revision 423b3ded (github): Resolved OS X Intel compilation issues.
skyjake
20:04 Revision ad45883f (github): No need to resolve an xlinedef in XL_Thinker if this is a client (shouldn't reach here anyway).
danij
20:04 Revision f4325a74 (github): Handle NULL sector ptr in XS_Gravity
danij
19:13 Revision 63c91a95 (github): Resolving OS X compilation issues.
skyjake
19:10 Revision b7003dca (github): Switched to CMake 2.6 to resolve OS X compilation issues.
skyjake
16:55 Bug #523: lightref_original doesn't work for coloured lighting
Fixed in svn for 1.9.0-beta6 danij
16:13 Bug #528: A possible resource loading bug in Beta5
Fixed in svn for 1.9.0-beta6 danij
04:55 Revision 63aabacd (github): Fixed bug in the DED reader which failed to read the iparams of XG Line Type definitions correctly due to the flag prefix name strings (part of the game-side xgClassLinks array) being defined as zero-length strings rather than NULL ptrs.
danij
04:46 Revision edc0505e (github): Swapped the dest and src paramaters of P_CopyLine and P_CopySector to match convention.
danij
04:41 Revision 186b7475 (github): Protected the pointer based, public DMU interface from passed NULL pointers.
danij
03:21 Revision 120510ae (github): Fixed bug #1832045; If a map number is not set in an XG end_level line type the exit would take the player to the first map (instead of the next as defined by the map progression).
danij
02:17 Revision eb9c6607 (github): Fixed problem in the vs build options. Rather than generate a manifest every time, use the one in engine/win32/res
danij
01:20 Bug #493: Plane move issue
This and a lot of the other current issues with XG since the switch to DMU is due to the fact that the dummy linedef ... danij
00:22 Bug #488: end level xg class bug
Fixed in svn for 1.9.0-beta6 danij
00:00 Revision d790a438 (github): Moved the (unused) overlapping linedef detection algorithm out of the bsp generation and into edit_map.c Moved the remnants of bsp_analyze.c into more appropriate locations. Deleted the now empty bsp_analyze.c/h
danij

2008-10-17

19:29 Revision ecb6f9a2 (github): Continued work on the map loader and BSP generation:
* Revised the algorithm used to detect "one-way windows" to remove use of the glbsp concept of edgetips and instead u... danij

2008-10-16

21:17 Bug #545: Skymodels coords are wrong
ok, nevermind, forget about the last followup/comment I added. fixed positioning was my fault.
The offset order is...
eunbolt
03:03 Bug #545: Skymodels coords are wrong
I think the whole offset part is broken.
It offset's the model from the camera and not the 0,0,0 map coords
-----...
eunbolt
19:02 Revision 342e7171 (github): These seem unnecessary at the moment. Assuming that the portable sys_sdl_window.c should be used instead.
skyjake
03:27 Bug #536: Escape key has no effect.
"You can bring up the menu when you first start the game..."
should be:
"You can bring up the menu when you fir...
mochtroid-x
03:26 Bug #536: Escape key has no effect.
When I said pause, I meant how in single player it would pause the game and bring up the menu. You can bring up the m... mochtroid-x

2008-10-15

19:32 Revision 20a0413c (github): Fixed a handful of rendering glitches that would occur with segs on twosided linedefs when the back sector floor height was higher than the back sector ceiling height. In this instance we now lower the high floor to the ceiling.
danij
19:27 Revision aa9bea6c (github): Now that we arn't culling sectors with no linedefs during map load, protect P_Iterate from trying to walk the sector object lists as they might not be present.
danij
03:45 Revision 89be26da (github): Pruning of redundant map data objects cannot yet be done, due to the problem of their original indices being used as references to them in several ways, which have not been updated accordingly. As this is quite a lot of work I've simply disabled the pruning for now.
danij
03:40 Revision 84ee19f3 (github): Fixed blue locked doors not showing in the automap in jDoom, jDoom64 and WolfTC.
danij

2008-10-14

03:41 Bug #546: Spider Boss shoots too high
I can verify this, though the spider mastermind does not aim high, but has a problem with aiming in general.
In th...
mochtroid-x
00:08 Bug #546 (Closed): Spider Boss shoots too high
When playing against the Spider "mastermind", it shoots too high. This can be seen by going into the plutonia wad, 1... jon13
00:01 Bug #544: jDRP models facing wrong direction?
I have seen this too. Linux/SDL. Last version tried (from svn) was a month or two ago. jon13

2008-10-13

11:14 Bug #543: Polyobjs completely missing
DaniJ - I can confirm this bug on Linux -amd64, 64bit build, svn revision 5924 yagisan
09:26 Bug #543: Polyobjs completely missing
SVN Head is working fine for me under Vista. The map loads fine and all polyobjs are present with no warnings.
I s...
danij
09:52 Bug #542: Microphone volume keeps on MUTING!
Doomsday does not use a microphone for any purpose, nor are the settings for which altered.
I would guess this is ...
danij

2008-10-12

23:37 Bug #545 (Closed): Skymodels coords are wrong
When adding skymodels by position deng reads the ded incorrectly: using the info from here http://sjke.org/dew/index.... eunbolt
11:28 Bug #534: Unable to change resolution
Further investigation shows that during AM_LoadData() (called from G_UpdateState during reset), GL_UploadTextureConte... skyjake

2008-10-11

20:17 Bug #544 (Closed): jDRP models facing wrong direction?
The jDRP models seem to face wrong directions - e.g. zombiemen walking backwards, imps walking sideways, enemies poin... mochtroid-x
15:29 Bug #543 (Closed): Polyobjs completely missing
When starting jHexen and MAP01 all the polyobj doors are completely missing. There are warnings in the console:
P_...
skyjake
15:22 Bug #534: Unable to change resolution
To make it crash, I use Ultimate Doom, start E1M1 and then "setres" to a different resolution (windowed mode). skyjake
15:16 Bug #534: Unable to change resolution
I'm seeing this problem in OS X. Seems related to decorations and materials?
Process: Doomsday [25669]
Path:...
skyjake
09:42 Bug #542 (Closed): Microphone volume keeps on MUTING!
when ever i play heretic or doom using ANY version of the doomsday engine, when i exit, and i go to sound settings, a... korndude19883
01:08 Revision 0741c969 (github): Quick fix to the vertical offset problem in the conversion of lumobjs to vlights.
danij
01:06 Revision 3ca211b8 (github): Fixed decoration origin offsets on pegged top and unpegged bottom surfaces.
danij

2008-10-10

22:19 Bug #541 (Closed): Jittery view bobbing
Currently there is a problem with the view bobbing being especially jittery.
*Labels:* Graphics
danij
22:18 Bug #540 (Closed): Alt+Tab disables mouse turning
When the mouse-x axis is used to turn the player, pressing Alt+Tab when in-game to switch between applications will d... danij
22:12 Bug #539 (Closed): Missing plane glow after material change
If a surface changes from a non-glowing to a glowing material, the surface is updated and will glow as expected. Howe... danij
19:45 Revision 1c580768 (github): Fixed various issues in the conversion from lumobj to vlight for the purposes of sprite and model lighting.
TODO: The debug display I added to draw the light vectors affecting a given sprite indicate that there are a few rema... danij
18:11 Revision 20e3c91c (github): Reinstated the soft limits for max number of vlights affecting sprites and models.
danij
16:17 Revision e65b021e (github): Fixed bug #2143145 - DOOM2/Final DOOM incorrect screen border flat.
danij
15:46 Revision d007928d (github): Fixed svn head bug #2156065 - Rckt and Cell ammo switched in the statusbar.
danij
13:45 Bug #518: Characters Have No Sound When Jumping
Is this a bug? Does original Hexen make sounds when the player jumps (other than the landing "umph")? danij
13:41 Bug #534: Unable to change resolution
I have no problems at all with changing resolution or even going from fullscreen to windowed mode using the current s... danij
13:39 Bug #536: Escape key has no effect.
Esc works just fine for me, for both entering and exiting the menu. It isn't set to pause the game by default.
Mor...
danij
13:17 Bug #531: Doom2/Final Doom incorrect screen border flat
Fixed in svn rev #5920 danij
12:47 Bug #537: Rocket and cell ammo switched.
Fixed in svn rev #5919 danij
00:13 Bug #537: Rocket and cell ammo switched.
Screenshot shows the incorrect listing of ammo.
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/...
mochtroid-x
00:13 Bug #537 (Closed): Rocket and cell ammo switched.
The numbers displayed in the original Doom HUD for rocket and cell ammo report wrong amount (RCKT displays cell ammo,... mochtroid-x
12:41 Bug #538: FPS counter stops working.
This is related to the changes to the management of the console font. Displaying the console will reselect the font a... danij
00:17 Bug #538: FPS counter stops working.
Screenshot shows inactive FPS counter.
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/192e0b8c/...
mochtroid-x
00:17 Bug #538 (Closed): FPS counter stops working.
After loading the next level in play, the FPS counter stops working and displays a blank blue box - see picture.
U...
mochtroid-x
 

Also available in: Atom