# HG changeset patch
# User sheepluva
# Date 1452968406 -3600
# Node ID 4dd77731453bd14687a8f9c4f557903fbeec3697
# Parent 5d804405964da1dfc1781c5efea1b286d1643b2b
update some old google code links in the code/etc. thanks Wuzzy for the heads-up
diff -r 5d804405964d -r 4dd77731453b QTfrontend/Doxyfile
--- a/QTfrontend/Doxyfile Sat Jan 16 19:11:21 2016 +0100
+++ b/QTfrontend/Doxyfile Sat Jan 16 19:20:06 2016 +0100
@@ -190,7 +190,7 @@
# will result in a user-defined paragraph with heading "Side Effects:".
# You can put \n's in the value part of an alias to insert newlines.
-ALIASES = "repo{1}=http://code.google.com/p/hedgewars/source/browse/QTfrontend/\1"
+ALIASES = "repo{1}=http://hg.hedgewars.org/hedgewars/file/default/QTfrontend/\1"
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
# sources only. Doxygen will then generate output that is more tailored for C.
diff -r 5d804405964d -r 4dd77731453b QTfrontend/ui/page/pagenetserver.cpp
--- a/QTfrontend/ui/page/pagenetserver.cpp Sat Jan 16 19:11:21 2016 +0100
+++ b/QTfrontend/ui/page/pagenetserver.cpp Sat Jan 16 19:20:06 2016 +0100
@@ -83,7 +83,7 @@
labelURL->setText(
""
"
");
labelURL->setOpenExternalLinks(true);
diff -r 5d804405964d -r 4dd77731453b QTfrontend/ui/widget/feedbackdialog.cpp
--- a/QTfrontend/ui/widget/feedbackdialog.cpp Sat Jan 16 19:11:21 2016 +0100
+++ b/QTfrontend/ui/widget/feedbackdialog.cpp Sat Jan 16 19:20:06 2016 +0100
@@ -85,7 +85,7 @@
""
"")
.arg(tr("Send us feedback!"))
diff -r 5d804405964d -r 4dd77731453b README.md
--- a/README.md Sat Jan 16 19:11:21 2016 +0100
+++ b/README.md Sat Jan 16 19:20:06 2016 +0100
@@ -28,7 +28,7 @@
Contribute:
-----------
If you see a bug or have any suggestion please use the official bug tracker at
-http://code.google.com/p/hedgewars/issues/list or the integrated feedback
+http://hedgewars.org/bugs or the integrated feedback
button.
If you want to help or get to know the sources better you can do that with some
diff -r 5d804405964d -r 4dd77731453b hedgewars/ArgParsers.pas
--- a/hedgewars/ArgParsers.pas Sat Jan 16 19:11:21 2016 +0100
+++ b/hedgewars/ArgParsers.pas Sat Jan 16 19:20:06 2016 +0100
@@ -100,7 +100,7 @@
WriteLn(stdout, ' --help');
WriteLn(stdout, '');
WriteLn(stdout, 'For more detailed help and examples go to:');
- WriteLn(stdout, 'http://code.google.com/p/hedgewars/wiki/CommandLineOptions');
+ WriteLn(stdout, 'http://hedgewars.org/kb/CommandLineOptions');
GameType:= gmtSyntax;
end;
diff -r 5d804405964d -r 4dd77731453b hedgewars/uScript.pas
--- a/hedgewars/uScript.pas Sat Jan 16 19:11:21 2016 +0100
+++ b/hedgewars/uScript.pas Sat Jan 16 19:20:06 2016 +0100
@@ -23,7 +23,7 @@
* This unit defines, implements and registers functions and
* variables/constants bindings for usage in Lua scripts.
*
- * Please keep http://code.google.com/p/hedgewars/wiki/LuaAPI up to date!
+ * Please keep http://hedgewars.org/kb/LuaAPI up to date!
*
* Note: If you add a new function, make sure to test if _all_ parameters
* work as intended! (Especially conversions errors can sneak in
diff -r 5d804405964d -r 4dd77731453b share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Sat Jan 16 19:11:21 2016 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Sat Jan 16 19:20:06 2016 +0100
@@ -727,7 +727,7 @@
--============================================================================
--for custom made continent, follows the same standards as the globalism one. You can make your continent with ~~. Take the weapons generated from globalism, if you want a GUI :P
---weapons=, ammo = ascii[116(1 ammo) to 125(inf ammo)] types = ascii[36(Grenade), 37(Clusterbomb) to 90(knife)] see https://code.google.com/p/hedgewars/wiki/AmmoTypes
+--weapons=, ammo = ascii[116(1 ammo) to 125(inf ammo)] types = ascii[36(Grenade), 37(Clusterbomb) to 90(knife)] see http://hedgewars.org/kb/AmmoTypes
--ex "Own continent~this continent rocks!~tZ}$" will get 1 knife and inf grenades
function onParameters()
diff -r 5d804405964d -r 4dd77731453b tools/docgen.sh
--- a/tools/docgen.sh Sat Jan 16 19:11:21 2016 +0100
+++ b/tools/docgen.sh Sat Jan 16 19:20:06 2016 +0100
@@ -25,13 +25,7 @@
branch=$(hg identify -b)
rev=$(hg identify -rdefault -i)
-#branchurl="${branch}"
-#revurl="${rev}"
-
-branchurl="$branch"
-revurl="$rev"
-
-export PROJECT_NUMBER="${branchurl} branch, ${revurl}"
+export PROJECT_NUMBER="${branch} branch, ${rev}"
export OUTPUT_DIRECTORY
fi