-
Got them. Thanks!
2008-03-11 06:10:21 UTC in D2X-XL
-
Got them. Thanks!
2008-03-07 22:19:02 UTC in D2X-XL
-
I was browsing the forum after installing 1.12.50 and found that others had run into similar problems with missing sources/dependencies in main/libmain.a. Apparently main/Makefile was fixed and stuffed into the makefiles archive, but that file gets overwritten with old incorrect info as part of the localized configuration.
I'm attaching a patch to fix the main/Makefile.am file that is used...
2008-03-07 19:32:02 UTC in D2X-XL
-
Re-opening this since I still can't access SDL source downloads. The website link (sorry, I can't give a referrer page but it is the one you get when selecting D2X-XL from the sidemenu) seems to be trying to access http://www.descent2.de/downloads/SDL-1.2.13-src.rar. I get a 404 response with that address.
Something still isn't right.
2008-03-07 19:03:53 UTC in D2X-XL
-
I just discovered the download links for SDL and SDL-mixer don't point to anything and the download directory doesn't allow access to the list of files.
Are the modifications to SDL for D2X-XL availble as patches somewhere?.
2008-03-05 23:28:04 UTC in D2X-XL
-
Attaching the patch file.
File Added: poprelay1.5+BSD.patch.
2007-11-24 02:50:22 UTC in poprelay
-
The poprelay project page claims support for the BSDs but the installer is quite linux specific (even a little more redhat than others). I recently moved my mail server installation from an ancient version of redhat to FreeBSD and found I still needed poprelay. Installation wasn't quite as easy as it could have been.
2007-11-23 20:24:26 UTC in poprelay
-
I have a hand-coded svg file with a number of text
labels on rectangle objects. The file displays
properly when opened in sodipodi 0.34 (more correctly -
current CVS). If saved as svg with sodipodi namespace,
it is ok. If saved as plain svg, all the text objects
are converted into single line objects (ie ) with all the correct parameters for
the text, just no...
2005-09-06 03:06:12 UTC in Sodipodi
-
Logged In: YES
user_id=699450
This little patch should fix your issue with saved reports.
--- generate.reports.php.orig 2004-12-13 09:18:30.000000000
-0800
+++ generate.reports.php 2005-08-12 16:24:50.000000000 -0700
@@ -18,9 +18,11 @@
$sql .= "WHERE rid='".$_GET['rid']."' ";
$sql .= "AND userid='".$_SESSION['userid']."'";
list($name,$options) = $dbi->fetch_row($sql);
- if...
2005-08-17 11:49:30 UTC in Issue Tracker
-
The email issue function doesn't work if you also want
to include events. After much debugging - which is not
made any easier by the redirect back to view issues - I
discovered that the dbi->fetch_all() call needs to have
a second arg of "array" in order to be able to do a
foreach loop on the returned events. I'll attach a
patch here soon.
2005-08-17 07:27:16 UTC in Issue Tracker