Activity
From 2007-01-22 to 2007-02-04
2007-02-04
- 20:24 Bug #407: Crushing ceilings stall and won't restart
- Logged In: YES
user_id=1705964
Originator: YES
Addendum: After playing through some more on the E2 levels of Ultim... - 06:22 Revision d72ee5f8 (github): Fixed bug where flying creatures would rise/fall, tracking the player when a camera.
- 04:45 Revision 29583e44 (github): Reordered checks in R_AddSprites() so we only call R_GetSpriteInfo() for things which have a chance of clipping into the sky.
- 04:42 Revision c4708be4 (github): Updated style. Added my name to the author list (was missing).
- 04:41 Revision cc395cb2 (github): Don't allocate memory from the zone for the temporary patch LUT in R_InitTextures().
- 04:39 Revision 3a0a9218 (github): Removed misleading comment, as in-valid.
- 04:38 Revision cf898134 (github): Changed the subsector and polyobj blockmaps to PU_LEVELSTATIC.
2007-02-03
- 22:05 Bug #407 (Closed): Crushing ceilings stall and won't restart
- The crushing ceilings in E2M2 will stall if you start them, then cross a linedef that stops them. They will not rest...
2007-02-02
- 16:44 Revision 20ce14c1 (github): Fixed incorrect DMU property.
- 08:59 Bug #406 (Closed): Snowberry initialization error - game doesn't boot
- After installing version 1.9.beta5, Snowberry exits with an error message instead of loading the game(s). Here are th...
2007-01-31
- 21:29 Feature #1435 (Closed): Old-style sound queing
- In Jdoom right now, multiple sounds created by a single entity all overlap when played. This can sound really bad wh...
2007-01-30
- 22:55 Bug #405 (Closed): Pitch changes do not work, can't change frequencies
- Random pitch variations do not work when using the DS8 built in driver. I tried this using Ultimate Doom. The sampl...
- 01:39 Revision 1c65ba79 (github): Changed subsector->firstline to a seg ptr. Renamed to subsector->firstseg and subsector->linecount to subsector->segcount to avoid confusion. Changed associated DMU constant names to suit.
- Fixed a bug in the calculation of reverb properties. Segs were being indexed from zero instead of subsector->firstseg.
- 01:34 Revision 781ed1eb (github): Added mapdata.hs to vcproj
2007-01-29
2007-01-28
- 23:56 Revision e3bf67dd (github): Adjusted radius attack distance/damage values to compensate for commonizing the radius damage equation so that the resultant damage is the same.
- 23:33 Revision 29c6bef1 (github): Fixed BUG #1644846: jHexen Flechette Damage broken?
- Was accidentally broken during the commonization of various playsim routines. In jHexen the variable "bombdamage" spe...
- 22:23 Bug #237: Doom2: Courtyard, wall transparent from inside structure
- Logged In: YES
user_id=849456
Originator: NO
Now that maploader.dll has been updated to glBSP 2.20 these problems h... - 22:20 Bug #294: Games listed on master do not show up in the browse lobby
- Logged In: YES
user_id=849456
Originator: NO
Still present in svn 4474? - 21:31 Bug #403: [jHexen] Flechette Damage broken?
- Logged In: YES
user_id=849456
Originator: NO
Fixed in svn for 1.9.0-beta6 - 20:18 Revision c92c2bc6 (github): Fixed BUG #1634605: Broken invincibility ring effect in jHeretic.
- Fixed: Filters and special filter drawing, affecting the view border in all games.
- 19:43 Revision e90439af (github): Fixed cmdLine[] buffer overflow vulnerabilities and related wrapping of cmdCursor.
- 18:18 Bug #398: Broken invincibility ring effect in jHeretic.
- Logged In: YES
user_id=849456
Originator: YES
Fixed in svn for 1.9.0-beta6 - 18:10 Revision 2b3f79b8 (github): Cvars ui-cursor-width and ui-cursor-height now specify scaling multipliers instead of fixed dimensions for the UI cursor (which is now scaled relatively to the window dimensions).
- Updated mouse.png to more accurately indicate the real cursor position.
- 17:26 Revision 7bda320b (github): Use consistent line breaks.
- 16:17 Revision eba5fbfe (github): Avoid polluting source files with SDL types where they are not really needed.
- 11:57 Revision 44232ec0 (github): Updated Xcode project files.
- con-show-during-setup is now false by default.
- 09:10 Bug #404: snowberry startup
- Logged In: YES
user_id=717323
Originator: NO
gdiplus.dll should be part of your Windows installation. Try downloadi...
2007-01-27
- 19:58 Bug #404 (Closed): snowberry startup
- i get an error while trying to start doomsday engine, tells me i'm missing the file gdilplus.dll.
Traceback (most...
2007-01-25
- 23:04 Bug #403 (Closed): [jHexen] Flechette Damage broken?
- The flechette for the cleric does no damage. Sound, key response and green cloud after the explosion are as usual, bu...
2007-01-24
- 19:18 Revision 3b8fcd1e (github): FIXED: Using the auto-hiding HUD, it would be hidden when not running in full-screen mode.
- FIXED: Using the auto-hiding HUD, it would be hidden instantly when changing from a windowed mode to full-screen. The...
- 18:49 Revision f766a726 (github): Resolve FTBFS issues (shut up gcc!).
- 18:47 Revision 03a44013 (github): Resolve FTBFS issues (shut up gcc!).
- 18:39 Revision 196ee599 (github): Resolve FTBFS issues with gcc.
- 17:59 Revision 52c2c221 (github): Fixed typo.
- 17:57 Revision 9435be68 (github): Fixed typo.
- 17:55 Revision 93b7f3da (github): Fix for player's in-void status not resetting on map load.
- 17:43 Revision e3cb9bd5 (github): Moved gamemap_t to p_mapdata.h to resolve FTBFS issues with gcc. We need to begin switching over to accessing the map data arrays through gamemap_t anyway (potentially, multiple maps can be loaded at once; proper Hexen multiplayer with hubs).
2007-01-23
- 01:06 Revision 60a89619 (github): (dssdlmixer with vcbuild.bat) Use the exported function list.
- 00:59 Revision dc812c4c (github): Re-instated valid property ID checking.
- 00:57 Revision ce2c8c76 (github): Link with sdl.lib when building dssdlmixer.dll
- Should now build fine on win32 using vcbuild.bat
- 00:46 Revision cf9a6947 (github): Started updating vcbuild.bat for compiling dssdlmixer.dll on win32. Still some link errors to be resolved.
Also available in: Atom