git repos / blockattack-game

commit 021de090

sago007 · 2015-12-30 18:56
021de090b3cd9c28d0e15a0cac41620e1b079628 patch · browse files
parent acc78225da0a0e47c5dbbd7b8a678516b3269603

Fixed URL

Changed files

M source/code/AUTHORS before
M source/code/BlockGame.cpp before
M source/code/BlockGame.hpp before
M source/code/MenuSystem.cpp before
M source/code/MenuSystem.h before
M source/code/README before
M source/code/ReadKeyboard.cpp before
M source/code/ReadKeyboard.h before
M source/code/common.cpp before
M source/code/common.h before
M source/code/global.hpp before
M source/code/highscore.cpp before
M source/code/highscore.h before
M source/code/joypad.h before
M source/code/listFiles.cpp before
M source/code/listFiles.h before
M source/code/main.cpp before
M source/code/mainVars.hpp before
M source/code/menudef.cpp before
M source/code/stats.cpp before
M source/code/stats.h before
M source/manual/block_attack_manual.tex before
M source/misc/install_script.nsi before
M windows installer/install_script.nsi before
diff --git a/source/code/AUTHORS b/source/code/AUTHORS index 5fcefaa..6634cf0 100644 --- a/source/code/AUTHORS +++ b/source/code/AUTHORS
@@ -1,6 +1,6 @@
Block Attack - Rise of the Blocks by
Poul Sander <blockattack@poulsander.com>
-http://blockattack.sf.net
+http://blockattack.net
Gonéri Le Bouder
Done some work for making it work with SHAREDIR and all Scons scripts
diff --git a/source/code/BlockGame.cpp b/source/code/BlockGame.cpp index bfb90e5..f3674e4 100644 --- a/source/code/BlockGame.cpp +++ b/source/code/BlockGame.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/BlockGame.hpp b/source/code/BlockGame.hpp index 3d73be3..0c66e48 100644 --- a/source/code/BlockGame.hpp +++ b/source/code/BlockGame.hpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/MenuSystem.cpp b/source/code/MenuSystem.cpp index 47906ae..ca4761e 100644 --- a/source/code/MenuSystem.cpp +++ b/source/code/MenuSystem.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/MenuSystem.h b/source/code/MenuSystem.h index c90ea85..c034fe1 100644 --- a/source/code/MenuSystem.h +++ b/source/code/MenuSystem.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/README b/source/code/README index f78cf00..10ce5cb 100644 --- a/source/code/README +++ b/source/code/README
@@ -22,5 +22,5 @@ To compile: build-essential, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2
By default the game is now placed in: /usr/local/bin/blockattack
This means that it can be runned by just typing "blockattack"
-http://blockattack.sf.net
+http://blockattack.net
Poul Sander poul@poulsander.com
diff --git a/source/code/ReadKeyboard.cpp b/source/code/ReadKeyboard.cpp index 0e1b0c9..e0897f9 100644 --- a/source/code/ReadKeyboard.cpp +++ b/source/code/ReadKeyboard.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/ReadKeyboard.h b/source/code/ReadKeyboard.h index 405e7dc..40a50e9 100644 --- a/source/code/ReadKeyboard.h +++ b/source/code/ReadKeyboard.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/common.cpp b/source/code/common.cpp index 6dea098..58cb6fe 100644 --- a/source/code/common.cpp +++ b/source/code/common.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/common.h b/source/code/common.h index d1dc9e7..e508c8e 100644 --- a/source/code/common.h +++ b/source/code/common.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/global.hpp b/source/code/global.hpp index e61eda1..9be0e65 100644 --- a/source/code/global.hpp +++ b/source/code/global.hpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/highscore.cpp b/source/code/highscore.cpp index a438203..74fe4e5 100644 --- a/source/code/highscore.cpp +++ b/source/code/highscore.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/highscore.h b/source/code/highscore.h index 5de15c2..8fcc950 100644 --- a/source/code/highscore.h +++ b/source/code/highscore.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/joypad.h b/source/code/joypad.h index 6237b46..cfaa5a1 100644 --- a/source/code/joypad.h +++ b/source/code/joypad.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/listFiles.cpp b/source/code/listFiles.cpp index 1ccbcae..eabc1bc 100644 --- a/source/code/listFiles.cpp +++ b/source/code/listFiles.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/listFiles.h b/source/code/listFiles.h index 786f9ab..a8915cb 100644 --- a/source/code/listFiles.h +++ b/source/code/listFiles.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/main.cpp b/source/code/main.cpp index 14e3741..09f8475 100644 --- a/source/code/main.cpp +++ b/source/code/main.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
@@ -1974,7 +1974,7 @@ int main(int argc, char* argv[]) {
if (verboseLevel) {
//Copyright notice:
- cout << "Block Attack - Rise of the Blocks (" << VERSION_NUMBER << ")" << endl << "http://blockattack.sf.net" << endl << "Copyright 2004-2011 Poul Sander" << endl <<
+ cout << "Block Attack - Rise of the Blocks (" << VERSION_NUMBER << ")" << endl << "http://blockattack.net" << endl << "Copyright 2004-2011 Poul Sander" << endl <<
"A SDL based game (see www.libsdl.org)" << endl <<
"The game is availeble under the GPL, see COPYING for details." << endl;
#if defined(_WIN32)
diff --git a/source/code/mainVars.hpp b/source/code/mainVars.hpp index 007a0ec..a35598e 100644 --- a/source/code/mainVars.hpp +++ b/source/code/mainVars.hpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/menudef.cpp b/source/code/menudef.cpp index f5e4b22..a09448e 100644 --- a/source/code/menudef.cpp +++ b/source/code/menudef.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
#include "global.hpp"
diff --git a/source/code/stats.cpp b/source/code/stats.cpp index 7c00c27..886d009 100644 --- a/source/code/stats.cpp +++ b/source/code/stats.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/code/stats.h b/source/code/stats.h index ad8dacf..6a1c58b 100644 --- a/source/code/stats.h +++ b/source/code/stats.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
Source information and contacts persons can be found at
-http://blockattack.sf.net
+http://blockattack.net
===========================================================================
*/
diff --git a/source/manual/block_attack_manual.tex b/source/manual/block_attack_manual.tex index 9647c3f..709c9fa 100644 --- a/source/manual/block_attack_manual.tex +++ b/source/manual/block_attack_manual.tex
@@ -33,7 +33,7 @@ For development have been used Dev-C++, Microsoft Visual Studio
2003, gedit, Kdevelop and NetBeans (changed as time passed). Most of the current graphics are made in Inkscape. The
game has been compiled on both Windows and Linux. \newline The
game's homepage is:
-\verb+http://blockattack.sf.net+
+\verb+http://blockattack.net+
\section{Setup}
The game got lots of options, this section will give an overview.
\subsection{Installation}
diff --git a/source/misc/install_script.nsi b/source/misc/install_script.nsi index a9b3d96..f83e0b4 100644 --- a/source/misc/install_script.nsi +++ b/source/misc/install_script.nsi
@@ -4,7 +4,7 @@
!define PRODUCT_NAME "Block Attack - Rise Of the Blocks"
!define PRODUCT_VERSION "1.4.0"
!define PRODUCT_PUBLISHER "Poul Sander"
-!define PRODUCT_WEB_SITE "http://blockattack.sf.net"
+!define PRODUCT_WEB_SITE "http://blockattack.net"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\block_attack.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
@@ -414,4 +414,4 @@ Section Uninstall
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
SetAutoClose true
-SectionEnd
\ No newline at end of file
+SectionEnd
diff --git a/windows installer/install_script.nsi b/windows installer/install_script.nsi index d3205f4..0f9b55a 100644 --- a/windows installer/install_script.nsi +++ b/windows installer/install_script.nsi
@@ -4,7 +4,7 @@
!define PRODUCT_NAME "Block Attack - Rise Of the Blocks"
!define PRODUCT_VERSION "1.4.1"
!define PRODUCT_PUBLISHER "Poul Sander"
-!define PRODUCT_WEB_SITE "http://blockattack.sf.net"
+!define PRODUCT_WEB_SITE "http://blockattack.net"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\block_attack.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
@@ -287,4 +287,4 @@ Section Uninstall
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
SetAutoClose true
-SectionEnd
\ No newline at end of file
+SectionEnd