Activity
From 2012-05-18 to 2012-05-31
2012-05-31
- 08:00 Revision 0126288e (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
- 07:55 Revision 38f737f1 (github): OpenAL: Unix build config and plugin exports
- On Unix, use pkg-config to determine the required compiler flags and libs
for OpenAL.
Doomsday plugins must export t...
2012-05-29
- 19:50 Revision 927846a0 (github): Updater: Querying the path of the downloaded file
- 19:46 Bug #1039: [Snowberry] utf8' codec can't decode byte 0xe1 in position 4
- Fixed for 1.9.9, appearing in today's build 542.
- 16:32 Revision a0dc3834 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 10:10 Revision 7b447b89 (github): Merge branch 'master' into autoupdate
- 10:05 Revision 6ae7efcb (github): libcommon|Fixed: Out of bounds memory access attempting to play Plutonia II MAP33
- Attempting to play MAP33 of Plutonia II resulted in an out of bounds
memory access when drawing the map title display... - 09:11 Revision a17cfad2 (github): de::CommandLine: Improved absolute path resolution
- Based on alepulver's suggestions, modified the path resolution of
de::CommandLine so that the current directory is no... - 08:32 Revision 8fb4af05 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 08:31 Revision 93606c6a (github): Garbages: Protect the main garbage map with a mutex
- All operations on the garbage map must be thread safe.
- 08:07 Revision fda0eee2 (github): Map Renderer|Fixed: Wall material coords incorrect for twosided middle surfaces
- The z axis coordinates for the right edge of a middle wall surface
were not initialized, resulting in miscalculation ... - 07:12 Revision 93af4590 (github): Fixed: Missing material replacements not updated after loading a saved game
- 06:59 Revision 9ba0ae81 (github): BSP Builder|Fixed: Sector mismatch debug message quoted incorrect index
- 06:31 Revision 5634f145 (github): Map Renderer|Fixed: Development/debug sky drawing mode (rend-dev-sky=1)
- Also made the color data argument of the RL_Add* family of functions
optional; all vertices of the primitive will be ... - 02:05 Revision b6c51f37 (github): Minor cleanup
2012-05-28
- 23:23 Revision b30f0e56 (github): Fixed compile error in R_FindBottomTop()
- 23:20 Revision 2ff209cb (github): Map Renderer|Fixed: Middle surfaces on self-referencing linedefs offset incorrectly
- Some self-referencing constructs were not being interpreted correctly
resulting in the middle surface geometry being ... - 17:04 Bug #1038: [Unix] Locating resource files (wad/pk3)
- What is the status of this, have all the issues raised in this report been addressed?
- 09:35 Bug #1038: [Unix] Locating resource files (wad/pk3)
- OK. You might also want to change the part:
else if (!QFile::exists(dir.path()))
dir.setPath("");
to something l... - 06:33 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Good point, I hadn't considered that absolutePath() will strip the extra slash.
Your proposed changes to CommandLi... - 06:13 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Re: ~ expansion
Suppose I am under /some/directory and I have ~/DOOM.WAD there (that's the file DOOM.WAD under a dir... - 04:41 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Re: ~ expansion
I'm not sure I follow, what is wrong with manually expanding it? Why does it fail? (example?)
R... - 04:20 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Well, you do have to worry if you're opening a file that starts with ~ (you'll expand it and fail). Not really a big ...
- 00:51 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Sorry, but we can't remove the manual ~ expansion. If Doomsday is launched via an IDE (e.g. Qt Creator) or when the o...
- 00:50 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Patch to fix -iwad dir, and ignore ~/ (exp by shell)
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/th... - 10:29 Revision d263ade4 (github): Updater: Added title for the updater settings dialog
- 10:27 Revision fc6c890b (github): Updater: Cleanup
- 10:23 Revision 6b92eb11 (github): Updater: Handle failed download; support i18n for UI strings
- The progress status message will display the error message.
All strings in the Updater are now translated using QObje... - 08:04 Revision d85f9bc7 (github): Updater: Download dialog is functional
- Next step is to start installation using the downloaded file and safely
shut down the currently running instance of t... - 06:58 Revision f9180b4a (github): Updater: Working on the download dialog
- We have to manually work around the SourceForge HTTP meta equiv
redirection as we aren't using WebKit.
2012-05-27
- 19:17 Revision 66d88745 (github): Cleaned up various map renderer logics
- 16:55 Revision 5c3f78e1 (github): Updater: Save default download path with a symbol
- As we can't control how the default (temporary) path is determined,
just save a placeholder symbol to the persistent ... - 16:46 Revision 8f508895 (github): Updater: Fully functional updater settings dialog
- The settings can be viewed and changed in the dialog.
- 13:20 Revision 35b3cafd (github): Merge branch 'master' into autoupdate
- 13:18 Revision 0d92262b (github): Garbage: Shutdown at the appropriate time
- Manually delete the Garbages std::map when the garbage subsystem
is shut down. - 11:05 Revision 502b6976 (github): Updater: Added a dialog for auto update settings
- 10:33 Revision 849bafff (github): Map Renderer|Refactor: Completed merging geometry calculations for surfaces and light decorations
- 09:31 Revision b34029d5 (github): Map Renderer|Refactor: Began merging geometry calculations for surfaces and light decorations
- 07:15 Revision a236deab (github): Map Renderer|Fixed: Light decorations offset on middle surfaces of twosided linedefs
- The calculation of the geometry used for placing light decorations
did not match the logic used to construct the geom... - 01:35 Revision f1d03764 (github): Map Renderer|Fixed: Lights not projected to middle surfaces of twosided linedefs
2012-05-26
- 19:35 Revision 7ebd2bb2 (github): Refactor: Relocated various map object links from SideDef to LineDef
- Each LineDef has two lineside_ts representing the logical sides of
the line. The Sector instance link is now a member... - 17:02 Revision 02691e2d (github): Updater: "What's new" button and accept/reject buttons
- The buttons in the notification dialog now function as expected.
The change log is opened in the native browser when ... - 16:46 Revision fc32d357 (github): Updater: Basic notification dialog functionality
- The "never check" option can be toggled int the notification dialog.
- 16:02 Revision ce373869 (github): Merge branch 'master' into autoupdate
- 11:46 Revision 6d193e28 (github): Refactor|Updater: Separated VersionInfo, UpdaterSettings
- Also added UpdateAvailableDialog that will be shown after checking for
available updates. - 06:14 Bug #1038: [Unix] Locating resource files (wad/pk3)
- I've attached doomsday.diff, which removes code looking for "~/" in Unix, and fixes IWAD paths to files. Previously i...
- 04:35 Bug #1038: [Unix] Locating resource files (wad/pk3)
- I think I've identified most of the problems:
1)
Adding file path |/home/ale/temp/deng/builddir/blah one|
resulting ...
2012-05-25
- 18:24 Bug #1049 (Closed): [OpenAL] Unable to compile on x86_64 Linux
- I've tried to compile release-1.9.8 on Fedora 16 Linux x86_64 and got the following error messages:
make[2]: Enter... - 15:17 Revision 949e7bc8 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 15:16 Revision ef7631d3 (github): Homepage: Use X-Frame-Options header to instruct browsers not to frame
- Note that is not guaranteed to work, not all browsers respect this.
- 15:12 Revision 1d357cb1 (github): Homepage|Build Repository|Fixed: Latest package listings inversely interpreted is_stable filter
- 14:45 Revision 6db367e8 (github): Fixed|Builder: Linking dsfmod to libdeng2 on Unix
- The Debian packaging scripts weren't able to locate the built libdeng2.
- 12:05 Revision 90574b31 (github): qmake|Fixed: Quote DENG_BASE_DIR and DENG_LIB_DIR properly
- If the user specified a PREFIX containing spaces, compilation would
fail due to the DENG_BASE_DIR and DENG_LIB_DIR de... - 10:23 Bug #1013: HeXen demo game mode broken
- The two HeXen demo versions: 2nd Oct 1995 release and 18th Oct 1995 re-release respectively.
http://www.doomworld.... - 09:09 Bug #1038: [Unix] Locating resource files (wad/pk3)
- OK.
Build 511 behaves the same. I'll try to track this problem tomorrow. - 07:20 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Thanks for the proper quoting, I applied it to engine.pro.
- 06:51 Bug #1038: [Unix] Locating resource files (wad/pk3)
- About my comment on -DDENG_BASE_DIR=\"/usr/share/doomsday/\" , there was something missing: as you do want a " in the...
- 06:28 Bug #1038: [Unix] Locating resource files (wad/pk3)
- In engine/Makefile, DEFINES contains -DDENG_BASE_DIR=\"/usr/share/doomsday/\"
BTW the \" is not what you want (here ... - 04:26 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Could you try the 511 build from the code.iki.fi repository when it's available?
I find it strange that it's tryin... - 04:25 Bug #1038: [Unix] Locating resource files (wad/pk3)
- strace -f doomsday -iwad <path...> | grep -i 'jdoom\|wad'
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discu... - 04:03 Bug #1038: [Unix] Locating resource files (wad/pk3)
- After running "make clean", and removing "-j4" (for parallel building) it compiled.
But when executing, it does the... - 03:49 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Build 511 will be available in about 6 hours.
It looks you're linking against the wrong libdeng2.so, perhaps it's ... - 03:47 Bug #1038: [Unix] Locating resource files (wad/pk3)
- In the webpage the last build is 507. I've tried to compile from git but got an error (see the attached buildlog.txt).
- 07:42 Revision fd21288b (github): Updater: Parsing and comparing version information
- 06:29 Revision c621da00 (github): Merge branch 'master' into autoupdate
2012-05-24
- 22:46 Revision 2a24d692 (github): Homepage|Build Repository: Added "release_changeloguri" to build JSON object graph
- The change log URI for a build event is now parsed from the XML
event feed, attributed to each Package and then writt... - 22:15 Revision ef781861 (github): Cleaned up WallDivs in preparation for further refactoring.
- 21:02 Revision 033b5b44 (github): de::LogBuffer: Further tweaks to line wrapping
- Correctly wrap messages that contain newlines.
- 21:02 Revision 6a1593e3 (github): Updater: Parsing response from the website
- 11:02 Revision e9bc9d35 (github): Updater: Saving settings persistently; testing version check query
- The JSON parser is used to parse the reply from the website.
- 11:02 Revision ea60ad83 (github): Fixed bugs in the JSON parser
- 09:54 Revision 36699392 (github): Cleanup
- 09:49 Revision 1a4bc98c (github): Updater: Initialize and shutdown
- 09:49 Revision 3a0ce9aa (github): Always use system's network proxy settings
- 09:49 Revision 70a86463 (github): Added: Updater class and a simple JSON parser
- 08:01 Revision e6055a00 (github): Fixed: Arguments of -cparse and -vdmap relative to pwd
- Also, de::CommandLine does not try to convert arguments that begin with a
dash (-) or basedir symbol (}) to absolute ... - 07:44 Revision c71f9870 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 07:40 Revision 976fa252 (github): ZipFile: Quick n' dirty fix to prevent a write past end of buffer
- ZipFile_ReadLumpSection() was calling ZipFile_BufferLump() with the
user-given data buffer (which may be far smaller ... - 07:39 Revision 82d0bc57 (github): Mac OS X: Load audio plugins using the right letter cases
- For example, dsFMOD.bundle instead of dsfmod.bundle.
- 07:38 Revision cbde4592 (github): Debug: Moved excessive debug messages to a lower level
- The sound debug messages were filling up the hard drive of the MP test server.
- 07:38 Revision cf6bbbc0 (github): Ubuntu: Removed libcurl3 and libsdl-net from dependencies
- This functionality has been replaced with Qt.
- 07:20 Revision bf73cf28 (github): Documentation: Replacing unknown Doxygen tags and fixing errors
- Unknown tags are replaced with closest-matching Doxygen tags.
- 04:33 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Compilation error from git
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/30e1def2/bb3c/attachm...
2012-05-23
- 21:16 Revision 7633ae3b (github): Relative paths on the command line
- The arguments of -file, -iwad, -def, -defs, -basedir, -userdir and resource
directory options are now interpreted to ... - 21:14 Revision f9bb5b14 (github): de::CommandLine: Resolve paths on the command line
- Relative paths on the command line must be resolved as the native
shell would when the command is entered in the term... - 20:22 Revision e170b464 (github): Refactor|de::CommandLine: Hide data members
- 19:52 Revision 792cbd0d (github): Win32: Fixed build and added DENG2_C_API_ONLY
- For C++ sources, the DENG2_C_API_ONLY define ensures that the C++ headers
are not included. - 19:36 Revision a5875c35 (github): Refactor: Renamed Arg* functions according to conventions
- As C wrappers of de::CommandLine, the functions are now prefixed
"CommandLine_". - 17:11 Revision b7629132 (github): Merge branch 'de2-args'
- 10:23 Revision 006ebd55 (github): Map Renderer: Redesigned mechanism for applying geometry wall divisions
- This new interface is rather more flexible, allowing for further
improvements to the map geometry construction.
Note... - 08:52 Revision 8bf320c5 (github): Plugins just link to the libdeng2 C wrapper API
- libdeng2 can be used in two different ways: C++ or C. When using C++, it is necessary
to also link to the Qt librarie... - 04:45 Revision 8a0880ca (github): Refactor: Relocated R_FindBottomTop to engine/portable/src/r_world.c
- Also made the texOffset argument optional.
- 02:31 Revision 776edeb3 (github): Refactor: Relocated walldivs_t to engine/portable/include/p_maptypes.h
- 02:30 Revision 9eaaa692 (github): Refactor: Switched engine/portable/src/vertex to C++
- 01:02 Revision 90ee984d (github): Cleaned up wall divisions in preparation for further refactorings
2012-05-22
- 23:31 Revision 7c1b1a25 (github): Map Renderer: Sort right wall divisions in ascending order
- It is not necessary to sort the wall divisions for the right edge
in descending order as the two edges are handled in... - 21:06 Revision a37279c2 (github): qmake|Mac OS X: Link plugins to the bundled libdeng2
- 20:26 Revision a3df7a6e (github): Removed m_args and allowed libdeng2 C wrapper usage in plugins
- Plugins are now linked against libdeng2. When libdeng1 is added, it will similarly
be made available to all plugins. - 20:23 Revision 09b41ed6 (github): Fixed|de::CommandLine: Memory management error
- Pointers to vector elements might be invalidated when the vector grows.
Now strings are allocated separately. - 20:13 Revision e6f54aa8 (github): Revert "Use the appropriate branch in novideo main loop callback"
- This reverts commit 869d99a29f18f05ae48688e2468abdd20c56354e.
Conflicts:
doomsday/engine/portable/src/dd_loop.c - 09:06 Revision d7b76317 (github): de::CommandLine: Fixed parsing of response files
- 08:33 Revision cdf67e8e (github): Merge branch 'master' into de2-args
- Conflicts:
doomsday/engine/portable/src/dd_pinit.c - 08:30 Revision ae003bc3 (github): Refactor|Bindings: Use AutoStr instead of regular ddstring
- Converted all use of normal ddstring_t instances to AutoStr in the
bindings subsystem. - 07:43 Revision 94782a93 (github): Documentation: Clarification
- 07:42 Revision 74d5639c (github): Documentation: Explained usage and purpose of AutoStr
- 07:26 Revision 78063623 (github): Merge branch 'master' into autostr-and-garbage
- Conflicts:
doomsday/engine/portable/src/dd_loop.c - 07:24 Revision 869d99a2 (github): Use the appropriate branch in novideo main loop callback
- With -novideo, there are no GL operations or deferred tasks, nor does the
window need to be drawn. Therefore, use the...
2012-05-21
- 20:48 Revision 33a6f4bf (github): ZipFile: Quick n' dirty fix to prevent a write past end of buffer
- ZipFile_ReadLumpSection() was calling ZipFile_BufferLump() with the
user-given data buffer (which may be far smaller ... - 20:34 Revision 0f0279d3 (github): Revert "ZipFile: Added an assertion to catch a write past end of buffer"
- This reverts commit f646bb9d6007f4a195b56e751f178a7a16e18221.
- 19:51 Revision 13514dbc (github): Added: Command line argument -noaudio (an alias of -nosound)
- 19:43 Revision 2d16059a (github): Fixed -novideo text-only console output
- 19:36 Revision 4219a3b5 (github): Further -novideo fixes
- 19:22 Revision 9288f58e (github): Win32|-novideo|Fixed: Fatal error attempting to acquire a native window handle
- 15:24 Revision ee9ce819 (github): Fixed unused argument warning in HEdge_SetProperty()
- 13:39 Revision 13b08b8a (github): Merge branch 'autostr-and-garbage' of ssh://deng.git.sourceforge.net/gitroot/deng/deng into autostr-and-garbage
- 13:33 Revision dc601597 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 13:31 Revision f646bb9d (github): ZipFile: Added an assertion to catch a write past end of buffer
- ZipFile_BufferLump() is not checking the size of the user-provided buffer.
Added a bufferSize argument. - 13:30 Revision 7ce5bfa2 (github): Mac OS X: Load audio plugins using the right letter cases
- For example, dsFMOD.bundle instead of dsfmod.bundle.
- 13:29 Revision 8a648ebb (github): Debug: Flush log buffer immediately after printing a message
- Slows things down a little, but makes sure the messages are in the log
in case of a crash. - 08:16 Bug #1047: [Doom] jDRP ammo box not loading
- - **status**: open --> closed
- 07:32 Bug #1047: [Doom] jDRP ammo box not loading
- Well I fixed The Sycraft sound issues but the other remain.
- 07:26 Bug #1047: [Doom] jDRP ammo box not loading
- Re Issue 2:
I've just tried jdmu-all-remix-Sycraft-v4.pk3 also available from http://dengine.net/addons and it too a... - 03:36 Bug #1047: [Doom] jDRP ammo box not loading
- Re Issue 2:
I've just tried slide-doom2-sky1.pk3 available from http://dengine.net/addons and it appears to work fin... - 07:48 Bug #1048: HQ SFX w/o 3D Sounds and vice versa
- - **status**: open --> closed
- 03:18 Bug #1048 (Closed): HQ SFX w/o 3D Sounds and vice versa
- I have the following specs: Windows 7 64-bit Home Premium, 12 GB 1333MHz RAM, ATI Radeon HD 6870 Graphics card(latest...
- 06:56 Revision bd05eb4c (github): Merge branch 'master' into autostr-and-garbage
- 05:28 Revision 7633f7c9 (github): Map Renderer: Build triangle strips for BspLeaf sky fix geometry
- Rather than write individual quads for sky fix geometry of each edge
of a BspLeaf, form continuous triangle strips to... - 04:58 Revision 77a52bd6 (github): DMU|Refactor: Moved implicit BspLeaf => Sector reference resolution to p_dmu.c
- 04:40 Revision c75e5cf6 (github): Minor cleanup
- 03:14 Revision 9f450fa0 (github): Refactor: Switched hedge.c to C++
2012-05-20
- 20:46 Revision c0cb3365 (github): Fixed|de::CommandLine: Fixed bugs in the ported implementation
- There were issues with pointers to strings vs. arrays of strings, etc.
- 20:44 Revision c6ed7883 (github): Fixed|de::String: Incorrectly behaving c_str() function
- Must not return a pointer to a local temporary string.
- 19:13 Revision 2b185227 (github): Replaced m_args with equivalent functionality from libdeng2
- The libdeng2 C wrapper API now exports functions that replace the
old m_args module.
ArgvPtr() was removed as unused... - 19:05 Bug #1047 (Closed): [Doom] jDRP ammo box not loading
- Hi there, this build has issues with some plugins.
1. the resource pack seems to work with all 3D models except th... - 15:53 Revision 734c73cc (github): libdeng2: Added an instance of de::CommandLine to de::App
- 15:52 Revision 363a98b2 (github): Added: Copied de::CommandLine from Hawthorn
- This will replace libdeng1's m_args module.
2012-05-19
- 21:32 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Friday's build 511 introduces the new command line parsing discussed in the proposal. Spaces should now be interprete...
- 08:49 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Thanks for adding it to the roadmap. I would like to see a short term solution also, so I fixed string separation wit...
- 06:11 Bug #1038: [Unix] Locating resource files (wad/pk3)
- I wrote a proposal to address this issue:
http://dengine.net/dew/index.php?title=Qt_for_command_line_arguments - 01:26 Bug #1038: [Unix] Locating resource files (wad/pk3)
- For historical reasons, Doomsday's command line parsing is done differently on Windows compared to Unix. Qt is able t...
- 19:16 Revision 9c6599ec (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 19:15 Revision 66e199e7 (github): libdeng2: Added WIN32 binary metadata to deng.dll
- Most metadata values taken from engine/portable/include/dd_version.h
Todo for later: Relocate dd_version.h - 19:13 Revision ef88ca67 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- 19:13 Revision 75b9561f (github): Bindings|Fixed: Dedicated mode console was unresponsive
- There were no binding contexts available in dedicated mode, which
meant that key events weren't being passed to the c... - 17:16 Revision 5028893d (github): libcommon|Fixed: Typo in DEBUG message output for turnMobjToNearestLine()
- 09:23 Revision 20a06deb (github): Debug: Moved excessive debug messages to a lower level
- The sound debug messages were filling up the hard drive of the MP test server.
2012-05-18
- 20:07 Bug #1038: [Unix] Locating resource files (wad/pk3)
- No problem. Sorry if I sounded harsh before. I appreciate your efforts put into this project.
I believe fixing this ... - 19:31 Bug #1038: [Unix] Locating resource files (wad/pk3)
- You'll need to bear with me not being a Unix user, I'm interpreting as I go. I see what the issue is here, the shell ...
- 19:21 Bug #1038: [Unix] Locating resource files (wad/pk3)
- > I guess that the reason you've had so much trouble with this is that you
> haven't yet tried to specify more than t... - 18:26 Bug #1038: [Unix] Locating resource files (wad/pk3)
- I guess that the reason you've had so much trouble with this is that you haven't yet tried to specify more than two a...
- 17:57 Bug #1038: [Unix] Locating resource files (wad/pk3)
- This means that argv[2] = "/home/ale/Downloads/blah blah/":
execve("/usr/bin/doomsday", ["doomsday", "-iwad", "/home/... - 17:11 Bug #1038: [Unix] Locating resource files (wad/pk3)
- As I said, you need to escape paths for Doomsday also. It's been a while since I last used a Unix-based platform from...
- 17:07 Bug #1038: [Unix] Locating resource files (wad/pk3)
- About documentation of relative paths, the command (that searches for the strings "absolute" and "relative"):
$ man d... - 17:06 Bug #1038: [Unix] Locating resource files (wad/pk3)
- strace -f doomsday -iwad "$PWD/blah/" | grep blah
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/threa... - 16:19 Bug #1038: [Unix] Locating resource files (wad/pk3)
- strace -f doomsday -iwad "$PWD/blah blah/" | grep blah
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/... - 15:35 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Paths with spaces work fine, you must enclose them in parenthesis so that the engine knows its one argument rather th...
- 07:40 Bug #1038: [Unix] Locating resource files (wad/pk3)
- Thanks for the reply.
About the relative path, if you consider it a feature instead of bug, then I think it should... - 15:35 Revision a7a1be9d (github): Homepage: Automatically update the latest Doomsday stable version title
- The large stable version title is now updated automatically when a
newer build event generates an installable Doomsda... - 14:58 Revision 6117feea (github): Win32: Updated copyright metadata for all binaries
- Todo: Define all metadata in the respective version header files.
- 12:12 Revision a05ff063 (github): Updated a bunch of version numbers to 1.9.9
- Readme, Doxygen, OS X app bundle.
- 11:31 Revision 2fe8fda9 (github): Builder|Fixed: Syntax errors
- 11:27 Revision bb9dba9c (github): Builder: Added <changeLog> to the feed for each build
- <releaseNotes> points to the stable release's notes.
- 11:20 Revision 87cb6130 (github): Builder: Unstable/Candidate builds use build report as release notes
- 09:32 Bug #1041: [Windows] Pressing Alt/AltGr key confuses turning
- To offer some more information regarding this;
It turns out that pressing the Alt Key while playing, no matter if ... - 08:50 Bug #1041: [Windows] Pressing Alt/AltGr key confuses turning
- I would guess this is related to the sharp event processing. Logically the modifier states should only change on shar...
- 08:45 Bug #1041: [Windows] Pressing Alt/AltGr key confuses turning
- In that case it could be related to how/when the Strafe modifier state is updated. We'll need to investigate...
- 07:43 Bug #1043: [Values] Static field broken (disable weapon lowering)
- - **status**: open --> fixed
- **assigned_to**: Jaakko Keränen
- 07:37 Bug #1047: [Doom] jDRP ammo box not loading
- Issue 3 has a report: https://sourceforge.net/tracker/?func=detail&aid=2962837&group_id=74815&atid=542099
Also available in: Atom