Project

General

Profile

Activity

From 2012-04-04 to 2012-04-17

2012-04-17

18:57 Revision 7752fec6 (github): Heretic: Prevent enemies from floating into objects after a valid XY move
The enemy movement logic did not check if a Z position is valid after
a successful XY move.
skyjake
18:35 Revision 44108834 (github): Bump game plugin version numbers for the 1.9.8 release
skyjake
18:35 Revision 127d4728 (github): Multiplayer|Fixed: Changing player class in a deferred way at respawn time
The player's class will now only change during respawn, not on the fly. skyjake
18:34 Revision 83c3f068 (github): Dedicated Server: increased idling frequency to 3 from 2 Hz
Slightly less annoyingly slow keyboard response in the console. skyjake
18:11 Revision 603deee1 (github): Merge branch 'master' of ssh://Air-Force.local/~jaakko/Projects/deng
skyjake
17:07 Revision 1b28f397 (github): X11: Updating window after fullscreen mode change
Like on Windows, first switch the window very briefly back to normal
mode and then restore the fullscreen status.
skyjake
15:01 Bug #1029: Switch sound origin
To throw a little more into this; one can see that even the Iwad maps were clearly made expecting the 'bugged' behavi... vermil
14:36 Bug #1028: [X11] setres issue in fullscreen mode
That is an unrelated (already known) issue related to updating UI widget geometry after a window resize.
Closing t...
skyjake
14:09 Bug #1028: [X11] setres issue in fullscreen mode
It works fine now. The only issue with the gap between lines in resolution list. After changing resolution font size ... vvv1
12:27 Bug #1028: [X11] setres issue in fullscreen mode
How about with commit 1b28f397? skyjake
12:27 Bug #1028 (Closed): [X11] setres issue in fullscreen mode
Changing resolution with control panel or by setres in fullscreen mode corrupts screen output. After changing resolut... vvv1
14:23 Revision d407b76c (github): Player class changes can be deferred
In multiplayer games, defer player class changes requested by the clients.
The new class will be applied when the pla...
skyjake
14:21 Revision d2660ee5 (github): Fixed: Compiler warnings about unused code
skyjake
11:57 Revision 444257d1 (github): X11|Window: Tweaked how window updates are performed
It may be that requesting immediate repaints will mess with the cursor
movement events.
skyjake
11:27 Revision bc45fc32 (github): Win32: Mapped numpad Divide key
Both the forward slash and numpad Divide keys were being mapped to ASCII '/'.
Now the numpad key is mapped to DDKEY_D...
skyjake
11:08 Bug #1027: [Doom] PWAD no longer loads
I might be overstepping what is possible here, but is it possible to make the load console command refuse to load a f... vermil
09:02 Bug #1025: [X11] Jerky mouse movement
Now it's fixed. Thanks. vvv1

2012-04-16

14:22 Revision 4ad0b17d (github): Multiplayer: Disable user-requested saves for now
Savegames need a thorough overhaul before they can be enabled
in multiplayer games.
skyjake
14:03 Revision 0957d855 (github): Audio: Default 3D reverb volume is 0.5 (reduced from 1.0)
This is just a minor adjustment before we fully re-adjust the reverb settings. skyjake
13:53 Revision cafb74d0 (github): Menu|Fixed: "Use autoaim" menu item replaced with "Disable autoaim"
The variable is "ctl-aim-noauto". skyjake
10:56 Revision 99eac684 (github): Win32: Added compiler warning about unused static functions
While MSVC will automatically remove unused static functions from the
binary, GCC does not. Having this warning will ...
skyjake

2012-04-15

