[Gtkradiant] some updates

Timothee BESSET ttimo at ttimo.net
Fri Nov 26 09:00:11 CST 2010


On Fri, Nov 26, 2010 at 6:55 AM, Rudolf Polzer <divVerent at alientrap.org> wrote:
> On Fri, Nov 26, 2010 at 12:25:23AM -0600, Timothee BESSET wrote:
>> I've setup an amazon EC2 instance with MSVC Express 2008, and got
>> things setup to compile latest radiant trunk on win32 again.
>>
>> Only major problem I hit was mhash, which is now more or less an
>> abandoned project and doesn't have win32 friendly stuff available for
>> download anymore. Since all we used was md4 and md5 hashing functions,
>> I removed that dependency and extended the md5lib module in the
>> Radiant tree to do what we need. The md4 implementation we use now is
>> from dovecot's public domain implementation.
>
> I had solved this issue in NetRadiant a while ago by using mdfour.c from
> DarkPlaces engine (which is, apart from some platform typedefs, identical), and
> changing the few MD5 uses to MD4 as the choice of the hash function did not
> matter at all. My incentive back then was that I simply didn't want any "odd"
> dependencies ("odd" being defined as "no other application needs this"). Only
> remaining odd dependency is gtkglext, but it doesn't seem to be possible to
> eliminate that easily.
>
> Just FYI
>

The source already had md5 (in libs/md5lib/) so MD5 wasn't a problem.
I've pulled a public domain implementation of md4 from dovecot, as it
looks like some other projects have done the same [1]. I spent some
time looking at restoring mhash on Windows but it's non trivial and
since all we use are those hashing functions it's not worth it.

TTimo

[1] http://www.mail-archive.com/dev@apr.apache.org/msg17271.html



More information about the Gtkradiant mailing list