2013-05-17

	* doc/CMakeLists.txt:
	Install english manual, too

	* src/font8x16.h, src/font8x16.png:
	Beautified some characters

	* CMakeLists.txt, LIESMICH.txt, README.txt, po/de.po, po/fi.po,
	po/it.po:
	Bumped version to 1.0.1

	* po/it.po:
	Updated the Italian translation. Thanks to Andrea Musuruane!

2013-05-10

	* po/de.po, po/fi.po, src/baller1.c:
	Use proper C format strings in game-over text to ease translations

2013-05-06

	* po/CMakeLists.txt:
	Remove absolute path names from ballerburg.pot file

	* doc/authors.txt, po/it.po:
	Added Italian translation (thanks to Andrea Musuruane)

2013-03-30

	* src/baller2.c, src/market.c, src/screen.c, src/screen.h:
	Removed unused functions vswr_mode and vst_color

	* CMakeLists.txt, LIESMICH.txt, README.txt, po/de.po, po/fi.po,
	src/baller1.c:
	Bumped version number to 1.0

	* src/ballergui.c:
	Removed superfluous printf

	* src/baller2.c:
	Redraw cannoneer after a shot

	* src/baller2.c:
	Make sure that the cannonball always gets erased at the end

	* src/baller1.c, src/ballergui.c, src/ballergui.h, src/market.c:
	Make sure that dialogs are not called at the wrong point in time

	* src/baller.dat:
	Fixed the roof color of the first BB2 castle

	* src/baller1.c:
	Some minor code clean-up

	* src/screen.c, src/screen.h:
	Removed unused vst_height function

	* src/baller1.c:
	Added the seventh computer player to the table

2013-03-12

	* src/baller1.c:
	Cleaned up t_load and t_save a little bit

2012-12-27

	* src/baller1.c:
	Translate the names in the ending screen

2012-12-24

	* src/baller1.c, src/baller1.h, src/settings.c:
	Use computer player names if the user selected computer players in
	the GUI

	* src/ballergui.c:
	Make sure that highscore table is not shown recursively

	* src/ballergui.c:
	Make sure that we really quit (e.g. when showing the highscore
	table)

	* po/de.po, po/fi.po, src/baller1.c, src/screen.c:
	Improved the highscore table

	* src/baller1.c, src/baller1.h, src/baller2.c:
	Cleaned up the global variables a little bit

	* src/baller1.c:
	Fixed stupid bug (introduced while fixing compiler warnings two
	commits ago)

2012-07-11

	* po/fi.po:
	Updated Finnish translation. Thanks to Eero Tamminen for the
	updates!

2012-07-02

	* CMakeLists.txt, src/baller1.c:
	Enabled some more GCC warnings

	* doc/en/manual.html:
	Improved the English translation of the manual. Thanks to Eero
	Tamminen for the patch.

	* src/psg.c, src/psg.h:
	Dosound does not change the buffer, so make parameter const

2012-04-26

	* cmake/DistClean.cmake:
	Improved distclean target

	* doc/en/manual.html:
	Added the English manual

	* po/de.po, src/baller1.c:
	Translation of the initial player names

2012-04-24

	* doc/CMakeLists.txt, doc/de/anleitung.html:
	Updated the german manual

	* src/baller.dat:
	Moved the position of the last castle a little bit

2012-03-27

	* doc/de/anleitung.html, doc/de/anleitung.txt:
	Convertet anleitung.txt to HTML

2012-03-26

	* doc/authors.txt:
	Added the authors.txt file

	* README.txt:
	English translation of the README file

	* LIESMICH.txt:
	Updated the LIESMICH.txt file

	* src/market.c:
	Made the market dialog a little bit wider so that all languages fit

2012-03-21

	* src/baller1.h, src/music.c, src/music.h, src/screen.c, src/screen.h:
	Some minor cleanups

	* src/ballergui.c:
	Renamed event variable to avoid confusion with event function

	* po/de.po, po/fi.po, src/baller2.c, src/dlgAlert.c:
	Slightly improved the kings dialog

	* src/baller2.c:
	Restory light blue background after shaft tower explosion

	* po/de.po:
	Updated german translation

	* src/baller1.c, src/sdlgui.h, src/settings.c:
	Reworked settings dialog to support both, AI strength and strategy
	settings

