Activity
From 2010-05-02 to 2010-05-15
2010-05-15
- 23:45 Revision bcf3f36e (github): Made a font out of the STYSNUM patches in DOOM (used for the owned/max ammo counters on the statusbar). Note that although the owned weapon icons use the same patches I'm not using the font drawing methods for these; although the original resources depict the number of the weapon slot this may not be the case in mods i.e., they are icons and not counters.
- 20:40 Revision 14da0310 (github): Made a font out of the SMALLIN number patches in Hexen.
- 08:12 Revision 06a96aca (github): Fixed: Buffer overflow vulnerability in WI_DrawParamText.
- Removed HUlib_drawTextLine2; no longer used.
Fixed fatal error in R_FindPatchTex due to missing font character patches. - 07:12 Revision 774c9fe9 (github): Further standardising on conventions with the game-side text/character drawing methods.
- 06:55 Revision deeac67a (github): Removed HU_DrawBNumber and DrBNumber completely; they are no longer used.
- 06:49 Revision 8db1b027 (github): Utilize M_DrawShadowedChar2 rather than M_DrawShadowedPatch3 in HU_DrawBNumber and DrBNumber.
- 06:44 Revision 8c1c6fe0 (github): Utilize M_DrawShadowedChar in IN_DrawNumber
- 06:38 Revision ff23d241 (github): Added a DTF_* flags argument to M_DrawShadowedChar2
- 06:35 Revision 182efa9c (github): Replaced redundant patch positioning calculations in IN_DrawNumber with use of the appropriate DTF_ alignment flag.
- 06:28 Revision 91b928d4 (github): Replace function calls to M_DrawPatch2 in text drawing methods with M_DrawChar2.
- 06:12 Revision 16a6a37c (github): Use M_DrawPatch2 rather than M_DrawPatch in the specialised text string drawing methods.
- 06:08 Revision 914ebcb9 (github): Removed duplicate font patch look up logic in the various text drawing routines.
- 05:25 Revision b326d362 (github): Various text typein fixes.
- 04:53 Revision 2484c109 (github): Removed the defTypeIn and defShadow arguments of WI_DrawParamText as now redundant.
- 04:41 Revision ef52cd3c (github): Turned the flagTypeIn and flagShadow arguments for M_DrawText3/4/5 into DTF_* flags.
- 04:15 Revision 79543261 (github): Reordered argument lists for the various M_DrawText routines moving color+alpha further toward the end of the list.
- 03:15 Revision 1151daf6 (github): Renamed many of the game-side 2D drawing functions to follow a standard convention.
- 01:49 Revision 46ee399f (github): Standardize argument list ordering of M_DrawBackgroundBox moving the colour+alpha to the end (inline with the conventions applied to the rest of the 2D drawing methods).
2010-05-14
- 20:25 Revision 8c593dde (github): Continuing clean up of game-side 2D drawing.
- 18:05 Revision 11ad2ff3 (github): Restore verbose warning about missing Patches in R_GetPatchTex.
- 08:24 Revision e50e3afc (github): Fixed: Bilinear filtering of UI Patches was determined by the "World" setting in the control panel.
- 08:20 Revision 2ebc0543 (github): Renamed cvar "rend-tex-filter-raw" to "rend-tex-filter-ui".
- Removed ccmd "smoothscr" now unnecessary as the cvar "rend-tex-filter-ui" can be modified directly.
- 08:04 Revision 6b424948 (github): Fix Read This background patch selection in DOOM2 (correct patch is "HELP" not "HELP1").
- 07:48 Revision 751117bf (github): Changed All games: Allow the gravity multiplier to work in single player games as well as multiplayer.
- 07:28 Revision 2e1b6e85 (github): Fixed scale problem with Patch drawing.
- 05:44 Revision a38a0aae (github): Collect together all the patchtex_t and patchinfo_t routines.
- 05:28 Revision be6d7afe (github): Clean up.
- 04:59 Revision 5630aa0a (github): Merged the specialized drawPatch routine in Heretic's st_stuff.c with Hu_DrawPatch.
- 04:40 Revision 4270b621 (github): Moved DGL_DrawPatch into libcommon and renamed Hu_DrawPatch.
- 03:41 Revision 4403fca6 (github): Refactored DGL_DrawRawScreen to assume the caller has already configured the DGL state as necessary. Removed DGL_DrawRawScreen_CS.
- 03:06 Revision 0d1f6695 (github): Moved DGL_DrawShadowedPatch out of the engine and into libcommon. Renamed as Hu_DrawShadowedPatch.
- 03:00 Revision 3a4251f5 (github): Removed the old DGL_DrawPatch, replaced all calls with DGL_DrawPatch_CS (and adding any necessary state changes) then renamed DGL_DrawPatch_CS to DGL_DrawPatch. All patch drawing now assumes the correct GL state has been setup prior to calling DGL_DrawPatch.
- 02:46 Revision eee3c88e (github): Removed DGL_DrawAltFuzzPatch.
- 02:41 Revision b1cb3557 (github): Removed DGL_DrawFuzzPatch.
- 02:35 Revision 3f266bdd (github): Removed DGL_DrawPatchLitAlpha.
- 02:06 Revision 3eec54f9 (github): Changed the prefix for the various GL_* drawing routines for Patch and Raw textures to DGL_ in preparation for assimilation into the DGL subsystem.
- 00:07 Revision 1befd4fa (github): Standardize argument list ordering of GL Patch drawing functions inline with the conventions applied to the rest of the API.
2010-05-13
- 23:23 Revision ca1659ac (github): Initial steps towards using logical Patch identifiers rather than lump indices.
- 21:41 Revision 53676ef9 (github): Removed the last remaining instances where Patch data is referenced directly by lump indices using W_GetNumForName/W_CheckNumForName game-side.
- Precache the intermission Patches in Heretic.
- 20:40 Revision d79132a6 (github): Fix typo.
- 20:35 Revision 76a81ac5 (github): Do not use W_CheckNumForName with Patches.
- Removed Draw_TeleportIcon in Hexen as its no longer used.
- 20:32 Revision d479f45b (github): Continuing clean up of game-side resource referencing/identification; centralize map identifier string lookup and utilize P_MapExists rather than W_CheckNumForName.
- 04:29 Revision 4eef8c03 (github): Precache the spinning gold skull and the bull with fire on the Heretic and Hexen (respectively) drawn in the menu.
- 04:28 Revision 56ff826d (github): R_GetPatchTex must gracefully handle invalid lump indices.
- 03:10 Revision 2710df03 (github): Do not draw the load/save plaques when loading/saving the game in Hexen; Doomsday draws the progress wheel in this spot and drawing both looks untidy.
- 03:06 Revision 63766c93 (github): Precache more patches used with UI drawing (in the process removing public use of lump indices as identifiers).
- Clean up.
- 02:05 Revision 7d5b94fa (github): Further type tweaks in GUI_DrawWidgets to maintain accuracy.
- 02:00 Revision 1553f0f8 (github): Changed DOOM/Heretic: As the kills/items/secrets counters are now part of the regular HUD they should be colored by the cfg.hudColor.
- 01:58 Revision 9824be0a (github): Accumulate drawn widget group dimensions using floats rather than integers as discarding the fractional part (introduced by the per-widget scaling) can add up to a large degree of inaccuracy (resulting in inconsistent positioning).
- 01:29 Revision 3a6fd598 (github): Precache patches used for drawing the menu sliders.
- 00:58 Revision fcbb3e3b (github): Various fixes to minor drawing issues in the DOOM menu (strings that should type-in but don't, alpha blending artefacts on the slider widgets, etc).
- 00:09 Revision 74593263 (github): Draw a shadow behind slider widgets in the menu if menu-shadow is enabled.
- Todo: Use this method elsewhere rather than duplicate code (e.g., the automap uses a similar routine for drawing glow...
2010-05-12
- 22:40 Revision ea7313f9 (github): Fixed All games: Menu-shadow did not work.
- 22:39 Revision 56cd04d6 (github): Font kerning fix for "Upscale and Sharpen" patches take 2. I see what this was trying to do now.
- 22:12 Revision 7a197089 (github): Fixed DOOM: Fullscreen HUD counters drawn using the menu text shadow and type-in effect if enabled.
- 22:05 Revision a4262053 (github): Fixed paletted flats erroneously identified as having an alpha channel after recent changes to GLTexture_Prepare
- 21:35 Revision 7ef75b64 (github): Fix line endings.
- 18:50 Bug #575: "Upscale and Sharpen" vs texreset
- Fixed for 1.9.0-Beta6.10
- 17:39 Revision 8720062e (github): Reinstated the upscale and sharpen and monochrome patch loading conversion/translation algorithms.
- Fixed: Font kerning on Patch based fonts loaded using the "Upscale and Sharpen" algorithm.
- 16:22 Revision 1ef51aae (github): Fixed lightmap loading after recent changes to GLTexture_Prepare.
- 15:41 Revision 2cd45c1b (github): Added verbose log message detailing the paramaters for balancing done to detail textures by the Equalize algorithm.
- 15:02 Bug #590: [Controls menu] Delete not possible if key-delete bound
- this is still a bug
- 14:59 Bug #600: Win32: No IWAD => startup hangs
- I believe this bug is now fixed
- 14:51 Revision 5a32e3c4 (github): Fix typo.
- 14:41 Bug #302: Cacodemons getting stuck.
- I can confirm this bug still happens
- 14:29 Bug #223: Unix: Tilde expansion issues
- Has this bug been fixed?
- 13:28 Bug #174: Particles sticking to sky walls
- I think this bug is fixed.
- 13:09 Bug #115: Player anims broken on client
- should this be closed because the current beta's don't have netgames
working and the netcode is getting rewritten? - 13:07 Bug #110: [Render hack] TNT map09: Transparent window is not transparent
- just a note to say as of deng 1.9beta-6.9 this bug still exists
- 12:49 Bug #94: Wrong flat textures on clientside
- should this be closed because the current beta's don't have netgames working and the netcode is getting rewritten?
- 05:41 Revision d2f6e3a1 (github): Updated class menu player sprite preview in Hexen.
- 05:40 Revision 7af13588 (github): Fixed broken shiny texture loading after recent changes to GLTexture_Prepare.
- 04:11 Revision 8c393cae (github): Added: Equalization algorithm used on detail textures during load which balances them toward the optimum average and amplifies the hi/low variance to achieve better results (with poor source textures) when rendering. Note this does not mean that artists no longer have to take care to do this during the creation process. A well authored detail texture will produce far better results than a bad one relying on this algorithm.
- 00:11 Revision 3b691050 (github): Continuing the clean up of GLTexture_Prepare (and texture loading in general).
2010-05-11
- 23:31 Bug #908 (New): Detail texture maximum distance ignored
- Presently the maximum distance specified in a Detail definition is ignored. Doomsday should use this value as a facto...
- 19:08 Revision daf68f50 (github): Began clean up of GLTexture_Prepare.
- 07:09 Revision 23c87026 (github): Use the gltexture instance wrapper with graphics loaded in DOOM Patch format. Created new instance flags for "monochrome" and "upscale and sharpen" and incorporated them into the instancing.
- Note this means that the current Patch precaching methods will generate unused instances because the public Patch dra...
2010-05-10
- 23:40 Revision b887b857 (github): Changed: Removed the splitting of large Patch and Raw format graphics into two textures. Back when this was implemented the maximum texture dimensions supported by many GL implementations was considerably smaller than is common today. So to preserve quality Doomsday would split "large" graphics up into two smaller parts. This resulted in several architectural issues as drawing these graphics necesitated the use of dedicated methods for the purpose. Today with maximum texture dimensions so much larger and support for non-power-of-two textures being common place, this splitting is no longer useful for 99% of systems and has now been removed.
- 22:53 Revision d2850541 (github): Refactored the API for patch precaching in preparation for more extensive changes needed to support the HI_START/HI_END method for high resolution textures.
- * lumppatch_t is now engine-internal.
* Removed R_CachePatch from libcommon by combining it with R_PrecachePatch. - 00:46 Revision ab23bae7 (github): Fix line endings.
- 00:28 Revision e3ddd2e1 (github): Further fixes and tweaks to mobj/player movement. I think it just about feels right now.
2010-05-09
- 21:19 Revision bb12b517 (github): Fixed another GL texture filtering artefact with the Hexen statusbar.
- 21:18 Revision 7e71adb4 (github): Added a comment about a future optimization observation in the automap regarding the drawing of glowing linedef specials.
- 19:45 Revision 1d7903b2 (github): Changed: Disabled lightgrid z-biasing as it does not work particularly well currently.
- 19:24 Revision cc29c710 (github): Revert wall division calculation of vertex colors (was already correct).
- 18:05 Revision 5744da8f (github): Ensure we bind the correct texture when reseting the possibly modified state in Rend_RenderMaskedWall.
- 16:34 Revision f4f59bc9 (github): Added: DDKEY_PRINT and DDKEY_CAPSLOCK and implemented support in the input SDL, Win32 and DirectInput wrappers (fixes http://sourceforge.net/tracker/?func=detail&aid=1533380&group_id=74815&atid=542099).
- Added: PrtSc now bound by default binding to take a screenshot.
- 15:54 Revision e40e7caa (github): Fixed: "Transparent texture clamp on upper/lower wall sections". (see here http://sourceforge.net/tracker/?func=detail&aid=2934366&group_id=74815&atid=542099)
- 15:14 Revision d6f401eb (github): Further fixes to fakeradio wall shadow texture offset calculations when doing height division. It however still doesn't look 100% correct when dealing with the wall shadow's horizontal coordinates.
- 13:35 Bug #327: [DOOM/HERETIC/HEXEN] 'PRINT' key not bindable
- Fixed for 1.9.0-Beta6.10
- 13:00 Bug #719: Windowed resolutions wider than primary monitor do not work
- Fixed for 1.9.0-Beta6.10
- 12:55 Bug #858: CmakeLists.txt issues (minor)
- - NAMES for find_library in DirectSound and DirectInput do not seem to be up-to-date. It appears that it should be "d...
- 12:25 Bug #879: [Heretic] Chicken beak psprite yoffset incorrect
- Fixed for 1.9.0-beta6.9
- 03:28 Revision fe21a53f (github): Fixed: Dynamic lights were not aspect corrected.
- 03:10 Revision 89f8768e (github): Changed: Use a slightly larger offset for mobj shadows to help avoid z-fighting.
- Todo: Replace with a method similar to that used with dynamic lights?
- 02:57 Revision d39e26d2 (github): Changed: Long walls no longer receive slightly larger fakeradio shadows.
- 02:38 Revision 45e2e9cd (github): Fixed: Particle textures not reloaded after a resolution change.
- 02:35 Revision b0fd4131 (github): Fixed: Fakeradio wall side shadow y offset calculated incorrectly.
2010-05-08
- 19:27 Revision 1bcfc490 (github): Clean up.
- 17:08 Revision 84cc0f92 (github): Use the same near-4:3 aspect calculation as used for picking the bordered projection stategy for psprites, menu and statusbar (changed so that 5:4 stretches by default).
- 16:50 Revision 8dbd7d1a (github): Fix ambiguous bordered projection test in G_Display2.
- 16:45 Revision 0895ce6c (github): Use the same bordered projection drawing method for the intermission.
- 15:37 Revision 25b6462b (github): When doing pillarbox/letterbox when drawing finales:
- * Use modelview rather than projection matrix.
* Draw the black bars at the very end rather than the beginning so tha... - 13:49 Revision 7a2996c8 (github): Added: Aspect correct scaling of finale animations (InFine). If the window aspect ratio is equal to or close to 4:3 finales will be stretched to fill the window unless new cvar "finale-nostretch" is enabled. Otherwise finales will be scaled and positioned to fit within the window whilst maintaining their original aspect ratio (e.g., using pillarbox/letterbox drawing).
- Todo: "Overlay" mode animations should not treated in this way.
Todo: Implement features so that an InFine script can... - 00:52 Revision 93342d0a (github): Changed: Do not prevent the movefloor/ceil ccmds from moving planes to or past the height of the opposite plane. For example, previously attempts to move a floor to the same height as the ceiling would be clamped to four world units below the ceiling.
- Doomsday now gracefully handles the possible unwanted sideeffects that would occur should say a floor move past a cei...
- 00:39 Revision 2635a3be (github): Changed: Use the same equation for calculating shadow darkness for mobjs as used with fakeradio. Default value for rend-shadow-darkness changed to 1.2
2010-05-07
- 19:59 Revision 613820b4 (github): Changed Win32: When running in windowed mode, use the dimensions of the virtual desktop for window position and sizing purposes (formerly the dimensions of the primary display).
- Added Win32: Command line option "-noframe": used in combination with "-wnd"/"-window" to obtain fullscreen-like wind...
- 16:58 Revision 4a65795e (github): Animate menu background fog, menu alpha, menu flash color and rotating cursor in fractional time.
- 14:57 Revision 502fc645 (github): Various changes to the automap:
- * Fixed calculation of the rotation-aware axis-aligned clipping box.
* Fixed free-pan translation speed.
* Calculate ... - 00:40 Revision 0e0b79bb (github): Fixed: DD_DEFNS lumps not parsed.
2010-05-06
- 21:36 Bug #907 (Closed): Hexen: pottery missing sound effect
- The pottery items in HeXen (i.e. the one in front of you when you start the game), don\'t make their explosion sound ...
- 15:31 Revision d165ed82 (github): Changed: Do not set the texture wrap properties of the currently bound texture in drawConsoleBackground we have no idea which texture (if any) is. Console background drawing should be redesigned to happen entirely game-side if it needs this flexibility or simply allow the game to specify a Material and let the engine handle drawing.
- Fixed GL filtering artefacts on the viewwindow border due to border-clamping.
- 14:46 Revision 0d20b33c (github): Brought HUD drawing in Heretic and Hexen up to par with DOOM.
- 14:01 Bug #906 (Closed): [XG] Power class if health below
- If the player activates a power class XG line that adds armour and their armour is above the maximum amount specified...
- 13:08 Revision 09eef1cc (github): View window now ticks in fractional time.
- 12:13 Bug #905: [DEH] Wrong sprites displayed (shooting pinkys)
- Its not just these particular mods that are affected. Support for old Text style sprite name changing in DEH patches ...
- 12:11 Bug #905 (Closed): [DEH] Wrong sprites displayed (shooting pinkys)
- I have two very similar DEH files (for each DOOM 1 and 2) which used to work already in the original game and in any ...
- 12:11 Bug #905: [DEH] Wrong sprites displayed (shooting pinkys)
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/24e6a679/cea2/attachment/DOOM2FUN.DEH
- 03:28 Revision c3342f4c (github): Automap now ticks in fractional time.
- 01:23 Bug #888: [1.9.0-beta6.9 / Mac OS X 10.6] Wrong music track in jHexen
- Update: It isn't "counter or whatever" problem. Even loading savegame from beta6.8 at second or further level expose ...
2010-05-05
- 23:26 Revision a56d5e69 (github): Do not do __anything__ in assert() statements other than test an expression.
- 19:30 Feature #1453: Lack of plain Give Health command line option
- Implemented in svn trunk, rev #6157
- 19:27 Feature #1424: Snowberry: Center window on screen (Windows)
- Logged In: YES
user_id=563579
Frankly I'd call this a windows bug more than a snowberry
bug, Windows should be ass... - 19:08 Feature #1402: Vertically Tiled Masked Textures
- _(originally posted by anonymous SF.net user)_
This Tracker item was closed automatically by the system. It was
prev... - 18:34 Feature #1515: HHE support for Heretic
- A values.ded has already been requested for Heretic/Hexen (see here: http://sourceforge.net/tracker/?func=detail&aid=...
- 18:32 Feature #1315: KickStart support of long filenames
- Logged In: YES
user_id=849456
Won't implement.
Snowberry is the new offical Doomsday launcher.
These restrict... - 18:19 Revision 583b583e (github): Ensure all the various player view offsets are zeroed in P_SpawnPlayer.
- 17:38 Feature #1434: No vsync option anywhere
- _(originally posted by anonymous SF.net user)_
Will Vsync be implemented ? I believe it is an important feature for... - 17:36 Feature #1423: Obituary msg, set difficulty, and Hud face/menu filtering
- Logged In: YES
user_id=1600910
Yea, that and the difficulty. I shouldn't have mentioned.
Just the mip mapping on... - 17:34 Feature #1438: GUI needs some transparency effects
- Logged In: YES
user_id=849456
Originator: NO
What do you suggest? - 17:32 Feature #1514: GZdoom-like HUD (showing more information)
- Screenshot of GZdoom-like HUD
*Attachments:*
* http://sourceforge.net/p/deng/feature-requests/_discuss/thread/3739c7... - 17:28 Feature #1443: Fog options should be available in UI
- Logged In: YES
user_id=684411
Originator: YES
Hey, I didn't know the fog was being added by the environmental pack ... - 17:24 Feature #1463: Voodoo dolls not supported in JHeretic
- Logged In: YES
user_id=849456
Originator: NO
This is by design, not a bug. Converting to a RFE. - 17:17 Feature #1418: Melting Screen effect
- Logged In: YES
user_id=717323
Originator: NO
Now that we're taking the screen capture at the beginning of busy mode... - 16:26 Revision d2289731 (github): Continued clean up of HUD drawing (DOOM only thus far).
- 16:25 Revision 4de88e06 (github): Brought the Hexen HUD drawing up to par with DOOM and Heretic.
- 16:23 Revision bcfa5404 (github): Changed All games: Improved drawing of automap marked points by projecting them onto the edges of the view window (they are always in-view regardless of scale or position).
- 11:24 Bug #887: [x64 Ubuntu] Crash when loading a level
- Ubuntu Lucid amd64 GCC 4.4 - Release Build: Crash
Ubuntu Lucid amd64 GCC 4.4 - RelWithDebInfo Build: No Crash
Ubuntu ... - 11:18 Bug #887: [x64 Ubuntu] Crash when loading a level
- Great detective work yagisan, I had suspected this was a compiler-specific issue. It may be the automatic vectorize s...
- 10:56 Bug #904: FreeDOOM 0.6.4 IWADs fail loading (anim cycle)
- - **labels**: jDoom --> Doom
- 10:24 Bug #904 (Closed): FreeDOOM 0.6.4 IWADs fail loading (anim cycle)
- I tried loading the FreeDOOM 0.6.4 IWADs (both Ultimate and DOOM2) with the Doomsday Engine 1.9.0-b6 (jDoom), but bot...
- 10:24 Bug #904: FreeDOOM 0.6.4 IWADs fail loading (anim cycle)
- FreeDOOM is not currently supported as it relies upon BOOM features which are currently unavailable. This will be add...
- 01:16 Revision 82d877f5 (github): Began the next steps in refactoring the uiwidget stuff:
- * Dynamic allocation of unique uiwidgets for each local player.
* Widget groups.
Todo: Bring Hexen up to par with DO... - 01:09 Revision 4d5b23ea (github): Minor tweaks to message log drawing to smooth out the scrolling somewhat.
2010-05-04
- 12:07 Revision fb25e3f0 (github): Resolution independent aspect-correct drawing of the chat widget.
- Fixed All games: Chat widget would be drawn over the message log making it difficult to read.
- 10:13 Revision 51346b9e (github): Resolution independent aspect-correct drawing of the world timer in Hexen.
- 01:32 Revision 760c895f (github): Resolution independent aspect-correct scaling of the kills/items/secrets counters.
- Changed DOOM/Heretic: The kills/items/secrets counters were previously only visible when the automap was open.
Change...
2010-05-03
- 08:37 Bug #887: [x64 Ubuntu] Crash when loading a level
- Ubuntu Lucid amd64 GCC 4.4 - Release Build: Crash
Ubuntu Lucid amd64 GCC 4.4 - Debug Build: No Crash
It is interesti... - 01:14 Bug #887: [x64 Ubuntu] Crash when loading a level
- _(originally posted by anonymous SF.net user)_
with lucid 64bit build using beta6 branch with a head of 0dce95616968... - 01:01 Bug #887: [x64 Ubuntu] Crash when loading a level
- Ubuntu Karmic amd64 GCC 4.4 - Release Build: No Crash
I think it's time to find out what Lucid is doing differently.
2010-05-02
- 13:23 Revision 8b6fb49d (github): Aspect correct resolution independant scaling of the player message log.
- Added All Games: Added a slider to the Messages section of the HUD options menu for message scale.
- 02:28 Revision 858ec43e (github): Resolution independant aspect correct drawing of the automap.
Also available in: Atom