General

Profile

alepulver

Issues

Activity

2012-05-28

09:35 Doomsday Engine 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:13 Doomsday Engine 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:20 Doomsday Engine 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:50 Doomsday Engine 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...

2012-05-26

06:14 Doomsday Engine 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 Doomsday Engine 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

09:09 Doomsday Engine Bug #1038: [Unix] Locating resource files (wad/pk3)
OK.
Build 511 behaves the same. I'll try to track this problem tomorrow.
06:51 Doomsday Engine 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 Doomsday Engine 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:25 Doomsday Engine 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...

Also available in: Atom