2012-03-20

	* src/ballergui.c:
	Show table when pressing 't'

2012-03-19

	* src/baller1.c, src/baller1.h:
	Got rid of t_na array, using cn instead.

	* src/market.c, src/screen.c, src/screen.h:
	Added dedicated functions for saving and restoring screen background
	areas

2012-03-17

	* src/screen.c, src/screen.h:
	Removed form_alert and graf_mouse

2012-03-12

	* src/baller1.c, src/baller2.c, src/screen.c, src/screen.h:
	Replaced movmem with memmove

	* src/screen.c:
	Some more speed optimizations

	* src/baller2.c, src/screen.c, src/screen.h:
	Speed up the cannonball drawing by calling SDL_UpdateRect only once

2012-03-09

	* po/fi.po:
	Eero Tamminen translated the remaining missing Finnish strings

2012-03-08

	* src/baller.dat:
	Added some castles from Ballerburg^2 (by Kolja Koischwitz)

	* src/settings.c:
	Made the castle selection dialog a little bit bigger

	* src/baller1.c, src/baller1.h:
	Made the loading of the castles a little bit more robust

	* po/fi.po:
	Added framework for Finnish translation

	* src/market.c, src/screen.c, src/screen.h, src/sdlgui.c,
	src/sdlgui.h:
	Added function for drawing centered text

2012-03-07

	* po/de.po, src/market.c:
	Proper translation when laying bricks

2012-03-06

	* src/sdlgui.c:
	Fixed translation of radio buttons and check boxes

	* po/de.po, src/baller2.c:
	The messages from the king are now correctly translated

	* src/sdlgui.c:
	The UTF-8 string can also be specified without dash

2012-03-05

	* src/sdlgui.c:
	Convert UTF-8 to latin1 while rendering the font glyphs

2012-02-19

	* src/i18n.h, src/sdlgui.c:
	Add basic gettext support to the SDL-GUI dialogs.

	* src/dlgAlert.c:
	Calculation of the alert dialog button widths was wrong. Now the
	buttons should have the right widths.

2012-02-14

	* CMakeLists.txt, po/CMakeLists.txt, po/de.po:
	Added CMake file for building .po files and added German translation

2012-02-11

	* src/baller1.c, src/baller2.c, src/ballergui.c, src/cannoneer.c,
	src/market.c, src/screen.c, src/sdlgui.c, src/settings.c:
	Translated the strings in the C sources into English. Other
	languages will be handled by gettext later. Thanks to Jens Ropers
	for the English translations.

2012-02-06

	* CMakeLists.txt, cmake/config-cmake.h, src/baller1.c, src/i18n.h:
	Check for libintl.h instead of gettext

2012-02-05

	* CMakeLists.txt, cmake/config-cmake.h, src/baller1.c, src/i18n.h,
	src/paths.c, src/paths.h:
	First steps to support gettext i18n

2011-12-05

	* src/music.c, src/psg.c, src/sdlgui.c:
	Silenced compiler warnings with GCC 4.6

2011-06-28

	* LIESMICH.txt, doc/ballerburg.1, src/baller2.c:
	Updated documentation

2011-06-26

	* CMakeLists.txt, cmake/Uninstall.cmake:
	Added 'uninstall' target

	* src/CMakeLists.txt, src/baller.mus, src/baller1.c, src/baller1.h,
	src/music.c, src/music.h, src/psg.c, src/psg.h:
	Added game-over music.

2011-06-25

	* src/paths.c:
	Disable debug printf

	* cmake/DistClean.cmake:
	Remove Ballerburg-specific files during distclean

	* CMakeLists.txt, cmake/config-cmake.h, doc/CMakeLists.txt,
	src/CMakeLists.txt, src/baller1.c, src/paths.c, src/paths.h:
	Added the possibility to install the game

	* doc/ballerburg.1:
	Dummy manual page

2011-06-23

	* configure:
	Added 'configure' wrapper script

	* src/baller.h, src/baller1.c, src/baller2.c, src/ballergui.c,
	src/cannoneer.c:
	Deleted old GEM related code

