2006-11-25  thindil  <thindil@users.sourceforge.net>

	* gnutris.desktop.in, configure.ac, Makefile.am (gnomemenudir): added gnome menu entry

	* data/Makefile.am (gnutris_data_DATA): added gnutrisico.png file

	* src/main.cc (start): add game icon

	* NEWS : release gnutris 0.3 alpha

2006-11-24  thindil  <thindil@users.sourceforge.net>

	* src/misc.cc, data/Makefile.am (gnutris_data_DATA): added pointsbkg.jpg file

	* src/misc.cc, src/block.h, src/block.cc, src/main.cc: add levels 

	* po/en.po, po/pl.po: update translations

2006-11-23  thindil  <thindil@users.sourceforge.net>

	* src/block.h, src/block.cc, src/main.cc, src/misc.h, src/misc.cc: added player points

2006-10-31  thindil  <thindil@users.sourceforge.net>

	* src/mouse.cc (mouse_over): added mouse over on about menu and game menu

	* src/main.cc (main): added button back to about menu

	* po/en.po, po/pl.po: update translations

2006-10-27  thindil  <thindil@users.sourceforge.net>

	* src/mouse.cc, src/mouse.h, Makefile.am, src/main.cc, po/POTFILES.in : drop functions with mouse to another files 

	* src/main.cc (main): fixed bug with pause game

2006-10-26  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (mouse_over): add mouse over on main menu

2006-10-25  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (main): fixed bug with show about menu, drop start game, menus, pause game to states

2006-10-24  thindil  <thindil@users.sourceforge.net>

	* configure.ac: change version number

	* src/main.cc: added enum Gamestates, added quit by mouse button, add function button_pressed()

2006-10-20  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (main): add reset variable myBlock.nextindex

	* src/block.h (class Block): change range of variable nextindex

	* NEWS : release gnutris 0.2 alpha

2006-10-19  gettextize  <bug-gnu-gettext@gnu.org>

	* m4/codeset.m4: New file, from gettext-0.15.
	* m4/gettext.m4: New file, from gettext-0.15.
	* m4/glibc2.m4: New file, from gettext-0.15.
	* m4/glibc21.m4: New file, from gettext-0.15.
	* m4/iconv.m4: New file, from gettext-0.15.
	* m4/intdiv0.m4: New file, from gettext-0.15.
	* m4/intmax.m4: New file, from gettext-0.15.
	* m4/inttypes_h.m4: New file, from gettext-0.15.
	* m4/inttypes-h.m4: New file, from gettext-0.15.
	* m4/inttypes-pri.m4: New file, from gettext-0.15.
	* m4/lcmessage.m4: New file, from gettext-0.15.
	* m4/lib-ld.m4: New file, from gettext-0.15.
	* m4/lib-link.m4: New file, from gettext-0.15.
	* m4/lib-prefix.m4: New file, from gettext-0.15.
	* m4/lock.m4: New file, from gettext-0.15.
	* m4/longdouble.m4: New file, from gettext-0.15.
	* m4/longlong.m4: New file, from gettext-0.15.
	* m4/nls.m4: New file, from gettext-0.15.
	* m4/po.m4: New file, from gettext-0.15.
	* m4/printf-posix.m4: New file, from gettext-0.15.
	* m4/progtest.m4: New file, from gettext-0.15.
	* m4/signed.m4: New file, from gettext-0.15.
	* m4/size_max.m4: New file, from gettext-0.15.
	* m4/stdint_h.m4: New file, from gettext-0.15.
	* m4/uintmax_t.m4: New file, from gettext-0.15.
	* m4/ulonglong.m4: New file, from gettext-0.15.
	* m4/visibility.m4: New file, from gettext-0.15.
	* m4/wchar_t.m4: New file, from gettext-0.15.
	* m4/wint_t.m4: New file, from gettext-0.15.
	* m4/xsize.m4: New file, from gettext-0.15.
	* m4/Makefile.am (EXTRA_DIST): Add the new files.
	* Makefile.am (SUBDIRS): Add po.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config/config.rpath.
	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.