22:39 Revision 27ae8295 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
22:39 Revision bc2ad1c9 (github): Map Renderer: Switched angle clipper to C++ and updated to current coding practices
The angle clipper now uses the of the vector math library and all
map coordinates are handled with double floating-po...
danij
19:33 Revision e74cc226 (github): Fixed: Updating available display modes in Control Panel
There was a logic error in checking which resolutions are already
present in the list.
skyjake
19:10 Bug #1025: [X11] Jerky mouse movement
Please try commit 444257d, any difference? skyjake
14:55 Bug #1025: [X11] Jerky mouse movement
I've tested ge74cc22. But nothing changed. vvv1
14:54 Bug #1025: [X11] Jerky mouse movement
Also, bear in mind that mouse filtering is presently completely absent; re-implementing a filter for the movement wil... skyjake
19:04 Revision 5119c07f (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
19:04 Revision bec5197d (github): GL|Fixed: Toggling vid-vsync at runtime
On Windows and Mac OS X, the GL context swap interval is changed
using the appropriate native calls. On other platfor...
skyjake
18:56 Bug #1022: [GL] Garbage instead of sky

*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/93077897/ecdf/attachment/doom1-ultimate-000.jpg
vvv1
18:32 Revision 2967846b (github): Unix|Fixed: Set en_US locale for libc and Qt
Doomsday expects U.S. English number and time formatting, so force the
en_US locale for both libc and Qt.
skyjake
18:31 Revision 2ec0ee69 (github): Console|Fixed: Saving console state if .cfg could not be found
If the game.cfg file was missing, the flag to allow saving the state
was never set.
skyjake
17:19 Revision 0f4f1a53 (github): Flag LF_POLYOBJ is part of LineDef::inFlags, not LineDef::flags
danij
16:27 Revision 25c431d6 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
16:24 Revision cc6e7220 (github): X11|Canvas: Track mouse with mouse move events
Every mouse move event received by Canvas results in a mouse delta
submitted to the engine's input subsystem.
If thi...
skyjake
15:36 Bug #1021: Number and time formatting depends from locale
Now it's fixed. Thanks! vvv1
15:35 Bug #1021: Number and time formatting depends from locale
Note that you have to delete the old (corrupted) game.cfg to restore the default/good console variable values. skyjake
15:03 Bug #1021: Number and time formatting depends from locale
Fixed. I assumed the problem was on Qt side, but the actual issue was that no one was forcing the en_US locale on lib... skyjake
14:05 Revision 06bf2968 (github): qmake|Mac OS X: Cleanup
skyjake
07:44 Bug #1028: [X11] setres issue in fullscreen mode

*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/624fbe34/6f22/attachment/doom2-001.jpg
vvv1
06:41 Revision 7b7bc409 (github): HEdge: Removed the redundant flags member
This was only used to record whether a HEdge belongs to Polyobj
and as we can determine this by checking the LineDef ...
danij
06:29 Revision 10faf644 (github): SideDef: Do not store the origin coordinates
These coordinates can be calculated so trivially that caching them
is rather pointless. Besides which, they are only ...
danij
06:13 Revision 19c1d28e (github): Fixed: Callback function set with P_SetPolyobjCallback() never used
danij
06:00 Revision be64f94c (github): Fixed: Read access violation attempting to clip lumobj vs polyobj
danij
05:48 Revision 5966c129 (github): Cleanup: Renamed fvertex_t as povertex_t
This type is now only used by Polyobj to store the original and
previous vertex points used when translating/rotating.
danij
05:33 Revision f8b7a024 (github): Cleanup: Removed some unused math routines
danij
04:44 Revision 1a2f65d5 (github): Cleanup: Do not use fvertex_t for Vertex's coordinates
This additional level of abstraction achieves nothing now. danij
03:59 Revision 427164fb (github): BspLeaf: Removed array of fvertex_t allocated for each leaf
As we are presently copying the vertex coordinates into a write
buffer before adding them to the render lists there i...
danij
01:49 Revision 052b9caa (github): Fixed: PWAD Temple4.wad no longer loads
See here: http://sourceforge.net/tracker/index.php?func=detail&aid=3517830&group_id=74815&atid=542099 danij

2012-04-14

22:47 Bug #1027: [Doom] PWAD no longer loads
Good job on fixing it.
Dday 1.8.6 manages 23.6fps for me in the worst spots, 1.9.7 only manages 8.7fps (generally ...
vermil
21:48 Bug #1027: [Doom] PWAD no longer loads
Fixed for build #472
You might want to re-think what you are doing with this map, its just about the worst case sc...
danij
21:47 Bug #1027: [Doom] PWAD no longer loads
It causes Dday to crash with an illegal operation message.
The outfile states this:
Building BSP using tunable ...
vermil
21:44 Bug #1027: [Doom] PWAD no longer loads
Ok, I've emailed you the pwad. It's WIP. so I would prefer not to upload it here. vermil
21:06 Bug #1027: [Doom] PWAD no longer loads
Please be more specific, what actually happens? Have you got a doomsday.out we can look at? Perhaps attach your PWAD ... danij
21:00 Bug #1027: [Doom] PWAD no longer loads
Ok. I've just discovered that the issue isn't anything to with the load console command.
I just happened to be tes...
vermil
20:59 Bug #1027: [Doom] PWAD no longer loads
Currently, it allows it (as indicated in my bug report above). vermil
20:56 Bug #1027 (Closed): [Doom] PWAD no longer loads
If one uses the Load console command to load the same map containing Pwad twice, Doomsday will hang on BSP building w... vermil
20:54 Bug #1026 (Closed): Load console command music oversight
Using the ‘load’ console command to load a pwad, on a games title screen causes Dday to play the music for the first ... vermil
20:29 Revision 2a23f0d1 (github): de::bsp::SuperBlockmap: Use double floating point precision when finding HEdge bounds
danij
19:56 Revision 6b00e60a (github): de::bsp::HEdgeInfo: Use coord_t
danij
19:53 Revision 299ef79a (github): BSP Builder: Use coord_t for all map space coordinates, angles and distances
danij
19:25 Revision de81cb50 (github): WadMapConverter: Transfer all map vertex coordinates as coord_t
danij
18:45 Revision d7645a92 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
18:44 Revision bb1c3eba (github): Win32|Fixed: Manually give the main window's de::Canvas focus during init
It would seem that for whatever reason we do not automatically receive
a focusInEvent from Qt when starting up in ful...
danij
14:30 Bug #1016: FF_START marker issue
Fixed for the upcoming Doomsday v1.9.9 danij
04:42 Bug #1016: FF_START marker issue
They are handled the same as any other lump.
In recent versions the logic used for populating the texture resource...
danij
11:38 Bug #1025 (Closed): [X11] Jerky mouse movement
Since the beginning of QT merge, turning left/right and looking up/down with the mouse has become too jerky. No probl... vvv1
10:57 Revision 9b26841a (github): Console|Fixed: Draw cursor at the correct place with a truncated cmdline
skyjake
08:12 Bug #1021: Number and time formatting depends from locale
OK, I'll investigate a bit more... skyjake
07:15 Bug #1021: Number and time formatting depends from locale

*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/faca63dd/1195/attachment/doom2-002.jpg
vvv1
04:52 Bug #1021: Number and time formatting depends from locale
Nothing changed. The issue still occurs. vvv1
07:19 Bug #1020: [Windows] No gamma reset when quitting game
same behavior in build 469 martyfender
07:13 Bug #1020: [Windows] No gamma reset when quitting game
The fix is not in 469, but should be in Monday's build 472. skyjake
07:15 Bug #1019: [Win32] No keyboard input at the menu start screen
You don't need a clean install.
Danij has been able to reproduce this issue now. We're looking into it.
skyjake
06:49 Bug #1019: [Win32] No keyboard input at the menu start screen
same behavior in build 469, but not in the build earlier I stated before.Do I need to do a clean install? martyfender
06:32 Bug #1019: [Win32] No keyboard input at the menu start screen
I was working on a friend's computer the last couple of day's and I installed the same Doomsday build on his much new... martyfender
04:19 Revision 1aa13439 (github): de::bsp::Partitioner|Fixed: Lookup the HEdgeInfo again after cloning a HEdge
Cloning will result in a new HEdgeInfo being allocated thereby
invalidating the old reference.
danij
02:29 Revision dfb0a23d (github): Win32|Fixed: Do not attempt to save original color tables before we have a window
On Windows each GL canvas has its own pixel format configuration in
addition to the format of the display itself. Thi...
danij

2012-04-13

21:10 Revision cd7a7f5f (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
21:04 Revision fc60c04e (github): Don't trap mouse at startup if in windowed mode
The mouse is trapped after one click inside the window. skyjake
20:36 Revision f985a3fc (github): Win32: Save original color transfer table after window is available
Unlike on the other platforms, on Windows the color transfer tables are
associated with specific windows. The table c...
skyjake
20:11 Revision 3b2bce48 (github): Fixed|Console: Command line truncation
The beginning and end of a long command line is truncated with […]. skyjake
20:10 Revision 8974201f (github): Fixed: DrawText format escaping logic
skyjake
18:32 Revision 2e92484c (github): Win32|Debug: Assert gamma functions have a HWND to work with
skyjake
18:10 Revision f937c8e4 (github): GL|Debug: Assert that context is active
skyjake
18:09 Revision c1004c92 (github): GL: Restored GL_SetMultisample()
For enabling and disabling multisampling when vid-fsaa is 1. skyjake
17:26 Revision 7f9db5ec (github): Always use the C locale
Doomsday expects US English number and time formatting. skyjake
15:41 Revision 3d98142e (github): Fixed|GCC: Modified superblockmap.h to compile on gcc 4.0
It seems in gcc 4.0 friending a class does not extend the private access
to contained classes. Now explicitly friendi...
skyjake
14:19 Bug #1025: [X11] Jerky mouse movement
I have no system running Linux/X11 with accelerated OpenGL natively so I need help with testing this. I've committed ... skyjake
14:18 Bug #1003: [Hexen] SEGV during 3D weapon use
Checked it out in a debugger: a particle with a NULL sector is being processed in linkGeneratorParticles().
There ...
skyjake
14:15 Revision d7952c22 (github): Changed release type to "Candidate"
Beginning the candidate phase for 1.9.8. skyjake
14:14 Revision 00eb6f1a (github): Fixed: Typing and drawing brackets { } in the console
The { and } characters are used for embedded visual formatting
instructions in the font renderer. Added a format esca...
skyjake
13:13 Revision 92138d41 (github): Builder: Ignore "merge commit" entries in feeds
skyjake
12:05 Bug #1024 (Closed): SEGV during 3D weapon use
I can't reopen or add comment to closed bug. But issue can be reproduced again in build462:
https://sourceforge.net/...
vvv1
10:39 Bug #1024: SEGV during 3D weapon use
Reopened the original report. danij
11:19 Revision 59884946 (github): GL: Allow GL operations during main loop callback
skyjake
11:10 Revision 8cb4225f (github): GL|Unix: Assert GL context activate with Qt
skyjake
10:45 Bug #1023: [GL] Flat 3D models

*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/4253ef43/e652/attachment/doom2-005.jpg
vvv1
06:28 Bug #1023: [GL] Flat 3D models
Related to the report:
https://sourceforge.net/tracker/?func=detail&aid=3516946&group_id=74815&atid=542099
vvv1
10:25 Bug #1021: Number and time formatting depends from locale
You're right, Doomsday should override the locale for number and time formatting. Could you see if this is still occu... skyjake
06:35 Bug #1021: Number and time formatting depends from locale
How to reproduce:
1. Set locale: export LANG=ru_RU.KOI8-R
2. rm -rf ~/.doomsday
3. Install doomsday build452.
4. Sta...
vvv1
10:20 Revision 52140fbd (github): GL|Debug: Assert that a GL context is active when needed
OpenGL API calls must not be made without an active context.
The context may need to be manually activated outside th...
skyjake
10:19 Revision 966d4c31 (github): GL: Vsync and FSAA are now toggled using cvars
Disabled the old native GL code for this purpose. skyjake
09:37 Revision 80789fb8 (github): Bindings|Fixed: Window focus change events must be ignored
Window focus change during busy mode would cause a crash from
the bindings subsystem.
skyjake
09:05 Revision 8349a2a1 (github): Controls: Prevent changing the Delete key binding in menu
It would be impossible to delete bindings in the Controls menu if
the key-delete binding is changed in the menu/short...
skyjake
08:38 Revision bd3d3199 (github): Controls: Disallow deleting the "menuselect" binding to Return
When deleting bindings of "menuselect", automatically restore the
default binding to Return so that the menu remains ...
skyjake
08:37 Revision c206a95f (github): DisplayMode: Restore color transfer after possible mode switch
Possibly makes a difference on some platforms. skyjake
07:13 Revision 3d2a2fd2 (github): Fixed: "long" is an ambiguous type
The "long" type is CPU and compiler dependent. Instead of it we should
always use the types defined in libdeng2.h.
skyjake
07:12 Revision f468ae4a (github): Fixed|GCC: Compiler errors and warnings
Unnecessary qualifiers and mismatched declaration of a static function. skyjake
06:58 Revision 40809a00 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
06:55 Revision 3ae9bbfa (github): LogBuffer: Print build day number instead of YMD date
Makes the debug log output more concise. skyjake
06:39 Revision 3d496ed4 (github): Handling uncaught exceptions
An uncaught exception now causes a clean Con_Error() shutdown.
If an exception occurs in the busy worker, it gets ca...
skyjake
06:35 Bug #1022: [GL] Garbage instead of sky
Related to the report:
https://sourceforge.net/tracker/?func=detail&aid=3516946&group_id=74815&atid=542099
vvv1
06:00 Bug #590: [Controls menu] Delete not possible if key-delete bound
Fixed for 1.9.8. A check was added to the privileged bindings responder that prevents binding Delete in the "menu" or... skyjake
05:40 Bug #838: Use key Problem
In DOOM double click use will open doors and activate switches by default. Doomsday replicates this behaviour by defa... danij
04:52 Revision 2d2deed6 (github): Ensure the DMU object type is set when hardening vertexes
danij
04:10 Revision a7b39fb9 (github): Merge commit 'remotes/origin/master' into map-hedgeds
danij
04:08 Revision c6bf4d82 (github): BSP Builder: Cleanup
danij
03:14 Revision 875edb33 (github): BSP Builder: Maintain BspLeaf::hedgeCount throughout the build
Also replaced the mechanism for determining whether a hedge has yet
to be added to a leaf (previously signified with ...
danij
02:34 Revision 7c5cb67b (github): BSP Builder: Link up the BSP objects during the build process
Doing this as a secondary step post build is now unnecessary
because the BSP objects themselves are constructed as we...
danij
02:12 Revision eaac9a2c (github): BSP Builder: Cleanup
danij
01:35 Revision 45ba67ba (github): BSP Builder: Minor cleanup
danij
01:12 Revision ffccdfa4 (github): BSP Builder|Cleanup: Renamed BspHEdgeInfo as HEdgeInfo
danij
01:11 Revision 0174c3f5 (github): BSP Builder|Cleanup: Renamed bsphedgeinfo.h as hedgeinfo.h
danij

2012-04-12

22:19 Revision 236576b6 (github): BSP Builder|Cleanup: Store the extended half-edge info in de::bsp::Partitioner
It is no longer necessary to make this data visible and can now
be hidden from the rest of the engine.
Relocated the...
danij
18:09 Revision d266455c (github): BSP Builder|Cleanup: Use HEdge's lineDef link instead of BspHEdgeInfo
Now that we are constructing the final BSP objects as there is no
need to store this info separately in BspHEdgeInfo.
danij
17:17 Revision 3a7966eb (github): Resources|Fixed: Locating all IWAD alternatives
If a game specified multiple names for an IWAD, the resource
locator would find one of them and only then check if it...
skyjake
15:02 Revision db828796 (github): FS: Cleanup
skyjake
14:54 Revision f9ab1628 (github): Hexen|Added: Separate game mode for the Beta Demo
The 4-level demo and the Beta demo are now two separate game modes
due to a bug in the beta demo IWAD, which needs to...
skyjake
14:53 Revision c1bdb1ba (github): FS: Lump check may contain an optional size condition
For instance, "CHAIN>=1000" would match a lump called CHAIN
only if the size of the lump is greater or equal than 100...
skyjake
11:56 Bug #1014: [Infine] Combining scale+angle broken ("Imp" example)
Could you attach a short piece of Infine script that illustrates the bug? skyjake
11:17 Revision 02ba6a47 (github): Documentation: Updated readme with a note about the Hexen demo
Also, moved an example about texture resource directories into a more
appropriate place.
skyjake
10:29 Revision cc87e8e2 (github): Timer|Fixed: Time measurements past 12 hours of runtime
Logic error in time measurement caused the timer to advance at a very
fast pace after hitting 12 hours, ultimately wr...
skyjake
08:34 Revision 69d70eaf (github): BSP Builder|Cleanup: Added an API mechanism for obtaining ownership of built objects
danij
06:02 Revision c7d6cf46 (github): Merge commit 'remotes/origin/master' into map-hedgeds
danij

2012-04-11

21:36 Revision 8c583df4 (github): Hexen|Fixed: Hexen 4-level demo IWAD recognition
The hexendemo.wad does not have all the lumps required for the full
hexen.wad.
skyjake
20:32 Revision a5162d3c (github): Disallow shutdown while busy worker is running
The busy worker cannot be terminated at will at a random time. skyjake
20:31 Revision ffbb4c88 (github): Busy Mode|Refactor: Renamed function
skyjake
20:13 Revision b99f211a (github): Console: Don't save config and bindings before they've been restored
An abnormal or early shutdown may cause the state to be saved
prematurely.
skyjake
17:50 Bug #1023: [GL] Flat 3D models
I cannot reproduce this on Mac, Windows or Ubuntu. Could you elaborate on your build config, runtime options, and OS?... skyjake
17:50 Bug #1023 (Closed): [GL] Flat 3D models
3D models looks like flat projection in horisontal plane since the Qt merge. Please see the attached screenshot.
*...
vvv1
17:39 Bug #1022: [GL] Garbage instead of sky
Cannot reproduce on Mac, Windows or Ubuntu.
Possibly related to report https://sourceforge.net/tracker/index.php?f...
skyjake
17:38 Bug #1022: [GL] Garbage instead of sky

*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/93077897/9cd1/attachment/doom2-004.jpg
vvv1
17:38 Bug #1022 (Closed): [GL] Garbage instead of sky
Sky is not rendered since the Qt merge. Please see the attached screenshots.
*Labels:* System
vvv1
17:30 Bug #1021: Number and time formatting depends from locale
Cannot reproduce on Mac, Windows or Ubuntu.
Possibly related to report https://sourceforge.net/tracker/index.php?f...
skyjake
17:30 Bug #1021: Number and time formatting depends from locale

*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/faca63dd/34a1/attachment/doom2-003.jpg
vvv1
17:30 Bug #1021 (Closed): Number and time formatting depends from locale
Menu is not displayed properly since the Qt merge. Please see the attached screenshots.
*Labels:* System
vvv1
10:10 Bug #1019: [Win32] No keyboard input at the menu start screen
I am only using a basic Logitech ps2 keyboard and a Microsoft optical intellimouse, quite a few years old, with defau... martyfender

2012-04-10

21:26 Revision 36ed1aa6 (github): Dedicated Server|Performance: Conserve CPU when no clients connected
The main loop will tick only twice per second when no players are in game. skyjake
19:36 Revision 24df3f46 (github): Dedicated Server|Performance: Skip unnecessary tasks
The Materials ticker is fully capable of updating everything on clientside;
it serves no function on the dedicated se...
skyjake
18:59 Revision 8a0bd724 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
18:59 Revision c8b01949 (github): Cleanup
skyjake
18:56 Revision 673a50ac (github): Network|Fixed: Parsing client's info query on server
The "Info?" query from a client was parsed incorrectly: strcmp()
expects null-terminated strings, while the received ...
skyjake
18:31 Revision f3906c29 (github): libdeng2|Refactor: Renamed LegacyCore_FlushLog()
It is more aptly called LogBuffer_Flush(), as it has really nothing to
do with LegacyCore. The LogBuffer is a singlet...
skyjake
18:27 Revision 35d8e9ba (github): Dedicated Server|Unix: Don't use stdout with curses
The curses output will get messed up by prints to standard out/err. skyjake
15:19 Bug #1019: [Win32] No keyboard input at the menu start screen
We need a copy of your options.rsp to proceed with testing this. Neither skyjake nor myself are experiencing this iss... danij
15:15 Bug #1019: [Win32] No keyboard input at the menu start screen
options.rsp
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/fb076a3c/63be/attachment/Options.rsp
martyfender
15:11 Bug #1019: [Win32] No keyboard input at the menu start screen
I reinstalled and confirmed that this behavior doesn't happen in builds 458 and 462. martyfender
14:49 Bug #1019 (Closed): [Win32] No keyboard input at the menu start screen
Windows XP SP3, Doomsday build 465. After I get to the start menu screen in Doom E1 M1, there is no keyboard input un... martyfender
15:01 Revision 71f4caac (github): Dedicated Server|Fixed: Main loop was not running
The loop callback was incorrectly exited immediately in novideo mode. skyjake
14:57 Bug #1020 (Closed): [Windows] No gamma reset when quitting game
Windows XP SP3 Nvidia 7600 GS 512 with the lastest WHQL driver. In builds ~458-465, when I quite Doomsday the desktop... martyfender
07:36 Revision f0796110 (github): Record the unique index of each BSP object in the object itself
danij

2012-04-09

19:46 Revision e878b8cb (github): Merge commit 'remotes/origin/master' into map-hedgeds
danij
19:45 Revision 8ad8bea9 (github): BSP Builder: Standardizing log message formatting
danij
19:45 Revision 7aeb9f40 (github): BSP Builder: Zero the head of the hedgetip list for each vertex when clearing
danij
19:11 Bug #1018: [Packaging] Ubuntu deb depends on nvidia
It seems the dependency on nvidia-current was inadvertently added because the package was present on the 32-bit Ubunt... skyjake
06:53 Bug #1018 (Closed): [Packaging] Ubuntu deb depends on nvidia
I have open source radeon drivers, dont need nvidia drivers that are in deps of deb packages. If i manually repack it... rapiertg
19:07 Revision f05a2b57 (github): Memory Zone|Debug: Assertion for valid Z_Malloc block iteration
Checks that the start block is one that can be landed on by iter
even though it jumps over sequences.
skyjake
18:56 Revision d81f24a7 (github): Memory Zone: Attempt to avoid an infinite loop
When freeing blocks in Z_Malloc(), make sure the 'start' pointer remains valid. skyjake
18:55 Revision 9315f2d1 (github): Documentation: Adjusted Doxygen config for public API
skyjake
10:00 Revision f75b7f4d (github): Documentation: Include libdeng2 in the public API documentation
Todo for later: Needs some fixing (macro expansion?) skyjake
08:47 Bug #1019: [Win32] No keyboard input at the menu start screen
Does this occur every time you start the game? Can you attach your Options.rsp here from the front-end runtime folder? skyjake

2012-04-08

20:49 Revision 299f7519 (github): Builder|Fixed: Don't mistake :: for a tag separator
skyjake
20:23 Revision 32a2a6fd (github): de::LogBuffer|Win32: Output log entries with QDebug
Allows capturing the output in the IDE. skyjake
20:22 Revision a6bd5f0c (github): Cleanup: Removed debug prints to stderr
skyjake
19:10 Revision b7579e9b (github): Fixed: Fatal errors from worker thread
The busy worker thread will now start sleeping indefinitely when an
error occurs. The main thread will kill it and pr...
skyjake
16:52 Bug #1017: [Linux/FreeBSD] Unable to compile
It's fixed in build465. Thanks! vvv1
13:00 Bug #1017: [Linux/FreeBSD] Unable to compile
I've compiled it after uninstalling build456. Thanks! But I still should add -lX11 to compile doomsday on Linux. vvv1
12:25 Bug #1017: [Linux/FreeBSD] Unable to compile
Re: LegacyCore_PrintfLogFragmentAtLevel
Are you sure it's linking against the library in (builddir)/libdeng2 and n...
skyjake
12:25 Bug #1017 (Closed): [Linux/FreeBSD] Unable to compile
Compilation failed while building doomsday build458 and 462 on Linux and FreeBSD:
g++ -rdynamic -rdynamic -Wl,-O1 ...
vvv1
15:59 Revision 42f2be38 (github): qmake|Unix: Always link against libX11
skyjake
15:42 Revision 8a0f8954 (github): Debug: Threads must not wait on themselves
skyjake
12:10 Revision 8188ebb8 (github): Cleanup: Further cleaned up the BSP builder
danij
11:34 Revision 3f93bd6a (github): BSP Builder|Cleanup: Added a private Instance to Partitioner
Also moved the definition of PartitionCost into bsp/partitioncost.h danij
10:14 Revision 32d3c741 (github): BSP Builder|Refactor: Cleaned up partition costing
danij
07:33 Revision d5d728b5 (github): Merge commit 'remotes/origin/master' into map-hedgeds
danij

2012-04-07

20:46 Revision b1894149 (github): BinaryTree|Cleanup: Made const all methods that should be
danij
20:45 Revision d93bb4a6 (github): BSP Builder|Refactor: Make the total number of HEdges available via Partitioner::numHEdges()
Todo: Refactor into a running total. danij
18:50 Revision 2db8fcbd (github): Fixed: Randomly stalled main loop callback execution
The waitingForDraw variable was not robust enough for all situations.
Sometimes it causing updates to stop completely...
skyjake
18:35 Revision e5ea2149 (github): CanvasWindow|Fixed: Canvas GL init after recreation
The GL context needs to be activated during the init of the
new Canvas, and a manual update may be required.
skyjake
17:31 Revision dd029d10 (github): Minor cleanup
danij
17:11 Revision 7621421b (github): BSP Builder: Maintain running total counts of BSP objects owned by Partitioner
danij
16:42 Revision ea5426aa (github): Win32: Always request window updates via windowing system events
skyjake
16:31 Revision 7fa141f1 (github): Added: Variables "vid-fsaa" and "vid-vsync"
FSAA and vsync can be toggled at runtime with the new vid-fsaa and
vid-vsync variables. The command line options -nof...
skyjake
16:13 Revision aa3296cf (github): BSP Builder|Refactor: Switched various internal tree traversals to iterative algorithms
danij
14:54 Revision e45a35e5 (github): BSP Builder: Link BspTreeNodes to their respective parents
danij
14:52 Revision ecdc2764 (github): BinaryTree: Added parent links and associated methods
danij
14:51 Revision b853a35c (github): Clarified a few comments
danij
12:30 Revision 5134d1ac (github): binarytree.h must include dd_types.h
danij
11:45 Revision 19193e12 (github): Cleanup: Removed frame counter used only for timedemo
In the future this should integrate into the main frame/FPS counter. skyjake
11:16 Revision 05c5e080 (github): Win32: Tweaked widget sizing after mode switches
It appears on Windows a visible fullscreen QWidget does not update its geometry
when the display mode changes, so in ...
skyjake
10:27 Revision 6abd66ee (github): Fixed: Fatal error during busy mode (e.g., due to focus being lost)
The busy worker wasn't being stopped properly when an error occurred.
The busy error message is now copied into an in...
skyjake
10:25 Revision 98790ad9 (github): Timer: Cleaned up shutdown
The mutex handle wasn't zeroed at shutdown, making it possible
for someone to attempt to lock it afterwards.
skyjake
10:25 Revision 0c4d318f (github): Fixed: Threads can't wait on themselves, use a proper sleep instead
Sleep a thread with de::Time::Delta::sleep(). skyjake
10:23 Revision 74f4c65d (github): de::Time: Added a sleep() method for de::Time::Delta
Blocking the thread for a given time period. skyjake
02:57 Revision 2f4ba90b (github): Fixed release build warning
danij
02:48 Revision 961b5fec (github): Merge commit 'remotes/origin/master' into map-hedgeds
danij
02:40 Revision f23cccb1 (github): BSP Builder|Refactor: Re-implemented all recursive SuperBlockmap traversals as iterative
Switching to iterative algorithms not only alleviates stack concerns
and speeds up the node build greatly but it also...
danij

2012-04-06

20:53 Revision 86109edb (github): Ensure mouse gets trapped and main window is active
If mouse is enabled, it will get trapped immediately after the main window
is shown. Also, the main window is explici...
skyjake
20:33 Revision 55370c38 (github): Sync view pitch updates to sharp ticks
Player camera yaw angles were already updated only at
sharp ticks. However, pitch angles were not.
Now both angles a...
skyjake
20:25 Revision 72acc659 (github): BSP Builder|Refactor: Added SuperBlock::parent() method for obtaining the parent block
danij
18:46 Revision 21f4b69f (github): Cleanup
danij
17:47 Revision 23c8fe58 (github): BSP Builder|Refactor: Partitioner now allocates additional Vertexes from its own store
Partitioner has owership of these additional vertexes and will delete
them automatically when Partitioner itself is d...
danij
17:37 Revision 89fdab8f (github): Mac OS X: Redid DMG template on Lion
Perhaps the template will work better when it has been created on Lion. skyjake
17:15 Revision 16252dc0 (github): Mac OS X: Another attempt to fix DMG template for Lion
Tried to modify template background picture with a script, but to
no avail.
skyjake
16:58 Revision b17aa24e (github): BSP Builder|Refactor: Added interface to BspBuilder for querying the built object counts
danij
16:10 Revision feb18493 (github): BSP Builder|Refactor: Partitioner now has owership of the HEdgeTips
Added a set of VertexInfo structures for each vertex in the map
which holds the HEdgeTip list head.
danij
15:48 Revision 9b731c7c (github): Mac OS X: Further update to the DMG template image
It seems on Lion the folder background image is missing while on earlier
OS X versions it is displayed fine. Still no...
skyjake
13:45 Revision 65e9a75c (github): BSP Builder: Merged bsp/hedges.cpp and bsp/nodes.cpp
There is no need to separate this functionality. danij
13:27 Revision bdac8663 (github): BSP Builder|Refactor: Moved logging of migrant HEdges into Partitioner
danij
11:08 Revision 1cc013de (github): Merge commit 'remotes/origin/master' into map-hedgeds
Conflicts:
doomsday/engine/engine.pro
danij
10:54 Revision 5f18a9db (github): BSP Builder: Minor cleanup
danij
10:48 Revision 972a71de (github): Removed SDL video/timer init as unnecessary
skyjake
10:47 Revision 548088cb (github): Upload deferred textures in main loop
skyjake
10:30 Revision bcddd342 (github): Bindings: F11 by default will bind to togglefullscreen/releasemouse
Historically F11 has cycled through software gamma modes, but given
the "vid-gamma" cvar and the control panel, it se...
skyjake
10:27 Revision bcc29d9c (github): Fixed: Frame rate counting
Increment frame count after swap buffers has occurred. skyjake
10:26 Revision 2dbed091 (github): Qt-based threading and timing
Moved thread, mutex and semaphore routines to concurrency.h/cpp.
Resorted source files in engine.pro.
skyjake
10:21 Revision 6ff47a50 (github): BSP Builder|Cleanup: Reorganised sources to remove some redundancy in the class hierarchy
danij
08:48 Revision dd2e2292 (github): BSP Builder|Cleanup: Added typedef for BspBuilder's internal BinaryTree<void*> node
danij

2012-04-05

10:53 Revision 55cfd2d7 (github): Refactor: Reworked BinaryTree into a C++ template class
struct binarytree_s is now an opaque struct acting as a handle to a
de::BinaryTree<void*> instance
Todo: Cleanup, ty...
danij
08:32 Revision c6861b2d (github): Bindings|Fixed: Finding matching bindings with conditions
Until now a binding's conditions were not taken into consideration
when finding matching bindings. Fixes a problem wh...
skyjake
08:30 Revision 8707fc17 (github): Added: Command "releasemouse"
Untraps the mouse. skyjake

2012-04-04

10:40 Bug #1016 (Closed): FF_START marker issue
When replacement flats are marked by an FF_Start marker, Dday 1.9.7 is failing to load them.
However 1.9.7 appears...
vermil
09:23 Revision baeff160 (github): Fixed: Invalid sector references in linedefs using the oneway window effect
The window effect sectors come from the map's editable sector list
and therefore these references need updating when ...
danij
09:14 Revision 3a30c7ec (github): Investigating invalid sector pointer values in the unclosed log
danij
09:11 Revision c9a9b2b6 (github): BSP Builder|Refactor: Moved unclosed sector record keeping into BspBuilder
danij
09:08 Revision ee9f271c (github): Cleanup: Removed Sector's redundant flags member
danij
05:01 Revision 1e0951cc (github): BSP Builder: General cleanup
danij
03:36 Revision 0bd05a42 (github): BSP Builder|Cleanup: Apply pimpl idiom and moved subcomponents into an inner namespace
danij
 

Also available in: Atom