2011-06-17

	* src/baller1.c, src/baller1.h, src/baller2.c, src/settings.c,
	src/settings.h:
	Added dialog for selecting the castles

	* src/screen.c:
	Color fine tuning

2011-06-16

	* src/screen.c:
	Smoother edges for the vane box

2011-05-28

	* src/baller1.c, src/baller1.h, src/ballergui.c, src/settings.c,
	src/settings.h:
	Extended the settings dialog

	* src/CMakeLists.txt, src/baller1.c, src/baller2.c, src/ballergui.c,
	src/ballergui.h, src/cannoneer.c, src/market.c, src/settings.c,
	src/settings.h:
	Added first version of the settings dialog, with the possibility to
	select the player types

2011-03-19

	* src/psg.c:
	Changed audio frequency to 22 kHz - since this sounds somewhat more
	original than 44 kHz

	* src/baller1.c:
	Implemented first version of ending screen

	* src/market.c:
	Removed debug code

	* src/CMakeLists.txt, src/baller1.c, src/baller2.c, src/baller2.h,
	src/psg.c, src/psg.h, src/screen.c, src/screen.h:
	Initial sound support via libpsg

2011-02-22

	* CMakeLists.txt, cmake/FindSDL_gfx.cmake, src/CMakeLists.txt:
	Let CMake search for SDL_gfx, too

2011-02-19

	* LIESMICH.txt:
	Added german README file

2011-02-18

	* src/baller1.c, src/baller1.h, src/baller2.c, src/screen.c,
	src/screen.h, src/sdlgui.c, src/sdlgui.h:
	Implemented button for losing a turn

2011-02-05

	* src/screen.c:
	Draw a gradient in the panel

2011-01-25

	* src/baller1.c, src/baller2.c, src/screen.c:
	Print wind speed and other small cosmetic changes

	* src/market.c:
	Small facelift for the market dialog

2011-01-09

	* src/baller1.c:
	Do not exchange digits in print-out

	* src/baller2.c:
	Clear destroyed vane with background color

2011-01-08

	* src/CMakeLists.txt, src/baller1.c, src/baller2.c, src/baller2.h,
	src/market.c, src/market.h:
	Implemented market dialog

	* src/cannoneer.c, src/font10x16.bmp, src/font10x16.h, src/font8x16.h,
	src/font8x16.png, src/screen.c, src/sdlgui.c:
	Implemented v_gtext and switched to a smaller font

2010-12-28

	* src/baller1.c, src/baller1.h, src/baller2.c, src/cannoneer.c,
	src/screen.c, src/screen.h:
	Improved screen drawing ... the castles now look much nicer

2010-12-26

	* src/baller2.c, src/screen.c, src/screen.h:
	Draw the hill with a nice green color

	* src/ballergui.c:
	Wait for events instead of polling to save CPU time

2010-12-02

	* src/baller1.c, src/baller1.h, src/baller2.c, src/dlgAlert.c:
	Silenced most compiler warnings

2010-12-01

	* src/cannoneer.c:
	Call filledCircleColor directly to avoid SDL_UpdateRect of v_circle

2010-11-26

	* src/CMakeLists.txt, src/ballergui.c, src/cannoneer.c:
	Improved cannoneer dialog

	* src/baller1.c, src/baller1.h, src/baller2.c, src/screen.c:
	Cleaned up a little bit

	* src/sdlgui.c, src/sdlgui.h:
	Added the possibility to draw user-defined objects in the GUI

2010-11-21

	* src/baller.h, src/baller1.c, src/baller1.h, src/baller2.c,
	src/ballergui.c, src/ballergui.h, src/dlgAlert.c, src/sdlgui.c:
	Initial version of the cannoneer dialog

2010-11-06

	* CMakeLists.txt, COPYING.txt, cmake/DistClean.cmake,
	cmake/FindMath.cmake, cmake/config-cmake.h, doc/de/anleitung.txt,
	src/CMakeLists.txt, src/baller.dat, src/baller.h, src/baller1.c,
	src/baller1.h, src/baller2.c, src/baller2.h, src/ballergui.c,
	src/ballergui.h, src/dlgAlert.c, src/font10x16.bmp, src/font10x16.h,
	src/screen.c, src/screen.h, src/sdlgui.c, src/sdlgui.h:
	Initial check-in
