Project

General

Profile

Activity

From 2007-08-06 to 2007-08-19

2007-08-19

17:06 Revision f639448e (github): fix encodings that cause a ftbfs with gcc.
yagisan
16:45 Revision c599d848 (github): Fixed compilation error if RANGE_CHECK was not #defined.
danij
16:44 Revision 75be7eaa (github): Fixed mixed line endings.
danij
16:16 Revision c74ffca6 (github): fix encodings that cause a ftbfs with gcc.
yagisan

2007-08-18

14:38 Revision de83e5a7 (github): Fixed a bunch of warning messages outputted by gcc (thanks yagisan).
danij

2007-08-17

11:45 Revision cbfe0911 (github): convert to utf8 encoding
yagisan
11:29 Revision 7975e81a (github): utf-8 it
yagisan
11:00 Revision 97cf75d1 (github): fix encoding error
yagisan
10:28 Revision 013f0847 (github): Add note to ensure user is using latest drivers in the event of an opengl error
yagisan
01:12 Revision b35dcc68 (github): Lots of changes towards the $nplanes goal (part 3 of 3).
danij
01:10 Revision b0051038 (github): Lots of changes towards the $nplanes goal (part 2 of 3).
danij
01:09 Revision 72359b49 (github): Lots of changes towards the $nplanes goal (part 1 of 3):
* The separate routines for drawing sections of wall segs have now been folded into one parametrized routine used for... danij
00:28 Revision b0b9ccfb (github): Arrays passed to dgl drawing routines made const.
danij
00:24 Revision 26e66445 (github): Changed arrays passed to debugrenderer drawing routines to const.
danij
00:23 Revision 011a4477 (github): Changed arrays passed to dropengl drawing routines to const.
danij

2007-08-15

23:36 Bug #467: Segmentation Violation
Logged In: YES
user_id=1867679
Originator: YES
Thanks for reply.
Excuse my ignorance: I've attached a txt file con...
technowolf
23:36 Bug #467: Segmentation Violation
Verbose doomsday out for ultimate & doom 2
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/be208...
technowolf
11:39 Bug #467: Segmentation Violation
Logged In: YES
user_id=1248824
Originator: NO
'EVERY time I run Plutonia or TNT, after the same basic game entry, I...
yagisan

2007-08-14

22:48 Bug #467 (Closed): Segmentation Violation
I'm using Doomsday v1.9.0-beta 5.1
EVERY time I run ultimate doom or doom2...after selecting new game, then selectin...
technowolf
22:48 Bug #467: Segmentation Violation
doomsday.out errors from ultimate doom, doom2, plutonia, and tnt evilution
*Attachments:*
* http://sourceforge.net/p...
technowolf

2007-08-11

00:59 Revision 83dd358b (github): Global viewer position and polyobj point coords changed to floating point.
Other minor fixes for warnings outputted by gcc. danij

2007-08-10

20:56 Feature #1451 (New): [InFine] stopsound
As the title suggests. Dday has the ability to stop a music track, that is playing, in an infine script. However ther... vermil

2007-08-09

16:37 Revision 138fee1d (github): Merged from Wolftc beta package dated August 8, 2007
yagisan
16:13 Revision 71b1ce57 (github): Merged from Wolftc beta package dated August 8, 2007
yagisan
16:11 Revision 3bdd2a8a (github): Merged from Wolftc beta package dated August 8, 2007
yagisan
16:08 Revision bbe1fed5 (github): Merged from Wolftc beta package dated August 8, 2007
yagisan
16:00 Revision af429fa1 (github): Merged from Wolftc beta package dated August 8, 2007
yagisan
15:51 Revision 6a39b24e (github): Merged from Wolftc beta package dated August 8, 2007
yagisan
15:33 Revision b293f302 (github): Merged from Wolftc beta package dated August 8, 2007
yagisan
15:21 Revision 75ec83c8 (github): Merged from Wolftc beta package dated August 8, 2007
yagisan
15:20 Revision a2772209 (github): Merged from Wolftc beta package dated August 8, 2007
yagisan

2007-08-08

21:20 Revision ff01fc5d (github): Updated project file.
skyjake
21:19 Revision 6c6d8f6b (github): Scale the automap map name up to 80% of the normal size of hu_font_a. Previously, the name was totally unscaled and way too small on large resolutions.
skyjake
21:00 Revision 6c6aed98 (github): Mystery solved: HQ2x filter lookup tables weren't initialized in time for the worker thread. Now the fonts are looking really sharp! I can use menu-scale 1.0 without everything turning into a blurry mush...
skyjake
15:12 Revision 886ef2fd (github): update doxygen generation
yagisan
02:38 Revision ff2dd967 (github): Removed tab_video.c from doomsday/build/win32/doomsday_cl.rsp
danij
01:59 Revision 9cff4e95 (github): Replaced the static, texture gammalevel LUTs with one calculated dynamically. The ccmd "setgamma" is now obsolete as we automatically update the gamma LUT when the value of cvar "rend-tex-gamma" changes (which is now [0...1] to afford more precise control).
danij

