From: havoc Date: Mon, 2 Jan 2017 00:14:36 +0000 (+0000) Subject: Change darkplaces email address to darkplacesengine (on gmail) since X-Git-Tag: xonotic-v0.8.2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0eef2e98e99d86f1380c52275f8ed027d1a5cca3;p=xonotic%2Fdarkplaces.git Change darkplaces email address to darkplacesengine (on gmail) since gmail has better spam filtering than the old host git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12314 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=8aaf40dd53234a67cc8db41c0a1841d77b9e7852 --- diff --git a/bih.c b/bih.c index 7a25c668..749cae2d 100644 --- a/bih.c +++ b/bih.c @@ -1,5 +1,5 @@ -// This code written in 2010 by Forest Hale (lordhavoc ghdigital com), and placed into public domain. +// This code written in 2010 by Forest Hale (darkplacesengine gmail com), and placed into public domain. #include #include diff --git a/bih.h b/bih.h index 43b659e9..4be1564f 100644 --- a/bih.h +++ b/bih.h @@ -1,5 +1,5 @@ -// This code written in 2010 by Forest Hale (lordhavoc ghdigital com), and placed into public domain. +// This code written in 2010 by Forest Hale (darkplacesengine gmail com), and placed into public domain. // Based on information in http://zach.in.tu-clausthal.de/papers/vrst02.html (in particular vrst02_boxtree.pdf) diff --git a/darkplaces.txt b/darkplaces.txt index 4e050738..569879c3 100644 --- a/darkplaces.txt +++ b/darkplaces.txt @@ -7,7 +7,7 @@ DarkPlaces engine is the result, I hope everyone likes it. I am not very good at writing documentation, so this readme is organized as a feature list, with information on each feature, I hope it is still adequate documentation. -If you have any suggestions for features to document in detail in the readme or any other questions/comments/bugreports/suggestions/etc, send me an email with the address lordhavoc ghdigital com (add @ and . characters as appropriate) +If you have any suggestions for features to document in detail in the readme or any other questions/comments/bugreports/suggestions/etc, send me an email with the address darkplacesengine gmail com (add @ and . characters as appropriate) diff --git a/menu.c b/menu.c index 6295d462..f7abc2d1 100644 --- a/menu.c +++ b/menu.c @@ -4138,7 +4138,7 @@ void M_GameOptions_Draw (void) M_Print(x, 146, " More than 255 players??"); M_Print(x, 154, " First, question your "); M_Print(x, 162, " sanity, then email "); - M_Print(x, 170, " lordhavoc@ghdigital.com"); + M_Print(x, 170, "darkplacesengine@gmail.com"); } else m_serverInfoMessage = false;