Project

General

Profile

Activity

From 2007-07-26 to 2007-08-08

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

2007-08-05

21:40 Revision 76131616 (github): Tuning & fixing of the automap:
* Scale factor simplified and zoom speed fixed to be constant (always multiply/divide scaling factors...). If the map... skyjake
19:18 Revision d9991cba (github): Default chat bindings. It would now appear that all the default bindings are present.
Commented out old GBC_* enums. skyjake
18:01 Revision b9d42940 (github): The jump control is now working as an impulse.
Better handling of player controls while paused. When pause ends, the ccmd "resetctlaccum" is called, which clears al... skyjake
16:16 Revision c9bf896a (github): DD_Execute() and DD_Executef() had the 'silent' parameter confusingly in different places in the arguments list, now consistently (silent, cmd, ...).
Automap controls and the map binding classes are now working. However, map zooming and panning seems broken: zooming ... skyjake

2007-08-04

22:57 Revision c2cb83d4 (github): Artifact controls and default bindings.
skyjake
18:04 Revision fceef12b (github): Tying up some loose ends:
* Hexen menu colors (and Heretic, too, probably) were all black because the monochrome conversion produced only black... skyjake
16:26 Revision 853d4e77 (github): Fixed problem with key press duplication in curses-based console.
skyjake

2007-08-03

19:02 Bug #465 (Closed): Couldn't open dmg file
I downloaded the latest version of Doomsday (Doomsday 1.9 beta-5), for MacOS X. But the dmg file simply won't open. M... tricky1975
02:58 Bug #464: Strafe button MB2
Logged In: YES
user_id=1859458
Originator: YES
I found a fix in the console "ctl-use-dclick 1"
mugrath
01:42 Bug #464 (Closed): Strafe button MB2
In the original DOOM's I use Mouse Button 2 to Strafe, and double clicking Strafe (Mouse Button 2) would open doors a... mugrath

2007-08-02

00:25 Revision c175f183 (github): Re-enabled mouse filtering by pretty much restoring the old implementation. Filtering has to be done at the source of the data to be effective. Modified old implementation so that now we use floats.
Witness the silky smooth mousing! skyjake

2007-08-01

23:14 Revision 910ca7c1 (github): When using SDL input for mouse, ignore the first nonzero XY offset, as it appears it's a large jump from whatever SDL is using as its initial mouse position. Fixes the problem of the odd warp in the view angles the first time the mouse is touched.
Some cleanup in p_user.c. skyjake
18:03 Revision 4146a331 (github): its always the little things that trip you up - part deux
yagisan
17:46 Revision 525f5ad6 (github): its always the little things that trip you up
yagisan
17:37 Revision 8714e136 (github): add cmake checks for directinput and directsound on win32
yagisan
17:17 Revision f1dd9a14 (github): remove macro _T - causes gcc for FTBFS
yagisan
16:42 Revision 0f4223cf (github): add eax to the includes list
yagisan
16:27 Revision eb03a9b7 (github): O_O fix typo, remove diagnostics
yagisan
16:17 Revision cd5bde3b (github): fix typos
yagisan
16:15 Revision 84a5dbc4 (github): add some diagnostics
yagisan
16:02 Revision bd326fcd (github): FindEAX take 3
yagisan
15:57 Revision cf2b7f1d (github): FindEAX take 2
yagisan
15:35 Revision 8dddaa83 (github): um yes- path names would help
yagisan
15:25 Revision 46c5abf1 (github): Create a FindEAX module for Win32
yagisan
12:24 Revision bef34667 (github): Fixed problem with writing incorrect WAD header when copying map data lumps to the cached data file (the first sizeof(header) - 8 * numcopied lumps was written too which was scrambling the beginning of the THINGS lump).
danij
00:19 Revision 3fe13250 (github): Fixed an issue with curses crashing due to winText not being created in dedicated mode. The dedicated mode is now checked and initialized as the very first thing.
Got rid of the old BT_ATTACK and BT_USE flags, which now tap directly into the brain, as one might say. skyjake

2007-07-31