2006-10-18  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (main): change parameters for set_Block() function
	(game_menu): drop set place for next block show to other function

	* src/block.cc: added graphic to blocks
	(coord_Block): drop set coordinates of miniblocks to other function, fixed blocks coords
	(set_Block): add parameter 'screen' add show next block

	* src/block.h (class Block): add variables graph, blockgraph, filename, nextindex, changed type of grid array

	* src/misc.h, src/misc.cc: fixed bug with libraries, add function set_place()

2006-10-17  thindil  <thindil@users.sourceforge.net>

	* data/Makefile.am (gnutris_data_DATA): added blocks graphic files

2006-10-14  thindil  <thindil@users.sourceforge.net>

	* src/Makefile.am (gnutris_SOURCES): drop apply_surface and load_image functions to another file

	* src/main.cc (show_message): better show message

2006-10-13  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (game_menu): redesign in game menu
	(show_message): drop messages in game to another function
	(main): add game pause

	* data/Makefile.am (gnutris_data_DATA): add menubkg2.jpg, button2.jpg

2006-10-11  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (main_menu): add menu background, add buttons, add footer
	(start): change rendering on hardware
	(main): add menu background in about menu

	* data/Makefile.am (gnutris_data_DATA): add menubkg.jpg, button.jpg

	* data/background.jpg: change background

2006-10-10  thindil  <thindil@users.sourceforge.net>

	* src/main.cc : add background to main and about menu

	* data/Makefile.am (gnutris_data_DATA): add background.jpg

2006-10-09  thindil  <thindil@users.sourceforge.net>

	* data/Makefile.am (gnutris_data_DATA): add logo.jpg

	* src/main.cc : add load image function, add game logo

	* src/Makefile.am (gnutris_LDFLAGS): add SDL_image library

	* configure.ac: change version number

2006-10-06  thindil  <thindil@users.sourceforge.net>

	* NEWS : release gnutris 0.1 alpha

2006-10-05  thindil  <thindil@users.sourceforge.net>

	* Makefile.am, configure.ac : drop font to data dir, rewrite configuration scripts

2006-10-04  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (game_menu): add option "restart" to game menu
	(main): add clear screen grid, add end game

	* src/block.cc (class Block): add colission with older blocks, show block after collision
	(fill_Grid): drop fill grid to another function, add delete full lines
	(clear_Grid): add clear screen grid
	(collision_Block): add end game

	* src/block.h (class Block): add screen grid variable, add variable enable, add function fill_Grid, add function clear_Grid, 
	add end game variable

2006-10-02  thindil  <thindil@users.sourceforge.net>

	* src/block.cc (class Block): add show next block, little better colission, fix bug with random block

2006-09-28  thindil  <thindil@users.sourceforge.net>

	* src/Makefile.am: drop class Block to another files

	* src/main.cc (main): add auto move down of block

2006-09-27  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (class Block): add rotation for other blocks, add simple collision

2006-09-26  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (class Block): change start position of block, add functions to rotate block (only line for now)
	(main): add push down of block (on key press)

2006-09-25  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (show_block): fixed show "Z" and "reverseZ" blocks
	(main): drop roll name to show_block function
	(class Block): drop funtion show_block, add class Block
	(main): add movement of block

2006-09-24  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (show_block): add show first block
	(show_block): add other blocks, rewrite function
	(main): add random first block

2006-09-23  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (main): add game menu

2006-09-22  thindil  <thindil@users.sourceforge.net>

	* src/main.cc (main): changes in layout about menu

	* configure.ac: change mail, change version number

2006-09-20  thindil  <thindil@gmail.com>

	* src/main.cc (main_menu): drop main menu to another function
	add about menu in game

2006-09-17  thindil  <thindil@gmail.com>

	* src/main.cc : add main menu in game

2006-09-16  thindil  <thindil@gmail.com>

	* src/main.cc : add fonts, drop start and end to another functions

2006-09-14  thindil  <thindil@gmail.com>

	* src/main.cc : Initial release

