]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
contrib: update urls and names
authorThomas Debesse <dev@illwieckz.net>
Sat, 4 Apr 2020 08:39:28 +0000 (10:39 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sat, 4 Apr 2020 08:58:44 +0000 (10:58 +0200)
contrib/bobtoolz/bobToolz-GTK.cpp
contrib/brushexport/plugin.cpp
contrib/ufoaiplug/ufoai.cpp

index ff144ea06c57b2830892a630633b455e3c0b5100..898c94cb00f63357d8c9d34ee144b47d779b88ed 100644 (file)
@@ -142,8 +142,11 @@ extern "C" void QERPlug_Dispatch( const char *p, vec3_t vMin, vec3_t vMax, bool
                static const char *label_text =
                        PLUGIN_NAME " for "
                        RADIANT_NAME " " RADIANT_VERSION "\n\n"
-                       "by digibob <digibob@splashdamage.com> (http://www.splashdamage.com)\n\n"
-                       "Additional Contributors: MarsMattel, RR2DO2\n\n"
+                       "by digibob <digibob@splashdamage.com>\n"
+                       "https://www.splashdamage.com\n\n"
+                       "Additional Contributors:\n"
+                       "Arnout van Meer <rr2do2@splashdamage.com>\n"
+                       "Mars Mattel\n\n"
                        "Built against "
                        RADIANT_NAME " " RADIANT_VERSION_STRING "\n"
                        __DATE__;
index 3e7c10f1e39d2bc5634147cb0a2d78c8255fe497..3bef9d5a713636003c2590cbdb82c578bbc67e9d 100644 (file)
@@ -73,7 +73,9 @@ void dispatch( const char* command, float* vMin, float* vMax, bool bSingleBrush
                const char *label_text =
                        PLUGIN_NAME " " PLUGIN_VERSION " for "
                        RADIANT_NAME " " RADIANT_VERSION "\n\n"
-                       "Written by namespace <spam@codecreator.net> (www.codecreator.net)\n\n"
+                       "Written by namespace <spam@codecreator.net>\n\n"
+//                     20200404 dead link
+//                     "http://www.codecreator.net"
                        "Built against "
                        RADIANT_NAME " " RADIANT_VERSION_STRING "\n"
                        __DATE__;
index 4792be91bd2ea75fe1ab379813145c1cf2ae7b3e..33b6d3be9be9b74ed5588d9afad99a7d548d1e11 100644 (file)
@@ -80,7 +80,7 @@ void dispatch( const char* command, float* vMin, float* vMax, bool bSingleBrush
                        PLUGIN_NAME " " PLUGIN_VERSION " for "
                        RADIANT_NAME " " RADIANT_VERSION "\n\n"
                        "Written by Martin Gerhardy (tlh2000/mattn)\n"
-                       "for the UFO:AI project (http://ufoai.sf.net)\n\n"
+                       "for the UFO:AI project (http://ufoai.org)\n\n"
                        "Built against "
                        RADIANT_NAME " " RADIANT_VERSION_STRING "\n"
                        __DATE__;