2007-08-07

18:52 Revision 03119eb6 (github): Remember patch flags in texinfo_t so that both monochrome and upscale+sharpen are done for the font lumps. But still it's a conundrum: the startup time textures look completely different than after texreset.
skyjake
15:57 Revision 15e42c44 (github): Implemented a temporary kludge in calcSegDivisions() to guard against a potential segfault (if the side seg table building logic in finalizeMapData() is not infallible) and instead, simply abort seg division.
This only occurs under very rare conditions. The cause of which will be addressed in the upcoming revised map loading... danij
13:30 Revision 4ee965c3 (github): Rendering tweaks:
* Various enhancements to seg drawing to try to eliminate render artefacts caused by rounding inaccuracies within cal... danij
13:17 Revision 94596bf8 (github): Updated R_PrecacheLevel() so that we only attempt to precache a flat once regardless of the number of references to it on map being loaded.
danij
13:14 Revision 2740bf5d (github): Catch out of range texture/flat indices passed to Rend_GetGraphicResourceDecoration(). This should not happen though (must be a bug elsewhere).
danij
13:11 Revision 9febc322 (github): Fakeradio seg corner shadows were looking much too dark when the angle difference was larger than BANG_90. Now, the corner degree is made cubic before being used as the darkness multiplier.
danij
13:04 Revision 78681ad6 (github): Tweaked error/warning messages for missing front sidedefs and unknown textures/flats.
danij
04:26 Revision 7a1bd795 (github): Fixed RL_WriteDivQuad(), should now be working correctly.
danij
02:07 Bug #312: mouse problem
Logged In: YES
user_id=849456
Originator: NO
For Doomsday 1.9.0-beta6 the input device event system and binding mec...
danij
01:56 Bug #393: Vsync does not stick
Logged In: YES
user_id=849456
Originator: NO
vsync control is not currently available in Doomsday under MacOSX. The...
danij
01:51 Bug #431: Strange keys in the console
Logged In: YES
user_id=849456
Originator: NO
Fixed in svn for 1.9.0-beta6
danij
01:43 Bug #456: Message font graphics
Logged In: YES
user_id=849456
Originator: NO
This is an issue with any resource loaded from e.g. jDoom.PK3 due to t...
danij
01:38 Bug #463: Netgame moving walls stop upon death
Logged In: YES
user_id=849456
Originator: NO
This issue has been fixed in svn for 1.9.0-beta6.
danij
00:47 Revision 844b9cf2 (github): Remember sharpening flag on textures so they are sharpened when re-prepared.
HOWEVER: Something strange is going on. The results of the upscaling and sharpening are clearly different when done d... skyjake
00:31 Revision 879d6c28 (github): We are *not* doing type-in, so don't say so.
skyjake
00:17 Revision 2d47df2f (github): On second thought, apply a sharpening filter only.
skyjake

2007-08-06

23:50 Revision e564670e (github): And here we go with the contrast enhancement. I think it improves the readability quite nicely, in Doom, too.
skyjake
23:35 Revision cafc49f8 (github): Fixed HQ2x scaling to work on big-endian processors.
Magic tricks to improve readability of the original font lumps. When the font lumps are being uploaded, the DD_UPSCAL... skyjake
19:59 Bug #466: MUS Music skips on loop
Logged In: YES
user_id=1861760
Originator: YES
Sorry for my confusing report. The bug occurs in Doomsday 1.9.0-beta...
morbidmorre
19:43 Bug #466 (Closed): MUS Music skips on loop
* When a MUS file reaches the end of the song and loops back to the beginning there is a slight pause. (as if it is r... morbidmorre
19:40 Revision 8d770da6 (github): Fixed loading of detail textures. The correct level of gray mipmap contrast is saved as flags in the texturecontent_t, to be applied when the texture is really uploaded.
skyjake
18:53 Revision 2e9caafd (github): Map titles aren't supposed to be typed in, and the type-in that was there didn't work (was not animating).
skyjake
12:21 Revision ab0e2a5d (github): Rewrote Rend_WallHeightDivision() to use vertex line owners instead of sector owners and so that it works with an unlimited number of planes per sector. Also, the sector owners have now been removed (nothing remains that uses them).
Todo: By utilizing the line owners we know that floor/ceiling heights in the next (anti)clockwise sector can be clipp... danij
06:24 Revision 907d2e85 (github): Further optimized renderWalls() to reduce the number of DMU calls. This includes using P_SubsectorBoxIterator() to reduce the number of subsectors in the set that must be drawn to those (possibly) within the map's view frame (instead of attempting to draw the lot).
Still, the greatest cause of slowdown when drawing the automap is due to the number of DMU calls and the associated p... danij
03:26 Revision 27cce3e4 (github): Exported Doomsday's P_SubsectorBoxIterator().
danij
02:51 Revision e0333cbb (github): Fixed sector blockbox determination during map load.
danij
00:34 Revision d87c71fb (github): Added V2_Rotate() as an exported function in doomsday.def
danij
 

Also available in: Atom