r11881 - packages/trunk/blockattack/debian

Paul Wise pabs at alioth.debian.org
Thu Mar 10 10:12:03 UTC 2011


Author: pabs
Date: 2011-03-10 10:11:51 +0000 (Thu, 10 Mar 2011)
New Revision: 11881

Added:
   packages/trunk/blockattack/debian/README.source
   packages/trunk/blockattack/debian/block_attack_manual.tex
Modified:
   packages/trunk/blockattack/debian/changelog
   packages/trunk/blockattack/debian/control
   packages/trunk/blockattack/debian/rules
Log:
Add the source for the PDF and create it at build time

Added: packages/trunk/blockattack/debian/README.source
===================================================================
--- packages/trunk/blockattack/debian/README.source	                        (rev 0)
+++ packages/trunk/blockattack/debian/README.source	2011-03-10 10:11:51 UTC (rev 11881)
@@ -0,0 +1,3 @@
+The block_attack_manual.pdf source code is from here:
+
+http://blockattack.svn.sourceforge.net/viewvc/blockattack/trunk/source/manual/block_attack_manual.tex

Added: packages/trunk/blockattack/debian/block_attack_manual.tex
===================================================================
--- packages/trunk/blockattack/debian/block_attack_manual.tex	                        (rev 0)
+++ packages/trunk/blockattack/debian/block_attack_manual.tex	2011-03-10 10:11:51 UTC (rev 11881)
@@ -0,0 +1,178 @@
+\documentclass[11pt,a4paper]{article}
+
+\usepackage[latin1]{inputenc}
+%\usepackage[ansinew]{inputenc}  %windows
+%\usepackage[T1]{fontenc}
+
+\begin{document}
+\title{Block Attack - Rise of the Blocks 1.4.1 - The Manual}
+\author{Poul Sander}
+\maketitle
+\tableofcontents
+\section{General}
+Block Attack - Rise of the Blocks is inspired by Nintendo's
+"Tetris Attack". However it doesn't have much in common with the
+original "Tetris". In Block Attack - Rise of the Blocks bricks
+come from the bottom of the screen, and you need to clear them. If
+the stack reaches the top of the screen the game is over! There
+are other features in 2-player mode. The game also supports network play 
+if it is compiled with the game.
+\subsection{About Block Attack - Rise of the Blocks}
+Block Attack - Rise of the Blocks is programmed in C++ by me (Poul
+Sander) and it is given under the GPL licens version 2 or later. I have tried to keep
+it as portable as possible by using cross-platform libraries. It
+uses the following libraries:
+\begin{description}
+\item[SDL] from: \newline www.libsdl.org \item[SDL\_Mixer] from:
+\newline http://www.libsdl.org/projects/SDL\_mixer \item[SFont]
+from: \newline http://www.linux-games.com/sfont/ \item[SDL\_image]
+from: \newline http://www.libsdl.org/projects/SDL\_image/
+\item[enet] from: \newline http://enet.bespin.org
+\end{description}
+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+
+\section{Setup}
+The game got lots of options, this section will give an overview.
+\subsection{Installation}
+Installing Block Attack - Rise of the Blocks is easy, in windows
+you simply run the installer "BlockAttackWin32-X.X.X.exe" file and
+choose a location you want to install to. Under Linux systems you
+can get a precompiled package including source. On some systems
+you may have to recompile. There are two options for compiling. You can use \verb+make+ on the svn checkout/source package.\newline Or you could use \verb+scons+ by typing \verb+scons+ as a normal user and then \verb+scons install+ as root however it is currently broken for unknown reason. \newline 
+
+%to do this type \verb+make+ while in the source dictory (there the cpp files are). To install the game in Linux type \verb+make install+, you can change the \verb+Makefile+ for dictory placements. \verb+make remove+ removes the game again. Both \verb+make install+ and \verb+make remove+ must be runned as root. \newline
+Scons should be used for packing there gamedata and executables should be in different places. 
+\subsection{Program Parameters}
+There are a small number of parameters you can use, to change some
+things in the game. This doesn't work if the game is installed on a Linux system with the standard install command. Many of these options are not really usefull after version 1.1.1
+\begin{description}
+\item["-help"] Displays a list over all the commands.
+\item["-priority"] This will remove a delay in the game loop
+causing the game to take 100\% processor power even on strong
+systems, but it will also increase the framerate.
+\item["-forceredraw"] This will force the game to draw the entire
+screen every frame, this might remove garbage in the graphics, but
+it will also cause the framerate to drop. \item["-forcepartdraw"]
+The game will only update the parts of the screen that has been
+changed, increasing framerate by more than 50\% (sometimes 200\%).
+This is default in windowed mode.
+\item["-nosound"] Disables any sound in the game. On some systems the sound could crash the game.
+\end{description}
+\subsection{Options}
+From version 1.1.1 the Options have been split in three.
+\subsubsection{Configure}
+This used to be the only options in the game.
+By selecting options in the menu in the game, you get to the
+options screen. Here you can turn music on/off, sound effects
+on/off and fullscreen on/off, but you can't change the
+resolution although a button is provided, this functionality has
+been removed to reduce size, also the framerate dropped
+significantly.
+
+You can also change names and controls. The default controls for
+player 1 is: move: the arrow keys, Right shift to push lines and
+Right  to switch blocks.
+
+The default controls for player to is: move: WASD, lift shift to
+push and left control to switch.
+
+Mouseplay and Joypad support can be enabled under "Keys", the game
+will use the first two joypads connected to the computer.
+
+The mouse and joypad controls can't be configured. Left click
+switch the two blocks there the cursor is placed. Right click
+pushes the stack. On the joypads the first 6 buttons is used, half
+to switch and half to push.
+
+You can also change the names in options, the names can be a
+maximum of 15 characters and will be saved in the options.dat
+file. Remember to change names before you start the game, or the
+wrong names will be entered in the highscore list.
+\subsubsection{Puzzle File}
+All puzzles in the game is loaded from a file in the \verb+res+ folder. The default puzzles are in \verb+puzzle.levels+ but in this menu you can selct any of the files in the \verb+res+ folder.
+\subsubsection{Vs. Mode}
+Here you can select speed for player 1 and player 2 in a local game, there are 5 levels (default = 1). You can also specify if an AI must play for one or both of the players. It is possible to let an AI play against another AI if you want. On this screen you can also give players handicap in "Time Trial", again there are five levels (0,1000,2000,3000,4000) default is level 1 = 0 point. The handicap is added to the players score, making it easier for that player\footnote{The highscore list shows scores without handicap}. \newline
+No options on this page is saved when the game quits and they are only valid for 2 player games on the local machine.
+\subsection{Files}
+The game is saving data into several datafiles. Highscores are
+saved in \verb+endless.dat+ and \verb+timetrial.dat+ depending on
+gametype. Options (Player names and keys etc.) are saved in
+\verb+options.dat+. Finally information about witch stages has
+been cleared in Stage Clear is saved to \verb+stageClear.SCsave+ and
+default Puzzle Clear in \verb+puzzleClear.save+, other puzzles are stored in \verb+<puzzleName>.save+. Under Windows NT/2k/xp/2k3 the files was saved in \verb+%APPDATA%\.gamesaves\blockattack\+, but since version 1.3.2 it is saved in \verb+My Documents\My Games\blockattack+. In Linux the files should
+be saved to \verb+~/.gamesaves/blockattack/+. If this folder
+doesn't exist it will be created. Then you get a new version you
+should delete the old \verb+puzzleClear.save+ file, or  wired
+things might happen (but nothing critical). Under Windows screenshots are saved to the game dictory and under Linux to \newline \verb+~/.gamesaves/blockattack/screenshots/+. The replays are saved to either \verb+%APPDATA%\.gamesaves\blockattack\replays+ or \\ \verb+~/.gamesaves/blockattack/replays/+ depending on the OS.
+\section{The Game}
+Block Attack - Rise of the Blocks has several playing modes, but
+some objectives are always present. Blocks keep coming slowly from
+the bottom of the screen, and you have to clear them. You clear
+blocks by putting 3 or more blocks i line. The more blocks you put
+in line the more points you will get, this is called combos. Then
+blocks are cleared the blocks above them will fall down, if they
+cause more blocks to be cleared, you will perform a chain reaction
+and get lots of points. You know that you are making chains then small numbers apper at the blocks you are clearing.
+\subsection{How to start}
+You can select gamemodes from the menu, by selecting "New Game"
+and your choice. You can also press F2 for endless, F3 for Time
+Trial, F4 for 2-player Time Trial, F5 for Stage Clear, F6 for two
+Player VS. Mode, F7 for Puzzle Mode or F8 for "Highscores".
+\subsection{Gamemode: Endless}
+In endless you keep clearing until you hit the roof (or you simply
+don't have more time) The top ten scores will get there name on
+the Endless highscore list.
+\subsection{Gamemode: Time Trial}
+Like endless, but this time you have a two minute limit to gain
+points. If you hit the roof your game is over, and you won't get
+your name on the highscore list. If you survive the two minutes
+and you get a top score, your name will be automatically entered
+in the Time Trial highscore list. A top ten score in Time Trial is
+considered better than a top ten score in Endless, since it's not
+just about how long you are willing to play. \newline
+\textbf{Tip:} To get many points in two minutes you need to make
+combos and chains. Chains are much better than combos... remember
+it!
+\subsection{Gamemode: Stage Clear}
+In stage clear the goal is to clear a number of lines. Then you
+select "Stage Clear" you will get a screen where you can choose a
+level to play. Speed and number of lines to clear will vary
+depending on your level choice. Then you have cleared the number
+of lines required, you win and the level is cleared.
+\subsection{Gamemode: Puzzle Clear}
+In Puzzle Clear you have a limited number of moves to clear the
+entire screen. There are no time limit (but the timer graphics
+might be corrupted if you take more than 100 minutes). You can
+reset the puzzle by pressing the Push Line key. You can't raise
+the block stack in this mode.
+\subsection{Gamemode: Vs. Mode}
+This game is unlike the others, since in thsi game you actually attacks! You can select the AI controlled players difficulty (1..7). You attack by clearing more than 3 blocks at a time or by making chainreactions. The AI doesn't give much challange yet.
+\subsection{Gamemode: Two-player Time Trial}
+Like single-player Time Trial, but this time there is two players.
+If you hit the roof, the other player is instantly declared as the
+winner. If the time runs out the Player whit the highest score
+will be the winner. If anyone has got a top ten score, they will
+automatically be entered in the Time Trial Highscore list.
+\subsection{Gamemode: Two-player Vs. Mode}
+This is the real "Block Attack". Then you clear 4 or more blocks
+at once or then you make chains you are sending "garbage blocks"
+to your opponent. But opponent is also sending "garbage blocks" at
+you. You can clear garbage blocks by clearing normal blocks that
+are touching the garbage. If a single garbage block takes up more
+than one line only the lowest line will be cleared. Keep clearing
+garbage and send garbage at your opponent. If you is still alive
+then your opponent hits the roof, you win! If you hit the roof you
+loose. There is no time limit in this game.
+\subsection{Gamemode: Network Vs. Mode}
+Identical to the other Vs. modes but this time over a network. Network play might not be supported in all builds.
+\newline To host a server select "Host", to connect to a server select "Connect" and enter the name or IP address of the server.
+Windows and Linux uses can play against each other but some operating systems might not be able to play together. If you find an OS that can play with Windows or Linux I would like to hear.
+
+\section{Replays}
+The game supports Replays of matches. After you have played a game you can go to the Replay-menu and select "Save" and then enter a name. You can then at any time select "Load" and see it again. The first version of the replay system does only support up to 5 minuttes and can't save both players in network games. \newline
+The second version used in 1.3.2 can save the replays so they take up less space. But 1.3.2 and newer can only load player one from old replays. \newline
+The third version usin in 1.4.0 saves additional information in replays. Version 1.4.0 are not able to read replays from old versions.
+\end{document}

Modified: packages/trunk/blockattack/debian/changelog
===================================================================
--- packages/trunk/blockattack/debian/changelog	2011-03-10 10:01:55 UTC (rev 11880)
+++ packages/trunk/blockattack/debian/changelog	2011-03-10 10:11:51 UTC (rev 11881)
@@ -9,6 +9,7 @@
   * Switch to dpkg-source v3
   * Switch to debhelper 7 dh tiny rules
   * Strip the prebuilt PDF and binaries out (Closes: #616672)
+  * Add the source for the PDF and create it at build time
   * Wrap fields in debian/control
 
  -- Paul Wise <pabs at debian.org>  Thu, 10 Mar 2011 15:33:15 +0800

Modified: packages/trunk/blockattack/debian/control
===================================================================
--- packages/trunk/blockattack/debian/control	2011-03-10 10:01:55 UTC (rev 11880)
+++ packages/trunk/blockattack/debian/control	2011-03-10 10:11:51 UTC (rev 11881)
@@ -6,6 +6,8 @@
  Barry deFreese <bdefreese at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
  docbook-to-man,
+ texlive-binaries,
+ texlive-latex-base,
  libsdl-mixer1.2-dev,
  libsdl-image1.2-dev,
  libsdl1.2-dev,

Modified: packages/trunk/blockattack/debian/rules
===================================================================
--- packages/trunk/blockattack/debian/rules	2011-03-10 10:01:55 UTC (rev 11880)
+++ packages/trunk/blockattack/debian/rules	2011-03-10 10:11:51 UTC (rev 11881)
@@ -8,6 +8,8 @@
 override_dh_auto_build:
 	cd man ; docbook-to-man blockattack.sgml | gzip -9 > blockattack.6.gz
 	cp debian/blockattack.desktop .
+	latex debian/block_attack_manual.tex
+	dvipdfm block_attack_manual.dvi
 	scons prefix=/usr sharedir=/usr/share/games/blockattack
 
 override_dh_auto_clean:




More information about the Pkg-games-commits mailing list