22:22 Bug #463 (Closed): Netgame moving walls stop upon death
During a netgame if a player dies near moving walls,platforms and such occasionally these will stop functioning somet... noontide1991
22:20 Bug #462 (Closed): Netgame crash on respawn
Sometimes upon a player respawn in a co-op or Deathmatch netgame the game will crash displaying segmentation violatio... noontide1991
18:27 Revision 99460da6 (github): Introducing the playerbrain_t, which will replace ticcmd. (At the moment, ticcmd hasn't still been removed and is used in many places.) It serves much the same purpose, but is not constrained by having to be compatible with the engine or needing to be compact. The PlayerThink does what the brain tells it to do, if possible.
Added some weapon impulses. skyjake
13:46 Revision 9361c298 (github): Added a log message to dpMapLoad making it explicit when we build and when we load from cache including time taken.
danij
13:44 Revision 574fbd05 (github): Added Sys_SetActiveWindow() to change the currently active window. Other win32 fixes.
danij
12:43 Revision 336dec67 (github): Begun re-factoring the way we load map data by requiring a full node build. This code *should* work and will copy the required lumps into a wad in the bspcache folder, then generate the entire bsp afresh into the same file before being loaded in Doomsday via the auxiliary lump list.
danij
10:42 Revision 0db6b314 (github): Jaakko's crusade for Usability of APIs continues: I made the (IMO) exceedingly cumbersome Sys_GetWindowDimensions() function unnecessary with a global pointer to the current ddwindow_t. To access the details of the window where drawing is currently being done, just use e.g., "theWindow->width", or "theWindow->bpp".
The requirement to call a 5-parameter function, which may on top of that fail for reasons unknown, necessitating erro... skyjake
09:27 Revision 7a605492 (github): add newlines to makee gcc quiet
yagisan
04:03 Revision 049014fa (github): Updated our DirectX-based input to work with the new ddevent_t design. Mouse and joystick should now be working again.
danij
03:07 Revision 72166b3d (github): Updated exports.
danij
03:06 Revision e8b036bb (github): Fixed camera movement. When player is a camera momentum should be lost almost instantly when not moving (in order to position precisely).
danij
03:03 Revision a586461d (github): Added missing new line characters to some busy mode messages.
danij
00:03 Revision 7783df97 (github): Pause-related improvements: there is now a common "pause" ccmd. When the game is paused, PlayerThink is still called but only to poll the controls and throw away the accumulated data.
Added some default menu and UI bindings. skyjake

2007-07-30

18:51 Revision 19f21b59 (github): Do smooth scrolling of the busy text messages. Could be cleaned up a little.
skyjake
16:39 Revision ed8570a0 (github): Added the "console" class, which gets activated upon opening of the console.
Binding classes can be marked for acquisition of the entire keyboard device. The "console" class uses this to prevent... skyjake
15:58 Revision 4252cefc (github): Saving the bindings automatically to (game)-bindings.cfg, and reading them during startup. Now custom bindings are saved and restored properly.
skyjake
15:06 Revision d8b5bb05 (github): Use, Attack, and Strafe controls are now working, too.
Also tested the use of state conditions to implement strafing, works fine. skyjake
11:46 Revision 5bbcb61c (github): Why was danij's commit undone....?
skyjake
11:41 Revision 5a62f4df (github): Fixed movement stuttering, which was due to unsynchronized fixed triggering of players. Renamed M_CheckTrigger to M_RunTrigger, and created a new M_CheckTrigger for const trigger_t* usage. This will allow sharing a single trigger for many users.
Fixed compiler warnings in drOpenGL on UNIX builds.
Renamed P_AddPlayerControl to P_NewPlayerControl.
Updated Xco...
skyjake
02:39 Revision da1ffe80 (github): Updated input captured via a dedicated console to work with the new ddevent_t design.
danij
02:37 Revision 27f78a8c (github): Changes to doomsday.def for M_CheckTrigger() and to temporarily reintroduce obsolete player input functions to allow build to work. Other minor fixes.
danij
00:01 Revision 354ac965 (github): Exported the new Doomsday public API routines for controls. Fixed various compilation errors/warnings under win32.
danij

2007-07-29

18:05 Revision 3b25fcd4 (github): Default bindings for basic player movement. Turning, walking, sidestep, and lookdir working correctly.
Attempting to get the player movement working as it used to. Ticcmd_t will be removed, but for now we can put the new... skyjake
12:46 Revision 67f4156c (github): Conversion of command bindings to text.
Clearing all bindings and binding classes.
Deleting a specific binding based on identifier.
Inverse flag must affect ...
skyjake
00:36 Revision c36d6f7d (github): Continued working on the bindings. Translation of the bindings back to textual format is halfway done (works for device bindings). The "bindevent" and "bindcontrol" commands are now available in the console, as are "listbindings" and "listbclasses".
Command bindings cause associated device state to be marked with the highest binding class also, as they can also sha... skyjake

2007-07-28

23:23 Revision a842ec0f (github): Here the writebuf is not null-termined, so using strlen() leads to big problems.
skyjake
21:35 Revision c57c4eb8 (github): Slight tweak to handling of console command recognition when executing commands. The user is automatically provided with help text if there is a command of the provided name, but the arguments don't match.
skyjake
21:03 Revision 3fb0bfc4 (github): Updated with new source files.
danij
18:46 Revision 14455e33 (github): Obsolete. Causing FTBFS
yagisan
18:25 Revision 963cbd29 (github): Misc:
+ verbosity conflict (global "verbose") -- ArgExists() counts instances
Input Improvements:
+ sys_input: button clic...
skyjake
15:18 Revision 31ed9f50 (github): add LZSSEXPORT to all functions in lzss/win32/src/main.c to fix FTBFS witn MinGW
yagisan
15:14 Revision 44ebf484 (github): renamed lzss find.c/find.h functions names that conflict with win32/src/sys_find_file.c (head was done in previous commit)
yagisan
15:06 Revision 4bc5eb92 (github): missing newline
yagisan

2007-07-27

19:03 Revision bb82ab62 (github): the win32api headers indicate using _T is not such a good idea, and removing the last lot fixed a FTBFS, so remove another one
yagisan
18:53 Revision f7b59a76 (github): yet another untested commit. glad we have buildbots for that sort of thing
yagisan
18:46 Revision 9297a4f3 (github): this should match the msdn docs, and work now. if not I'll revert it
yagisan
18:31 Revision 5758e623 (github): add missing newline to shut up gcc, so I can find more important errors
yagisan
18:27 Revision b3ab1818 (github): Shouldn't these be pointers ?
yagisan
16:56 Revision e5809c32 (github): Add R_InitLinks timing code from danij
yagisan
15:22 Revision b7efb555 (github): We don't support ZDBSP compressed nodes. Comment it out unless some masochist wants to play with it
yagisan
14:29 Revision 2ff117d5 (github): Merge in glbsp 2.24 (svn 453)
yagisan
09:46 Revision 7e321f23 (github): hands DaniJ a coffee
yagisan
09:42 Revision 9caa27ce (github): lowercase DaniJ ;)
yagisan
00:13 Revision 528e218a (github): Updated style and cleaned up.
danij
00:06 Revision 419de1e3 (github): Updated style and cleaned up.
danij
00:03 Revision d7ede85c (github): Updated style and cleaned up.
danij
00:03 Revision b281f181 (github): Updated style and cleaned up.
danij

2007-07-26

23:56 Revision 9cd2a512 (github): Moved old sfx code using DirectSound3D + EAX into the attic (found in driver_sndcmp.cpp).
danij
14:27 Revision 4905d8a3 (github): Added Doom64TC to the Xcode project so that I can see whether it breaks when I make changes. Introduced also the fractional game ticker.
skyjake
14:18 Revision 9836ebbe (github): Added WolfTC to the Xcode project so that I can see whether it breaks when I make changes.
The WolfTC sources should be made to use the wolftc.h convenience header so that Xcode is not confused about headers ... skyjake
12:48 Revision 7a547727 (github): Change my email address to the "eternal" iki.fi one.
skyjake
12:31 Revision 5bdb0a90 (github): Big-ass commit with Jaakko's copyright year update to all files, but also the beginnings of the new player controls code. A bit of cleanup and fixes have been done to the joystick handling in dd_input.c and sys_input.c (any number of axes supported; deadzone and scaling fixed).
Added P_PlayerThinkLookAround(), which will, after P_GetControlState() materializes, be handling the player view angles. skyjake
 

Also available in: Atom