------------------------------------------------------------------------
r430 | waltervn | 2006-09-24 18:13:54 -0300 (Sun, 24 Sep 2006) | 5 lines

	* NEWS: Updated the date.

	* src/dreamchess.c: Fixed crash related to illegal moves introduced
	in r400.

------------------------------------------------------------------------
r429 | krismca | 2006-09-24 14:36:59 -0300 (Sun, 24 Sep 2006) | 2 lines

	* src/ui_sdlgl/texture.c: Disable GL_CLAMP when in BeOS.

------------------------------------------------------------------------
r428 | krismca | 2006-09-24 02:00:55 -0300 (Sun, 24 Sep 2006) | 7 lines

	* src/dreamchess.c: Set BeOS to use a lower resolution by default.
	   src/ui_sdlgl/theme.c: Do not load the mouse cursor if running on BeOS.
	   src/ui_sdlgl/ui_sdlgl.c: Do not load/draw mouse cursor in title on BEOS.
	   src/ui_sdlgl/draw_scene.c: Do not draw mouse cursor in BeOS in game.
	   src/ui_sdlgl/system.c: Skip z-depth check in BeOS.


------------------------------------------------------------------------
r427 | krismca | 2006-09-23 22:57:51 -0300 (Sat, 23 Sep 2006) | 1 line

        * Fixed a GL_CLAMP issue on 3D models.
------------------------------------------------------------------------
r426 | waltervn | 2006-09-23 22:12:49 -0300 (Sat, 23 Sep 2006) | 2 lines

	* pkg/win32/dreamchess.nsi: Reverted SDL_image changes.

------------------------------------------------------------------------
r425 | waltervn | 2006-09-23 21:52:31 -0300 (Sat, 23 Sep 2006) | 2 lines

	* pkg/win32/dreamchess.nsi: Changed installer filename.

------------------------------------------------------------------------
r424 | waltervn | 2006-09-23 21:47:16 -0300 (Sat, 23 Sep 2006) | 2 lines

	* pkg/win32/dreamchess.nsi: Updated version.

------------------------------------------------------------------------
r423 | waltervn | 2006-09-23 21:42:43 -0300 (Sat, 23 Sep 2006) | 2 lines

	* pkg/win32/dreamchess.nsi: Updated for newer version of SDL_image.

------------------------------------------------------------------------
r422 | waltervn | 2006-09-23 21:33:01 -0300 (Sat, 23 Sep 2006) | 3 lines

	* doc/Makefile.am: Added to repository.
	* configure.ac: Updated for doc directory.

------------------------------------------------------------------------
r421 | waltervn | 2006-09-23 21:23:19 -0300 (Sat, 23 Sep 2006) | 4 lines

	* src/Makefile.am: Added more missing files to dist target.

	* README: Changed 'autoreconf' into 'autoreconf -i'.

------------------------------------------------------------------------
r420 | waltervn | 2006-09-23 21:03:43 -0300 (Sat, 23 Sep 2006) | 3 lines

	* pkg/Makefile.am, pkg/win32/Makefile.am: Added to repository.
	* configure.ac: Added dreamchess.nsi to dist target.

------------------------------------------------------------------------
r419 | waltervn | 2006-09-23 10:32:49 -0300 (Sat, 23 Sep 2006) | 5 lines

	* src/dreamchess.c, src/ui_sdlgl/ui_sdlgl.c,
	src/ui_sdlgl/transitions.c: Replaced Dreamchess with DreamChess.

	* NEWS: Some small changes.

------------------------------------------------------------------------
r418 | krismca | 2006-09-22 22:50:35 -0300 (Fri, 22 Sep 2006) | 2 lines

	* src/ui_sdlgl/ui_sdlgl.c,get_move.c: Fixed the fullscreen toggle.

------------------------------------------------------------------------
r417 | krismca | 2006-09-22 22:17:07 -0300 (Fri, 22 Sep 2006) | 2 lines

	* NEWS: Updated for release.

------------------------------------------------------------------------
r416 | waltervn | 2006-09-22 21:33:47 -0300 (Fri, 22 Sep 2006) | 2 lines

	* src/dreamer/repetition.c: Hack for dreamer crash.

------------------------------------------------------------------------
r415 | krismca | 2006-09-22 20:50:57 -0300 (Fri, 22 Sep 2006) | 2 lines

	* configure.ac: Changed version to 0.1.0 from 0.1.0-rc1

------------------------------------------------------------------------
r414 | krismca | 2006-09-22 18:33:42 -0300 (Fri, 22 Sep 2006) | 3 lines

	* src/ui_sdlgl/texture.c: Changed texture wrapping to GL_CLAMP.
  

------------------------------------------------------------------------
r413 | waltervn | 2006-09-22 18:08:59 -0300 (Fri, 22 Sep 2006) | 3 lines

	* src/ui_sdlgl/system.c (go_3d): Fixed 3D view when using a
	different screen aspect ratio.

------------------------------------------------------------------------
r412 | krismca | 2006-09-22 17:50:46 -0300 (Fri, 22 Sep 2006) | 5 lines

	* src/ui_sdlgl/ui_sdlgl.c: Added fullscreen toggle.
	  src/ui_sdlgl/get_move.c: Added fullscreen toggle.
	  README: Updated commandline info.
	  man/dreamchess.6: Updated commandline info.

------------------------------------------------------------------------
r411 | krismca | 2006-09-22 17:22:09 -0300 (Fri, 22 Sep 2006) | 3 lines

	* Added in screen resolution selection. Fixed mouse to behave 
	  properly at non 640x480 resolutions. Fullscreen option.

------------------------------------------------------------------------
r410 | krismca | 2006-09-21 19:33:39 -0300 (Thu, 21 Sep 2006) | 2 lines

	* Added a batch of new debug messages.

------------------------------------------------------------------------
r409 | waltervn | 2006-09-20 21:29:55 -0300 (Wed, 20 Sep 2006) | 2 lines

	* src/comm_win32.c: Build fix.

------------------------------------------------------------------------
r408 | waltervn | 2006-09-20 21:01:48 -0300 (Wed, 20 Sep 2006) | 2 lines

	* src/dreamer/search.c: Cleaned up the file a bit.

------------------------------------------------------------------------
r407 | waltervn | 2006-09-20 20:51:50 -0300 (Wed, 20 Sep 2006) | 10 lines

	* src/commands.c, src/dreamer/move.c, src/dreamer/dreamer.c,
	src/dreamer/hashing.c, src/dreamer/dreamer.h, src/dreamer/board.c,
	src/dreamer/board.h, src/board.c: Fixed 'en-passent' typo (I was
	never any good at French...)

	* src/dreamer/search.c, src/dreamer/transposition.c,
	src/dreamer/transposition.h, src/dreamer/repetition.c: Fixed bugs
	related to mates and draws in the transposition table.
	

------------------------------------------------------------------------
r406 | waltervn | 2006-09-11 19:56:51 -0300 (Mon, 11 Sep 2006) | 6 lines

	* src/dreamchess.c, src/board.c: A few small changes to debug
	output.

	* src/dreamer/commands.c, src/dreamer/board.c: Added support for the
	'setboard' command.

------------------------------------------------------------------------
r405 | krismca | 2006-09-10 23:41:03 -0300 (Sun, 10 Sep 2006) | 2 lines

	* src/ui_sdlgl/theme.c: Fixed the theme loading messages.

------------------------------------------------------------------------
r404 | waltervn | 2006-09-10 23:34:07 -0300 (Sun, 10 Sep 2006) | 3 lines

	* src/libs/san_parse.y, src/board.c: Fixed two bugs related to
	promotion moves in SAN notation.

------------------------------------------------------------------------
r403 | krismca | 2006-09-10 22:19:55 -0300 (Sun, 10 Sep 2006) | 2 lines

	* src/ui-sdlgl/ui_sdlgl_3d.c: Changed a warning to a log.

------------------------------------------------------------------------
r402 | krismca | 2006-09-10 22:16:34 -0300 (Sun, 10 Sep 2006) | 3 lines

	* src/ui_sdlgl/theme.c: Name the themes as they load.
	  src/ui_sdlgl/saveload_dialog: Removed a log message.

------------------------------------------------------------------------
r401 | krismca | 2006-09-10 22:08:57 -0300 (Sun, 10 Sep 2006) | 2 lines

	* src/ui_sdlgl: Changed instances of print to new debug stuff.

------------------------------------------------------------------------
r400 | waltervn | 2006-09-10 21:37:06 -0300 (Sun, 10 Sep 2006) | 11 lines

	* src/debug.c, src/debug.h: Added to repository.
	* src/Makefile.am: Updated.
	* configure.ac: Added checks for varags macros.

	* src/dreamchess.c, man/dreamchess.6, man/dreamer.6: Added verbosity
	argument. Updated help and manpages.

	* src/comm_win32.c, src/board.c, src/comm.c: Added debug messages.

	* src/main.c: Moved startup message to dreamchess.c.

------------------------------------------------------------------------
r399 | waltervn | 2006-09-09 08:14:57 -0300 (Sat, 09 Sep 2006) | 2 lines

	* README: Updated Dreamcast build instructions.

------------------------------------------------------------------------
r398 | krismca | 2006-09-05 21:27:44 -0300 (Tue, 05 Sep 2006) | 2 lines

	* src/ui_sdlgl/title_dialog.c: Custom theme selection fixed.

------------------------------------------------------------------------
r397 | krismca | 2006-09-05 21:06:19 -0300 (Tue, 05 Sep 2006) | 3 lines

	* src/ui_sdlgl/ui_sdlgl.c: Fixed the theme loading from skipping 
				   first entry.

------------------------------------------------------------------------
r396 | waltervn | 2006-09-04 22:31:57 -0300 (Mon, 04 Sep 2006) | 2 lines

	* src/configure.ac: Changed version to 0.1.0-rc1

------------------------------------------------------------------------
r394 | krismca | 2006-09-04 22:16:30 -0300 (Mon, 04 Sep 2006) | 3 lines

	* src/ui_sdlgl/system.c: Changed the Depth warning message.
	  data/styles/sketch/border.png: Made middle of dialog darker.

------------------------------------------------------------------------
r393 | krismca | 2006-09-04 22:09:25 -0300 (Mon, 04 Sep 2006) | 2 lines

	* src/ui_sdlgl/saveload_dc.c: Fixed pallete entry for dcicon.

------------------------------------------------------------------------
r392 | waltervn | 2006-09-04 21:56:26 -0300 (Mon, 04 Sep 2006) | 8 lines

	* src/libs/gamegui/dialog.c, src/libs/gamegui/system.c: BeOS
	compile fixes.

	* src/board.c: Removed "More than one SAN match found" message.

	* Makefile.am: Changed -wholename option to -name for older versions
	of find.

------------------------------------------------------------------------
r390 | waltervn | 2006-09-04 20:22:08 -0300 (Mon, 04 Sep 2006) | 2 lines

	* src/ui_sdlgl/saveload_dc.c: Updated icons.

------------------------------------------------------------------------
r388 | krismca | 2006-09-04 19:46:47 -0300 (Mon, 04 Sep 2006) | 5 lines

	* data/styles/sketch/backdrop.png: Made the paper more obvious.
	  data/styles/*/backdrop: Dropped colour count to be 16bit 
	  data/menu_title.png: Dropped colour count.
friendly.

------------------------------------------------------------------------
r384 | waltervn | 2006-09-04 00:01:54 -0300 (Mon, 04 Sep 2006) | 2 lines

	* autogen.sh: Removed in favour of autoreconf.

------------------------------------------------------------------------
r383 | waltervn | 2006-09-03 23:59:11 -0300 (Sun, 03 Sep 2006) | 4 lines

	* pkg/win32/dreamchess.nsi: Fixed check for being already installed.

	* configure.ac: Build fix for win32.

------------------------------------------------------------------------
r382 | krismca | 2006-09-03 23:24:40 -0300 (Sun, 03 Sep 2006) | 2 lines

	* src/ui_sdlgl/ui_sdlgl.c: Removed version info from window title.

------------------------------------------------------------------------
r381 | krismca | 2006-09-03 23:19:45 -0300 (Sun, 03 Sep 2006) | 4 lines

	* src/ui_sdlgl/ui_sdlgl.c: VMU icon refresh entering menu.
	  src/ui_sdlgl/draw_shape.c: Added draw_tri for dreamcast.
	  src/ui_sdlgl/transitions.c: Adjusted sonic fade 'spike' shadows.

------------------------------------------------------------------------
r380 | krismca | 2006-09-03 22:58:22 -0300 (Sun, 03 Sep 2006) | 3 lines

	* src/ui_sdlgl/ui_sdlgl.c: Version info in window title. DC egg
		 		   triggering fixed.

------------------------------------------------------------------------
r379 | krismca | 2006-09-03 22:47:10 -0300 (Sun, 03 Sep 2006) | 2 lines

	* src/ui_sdlgl/ui_sdlgl.c: Egg check looks for joystick.

------------------------------------------------------------------------
r378 | krismca | 2006-09-03 22:30:24 -0300 (Sun, 03 Sep 2006) | 2 lines

	* Changed the way the egg is triggered to be DC useable.

------------------------------------------------------------------------
r377 | krismca | 2006-09-03 21:30:47 -0300 (Sun, 03 Sep 2006) | 2 lines

	* src/ui_sdlgl/ui_sdlgl.c: Egg via gamepad.

------------------------------------------------------------------------
r376 | krismca | 2006-09-03 21:13:56 -0300 (Sun, 03 Sep 2006) | 2 lines

	* src/ui_sdlgl/ingame_ui.c: Changed captured list behavior.

------------------------------------------------------------------------
r375 | krismca | 2006-09-03 21:06:12 -0300 (Sun, 03 Sep 2006) | 2 lines

	* src/ui_sdlgl/: Dialog entries with '..' made more consistant.

------------------------------------------------------------------------
r374 | krismca | 2006-09-03 20:55:36 -0300 (Sun, 03 Sep 2006) | 2 lines

	* src/ui_sdlgl/title_dialog.c: Theme dialogs now match in width.

------------------------------------------------------------------------
r373 | krismca | 2006-09-03 20:44:06 -0300 (Sun, 03 Sep 2006) | 2 lines

	* src/pgn_parser.y: Removed printfs.

------------------------------------------------------------------------
r372 | krismca | 2006-09-03 20:07:56 -0300 (Sun, 03 Sep 2006) | 2 lines

	* src/ui_sdlgl/saveload_dialog.c: Fixed status messages on the DC.

------------------------------------------------------------------------
r371 | waltervn | 2006-09-03 19:54:29 -0300 (Sun, 03 Sep 2006) | 8 lines

	* src/include/gamegui/bin.h, src/include/gamegui/Makefile.am,
	src/libs/gamegui/dialog.c, src/libs/gamegui/option.c,
	src/libs/gamegui/label.c, src/libs/gamegui/viewport.c,
	src/libs/gamegui/system.c, src/ui_sdlgl/Makefile.am,
	src/ui_sdlgl/ui_sdlgl_3d.c: Fixed compiler warnings and dist target.

	* desktop/Makefile.am: Do not install desktop icon.

------------------------------------------------------------------------
r370 | krismca | 2006-09-03 17:37:37 -0300 (Sun, 03 Sep 2006) | 2 lines

	* Fixed warnings.

------------------------------------------------------------------------
r369 | krismca | 2006-09-03 17:06:05 -0300 (Sun, 03 Sep 2006) | 2 lines

	* src/ui_sdlgl/saveload_dialog.c: Fixed messages for the DC.

------------------------------------------------------------------------
r368 | krismca | 2006-09-03 16:58:49 -0300 (Sun, 03 Sep 2006) | 5 lines

	* src/ui_sdlgl/message_dialog.c: Removed 'header' message.
	  src/ui_sdlgl/saveload_dialog.c: Display feedback when saving.
	  src/ui_sdlgl/xmlsavefile.c: Make sure the file is writable 
				      before saving.

------------------------------------------------------------------------
r367 | krismca | 2006-09-03 16:22:24 -0300 (Sun, 03 Sep 2006) | 3 lines

	* src/ui_sdlgl/title_dialog.c: Game configs now sync with dialog.
	  src/main.c: Added a startup message.

------------------------------------------------------------------------
r366 | krismca | 2006-09-03 15:21:45 -0300 (Sun, 03 Sep 2006) | 2 lines

	* data/styles: Fixed some edging issues with the glowing.

------------------------------------------------------------------------
r365 | krismca | 2006-09-03 14:57:53 -0300 (Sun, 03 Sep 2006) | 3 lines

	* src/ui_sdlgl/ingame_ui.c: Healthbar now promotion safe. Fixed 
			            a bug in the white capture list. 

------------------------------------------------------------------------
r364 | krismca | 2006-09-03 13:00:25 -0300 (Sun, 03 Sep 2006) | 2 lines

	* data/styles/: Added glow to the remaining styles pieces.

------------------------------------------------------------------------
r363 | krismca | 2006-09-03 12:51:02 -0300 (Sun, 03 Sep 2006) | 3 lines

	* src/ui_sdlgl/ui_sdlgl_3d.c: Changed select_piece to accept 0.
	  data/styles/default/pieces.png: Added glow to pieces.

------------------------------------------------------------------------
r362 | krismca | 2006-09-03 12:46:47 -0300 (Sun, 03 Sep 2006) | 2 lines

	src/ui_sdlgl/saveload_dc.c: Inverted VMU egg icon colours.

------------------------------------------------------------------------
r360 | krismca | 2006-09-02 17:20:33 -0300 (Sat, 02 Sep 2006) | 3 lines

	* src/ui_sdlgl/ui_sdlgl.c: Update VMU icon on the DC before game.
	  src/ui_sdlgl/saveload_dc.c: Added egg VMU icon.

------------------------------------------------------------------------
r359 | krismca | 2006-09-02 13:06:27 -0300 (Sat, 02 Sep 2006) | 2 lines

	* src/ui_sdlgl/saveload_dc.c: Improved vmuicon.

------------------------------------------------------------------------
r358 | krismca | 2006-09-02 02:14:08 -0300 (Sat, 02 Sep 2006) | 3 lines

	* data/pieces/classiclow/black.png: Darker black pieces.
	  data/pieces/classicbw/black.png: Black/red colouration.

------------------------------------------------------------------------
r357 | krismca | 2006-09-02 02:09:12 -0300 (Sat, 02 Sep 2006) | 2 lines

	* src/dreamchess.c: Removed useless/bug enducing check from game_load.

------------------------------------------------------------------------
r356 | waltervn | 2006-09-02 00:33:57 -0300 (Sat, 02 Sep 2006) | 3 lines

	* src/ui_sdlgl/saveload_dc.c: Fixed error code checking of
	fs_load() calls.

------------------------------------------------------------------------
r355 | waltervn | 2006-09-02 00:16:58 -0300 (Sat, 02 Sep 2006) | 2 lines

	* src/ui_sdlgl/saveload_dc.c: Rotated VMU icon.

------------------------------------------------------------------------
r353 | waltervn | 2006-09-01 21:27:56 -0300 (Fri, 01 Sep 2006) | 3 lines

	* src/ui_sdlgl/ui_sdlgl.c, src/ui_sdlgl/saveload_dc.c,
	src/ui_sdlgl/ui_sdlgl.h: Added VMU icon.

------------------------------------------------------------------------
r350 | waltervn | 2006-08-31 23:56:21 -0300 (Thu, 31 Aug 2006) | 3 lines

	* src/ui_sdlgl/saveload_dialog.c: Added a missing #ifdef
	_arch_dreamcast.

------------------------------------------------------------------------
r349 | waltervn | 2006-08-31 23:54:44 -0300 (Thu, 31 Aug 2006) | 7 lines

	* src/dir.c: Changed Dreamcast userdir to /ram.
	* src/ui_sdlgl/saveload_dc: Added to repository.
	* src/ui_sdlgl/ui_sdlgl.h: Updated.
	* src/ui_sdlgl/saveload_dialog.c: Store and restore savegames on
	VMU.
	* src/ui_sdlgl/Makefile.am: Updated.

------------------------------------------------------------------------
r348 | krismca | 2006-08-30 14:59:10 -0300 (Wed, 30 Aug 2006) | 3 lines

	* src/ui_sdlgl/title_dialog: Fixed a few bugs with theme selection.
	  src/ui_sdlgl/ingame_dialog.c: Added 'Return to Game' to move options.

------------------------------------------------------------------------
r347 | waltervn | 2006-08-29 22:46:50 -0300 (Tue, 29 Aug 2006) | 3 lines

	* src/include/Makefile.am, src/ui_sdlgl/ui_sdlgl.c: Display
	subversion revision number.

------------------------------------------------------------------------
r346 | krismca | 2006-08-29 02:52:35 -0300 (Tue, 29 Aug 2006) | 2 lines

	* src/ui_sdlgl/title_dialog.c: Reworked the dialogs.

------------------------------------------------------------------------
r345 | waltervn | 2006-08-28 21:43:18 -0300 (Mon, 28 Aug 2006) | 11 lines

	* src/history.c, src/dreamchess.c, src/ui_sdlgl/saveload_dialog.c,
	src/ui_sdlgl/system.c, src/ui_sdlgl/ui_sdlgl_3d.c, src/board.c:
	Fixed memory and file descriptor leaks.

	* src/ui_sdlgl/ui_sdlgl.c: Poll events during fading. Fixed memory
	leaks.

	* src/ui_sdlgl/get_move.c: Fixed speed of moving board with mouse.

	* src/ui_sdlgl/ui_sdlgl.h: Set FPS limit to 60.

------------------------------------------------------------------------
r344 | waltervn | 2006-08-28 16:37:46 -0300 (Mon, 28 Aug 2006) | 9 lines

	* src/include/gamegui/dialog.h, src/libs/gamegui/dialog.c,
	src/libs/gamegui/system.c: Close all dialogs when shutting down.

	* src/ui_sdlgl/ui_sdlgl.h: Added draw_sonic_fade().

	* src/ui_sdlgl/ui_sdlgl.c: Rewrote title menu loop.

	* src/credits.c: Added '3D Modelling' category.

------------------------------------------------------------------------
r343 | waltervn | 2006-08-27 21:20:14 -0300 (Sun, 27 Aug 2006) | 2 lines

	* src/ui_sdlgl/transitions.c: Put Dreamcast fix back in.

------------------------------------------------------------------------
r342 | krismca | 2006-08-27 21:12:10 -0300 (Sun, 27 Aug 2006) | 2 lines

	* data/pieces/classicbw/black.png: Yet another recolouring.

------------------------------------------------------------------------
r341 | waltervn | 2006-08-27 20:55:48 -0300 (Sun, 27 Aug 2006) | 12 lines

	* src/include/gamegui/system.h, src/libs/gamegui/system.c: Added
	gg_system_exit() function.

	* src/libs/gamegui/dialog.c: Removed default style. Fixed memory
	leak.
	* src/libs/gamegui/container.c, src/ui_sdlgl/theme.c,
	src/ui_sdlgl/ui_sdlgl.c, src/ui_sdlgl/xmlsavefile.c: Fixed memory
	leaks.

	* src/ui_sdlgl/saveload_dialog.c: Do not reload xml files when slot
	is changed in dialog.

------------------------------------------------------------------------
r340 | krismca | 2006-08-27 18:56:39 -0300 (Sun, 27 Aug 2006) | 2 lines

	* data/pieces/classicbw: Yet another attempt at marble.

------------------------------------------------------------------------
r339 | krismca | 2006-08-27 17:02:01 -0300 (Sun, 27 Aug 2006) | 3 lines

	* data/pieces/classiclow: More wood looking textures.
	  data/pieces/classicbw: Black pieces darker.

------------------------------------------------------------------------
r338 | waltervn | 2006-08-27 16:58:08 -0300 (Sun, 27 Aug 2006) | 7 lines

	* src/ui_sdlgl/ui_sdlgl.h, src/ui_sdlgl/saveload_dialog.c,
	src/ui_sdlgl/xmlsavefile.c: Fixed array out of bounds issue
	regarding savegame slots.

	* src/ui_sdlgl/ui_sdlgl.c: Don't display loading message during fade
	out.

------------------------------------------------------------------------
r337 | krismca | 2006-08-27 16:28:41 -0300 (Sun, 27 Aug 2006) | 2 lines

	* src/ui_sdlgl/xmlsavefile.c: Saves the month proper.

------------------------------------------------------------------------
r336 | krismca | 2006-08-27 15:42:49 -0300 (Sun, 27 Aug 2006) | 2 lines

	* src/ui_sdlgl/xmlsavefile.c: Fixed a bug in the game save code.

------------------------------------------------------------------------
r335 | krismca | 2006-08-26 18:29:54 -0300 (Sat, 26 Aug 2006) | 11 lines

	* src/libs/gamegui/system.c: Changed black text to draw grey shadow.
	  data/styles/sketch/backdrop.png: Changed to paper backdrop.
	  data/styles/sketch/pieces.png: Removed stray pixels.
	  data/styles/metal/border.png: Darkened the middle.
	  data/styles/default/border.png: Stronger glow.
   	  data/styles/elements/border.png: Darkened the center, added alpha.
    	  data/themes/default.xml: Renamed 'classic b&W' to 'Classis Marble'
      	  data/pieces/metal/black.png,white.png: More metal like appearance.
    	  data/pieces/classiclow/black.png,white.png: More wooden appearance.
    	  data/pieces/classicbw/black.png: Marble textures.

------------------------------------------------------------------------
r334 | krismca | 2006-08-26 17:42:35 -0300 (Sat, 26 Aug 2006) | 6 lines

	* src/libs/gamegui/option.c, label.c: Changed colours.
	  src/ui_sdlgl/ingame_dialog.c: Added 'back..' menu option.
	  src/ui_sdlgl/credits.c: Changed colours.
	  data/pieces/classiclow: Changed textures.
	  data/pieces/classicbw: Changed textures.

------------------------------------------------------------------------
r333 | waltervn | 2006-08-26 17:21:38 -0300 (Sat, 26 Aug 2006) | 10 lines

	* src/include/minizip/ioapi.h, src/include/minizip/zip.h,
	src/include/minizip/Makefile.am, src/include/minizip/unzip.h,
	src/libs/minizip/ioapi.c, src/libs/minizip/zip.c,
	src/libs/minizip/unzip.c, src/libs/minizip/ioapi.h,
	src/libs/minizip/Makefile.am: Added minizip library.

	* src/include/Makefile.am, src/libs/Makefile.am, src/Makefile.am,
	configure.ac: Updated for added files.


------------------------------------------------------------------------
r332 | krismca | 2006-08-26 16:14:01 -0300 (Sat, 26 Aug 2006) | 2 lines

	* src/ui_sdlgl/transitions.c: Fixed? a bug in the sonic fade out.

------------------------------------------------------------------------
r331 | krismca | 2006-08-26 15:58:37 -0300 (Sat, 26 Aug 2006) | 3 lines

	* src/ui_sdlgl/ui_sdlgl.c: Sonic fade out with egg enabled.
	  src/ui_sdlgl/transitions.c: Sonic fade now behaves proper.

------------------------------------------------------------------------
r330 | waltervn | 2006-08-26 00:11:07 -0300 (Sat, 26 Aug 2006) | 9 lines

	* src/libs/gamegui/dialog.c: Allow child without input function.

	* src/ui_sdlgl/ui_sdlgl.c: Disabled virtual keyboard. Changed
	version number text. Changed loading text.

	* src/ui_sdlgl/text.c: Take scale into account when right-aligning.

	* src/credits.c: Removed version number.

------------------------------------------------------------------------
r328 | krismca | 2006-08-25 22:06:02 -0300 (Fri, 25 Aug 2006) | 3 lines

	* src/ui_sdlgl/*: Added sonic 'egg'. 
	  data/styles/metal: Added metal style.

------------------------------------------------------------------------
r327 | waltervn | 2006-08-25 21:45:28 -0300 (Fri, 25 Aug 2006) | 7 lines

	* src/ui_sdlgl/texture.c, src/ui_sdlgl/ui_sdlgl.h,
	src/ui_sdlgl/draw_shape.c, src/ui_sdlgl/system.c: Fixed a
	z-coordinate issue on Dreamcast.

	* src/ui_sdlgl/transitions.c: Fixed eternal fading.
	

------------------------------------------------------------------------
r326 | krismca | 2006-08-25 21:09:08 -0300 (Fri, 25 Aug 2006) | 5 lines

	* src/ui_sdlgl/title_dialog.c,
	  src/ui_sdlgl/ui_sdlgl.c,
	  src/ui_sdlgl/ui_sdlgl.h: Bug fix when 'custom' theme selected 
	      and returning to the title menu. 

------------------------------------------------------------------------
r325 | krismca | 2006-08-25 20:38:30 -0300 (Fri, 25 Aug 2006) | 5 lines

	* src/libs/gamegui/option.c, label.c: Changed colours.
          data/themes/default.xml: Renamed/added to default themes.
	  data/menu_title.png: Improved the moon.
	  data/boards/classic-old: Removed the old board.

------------------------------------------------------------------------
r324 | krismca | 2006-08-25 20:13:12 -0300 (Fri, 25 Aug 2006) | 3 lines

	* Added 'metal' theme. Changed default board colouring. 
	  Changed the sketch cursor to the default one. 

------------------------------------------------------------------------
r323 | waltervn | 2006-08-23 21:14:13 -0300 (Wed, 23 Aug 2006) | 7 lines

	* Makefile.am: Removed -Wall -Werror.

	* README: Fixed a few spelling errors.

	* Makefile.am: Now uses find instead of a directory list.


------------------------------------------------------------------------
r322 | krismca | 2006-08-23 16:43:44 -0300 (Wed, 23 Aug 2006) | 5 lines

	* src/libs/gamegui/option.c, label.c: Changed text colour.
	  src/ui_sdlgl/credits.c: Changed caption colour.
	  data/styles/sketch/border.png: Added alpha.
	  data/styles/default/backdrops: Space backdrop from title.

------------------------------------------------------------------------
r321 | krismca | 2006-08-23 01:07:55 -0300 (Wed, 23 Aug 2006) | 4 lines

	* src/ui_sdlgl/ui_sdlgl.c: Added version to title screen.
	  src/ui_sdlgl/draw_scene.c: Removed 'in check' message.
          src/ui_sdlgl/ingame_ui.c: Added 'in check' message to name.

------------------------------------------------------------------------
r320 | krismca | 2006-08-23 00:48:56 -0300 (Wed, 23 Aug 2006) | 3 lines

	* src/ui_sdlgl/ingame_ui.c: Darker health bars, added border.
	  data/styles/default/border.png: Changed the middle to blue.

------------------------------------------------------------------------
r319 | krismca | 2006-08-23 00:12:41 -0300 (Wed, 23 Aug 2006) | 2 lines

	* src/ui_sdlgl/ingame_ui.c: Changed the health bar colours.

------------------------------------------------------------------------
r318 | krismca | 2006-08-22 23:58:15 -0300 (Tue, 22 Aug 2006) | 7 lines

	* src/libs/gamegui/option.c,label.c: Changed default colours.
	  src/ui_sdlgl/draw_scene.c: Removed various borders.
	  src/ui_sdlgl/ingame_ui.c: Moved health bars/names.
	  src/credits.c: Updated game credits.
	  data/styles/default/border.png: Tweaked default border.
	  data/styles/default/pieces.png: Realigned black avatar.

------------------------------------------------------------------------
r317 | krismca | 2006-08-22 20:32:53 -0300 (Tue, 22 Aug 2006) | 5 lines

	* AUTHORS: Added melancholy
	  src/libs/gamegui/dialog.c: Fixed dialog border rendering.
	  src/ui_sdlgl/load_data.c: Changed border to use GL_NEAREST.
	  data/styles/default/border.png: A more space looking border.

------------------------------------------------------------------------
r316 | krismca | 2006-08-21 20:41:28 -0300 (Mon, 21 Aug 2006) | 4 lines

	* data/pieces/classicbw: Added new pieces theme.
	  data/boards/classic: Changed the default board.
	  data/boards/classic-old: Moved classic board to classic-old.

------------------------------------------------------------------------
r315 | krismca | 2006-08-21 20:05:23 -0300 (Mon, 21 Aug 2006) | 4 lines

	* AUTHORS,README: Updated for first release.
	  data/menu_title.c: New background, new moon.
	  data/boards/elements/board: Tweaked the border.  

------------------------------------------------------------------------
r314 | waltervn | 2006-08-21 19:59:32 -0300 (Mon, 21 Aug 2006) | 5 lines

	* src/include/gamegui/queue.h: Removed <sys/cdefs.h> #include. Added
	#undefs to prevent name clashes with system headers.

	* src/Makefile.am: Fixed linking order.

------------------------------------------------------------------------
r313 | waltervn | 2006-08-08 21:14:15 -0300 (Tue, 08 Aug 2006) | 12 lines

	* src/include/gamegui/dialog.h, src/libs/gamegui/dialog.c: Added 
	dialog moving and switching.

	* src/ui_sdlgl/message_dialog.c, src/ui_sdlgl/promote_dialog.c, 
	src/ui_sdlgl/vkeyboard.c: Set dialog style.

	* src/ui_sdlgl/get_move.c: Fixed event polling bug.

	* src/ui_sdlgl/gamegui_driver.c: Added mouse button up events.

	* src/ui_sdlgl/ui_sdlgl.c: Removed loading text when fading out.

------------------------------------------------------------------------
r312 | waltervn | 2006-08-08 12:36:25 -0300 (Tue, 08 Aug 2006) | 4 lines

	* src/ui_sdlgl/gamegui_driver.c: Fixed mouse button down event.
	* src/ui_sdlgl/ui_sdlgl.c: Ignore mouse move events for 
	opening message.

------------------------------------------------------------------------
r311 | waltervn | 2006-08-08 12:19:46 -0300 (Tue, 08 Aug 2006) | 15 lines

	* src/include/gamegui/dialog.h, src/libs/gamegui/dialog.c: 
	Removed support for untextured dialogs. Removed 
	gg_dialog_mouse_movement() in favour of GG_MOUSE_MOVE event.
	* src/ui_sdlgl/text.c: Moved shadow drawing to text_draw_char().

	* src/libs/gamegui/widget.c: Fixed warning.

	* src/ui_sdlgl/ui_sdlgl.c, src/ui_sdlgl/get_move.c, 
	src/ui_sdlgl/draw_scene.c, src/ui_sdlgl/gamegui_driver.c: 
	Updated for API changes.

	* src/Makefile.am: Fixed dependency bug caused by missing 
	backslash.


------------------------------------------------------------------------
r310 | krismca | 2006-08-08 07:09:16 -0300 (Tue, 08 Aug 2006) | 2 lines

	* Renamed ui_driver.c to ui_sdl_gl.c, removing the old sdl_gl.c.

------------------------------------------------------------------------
r309 | krismca | 2006-08-08 07:04:14 -0300 (Tue, 08 Aug 2006) | 2 lines

	* Broke ui_sdlgl.c down into seperate files.

------------------------------------------------------------------------
r308 | krismca | 2006-08-06 17:57:34 -0300 (Sun, 06 Aug 2006) | 2 lines

	* src/ui_sdlgl.c: Added fade-out in title/game.

------------------------------------------------------------------------
r307 | krismca | 2006-08-06 02:36:02 -0300 (Sun, 06 Aug 2006) | 2 lines

	* src/ui_sdlgl.c: Added fade-in transition to title/game.

------------------------------------------------------------------------
r306 | waltervn | 2006-08-05 23:31:08 -0300 (Sat, 05 Aug 2006) | 2 lines

	* src/include/gamegui/queue.h: Imported queue.h from FreeBSD.

------------------------------------------------------------------------
r305 | waltervn | 2006-08-05 23:30:00 -0300 (Sat, 05 Aug 2006) | 12 lines

	* src/include/gamegui/dialog.h, src/libs/gamegui/dialog.c,
	src/include/gamegui/widget.h, src/libs/gamegui/widget.c:
	Added support for multiple open dialogs. Dialogs can now have a
	parent dialog. Autohiding flag replaces old dialog stack
	semantics.

	* src/include/gamegui/system.h, src/libs/gamegui/system.c: 
	Run-time widget type check now also catches NULL.

	* src/ui_sdlgl.c: Updated for API changes.


------------------------------------------------------------------------
r304 | waltervn | 2006-08-03 15:04:11 -0300 (Thu, 03 Aug 2006) | 14 lines

	Merged in modifications from Kris' gamegui fork:

	* src/include/gamegui/system.h, src/libs/gamegui/system.c: 
	Added gradient fill. Added text shadow.
	* src/libs/gamegui/label.c: Removed text shadow.
	* src/include/gamegui/dialog.h, src/libs/gamegui/dialog.c:
	Added titlebar support. Removed border shadow.
	* data/styles/default/border.png: Added border shadow.

	* src/include/gamegui/widget.h: Added mouse button up and mouse 
	move event types.

	* src/ui_sdlgl.c: Updated.

------------------------------------------------------------------------
r303 | waltervn | 2006-08-01 06:44:14 -0300 (Tue, 01 Aug 2006) | 6 lines

	* src/libs/gamegui/dialog.c: Do not pass on out-of-bounds mouse 
	events.

	* src/libs/gamegui/hbox.c, src/libs/gamegui/vbox.c: Fixed OB1 in 
	focus setting.

------------------------------------------------------------------------
r302 | waltervn | 2006-07-30 23:08:57 -0300 (Sun, 30 Jul 2006) | 4 lines

	* src/libs/gamegui/hbox.c, src/libs/gamegui/vbox.c, 
	src/libs/gamegui/container.c: Set container enabled flag at 
	widget addition time.

------------------------------------------------------------------------
r301 | krismca | 2006-07-30 16:26:23 -0300 (Sun, 30 Jul 2006) | 2 lines

	* gamegui/image.c: Fixed a bug in the image widget rendering.

------------------------------------------------------------------------
r300 | waltervn | 2006-07-30 08:35:31 -0300 (Sun, 30 Jul 2006) | 6 lines

	* src/include/gamegui.h: Added viewport.h

	* src/include/gamegui/viewport.h, src/libs/gamegui/viewport.c: 
	Fixed mouse and keyboard events.


------------------------------------------------------------------------
r299 | krismca | 2006-07-23 22:55:58 -0300 (Sun, 23 Jul 2006) | 2 lines

	* data/: Added new temporary title screen. New Elements board.

------------------------------------------------------------------------
r298 | krismca | 2006-07-23 22:35:43 -0300 (Sun, 23 Jul 2006) | 6 lines

	* src/ui_sdlgl.c: Added drop shadows to UI elements.
	  src/libs/gamegui/dialog.c: Fixed a border bug. Drop shadows.
	  src/libs/gamegui/option.c: Changed some colour values.
	  src/libs/gamegui/label.c: Changed some colour values.
	  src.ui_sdlgl_3d.c: Tweaked selector.	

------------------------------------------------------------------------
r297 | waltervn | 2006-06-14 17:21:04 -0300 (Wed, 14 Jun 2006) | 2 lines

	* src/ui_sdlgl.c: Removed last remnants of typing animation.

------------------------------------------------------------------------
r296 | krismca | 2006-06-14 11:19:55 -0300 (Wed, 14 Jun 2006) | 2 lines

	* src/ui_sdlgl_3d.c: Fixed a bug in the texture spin stuff.

------------------------------------------------------------------------
r295 | krismca | 2006-04-25 17:09:57 -0300 (Tue, 25 Apr 2006) | 2 lines

	* ui_sdlgl.c: ATI message. Added edges to board textures.

------------------------------------------------------------------------
r294 | waltervn | 2006-04-23 20:23:50 -0300 (Sun, 23 Apr 2006) | 4 lines

	* data/boards/classic/board.dcm, data/boards/sketch/board.dcm,
	data/boards/elements/board.dcm: Rotated UV coordinates.


------------------------------------------------------------------------
r292 | waltervn | 2006-04-23 19:43:24 -0300 (Sun, 23 Apr 2006) | 3 lines

	* data/boards/classic/board.dcm, data/boards/sketch/board.dcm,
	data/boards/elements/board.dcm: Fixed UV coordinates.

------------------------------------------------------------------------
r290 | waltervn | 2006-04-21 20:08:41 -0300 (Fri, 21 Apr 2006) | 2 lines

	* src/ui_sdlgl.c: Centered "Press any key" message.

------------------------------------------------------------------------
r289 | krismca | 2006-04-21 18:13:13 -0300 (Fri, 21 Apr 2006) | 2 lines

	* src/ui_sdlgl.c: Fixed player names when using custom theme.

------------------------------------------------------------------------
r288 | krismca | 2006-04-21 17:52:16 -0300 (Fri, 21 Apr 2006) | 2 lines

	* src/ui_sdlgl.c: Added themed mouse cursor.

------------------------------------------------------------------------
r287 | krismca | 2006-04-21 08:03:45 -0300 (Fri, 21 Apr 2006) | 3 lines

	* src/ui_sdlgl.c,ui_sdlgl_3d.c: Fixed my fix of my fix for ATI's
					driver.

------------------------------------------------------------------------
r286 | krismca | 2006-04-21 07:59:59 -0300 (Fri, 21 Apr 2006) | 3 lines

        * src/ui_sdlgl.c,ui_sdlgl_3d.c: Fixed my fix for ATI's driver.
					Tweaked default background.

------------------------------------------------------------------------
r285 | krismca | 2006-04-21 07:44:45 -0300 (Fri, 21 Apr 2006) | 3 lines

	* src/ui_sdlgl.c,ui_sdlgl_3d.c: Fixed an issue with ATI's driver
					and the mouse ingame.

------------------------------------------------------------------------
r284 | krismca | 2006-04-21 07:02:22 -0300 (Fri, 21 Apr 2006) | 2 lines

	* data/font.png: Added the chess peices back into the font.

------------------------------------------------------------------------
r283 | krismca | 2006-04-21 06:22:32 -0300 (Fri, 21 Apr 2006) | 4 lines

	* src/ui_sdlgl.c: Made dialog windows transparent. Tweaked the
			  font, default style and title image some.
			  

------------------------------------------------------------------------
r282 | krismca | 2006-04-08 23:10:08 -0300 (Sat, 08 Apr 2006) | 2 lines

	* src/ui_sdlgl.c: Redesigned the saveload dialog.

------------------------------------------------------------------------
r281 | waltervn | 2006-04-06 19:07:17 -0300 (Thu, 06 Apr 2006) | 8 lines

	* src/libs/gamegui/label.c, src/include/gamegui/label.h: Added
	function for setting colours.

	* src/fen.c, src/fen.h: Added to repository.
	* src/Makefile.am: Updated.

	* src/ui_sdlgl.c: Fixed board display in savegame dialog.

------------------------------------------------------------------------
r280 | waltervn | 2006-03-12 18:22:12 -0400 (Sun, 12 Mar 2006) | 4 lines

	* src/libs/gamegui/bin.c: Copy child's enabledness.

	* src/libs/gamegui/frame.c: Fixed input support.

------------------------------------------------------------------------
r279 | krismca | 2006-03-12 15:57:45 -0400 (Sun, 12 Mar 2006) | 3 lines

	* ui_sdlgl.c: Added a frame to the info pane of the saveload
		      dialog. Increased number of save slots.

------------------------------------------------------------------------
r278 | krismca | 2006-03-12 15:17:29 -0400 (Sun, 12 Mar 2006) | 3 lines

	* ui_sdlgl.c: Fixed a bug with the time/date string on 
                      the saveload dialog.

------------------------------------------------------------------------
r277 | waltervn | 2006-03-12 15:06:09 -0400 (Sun, 12 Mar 2006) | 5 lines

	* src/libs/gamegui/seperatorh.c, src/include/gamegui/seperatorh.h:
	Added to repository.
	* src/include/gamegui.h, src/include/gamegui/Makefile.am,
	src/libs/gamegui/Makefile.am: Updated.

------------------------------------------------------------------------
r276 | waltervn | 2006-03-11 22:20:21 -0400 (Sat, 11 Mar 2006) | 5 lines

	* src/include/gamegui/frame.h, src/include/gamegui/frame.c: Added to
	repository.
	* src/include/gamegui.h, src/include/gamegui/Makefile.am,
	src/libs/gamegui/Makefile.am: Updated.

------------------------------------------------------------------------
r275 | waltervn | 2006-03-11 08:45:32 -0400 (Sat, 11 Mar 2006) | 2 lines

	* src/ui_sdlgl.c: Fixed crash when closing load game dialog.

------------------------------------------------------------------------
r274 | krismca | 2006-03-10 22:31:30 -0400 (Fri, 10 Mar 2006) | 2 lines

	* ui_sdlgl.c: Fixed saveload board position.

------------------------------------------------------------------------
r273 | krismca | 2006-03-10 22:25:58 -0400 (Fri, 10 Mar 2006) | 2 lines

	* ui_sdlgl.c: Improved the saveload dialog some.

------------------------------------------------------------------------
r272 | waltervn | 2006-03-10 21:34:51 -0400 (Fri, 10 Mar 2006) | 5 lines

	* src/libs/gamegui/seperatorv.c, src/include/gamegui/seperatorv.h:
	Added to repository.
	* src/include/gamegui.h, src/include/gamegui/Makefile.am,
	src/libs/gamegui/Makefile.am: Updated.

------------------------------------------------------------------------
r271 | waltervn | 2006-03-08 15:01:09 -0400 (Wed, 08 Mar 2006) | 3 lines

	* src/ui_sdlgl.c, src/dreamchess.c, src/ui.h: Hooked up savegame
	loading.

------------------------------------------------------------------------
r270 | krismca | 2006-03-05 21:44:21 -0400 (Sun, 05 Mar 2006) | 2 lines

	* ui_sdlgl.c: Reworked the title dialogs some.

------------------------------------------------------------------------
r269 | krismca | 2006-03-05 20:13:44 -0400 (Sun, 05 Mar 2006) | 2 lines

	* ui_sdlgl.c: Added game loading to title menu.

------------------------------------------------------------------------
r268 | krismca | 2006-03-05 19:17:06 -0400 (Sun, 05 Mar 2006) | 2 lines

	* ui_sdlgl.c: Added additional mouse controls ingame.

------------------------------------------------------------------------
r267 | krismca | 2006-03-05 17:26:38 -0400 (Sun, 05 Mar 2006) | 2 lines

	* ui_sdlgl.c: Added save/load dialog, and xml/pgn saving.

------------------------------------------------------------------------
r266 | waltervn | 2006-03-05 15:56:34 -0400 (Sun, 05 Mar 2006) | 4 lines

	* src/dreamer/commands.c, src/dreamer/history.c: Fixed warnings.

	* src/libs/gamegui/hbox.c, src/libs/gamegui/vbox.c: Fixed class id.

------------------------------------------------------------------------
r265 | waltervn | 2006-03-05 10:11:02 -0400 (Sun, 05 Mar 2006) | 2 lines

	* Fixed warnings.

------------------------------------------------------------------------
r264 | krismca | 2006-03-03 14:42:26 -0400 (Fri, 03 Mar 2006) | 2 lines

	* ui_sdlgl.c: Fixed a dialog bug I created. Whoops!

------------------------------------------------------------------------
r263 | krismca | 2006-03-03 14:34:23 -0400 (Fri, 03 Mar 2006) | 5 lines

	* ui_sdlgl.c: Changed title dialogs to close/open themselves
		when swapping, rather than opening on top of each other.
		The title dialogs also remember game settings after a 
		game has ended.

------------------------------------------------------------------------
r262 | krismca | 2006-03-03 13:35:49 -0400 (Fri, 03 Mar 2006) | 2 lines

	* ui_sdlgl.c: Split the themes.xml file into seperate files.

------------------------------------------------------------------------
r261 | krismca | 2006-03-02 19:48:31 -0400 (Thu, 02 Mar 2006) | 4 lines

	* ui_sdlgl.c: Added simple texture animation, additional
	theme options.
	* Added additional themes.

------------------------------------------------------------------------
r260 | krismca | 2006-03-01 12:57:07 -0400 (Wed, 01 Mar 2006) | 3 lines

	* ui_sdlgl.c: Fixed convert_event() to return GG_EVENT_NONE 
          when expected. 

------------------------------------------------------------------------
r259 | krismca | 2006-02-25 01:00:34 -0400 (Sat, 25 Feb 2006) | 2 lines

	* Added theme selection to title dialog. xml parsed theme file.

------------------------------------------------------------------------
r258 | waltervn | 2006-02-21 20:08:05 -0400 (Tue, 21 Feb 2006) | 3 lines

	* src/beos.rdef: Added to repository.
	* configure.ac, src/Makefile.am: Attach BeOS icon to executable.

------------------------------------------------------------------------
r257 | waltervn | 2006-02-21 08:34:57 -0400 (Tue, 21 Feb 2006) | 2 lines

	* src/include/gamegui/widget.h: Removed unnamed union.

------------------------------------------------------------------------
r256 | waltervn | 2006-02-20 22:30:12 -0400 (Mon, 20 Feb 2006) | 2 lines

	* src/dir.c (ch_userdir): Dreamcast build fix.

------------------------------------------------------------------------
r255 | krismca | 2006-02-17 21:35:48 -0400 (Fri, 17 Feb 2006) | 2 lines

	* Initial cleanup for 0.1.0 release.

------------------------------------------------------------------------
r254 | waltervn | 2006-02-12 20:59:20 -0400 (Sun, 12 Feb 2006) | 2 lines

0.1 release branch.

------------------------------------------------------------------------
r253 | waltervn | 2006-01-12 19:55:23 -0400 (Thu, 12 Jan 2006) | 14 lines

	* src/include/gamegui/hbox.h, src/include/gamegui/vbox.h,
	src/include/gamegui/widget.h, src/libs/gamegui/hbox.c,
	src/libs/gamegui/vbox.c, src/libs/gamegui/widget.c: Changed
	get_focus_pos() to return a gg_rect_t as focus position rather than
	a pixel offset.

	* src/include/gamegui/viewport.h, src/libs/gamegui/viewport.c: Added
	viewport widget.

	* src/libs/gamegui/bin.c: Added input() function.

	* src/include/gamegui/Makefile.am, src/libs/gamegui/Makefile.am:
	Updated for added files.

------------------------------------------------------------------------
r252 | waltervn | 2005-12-30 11:08:57 -0400 (Fri, 30 Dec 2005) | 7 lines

	* src/ui_sdlgl.c, src/include/gamegui/widget.h,
	src/libs/gamegui/dialog.c, src/libs/gamegui/hbox.c,
	src/libs/gamegui/entry.c, src/libs/gamegui/option.c,
	src/libs/gamegui/action.c, src/libs/gamegui/vbox.c: Added mouse
	click support to gamegui. Implemented mouse click handling for
	action, option and entry widgets.

------------------------------------------------------------------------
r251 | waltervn | 2005-12-29 19:18:51 -0400 (Thu, 29 Dec 2005) | 12 lines

	* src/ui_sdlgl.c, src/include/gamegui/dialog.h,
	src/include/gamegui/hbox.h, src/include/gamegui/entry.h,
	src/include/gamegui/option.h, src/include/gamegui/action.h,
	src/include/gamegui/vbox.h, src/include/gamegui/widget.h,
	src/libs/gamegui/dialog.c, src/libs/gamegui/hbox.c,
	src/libs/gamegui/entry.c, src/libs/gamegui/option.c,
	src/libs/gamegui/action.c, src/libs/gamegui/vbox.c,
	src/libs/gamegui/widget.c: Added a gg_event type to gamegui in
	preparation of proper mouse events.

	* src/libs/gamegui/dialog.c: Fixed mouse focus position.

------------------------------------------------------------------------
r250 | waltervn | 2005-12-26 19:36:40 -0400 (Mon, 26 Dec 2005) | 4 lines

	* src/ui.h, src/ui_sdlgl.c: Added HOME, END and DELETE events.
	* src/include/gamegui/entry.h, src/libs/gamegui/entry.c: Finished
	(initial) implementation of entry widget.

------------------------------------------------------------------------
r249 | waltervn | 2005-12-26 09:23:46 -0400 (Mon, 26 Dec 2005) | 13 lines

	* src/include/gamegui/system.h, src/ui_sdlgl.c,
	src/libs/gamegui/dialog.c, src/libs/gamegui/entry.c,
	src/libs/gamegui/image.c, src/libs/gamegui/system.c: Corrected some
	doc errors. Changed text printing interface; drivers now supply
	character images to gamegui.

	* src/include/gamegui/clipping.h, src/libs/gamegui/clipping.c: Added
	to repostory.
	* src/include/gamegui/Makefile.am, src/libs/gamegui/Makefile.am:
	Updated for added files.

	* src/Makefile.am: Added auxiliary libs as dependencies.

------------------------------------------------------------------------
r248 | waltervn | 2005-11-22 20:01:29 -0400 (Tue, 22 Nov 2005) | 2 lines

	* src/ui_sdlgl.c (init_gui): Set title after creating window.

------------------------------------------------------------------------
r247 | waltervn | 2005-11-22 19:40:39 -0400 (Tue, 22 Nov 2005) | 4 lines

	* src/ui_sdlgl.c (do_menu): Fixed mixed declarations and code.

	* configure.ac: Also check for glu functions in libGL.

------------------------------------------------------------------------
r246 | waltervn | 2005-09-29 06:12:49 -0300 (Thu, 29 Sep 2005) | 2 lines

	* src/ui_sdlgl.c: Set icon before creating window.

------------------------------------------------------------------------
r245 | waltervn | 2005-09-28 21:13:22 -0300 (Wed, 28 Sep 2005) | 2 lines

	* src/include/gamegui/Makefile.am: Added to repository.

------------------------------------------------------------------------
r244 | waltervn | 2005-09-28 21:05:34 -0300 (Wed, 28 Sep 2005) | 3 lines

	* data/icon.png: Added to repository.
	* src/ui_sdlgl.c: Set WM icon.

------------------------------------------------------------------------
r243 | waltervn | 2005-09-28 20:47:38 -0300 (Wed, 28 Sep 2005) | 7 lines

	* src/include/Makefile.am, Makefile.am, configure.ac: Fixed dist
	target.

	* desktop/Makefile.am: Cosmetic change.

	* data/menu_cursor.png: Removed from repository.

------------------------------------------------------------------------
r242 | waltervn | 2005-09-28 11:23:53 -0300 (Wed, 28 Sep 2005) | 4 lines

	* desktop/dreamchess.png, desktop/dreamchess.desktop,
	desktop/Makefile.am: Added to repository.
	* configure.ac, Makefile.am: Added desktop entry installation.

------------------------------------------------------------------------
r240 | waltervn | 2005-09-28 07:04:47 -0300 (Wed, 28 Sep 2005) | 3 lines

	* COPYING: Changed svn:eol-style property to native.
	* pkg/win32/dreamchess.nsi: Install COPYING.

------------------------------------------------------------------------
r239 | waltervn | 2005-09-28 05:22:59 -0300 (Wed, 28 Sep 2005) | 5 lines

	* doc/lgpl.txt, doc/kos.txt, doc/newlib.txt: Added to repository.
	* README: Updated library information.

	* pkg/win32/dreamchess.nsi: Install DLLs.

------------------------------------------------------------------------
r238 | waltervn | 2005-09-27 15:08:52 -0300 (Tue, 27 Sep 2005) | 6 lines

	* src/win32.rc, src/win32.ico: Added to repository.
	* configure.ac, src/Makefile.am: Added icon to Win32 dreamchess
	executable.

	* pkg/win32/dreamchess.nsi: Added Win32 NSIS installer script.

------------------------------------------------------------------------
r236 | waltervn | 2005-09-26 05:54:39 -0300 (Mon, 26 Sep 2005) | 2 lines

	* README, AUTHORS: Set svn:eol-style property to native.

------------------------------------------------------------------------
r235 | waltervn | 2005-09-02 20:14:58 -0300 (Fri, 02 Sep 2005) | 2 lines

	* configure.ac: Link with -lglu32 on win32.

------------------------------------------------------------------------
r234 | waltervn | 2005-09-01 19:40:39 -0300 (Thu, 01 Sep 2005) | 11 lines

	* src/include/mxml.h, src/libs/mxml/mxml-node.c,
	src/libs/mxml/mxml-search.c, src/libs/mxml/mxml-string.c,
	src/libs/mxml/mxml-index.c, src/libs/mxml/mxml-attr.c,
	src/libs/mxml/mxml-private.c, src/libs/mxml/mxml-set.c,
	src/libs/mxml/mxml-entity.c, src/libs/mxml/Makefile.am,
	src/libs/mxml/mxml-file.c: Imported Mini-XML library by Michael
	Sweet.
	* src/include/Makefile.am, src/libs/Makefile.am, src/Makefile.am,
	configure.ac: Updated.


------------------------------------------------------------------------
r233 | waltervn | 2005-08-31 21:23:45 -0300 (Wed, 31 Aug 2005) | 6 lines

	* src/ui_sdlgl.c, src/ui_sdlgl_3d.c, src/ui_sdlgl_3d.h: Added mouse
	support for gameplay and WM quit requests. GLU is now required.
	* configure.ac: Added check for GLU.

	* README: Renamed 'dreamcast-ports' to 'dreamcast-libs'.

------------------------------------------------------------------------
r232 | waltervn | 2005-08-22 15:42:23 -0300 (Mon, 22 Aug 2005) | 5 lines

	* src/ui_sdlgl.c, src/include/gamegui/system.h,
	src/libs/gamegui/entry.c, src/libs/gamegui/image.c,
	src/libs/gamegui/system.c: Added a get_ticks() function to gamegui
	drivers. Now the gamegui library no longer depends on SDL.

------------------------------------------------------------------------
r231 | waltervn | 2005-08-21 23:01:57 -0300 (Sun, 21 Aug 2005) | 3 lines

	* src/dreamer/commands.c: Added `white', `black' and `playother'
	commands.

------------------------------------------------------------------------
r230 | waltervn | 2005-08-17 00:20:50 -0300 (Wed, 17 Aug 2005) | 6 lines

	* src/dreamchess.c, src/dreamchess.h, src/pgn_scanner.l: Added more
	error checking to PGN loading. Game is now correctly set up after
	loading a PGN file (based on player config settings).

	* src/ui_sdlgl.c: Fixed playing as black.

------------------------------------------------------------------------
r229 | waltervn | 2005-08-16 19:45:55 -0300 (Tue, 16 Aug 2005) | 2 lines

	* src/ui_sdlgl.c: Fixed move list rendering.

------------------------------------------------------------------------
r228 | waltervn | 2005-08-15 18:31:48 -0300 (Mon, 15 Aug 2005) | 5 lines

	* src/dreamchess.c, src/dreamchess.h, src/pgn_parser.y,
	src/ui_sdlgl.c: Added experimental PGN loading.

	* src/pgn_scanner.l: Fixed crash when parsing second file.

------------------------------------------------------------------------
r227 | waltervn | 2005-08-14 16:32:54 -0300 (Sun, 14 Aug 2005) | 5 lines

	* src/history.c: Fixed incorrect PGN syntax in output file.

	* src/pgn_scanner.l, src/pgn_parser.y: Added to repository.
	* configure.ac, src/Makefile.am: Updated.

------------------------------------------------------------------------
r226 | waltervn | 2005-08-12 16:54:25 -0300 (Fri, 12 Aug 2005) | 2 lines

	* src/dir.c: Added win32 implementation of ch_userdir().

------------------------------------------------------------------------
r225 | waltervn | 2005-08-12 00:06:40 -0300 (Fri, 12 Aug 2005) | 15 lines

	* src/history.c, src/history.h: Added PGN saving. Code cleanup.

	* src/include/gamegui/dialog.h, src/include/gamegui/action.h,
	src/include/gamegui/widget.h, src/ui_sdlgl.c,
	src/libs/gamegui/dialog.c, src/libs/gamegui/image.c,
	src/libs/gamegui/widget.c, src/libs/gamegui/system.c: Code cleanup.

	* src/datadir.c, src/datadir.h: Added ch_userdir() to change to
	directory for settings, savegames etc. Renamed to src/dir.c and
	src/dir.h respectively.
	* src/Makefile.am: Updated.

	* src/dreamchess.c, src/dreamchess.h: Added game_save() function
	(temporary).

------------------------------------------------------------------------
r224 | waltervn | 2005-06-22 20:17:12 -0300 (Wed, 22 Jun 2005) | 18 lines

	* src/ui_sdlgl.c, src/include/gamegui/align.h,
	src/include/gamegui/dialog.h, src/include/gamegui/hbox.h,
	src/include/gamegui/entry.h, src/include/gamegui/option.h,
	src/include/gamegui/bin.h, src/include/gamegui/action.h,
	src/include/gamegui/vbox.h, src/include/gamegui/label.h,
	src/include/gamegui/select.h, src/include/gamegui/image.h,
	src/include/gamegui/container.h, src/include/gamegui/widget.h,
	src/include/gamegui/system.h, src/include/gamegui/box.h,
	src/libs/gamegui/dialog.c, src/libs/gamegui/hbox.c,
	src/libs/gamegui/entry.c, src/libs/gamegui/option.c,
	src/libs/gamegui/bin.c, src/libs/gamegui/action.c,
	src/libs/gamegui/vbox.c, src/libs/gamegui/label.c,
	src/libs/gamegui/select.c, src/libs/gamegui/image.c,
	src/libs/gamegui/container.c, src/libs/gamegui/widget.c,
	src/libs/gamegui/system.c, src/libs/gamegui/box.c,
	src/libs/gamegui/align.c: Changed widget library prefix from w_ to
	gg_.

------------------------------------------------------------------------
r223 | krismca | 2005-06-15 17:17:02 -0300 (Wed, 15 Jun 2005) | 3 lines

	* src/ui_sdlgl.c: Moved the health bars behinf the avatars.
			  Made the ingame dialogs use textured borders.

------------------------------------------------------------------------
r222 | waltervn | 2005-06-15 16:53:43 -0300 (Wed, 15 Jun 2005) | 3 lines

	* src/dreamer/commands.c: Fixed a bug in the handling of pawn
	promotion moves.

------------------------------------------------------------------------
r221 | waltervn | 2005-06-15 15:24:45 -0300 (Wed, 15 Jun 2005) | 3 lines

	* src/ui_sdlgl.c: Allow for board rotation with Dreamcast analog
	stick.

------------------------------------------------------------------------
r220 | waltervn | 2005-06-13 08:53:41 -0300 (Mon, 13 Jun 2005) | 5 lines

	* src/lib/gamegui/dialog.c: Borders can now be drawn any size.
	* src/ui_sdlgl.c: Brought back the thin borders in-game.

	* src/libs/gamegui/image.c, src/ui_sdlgl.c: Fixed image widget.

------------------------------------------------------------------------
r219 | waltervn | 2005-06-12 22:18:19 -0300 (Sun, 12 Jun 2005) | 4 lines

	* src/ui_sdlgl.c, src/libs/gamegui/dialog.c,
	src/libs/gamegui/system.c, src/include/gamegui/system.h: Make use of
	quads with tiled textures in dialog borders.

------------------------------------------------------------------------
r218 | waltervn | 2005-06-12 08:08:09 -0300 (Sun, 12 Jun 2005) | 13 lines

	* src/ui_sdlgl.c: Added DC-specific functions to draw quads by
	bypassing OpenGL matrix transformations. This fixes the Z-ordering
	issues.

	* src/libs/gamegui/dialog.c: Draw center of textured dialog
	background using a single quad with a tiled image. Removed some
	OpenGL code.

	* src/ui_sdlgl_3d.c: Fixed several memory-related bugs.

	* data/menu_border.png: Removed. Title menu now loads border image
	from default theme.

------------------------------------------------------------------------
r217 | waltervn | 2005-06-07 11:32:31 -0300 (Tue, 07 Jun 2005) | 4 lines

	* src/ui_sdlgl.c: Removed `Ignoring event' message.

	* src/ui_sdlgl_3d.c: Fixed accelerating piece movement.

------------------------------------------------------------------------
r216 | waltervn | 2005-06-07 07:26:50 -0300 (Tue, 07 Jun 2005) | 3 lines

	* src/ui_sdlgl.c: Fixed title image. Fixed board not being displayed
	on Dreamcast.

------------------------------------------------------------------------
r215 | waltervn | 2005-06-05 17:50:03 -0300 (Sun, 05 Jun 2005) | 21 lines

	* src/include/gamegui.h, src/include/gamegui/align.h,
	src/include/gamegui/dialog.h, src/include/gamegui/hbox.h,
	src/include/gamegui/entry.h, src/include/gamegui/bin.h,
	src/include/gamegui/option.h, src/include/gamegui/action.h,
	src/include/gamegui/vbox.h, src/include/gamegui/label.h,
	src/include/gamegui/select.h, src/include/gamegui/image.h,
	src/include/gamegui/container.h, src/include/gamegui/widget.h,
	src/include/gamegui/system.h, src/include/gamegui/box.h: Added
	header files for seperate widget library, now called libgamegui.
	* src/libs/gamegui/dialog.c, src/libs/gamegui/hbox.c,
	src/libs/gamegui/entry.c, src/libs/gamegui/option.c, 
	src/libs/gamegui/bin.c, src/libs/gamegui/action.c,
	src/libs/gamegui/vbox.c, src/libs/gamegui/select.c,
	src/libs/gamegui/label.c, src/libs/gamegui/image.c,
	src/libs/gamegui/container.c, src/libs/gamegui/widget.c,
	src/libs/gamegui/system.c, src/libs/gamegui/box.c,
	src/libs/gamegui/align.c, src/libs/Makefile.am: Added to repository.
	Code was removed from ui_sdlgl.c and put into seperate files.
	* src/ui_sdlgl.c: Widget code removed.
	* configure.ac, src/Makefile.am, src/libs/Makefile.am: Updated.

------------------------------------------------------------------------
r214 | krismca | 2005-06-02 08:54:22 -0300 (Thu, 02 Jun 2005) | 3 lines

	* src/ui_sdlgl.c: Fixed a bug where the title menu didn't refresh
			  properly when returned to after a game.

------------------------------------------------------------------------
r213 | krismca | 2005-05-19 11:34:23 -0300 (Thu, 19 May 2005) | 3 lines

	* src/ui_sdlgl.c, ui_sdlgl_3d.c: Cleaned up the piece movement.
	* data/menu_title.png: Added back the star field. 

------------------------------------------------------------------------
r212 | krismca | 2005-05-19 10:17:06 -0300 (Thu, 19 May 2005) | 2 lines

	* src/ui_sdlgl_3d.c: Fixed the piece animation.

------------------------------------------------------------------------
r211 | krismca | 2005-05-19 10:02:00 -0300 (Thu, 19 May 2005) | 2 lines

	* src/ui_sdlgl_3d.c: Tweaked piece motion animation.

------------------------------------------------------------------------
r210 | krismca | 2005-05-19 09:36:13 -0300 (Thu, 19 May 2005) | 2 lines

	* src/ui_sdlgl_3d.c: Fixed a Z order problem with 2d mode.

------------------------------------------------------------------------
r209 | krismca | 2005-05-19 09:30:22 -0300 (Thu, 19 May 2005) | 2 lines

	* src/ui_sdlgl.c: Fixed a buggy with poll_move.

------------------------------------------------------------------------
r208 | krismca | 2005-05-19 09:27:17 -0300 (Thu, 19 May 2005) | 2 lines

	* src/ui_sdlgl.c, ui_sdlgl3d.c: Added piece movement animation.

------------------------------------------------------------------------
r207 | krismca | 2005-05-19 06:23:34 -0300 (Thu, 19 May 2005) | 8 lines

	* src/ui_sdlgl.c: Many changes. Move list reversed, added gradient. 
			  Turn time clock added. Piece graphics draw properly
			  beside the captured piece counts. Z order fixed for
			  several objects. Text 'type' turned off.
	* src/credits.c: Changed Andrew Ball's credited name.
	* data/../backdrop.png: Cleaned up.
	* data/../pieces.png: Added new avatars.

------------------------------------------------------------------------
r206 | waltervn | 2005-05-18 22:26:00 -0300 (Wed, 18 May 2005) | 2 lines

	* src/ui_sdlgl.c: Added basic mouse support to widget system.

------------------------------------------------------------------------
r205 | waltervn | 2005-05-18 04:54:26 -0300 (Wed, 18 May 2005) | 3 lines

	* src/ui_sdlgl.c: Reapplied the changes of r202 that accidently got
	reverted.

------------------------------------------------------------------------
r204 | krismca | 2005-05-17 22:26:15 -0300 (Tue, 17 May 2005) | 3 lines

	* src/ui_sdlgl.c: Yet another ingame UI attempt. 
	* data/themes/defualt/pieces.png: Aligned white avatar better.

------------------------------------------------------------------------
r203 | krismca | 2005-05-17 21:53:53 -0300 (Tue, 17 May 2005) | 2 lines

	* ui_sdlgl.c: Tweaked the ingame ui stuffs yet again.

------------------------------------------------------------------------
r202 | waltervn | 2005-05-17 21:48:58 -0300 (Tue, 17 May 2005) | 2 lines

	* src/ui_sdlgl.c: Changed widget hierarchy.

------------------------------------------------------------------------
r201 | krismca | 2005-05-17 19:14:55 -0300 (Tue, 17 May 2005) | 2 lines

	* src/ui_sdlgl.c: Tweaked the player info ingame gui stuffs a bit.

------------------------------------------------------------------------
r200 | krismca | 2005-05-17 06:50:01 -0300 (Tue, 17 May 2005) | 2 lines

	* src/ui_sdlgl.c: Shrunk the player window.

------------------------------------------------------------------------
r199 | krismca | 2005-05-17 06:32:07 -0300 (Tue, 17 May 2005) | 2 lines

	* src/ui_sdlgl.c: Fixed a loading bug.

------------------------------------------------------------------------
r198 | krismca | 2005-05-17 06:25:15 -0300 (Tue, 17 May 2005) | 2 lines

	* src/ui_sdlgl.c: Cleaned up the ingame GUI some.

------------------------------------------------------------------------
r197 | krismca | 2005-05-17 05:24:53 -0300 (Tue, 17 May 2005) | 2 lines

	* data/menu_border.png: Shrunk the border's width.

------------------------------------------------------------------------
r196 | krismca | 2005-05-17 05:17:53 -0300 (Tue, 17 May 2005) | 3 lines

	* src/ui_sdlgl.c: Added transparency to the dialog backs. Fixed text
			  'typing' im places.

------------------------------------------------------------------------
r195 | krismca | 2005-05-17 04:56:45 -0300 (Tue, 17 May 2005) | 2 lines

	* src/ui_sdlgl.c: Added text 'typing' to dialogs.

------------------------------------------------------------------------
r194 | krismca | 2005-05-17 02:05:37 -0300 (Tue, 17 May 2005) | 3 lines

	* src/ui_sdlgl.c: Added tiled border and backdrop for dialog. 
			  as well as the required image files.

------------------------------------------------------------------------
r193 | krismca | 2005-05-16 23:01:40 -0300 (Mon, 16 May 2005) | 2 lines

	* src/ui_sdlgl.c: Initial dialog border texture stuff.

------------------------------------------------------------------------
r192 | waltervn | 2005-05-16 15:48:11 -0300 (Mon, 16 May 2005) | 2 lines

	* src/ui_sdlgl.c: Added container class.

------------------------------------------------------------------------
r191 | waltervn | 2005-05-12 11:16:54 -0300 (Thu, 12 May 2005) | 9 lines

	* src/libs/pipe_beos.c: Added a variant of pipe_unix for BeOS that
	uses non-blocking read() calls instead of select() to poll the pipe
	for incoming data.
	* configure.ac, src/libs/Makefile.am: Updated.

	* src/dreamchess.c, src/ui_sdlgl.c: Don't change to datadir until
	after SDL has been initialized. Works around a weird BeOS CWD problem
	related to SDL_Init().

------------------------------------------------------------------------
r190 | waltervn | 2005-05-06 15:06:43 -0300 (Fri, 06 May 2005) | 4 lines

	* src/ui_sdlgl.c: Start of container class.

	* Makefile.am: Fixed install bug.

------------------------------------------------------------------------
r189 | waltervn | 2005-04-27 08:28:27 -0300 (Wed, 27 Apr 2005) | 3 lines

	* src/ui_sdlgl.c: Removed loading of board image (is done seperately
	from theme now).

------------------------------------------------------------------------
r188 | waltervn | 2005-04-23 20:11:24 -0300 (Sat, 23 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Added w_alignable.

------------------------------------------------------------------------
r187 | waltervn | 2005-04-23 16:08:13 -0300 (Sat, 23 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Added realtime widget type checking.

------------------------------------------------------------------------
r186 | waltervn | 2005-04-23 14:28:32 -0300 (Sat, 23 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Completed widget conversion to new system.

------------------------------------------------------------------------
r185 | waltervn | 2005-04-23 11:43:49 -0300 (Sat, 23 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Converted vbox and hbox widgets to new system.

------------------------------------------------------------------------
r184 | waltervn | 2005-04-23 10:49:47 -0300 (Sat, 23 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Convert option widget to new system.

------------------------------------------------------------------------
r183 | waltervn | 2005-04-23 09:21:56 -0300 (Sat, 23 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Converted image and action widgets to new system.

------------------------------------------------------------------------
r182 | waltervn | 2005-04-22 22:04:42 -0300 (Fri, 22 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Start of new widget class system.

------------------------------------------------------------------------
r181 | krismca | 2005-04-20 22:58:15 -0300 (Wed, 20 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Added 'health' bars.

------------------------------------------------------------------------
r180 | waltervn | 2005-04-20 22:01:06 -0300 (Wed, 20 Apr 2005) | 3 lines

	* src/ui_sdlgl.c: Fixed bug in render functions of vbox and hbox
	widgets. Evenly space out vkeyboard dialog.

------------------------------------------------------------------------
r179 | krismca | 2005-04-20 21:25:45 -0300 (Wed, 20 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Fixed up the vkeyboard some.

------------------------------------------------------------------------
r178 | waltervn | 2005-04-20 20:51:02 -0300 (Wed, 20 Apr 2005) | 3 lines

	* src/ui_sdlgl.c: Bug fix involving uninitialized variable in vbox
	and hbox widget's input functions.

------------------------------------------------------------------------
r177 | waltervn | 2005-04-20 17:58:57 -0300 (Wed, 20 Apr 2005) | 3 lines

	* src/ui_sdlgl.c: Fixed bug in filling of list of available chess
	piece and board sets.

------------------------------------------------------------------------
r176 | waltervn | 2005-04-20 16:48:45 -0300 (Wed, 20 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Several bug fixes related to focus setting.

------------------------------------------------------------------------
r175 | waltervn | 2005-04-20 15:53:28 -0300 (Wed, 20 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Added coordinate-based focus setting in dialogs.

------------------------------------------------------------------------
r174 | waltervn | 2005-04-20 09:17:51 -0300 (Wed, 20 Apr 2005) | 4 lines

	* src/ui_sdlgl.c: Hooked up the vkeyboard dialog. Selected key is
	now fed to currently open dialog. Changed vkeyboard toggle key to
	CTRL-K, and FPS toggle key to CTRL-F.

------------------------------------------------------------------------
r173 | krismca | 2005-04-19 21:02:13 -0300 (Tue, 19 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Started the vkeyboard dialog.

------------------------------------------------------------------------
r172 | waltervn | 2005-04-19 18:08:13 -0300 (Tue, 19 Apr 2005) | 3 lines

	* src/ui_sdlgl_3d.c: Fixed textures upside-down bug.
	* data/pieces/figurine/flat.dcm: Flipped texture.

------------------------------------------------------------------------
r171 | waltervn | 2005-04-18 21:51:56 -0300 (Mon, 18 Apr 2005) | 3 lines

	* src/ui.h, src/ui_sdlgl.c: Use unicode values of SDL keyboard
	events (currently broken on Dreamcast).

------------------------------------------------------------------------
r170 | waltervn | 2005-04-18 15:14:57 -0300 (Mon, 18 Apr 2005) | 3 lines

	* src/ui_sdlgl.c: Allocated sizes of widgets are no longer passed
	via the render() function. Added widget size override function.

------------------------------------------------------------------------
r169 | waltervn | 2005-04-18 10:44:55 -0300 (Mon, 18 Apr 2005) | 3 lines

	* src/ui_sdlgl.c: Draw box around text entry widget. Converted part
	of the widgets to use the new set_size() method.

------------------------------------------------------------------------
r168 | waltervn | 2005-04-17 17:27:08 -0300 (Sun, 17 Apr 2005) | 3 lines

	* src/ui_sdlgl.c: Use blinking cursor in text entry widget. Added
	`bouncy' property to text widgets.

------------------------------------------------------------------------
r167 | waltervn | 2005-04-17 09:59:19 -0300 (Sun, 17 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Small cosmetic change to entry widget.

------------------------------------------------------------------------
r166 | waltervn | 2005-04-17 09:00:38 -0300 (Sun, 17 Apr 2005) | 2 lines

	* src/ui.h, src/ui_sdlgl.c: Added text entry widget (not finished).

------------------------------------------------------------------------
r165 | waltervn | 2005-04-16 20:27:45 -0300 (Sat, 16 Apr 2005) | 4 lines

	* src/ui_sdlgl.c, src/ui.h: Added characters to ui_event_t.

	* src/ui_sdlgl_3d.c: Fixed Dreamcast lighting bug.

------------------------------------------------------------------------
r164 | waltervn | 2005-04-16 15:32:38 -0300 (Sat, 16 Apr 2005) | 3 lines

	* src/ui.h, src/ui_sdlgl.c: Dialog system now uses abstract events
	instead of SDL events.

------------------------------------------------------------------------
r162 | waltervn | 2005-04-16 10:47:56 -0300 (Sat, 16 Apr 2005) | 5 lines

	* data/pieces/figurine/*: Added figurine set.
	* Makefile.am: Updated.

	* src/ui_sdlgl_3d.c: Special handling of 2D chess sets.

------------------------------------------------------------------------
r161 | waltervn | 2005-04-15 20:48:31 -0300 (Fri, 15 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Added board selection.

------------------------------------------------------------------------
r160 | waltervn | 2005-04-15 20:37:15 -0300 (Fri, 15 Apr 2005) | 11 lines

	* data/pieces/classiclow: Renamed directory.
	* data/boards/classic/board.dcm, data/boards/classic/board.png:
	Moved board into own directory.
	* src/ui_sdlgl.c, src/ui_sdlgl_3d.c, src/ui_sdlgl_3d.h: Added chess
	set selection.

	* data/Makefile.am: Removed from repository.
	* configure.ac: Updated.
	* Makefile.am: Added new directories.


------------------------------------------------------------------------
r159 | waltervn | 2005-04-15 20:01:32 -0300 (Fri, 15 Apr 2005) | 2 lines

	* data/pieces/classicl: Moved pieces into own directory.

------------------------------------------------------------------------
r158 | waltervn | 2005-04-15 15:58:36 -0300 (Fri, 15 Apr 2005) | 6 lines

	* src/ui_sdlgl_3d.c: Some Dreamcast speed hacks.

	* configure.ac: Small fix.

	* data/themes/default/*.dcm: Low polygon models.

------------------------------------------------------------------------
r156 | waltervn | 2005-04-14 21:28:42 -0300 (Thu, 14 Apr 2005) | 2 lines

	* src/dcm_export.py: Moved from dreamchess to tools.  

------------------------------------------------------------------------
r153 | waltervn | 2005-04-14 07:07:31 -0300 (Thu, 14 Apr 2005) | 2 lines

	* Changed repository layout to allow tools to be stored seperately.

------------------------------------------------------------------------
r152 | waltervn | 2005-04-11 18:04:12 -0300 (Mon, 11 Apr 2005) | 2 lines

	* src/ui_sdlgl_3d.c: Fixed lighting of black pieces.

------------------------------------------------------------------------
r151 | waltervn | 2005-04-11 09:42:18 -0300 (Mon, 11 Apr 2005) | 2 lines

	* src/ui_sdlgl_3d.c: Light now moves with camera.

------------------------------------------------------------------------
r150 | waltervn | 2005-04-10 18:37:08 -0300 (Sun, 10 Apr 2005) | 3 lines

	* src/ui_sdlgl_3d.c, data/themes/default/*.dcm: Switched to
	triangle-stripped models.

------------------------------------------------------------------------
r149 | waltervn | 2005-04-09 12:19:44 -0300 (Sat, 09 Apr 2005) | 5 lines

	* src/ui_sdlgl_3d.h: Added to repository.
	* src/Makefile.am: Updated.
	* data/themes/default/cursor.png: Removed from repository.
	* src/ui_sdlgl.c, src/ui_sdlgl_3d.c: Implemented simple selector.

------------------------------------------------------------------------
r148 | waltervn | 2005-04-09 09:22:00 -0300 (Sat, 09 Apr 2005) | 3 lines

	* src/ui_sdlgl.c: Added missing #include <math.h>. Use 'copy' of
	gluPerspective on all targets.

------------------------------------------------------------------------
r147 | waltervn | 2005-04-08 20:48:22 -0300 (Fri, 08 Apr 2005) | 4 lines

	* src/ui_sdlgl_3d.c: Rotate the black pieces to make them face the
	right way. (And	a correction: rotate board with left ctrl, not left
	shift.)

------------------------------------------------------------------------
r146 | waltervn | 2005-04-08 20:40:13 -0300 (Fri, 08 Apr 2005) | 3 lines

	* src/ui_sdlgl.c, src/ui_sdlgl_3d.c: Added board rotation (use left
	shift + arrow keys).

------------------------------------------------------------------------
r145 | waltervn | 2005-04-08 11:40:34 -0300 (Fri, 08 Apr 2005) | 6 lines

	* tools/dcm_export.py: Fixed bug related to models with quads.

	* src/ui_sdlgl_3d.c: Added board rendering.
	* data/themes/default/board.dcm: Added to repository.
	* data/themes/default/set.cfg: Added board to list.

------------------------------------------------------------------------
r144 | waltervn | 2005-04-08 08:54:31 -0300 (Fri, 08 Apr 2005) | 12 lines

	* tools/dcm_export.py: Removed texture name from model files.

	* src/ui_sdlgl_3d.c: Added to repository.
	* src/Makefile.am: Updated.
	* src/ui_sdlgl.c, src/dreamchess.c: Initial implementation of 3D
	board view.

	* data/themes/default/*.dcm: Added models to repository.
	* data/themes/default/white.png, data/themes/default/black.png:
	Added to repository.
	* data/themes/default/set.cfg: Added to repository.

------------------------------------------------------------------------
r143 | waltervn | 2005-04-06 20:01:09 -0300 (Wed, 06 Apr 2005) | 3 lines

	* tools/Makefile.am, tools/dcm_export.py: Added blender export
	script for our model format.

------------------------------------------------------------------------
r142 | waltervn | 2005-04-01 16:54:05 -0400 (Fri, 01 Apr 2005) | 2 lines

	* src/ui_sdlgl.c, src/ui.h: Added message dialog.

------------------------------------------------------------------------
r141 | waltervn | 2005-04-01 10:04:20 -0400 (Fri, 01 Apr 2005) | 3 lines

	* src/ui.h, src/dreamchess.c, src/ui_sdlgl.c: Fixed segfault related
	to game result and history browsing.

------------------------------------------------------------------------
r140 | waltervn | 2005-04-01 07:46:36 -0400 (Fri, 01 Apr 2005) | 2 lines

	* src/ui_sdlgl.c: Created new victory dialog.

------------------------------------------------------------------------
r139 | waltervn | 2005-03-31 20:04:10 -0400 (Thu, 31 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: Hooked up promotion dialog.

------------------------------------------------------------------------
r138 | waltervn | 2005-03-31 11:22:32 -0400 (Thu, 31 Mar 2005) | 8 lines

	* src/ui_sdlgl.c: Added some widget destroy functions.

	* src/libs/san.y: Renamed to san_parse.y to avoid name collision of
	autogenerated header file with src/include/san.h.
	* src/libs/Makefile.am: Updated.

	* src/credits.c: Use PACKAGE_VERSION instead of VERSION.

------------------------------------------------------------------------
r137 | waltervn | 2005-03-30 20:27:24 -0400 (Wed, 30 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: Improved option widget. Added image widget.

------------------------------------------------------------------------
r136 | waltervn | 2005-03-30 15:14:02 -0400 (Wed, 30 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: Improved option widget.

------------------------------------------------------------------------
r135 | waltervn | 2005-03-30 07:32:54 -0400 (Wed, 30 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: Implemented hbox and vbox widgets.

------------------------------------------------------------------------
r134 | waltervn | 2005-03-27 19:56:50 -0400 (Sun, 27 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: Converted part of the dialogs to the new system.

------------------------------------------------------------------------
r133 | waltervn | 2005-03-26 13:10:38 -0400 (Sat, 26 Mar 2005) | 2 lines

	* src/include/Makefile.am, src/credits.c: Only display VERSION.

------------------------------------------------------------------------
r132 | waltervn | 2005-03-26 13:05:12 -0400 (Sat, 26 Mar 2005) | 3 lines

	* src/include/Makefile.am, src/credits.c: Added version number to
	credits.

------------------------------------------------------------------------
r131 | waltervn | 2005-03-25 21:33:17 -0400 (Fri, 25 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: First part of new dialog creation code.

------------------------------------------------------------------------
r130 | waltervn | 2005-03-25 08:09:01 -0400 (Fri, 25 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: Removed labels from widgets.

------------------------------------------------------------------------
r129 | waltervn | 2005-03-24 18:06:23 -0400 (Thu, 24 Mar 2005) | 2 lines

	* src/ui_sdlg.c: Updated comments.

------------------------------------------------------------------------
r128 | waltervn | 2005-03-22 19:51:17 -0400 (Tue, 22 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: Removed superfluous documentation.

------------------------------------------------------------------------
r127 | waltervn | 2005-03-22 19:40:35 -0400 (Tue, 22 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: More documentation.

------------------------------------------------------------------------
r126 | waltervn | 2005-03-21 11:15:37 -0400 (Mon, 21 Mar 2005) | 4 lines

	* src/dreamer/eval.c: C89 fix.

	* src/ui_sdlgl.c: First part of documentation.

------------------------------------------------------------------------
r125 | waltervn | 2005-03-19 17:05:30 -0400 (Sat, 19 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: New widget system.

------------------------------------------------------------------------
r124 | waltervn | 2005-03-16 14:56:28 -0400 (Wed, 16 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: Menus can now be positioned.

------------------------------------------------------------------------
r123 | waltervn | 2005-03-15 19:22:57 -0400 (Tue, 15 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: Added FPS counter (toggle with 'f' key).

------------------------------------------------------------------------
r122 | waltervn | 2005-03-15 15:07:11 -0400 (Tue, 15 Mar 2005) | 3 lines

	* src/ui_sdlgl.c: Changed bouncy text animation from frame-based to
	timer-based. Removed some unused code.

------------------------------------------------------------------------
r121 | waltervn | 2005-03-15 07:07:02 -0400 (Tue, 15 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: New code for controlling FPS.

------------------------------------------------------------------------
r120 | waltervn | 2005-03-14 19:40:24 -0400 (Mon, 14 Mar 2005) | 5 lines

	* src/dreamer/commands.c: Ignore `sd' command when argument is below
	1.

	* src/ui_sdlgl.c: Fixed title menu.

------------------------------------------------------------------------
r119 | waltervn | 2005-03-14 05:38:53 -0400 (Mon, 14 Mar 2005) | 7 lines

	* src/dreamer/dreamer.c: Use snooze() instead of usleep() on BeOS.

	* src/dreamer/search.c, src/ui_sdlgl.c, src/dreamchess.c,
	src/board.c: Removed mid-scope variable declarations.

	* autogen.sh: Removed version numbers.

------------------------------------------------------------------------
r118 | waltervn | 2005-03-13 22:07:46 -0400 (Sun, 13 Mar 2005) | 3 lines

	* src/ui_sdlgl.c: Removed use of flexible arrays in structs, this is
	a C99 feature.

------------------------------------------------------------------------
r117 | waltervn | 2005-03-10 20:05:04 -0400 (Thu, 10 Mar 2005) | 2 lines

	* src/ui_sdlgl.c: New menu system (work in progress).

------------------------------------------------------------------------
r116 | waltervn | 2005-03-01 17:14:34 -0400 (Tue, 01 Mar 2005) | 7 lines

	* AUTHORS: Updated.

	* src/credits.c, src/credits.h: Added to repository.
	* src/Makefile.am: Updated
	* src/ui_sdlgl.c: Display credits. Fixed latin1 character display.


------------------------------------------------------------------------
r115 | waltervn | 2005-02-28 21:08:42 -0400 (Mon, 28 Feb 2005) | 2 lines

	* src/dreamer/commands.c: Accept `remove' command in force mode.

------------------------------------------------------------------------
r114 | waltervn | 2005-02-27 07:13:32 -0400 (Sun, 27 Feb 2005) | 12 lines

	* src/dreamer/e_comm.c, src/dreamer/e_comm_sdlthd.c,
	src/dreamer/history.c, src/dreamer/e_comm_unix.c,
	src/dreamer/e_comm.h, src/dreamer/commands.h, src/dreamer/history.h,
	src/dreamer/move.c, src/dreamer/gen_chess_moves.c,
	src/dreamer/move.h, src/dreamer/hashing.c,
	src/dreamer/e_comm_win32.c, src/dreamer/main.c,
	src/dreamer/hashing.h, src/dreamer/board.c, src/dreamer/eval.c
	src/dreamer/board.h, src/dreamer/eval.h: Updated copyright statements.

	* src/dreamer/commands.c, src/dreamer/dreamer.c, src/dreamer/state.h:
	Implemented `remove' command.

------------------------------------------------------------------------
r113 | waltervn | 2005-02-21 09:32:54 -0400 (Mon, 21 Feb 2005) | 5 lines

	* src/dreamchess.c, src/dreamchess.h, src/ui_sdlgl.c: Implemented
	`retract move' and `move now' UI commands.

	* data/menu_title.png: Updated title screen.

------------------------------------------------------------------------
r112 | krismca | 2005-02-04 22:24:12 -0400 (Fri, 04 Feb 2005) | 2 lines

	* src/ui_sdlgl.c: Fixed a menu selection bug.

------------------------------------------------------------------------
r111 | waltervn | 2005-01-24 21:55:12 -0400 (Mon, 24 Jan 2005) | 2 lines

	* src/ui_sdlgl.c: Fixed win32 font.wid bug.

------------------------------------------------------------------------
r110 | waltervn | 2004-12-31 13:56:34 -0400 (Fri, 31 Dec 2004) | 3 lines

	* src/dreamer/repetition.c, src/dreamer/repetition.h: Added 
	repetition list history.

------------------------------------------------------------------------
r109 | krismca | 2004-12-10 17:57:21 -0400 (Fri, 10 Dec 2004) | 3 lines

	* src/ui_sdlgl.c: Added player avatars drawing.
	* data/themes/defualt/pieces.png: Added player avatars.

------------------------------------------------------------------------
r108 | krismca | 2004-12-09 17:13:39 -0400 (Thu, 09 Dec 2004) | 2 lines

	* src/ui_sdlgl.c: Split the system menu into two menus.

------------------------------------------------------------------------
r107 | krismca | 2004-12-08 18:05:01 -0400 (Wed, 08 Dec 2004) | 2 lines

	* src/ui_sdlgl.c: Added end game state menu changes.

------------------------------------------------------------------------
r106 | krismca | 2004-12-06 05:24:36 -0400 (Mon, 06 Dec 2004) | 3 lines

	* src/ui_sdlgl.c: Fixed a bug which allowed the player to
	escape from the promotion dialog without picking a piece.

------------------------------------------------------------------------
r105 | krismca | 2004-12-02 13:02:35 -0400 (Thu, 02 Dec 2004) | 2 lines

	* src/ui_sdlgl.c: Fixed promotion dialog.

------------------------------------------------------------------------
r104 | krismca | 2004-12-02 03:23:08 -0400 (Thu, 02 Dec 2004) | 2 lines

	* src/ui_sdlgl.c: Improved the promotion dialog.

------------------------------------------------------------------------
r103 | waltervn | 2004-11-10 19:40:27 -0400 (Wed, 10 Nov 2004) | 5 lines

	* src/dreamer/commands.c, src/dreamer/search.c,
	src/dreamer/dreamer.c, src/dreamer/state.h: Implemented `?' command.

	* src/libs/san.y: Removed `\0' character.

------------------------------------------------------------------------
r102 | waltervn | 2004-10-31 20:20:24 -0400 (Sun, 31 Oct 2004) | 2 lines

	* src/ui_sdlgl.c: Implemented flipped board view.

------------------------------------------------------------------------
r101 | waltervn | 2004-10-30 18:15:43 -0300 (Sat, 30 Oct 2004) | 5 lines

	* src/dreamer/commands.c, src/dreamer/search.c,
	src/dreamer/search.h, src/dreamer/dreamer.c, src/dreamer/state.h,
	src/ui_sdlgl.c, src/dreamchess.c, src/dreamchess.h: Implemented
	`sd' command. Added difficulty setting to UI.

------------------------------------------------------------------------
r100 | waltervn | 2004-10-29 19:57:50 -0300 (Fri, 29 Oct 2004) | 6 lines

	* src/dreamer/history.c: Made variables static to avoid a conflict
	with a variable of the UI.

	* src/dreamer/dreamer.c, src/dreamer/repetition.c: Small cosmetic
	changes.

------------------------------------------------------------------------
r99 | waltervn | 2004-10-28 19:44:41 -0300 (Thu, 28 Oct 2004) | 7 lines

	* src/dreamer/history.c: Style fix.

	* src/dreamer/commands.c, src/dreamer/search.c,
	src/dreamer/dreamer.c, src/dreamer/repetition.c, src/dreamer/board.c,
	src/dreamer/repetition.h, src/dreamer/board.h: Improved 3-fold
	repetition and fifty-move rule handling.

------------------------------------------------------------------------
r98 | waltervn | 2004-10-25 19:21:13 -0300 (Mon, 25 Oct 2004) | 4 lines

	* src/dreamer/commands.c: Implemented `force' command.

	* src/dreamer/state.h: Style fix.

------------------------------------------------------------------------
r97 | waltervn | 2004-10-24 20:54:34 -0300 (Sun, 24 Oct 2004) | 2 lines

	* src/dreamer/commands.c: Implemented `go' command.

------------------------------------------------------------------------
r96 | waltervn | 2004-10-24 18:13:51 -0300 (Sun, 24 Oct 2004) | 4 lines

	* src/history.c, src/ui_sdlgl.c, src/history.h, src/ui.c,
	src/dreamchess.c, src/ui.h, src/board.c, src/board.h: Added player
	selection and game result handling to the UI.

------------------------------------------------------------------------
r95 | waltervn | 2004-10-13 20:28:43 -0300 (Wed, 13 Oct 2004) | 4 lines

	* src/history.c, src/ui_sdlgl.c, src/dreamchess.c, src/ui.h,
	src/dreamchess.h, src/board.c, src/board.h: Partial implementation
	of game setup and game termination handling.

------------------------------------------------------------------------
r94 | krismca | 2004-10-09 10:37:29 -0300 (Sat, 09 Oct 2004) | 2 lines

	* src/ui_sdlgl.c: Changed the window caption.

------------------------------------------------------------------------
r93 | waltervn | 2004-10-05 16:13:37 -0300 (Tue, 05 Oct 2004) | 8 lines

	* src/comm_unix.c, src/dreamer/e_comm.c,
	src/dreamer/e_comm_sdlthd.c, src/dreamer/e_comm_unix.c,
	src/dreamer/e_comm.h, src/dreamer/dreamer.c, src/comm.h,
	src/ui_sdlgl.c, src/libs/msgbuf.c, src/libs/san.y, src/datadir.c,
	src/dreamchess.c, src/dreamchess.h, src/main_sdlthd.c, src/board.c,
	src/comm.c, src/board.h, src/comm_sdlthd.c: Fixed gcc warnings
	(Dreamcast and Linux only).

------------------------------------------------------------------------
r92 | krismca | 2004-10-04 22:21:41 -0300 (Mon, 04 Oct 2004) | 2 lines

	* src/ui_sdlgl.c: Fixed the loading screen.

------------------------------------------------------------------------
r91 | waltervn | 2004-10-04 20:50:19 -0300 (Mon, 04 Oct 2004) | 2 lines

	* src/ui_sdlgl.c: Added support for textures without alpha.

------------------------------------------------------------------------
r90 | krismca | 2004-10-03 18:44:26 -0300 (Sun, 03 Oct 2004) | 2 lines

	* src/ui_sdlgl.c: Tweaked the cursor.

------------------------------------------------------------------------
r89 | krismca | 2004-10-03 18:31:05 -0300 (Sun, 03 Oct 2004) | 3 lines

	* src/ui_sdlgl.c: Added check/checkmate checking. End game
	(checkmate) dialog.

------------------------------------------------------------------------
r88 | waltervn | 2004-10-03 16:58:17 -0300 (Sun, 03 Oct 2004) | 3 lines

	* src/ui.h, src/ui_sdlgl.c, src/dreamchess.c: Send move to ui during
	update.

------------------------------------------------------------------------
r87 | waltervn | 2004-10-03 14:52:10 -0300 (Sun, 03 Oct 2004) | 4 lines

	* src/ui_sdlgl.c, src/dreamchess.c, src/board.c, src/board.h,
	data/themes/default/backdrop.png: Added captured pieces display
	routines.

------------------------------------------------------------------------
r86 | krismca | 2004-10-03 00:21:15 -0300 (Sun, 03 Oct 2004) | 3 lines

	* src/ui_sdlgl.c: Tinkered with the title screen some. Added
	a loading screen.

------------------------------------------------------------------------
r85 | krismca | 2004-10-02 23:33:40 -0300 (Sat, 02 Oct 2004) | 2 lines

	* data/themes/defualt/cursor.png: Whoops! I forgot to commit it!

------------------------------------------------------------------------
r84 | krismca | 2004-10-02 23:30:06 -0300 (Sat, 02 Oct 2004) | 3 lines

	* src/ui_sdlgl.c: Improved the bouncy text animation.
	Cleaned up some of the dialogs.

------------------------------------------------------------------------
r83 | krismca | 2004-10-02 22:05:37 -0300 (Sat, 02 Oct 2004) | 7 lines

	* src/ui_sdlgl.c: Changed the way the board is displayed. Added
	initial theme backdrop.
	* data/themes/default/blacksquare.png, whitesquare.png: Removed,
	in favour a single board image.
	* data/themes/defualt/board.png: The theme board image.
	* data/themes/defualt/backdrop.png: The initial theme backdrop.

------------------------------------------------------------------------
r82 | waltervn | 2004-10-02 21:35:44 -0300 (Sat, 02 Oct 2004) | 4 lines

	* src/dreamchess.c: Clear move list when a new game is started.

	* data/font.wid, data/font.png: Increased space around figurines.

------------------------------------------------------------------------
r81 | waltervn | 2004-10-02 19:50:14 -0300 (Sat, 02 Oct 2004) | 5 lines

	* src/board.c, src/board.h, src/dreamchess.c, data/font.png,
	data/font.wid: Added FAN support.

	* AUTHORS: Updated.

------------------------------------------------------------------------
r80 | krismca | 2004-09-30 19:20:59 -0300 (Thu, 30 Sep 2004) | 4 lines

	* src/ui_sdlgl.c: Changed the action button mapping on the
	gamepad from X to A. Removed the backdrop from the name, 
	and move list gui objects.

------------------------------------------------------------------------
r79 | krismca | 2004-09-30 18:47:38 -0300 (Thu, 30 Sep 2004) | 6 lines

	* src/ui_sdlgl.c: Fixed up the system menu to remove features
	that won't be present in the first release. Changed the title
	screen behavior, so that the 'press any key' pause will only
	appear when first ran. Added joystick support. Centered the
	system dialog.

------------------------------------------------------------------------
r78 | krismca | 2004-09-29 21:14:16 -0300 (Wed, 29 Sep 2004) | 3 lines

	* src/ui_sdlgl.c: Added the player names to the gui, and added
	a backdrop to the move lists.

------------------------------------------------------------------------
r77 | waltervn | 2004-09-29 21:10:35 -0300 (Wed, 29 Sep 2004) | 2 lines

	* src/ui_sdlgl.c: Fixed text scaling that I broke a few days ago.

------------------------------------------------------------------------
r76 | waltervn | 2004-09-29 20:29:51 -0300 (Wed, 29 Sep 2004) | 2 lines

	* src/ui_sdlgl.c, src/dreamchess.c: Added move list implementation.

------------------------------------------------------------------------
r75 | waltervn | 2004-09-27 19:47:10 -0300 (Mon, 27 Sep 2004) | 19 lines

	* src/README: Removed references to SDL_ttf and freetype.

	* data/themes/default/blackpawn.png,
	data/themes/default/whitepawn.png,
	data/themes/default/blackrook.png,
	data/themes/default/blackqueen.png,
	data/themes/default/whiterook.png,
	data/themes/default/whitequeen.png,
	data/themes/default/blackknight.png,
	data/themes/default/blackbishop.png,
	data/themes/default/blackking.png,
	data/themes/default/whitebishop.png,
	data/themes/default/whiteknight.png,
	data/themes/default/whiteking.png: Removed from repository.
	* data/themes/default/pieces.png: Added to repository.
	* data/Makefile.am: Updated.
	* src/ui_sdlgl.c: Load piece graphics from a single image and
	render them using texture coordinates.

------------------------------------------------------------------------
r74 | krismca | 2004-09-26 18:50:05 -0300 (Sun, 26 Sep 2004) | 2 lines

	* src/ui_sdlgl.c: Tinkered with the title screen menu some.

------------------------------------------------------------------------
r73 | waltervn | 2004-09-26 17:53:00 -0300 (Sun, 26 Sep 2004) | 8 lines

	* src/ui_sdlgl.c: Changed font system to use pregenerated bitmaps.
	* data/text.ttf: Removed from repository.
	* data/font.png, data/font.wid: Added to repository.
	* data/Makefile.am: Updated.
	* configure.ac: Removed freetype and SDL_ttf checks.

	* autogen.sh: Re-added version numbers.

------------------------------------------------------------------------
r72 | krismca | 2004-09-24 23:37:16 -0300 (Fri, 24 Sep 2004) | 4 lines

	* src/ui_sdlgl.c: Added colour changing to the font code, and 
	added an experimental text effect. Removed difficulty dialog
	from main menu, twas redundant.

------------------------------------------------------------------------
r71 | waltervn | 2004-09-24 21:37:04 -0300 (Fri, 24 Sep 2004) | 3 lines

	* src/ui_sdlgl.c: Converted all texture loading/drawing code to use
	texture coordinates.

------------------------------------------------------------------------
r70 | waltervn | 2004-09-24 14:03:12 -0300 (Fri, 24 Sep 2004) | 8 lines

	* src/ui_sdlgl.c, src/ui.h: Added message dialog type. Added
	texture loading and displaying routines that use texture
	coordinates. Fixed black menu in Linux.

	* src/dreamchess.c: Added preliminary support for move lists.

	* data/menu_title.png: New title image (not finished yet).

------------------------------------------------------------------------
r69 | krismca | 2004-09-23 22:04:15 -0300 (Thu, 23 Sep 2004) | 2 lines

	* /src/ui_sdlgl.c: Modified the title menu a bit.

------------------------------------------------------------------------
r68 | waltervn | 2004-09-23 20:56:44 -0300 (Thu, 23 Sep 2004) | 12 lines

	* src/history.c: Reformatted sourcecode.

	* src/include/san.h, src/libs/san.y: Added info about board state
	to SAN move struct.
	* src/board.c, src/board.h, src/ui_sdlgl.c, src/ui_sdl.c: Added
	move_t to SAN string conversion code. Renamed EMPTY to NONE.

	* src/ui_sdlgl.c, src/dreamchess.c, src/ui.h, src/dreamchess.h:
	Changed to polling+callback interface.

	* configure.ac: Disabled building of ui_sdl driver.

------------------------------------------------------------------------
r67 | krismca | 2004-09-21 17:57:53 -0300 (Tue, 21 Sep 2004) | 3 lines

	* src/ui_sdlgl.c: More dialog changes. Fixed a text rendering
	bug.

------------------------------------------------------------------------
r66 | krismca | 2004-09-21 03:49:00 -0300 (Tue, 21 Sep 2004) | 3 lines

	* src/ui_sdlgl.c: Cleaned up the new font rendering stuff.
	Started work on new dialog code.

------------------------------------------------------------------------
r65 | krismca | 2004-09-20 02:03:49 -0300 (Mon, 20 Sep 2004) | 3 lines

	* src/ui_sdlgl.c: Changed the position and size of the board.
	Replaced the text rendering functions.

------------------------------------------------------------------------
r64 | waltervn | 2004-09-18 19:53:33 -0300 (Sat, 18 Sep 2004) | 2 lines

	* README: Updated Dreamcast build instructions.

------------------------------------------------------------------------
r63 | waltervn | 2004-09-14 17:12:44 -0300 (Tue, 14 Sep 2004) | 4 lines

	* src/board.c: Corrected a typo that caused a segfault.

	* README: Corrected an error in the Windows install section.

------------------------------------------------------------------------
r62 | waltervn | 2004-09-13 08:04:28 -0300 (Mon, 13 Sep 2004) | 3 lines

	* src/board.c, src/board.h, src/dreamchess.c: Added preliminary SAN
	support.

------------------------------------------------------------------------
r61 | waltervn | 2004-09-12 21:53:41 -0300 (Sun, 12 Sep 2004) | 11 lines

	* src/include/san.h: Added to repository.
	* src/include/Makefile.am: Updated.

	* src/san.y: Moved to src/libs/san.y.
	* src/libs/Makefile.am: Build libsan.a from san.y.
	* src/Makefile.am: Added libsan.a to LDADD.

	* configure.ac: Added check for bison.
	* README: Added bison to list of requirements for building from
	SVN.

------------------------------------------------------------------------
r60 | waltervn | 2004-09-11 15:39:21 -0300 (Sat, 11 Sep 2004) | 7 lines

	* ChangeLog: Changed to UNIX text format.

	* src/libs/pipe_unix.c: Reset timeout before each select() call.

	* src/dreamchess.c: Do not change to the data directory until after
	starting the engine. This prevents crafty from segfaulting.

------------------------------------------------------------------------
r59 | waltervn | 2004-09-10 22:48:57 -0300 (Fri, 10 Sep 2004) | 21 lines

	* AUTHORS: Updated.

	* src/san.y: Added copyright message. Fixed #include statements.

	* ChangeLog: Added stub message.
	* NEWS: Added 0.1.0-SVN.

	* src/dreamer/move_data.h, src/dreamer/move_data.h,
	src/dreamer/search.c, src/dreamer/search.h,
	src/dreamer/transposition.c, src/dreamer/transposition.h,
	src/dreamer/repetition.c, src/dreamer/state.h,
	src/dreamer/repetition.h, src/comm_unix.c, src/comm.h, src/history.c
	src/ui_sdlgl.c, src/include/pipe_mem.h,src/include/pipe_win32.h,
	src/include/pipe_unix.h, src/include/engine.h,
	src/include/main_sdlthd.h, src/history.h, src/datadir.c,
	src/libs/pipe_win32.c, src/libs/pipe_unix.c, src/libs/msgbuf.c,
	src/libs/msgbuf.h, src/libs/pipe_mem.c, src/comm_win32.c, src/ui.c,
	src/datadir.h, src/ui_sdl.c, src/ui.h, src/dreamchess.h, src/main.c,
	src/main_sdlthd.c, src/board.c, src/comm.c, src/board.h,
	src/comm_sdlthd.c: Updated copyright messages.

------------------------------------------------------------------------
r58 | waltervn | 2004-09-10 12:57:39 -0300 (Fri, 10 Sep 2004) | 5 lines

	* src/dreamchess.c: The engine to use is now an option (-f).

	* configure.ac: Changed version to 0.1.0-SVN.
	* README, man/dreamchess.6: Updated documentation.

------------------------------------------------------------------------
r57 | waltervn | 2004-09-09 13:09:20 -0300 (Thu, 09 Sep 2004) | 3 lines

	* src/include/engine.h: Added to repository.
	* src/include/Makefile.am, src/main_sdlthd.c: Updated.

------------------------------------------------------------------------
r56 | waltervn | 2004-09-09 06:12:13 -0300 (Thu, 09 Sep 2004) | 10 lines

	* src/include/game.h: Removed from repository.
	* src/libs/pipe_mem.h, src/libs/pipe_win32.h, src/libs/pipe_unix.h:
	Moved to src/include directory.
	* src/include/comm.h, src/include/ui.h, src/include/dreamchess.h,
	src/include/history.h, src/include/board.h, src/include/datadir.h:
	Moved to src directory.
	* src/Makefile.am, src/include/Makefile.am,
	src/dreamer/Makefile.am: Updated.


------------------------------------------------------------------------
r55 | waltervn | 2004-09-09 05:34:59 -0300 (Thu, 09 Sep 2004) | 12 lines

	* src/dreamer/e_comm.c, src/dreamer/history.c,
	src/dreamer/commands.c, src/dreamer/e_comm_sdlthd.c,
	src/dreamer/e_comm_unix.c, src/dreamer/search.c, src/dreamer/move.c
	src/dreamer/dreamer.c, src/dreamer/e_comm_win32.c,
	src/dreamer/eval.c, src/dreamer/board.c, src/comm_unix.c,
	src/history.c, src/ui_sdlgl.c, src/include/ui.h,
	src/include/history.h, src/include/main_sdlthd.h, src/datadir.c,
	src/libs/pipe_win32.c, src/libs/pipe_unix.c, src/libs/pipe_mem.c,
	src/ui.c, src/dreamchess.c, src/ui_sdl.c, src/main.c,
	src/main_sdlthd.c, src/board.c, src/comm.c, src/comm_sdlthd.c,
	configure.ac: Cleaned up #include statements.

------------------------------------------------------------------------
r54 | waltervn | 2004-09-08 12:13:04 -0300 (Wed, 08 Sep 2004) | 16 lines

	* src/dreamer/Makefile.am: Removed `move_data.h' target.

	* src/libs/pipe_win32.c, src/libs/pipe_win32.h: pipe_win32_poll() no
	longer blocks when no data is available.

	* src/libs/msgbuf.c, src/libs/pipe_unix.c, src/libs/pipe_men.c: Fixed
	exit() functions.

	* configure.ac, src/libs/Makefile.am: Renamed `libpipe.a' to
	`libpipe_unix.a' and `libmsglist.a' to `libpipe_mem.a'.
	`libpipe_mem.a' is now only built when configured with
	`--enable-linked-engine'.

	* src/comm_win32.c: Added to repository.
	* src/Makefile.am: Updated.

------------------------------------------------------------------------
r53 | waltervn | 2004-09-07 10:49:32 -0300 (Tue, 07 Sep 2004) | 4 lines

	* src/dreamer/e_comm.c: Added to repository.

	* configure.ac: Changed autoconf version requirement to 2.56.

------------------------------------------------------------------------
r52 | waltervn | 2004-09-07 08:52:29 -0300 (Tue, 07 Sep 2004) | 9 lines

	* m4, m4/sdl.m4, m4/Makefile.am: Added to repository.
	* src/Makefile.am, autogen.sh: Call aclocal with -I m4'.

	* src/include/datadir.h, src/datadir.c: Converted to UNIX text
	format. Implemented chdir() for Dreamcast.

	* src/dreamcast: Removed from repository.
	* configure.ac: Updated for building a Dreamcast binary.

------------------------------------------------------------------------
r51 | waltervn | 2004-09-06 06:16:07 -0300 (Mon, 06 Sep 2004) | 7 lines

	* src/dreamer/move_data.h, data/Makefile.am: Added to repository.
	* src/dreamer/gen_chess_moves.c, src/dreamer/Makefile.am:
	`move_data.h' is no longer autogenerated. Properly clean
	`move_data.c'.
	* configure.ac, src/Makefile.am, data/Makefile.am: Add data files
	to `dist'. A few minor fixes to the `dist' target.

------------------------------------------------------------------------
r50 | waltervn | 2004-09-05 22:11:47 -0300 (Sun, 05 Sep 2004) | 11 lines

	* src/libs/pipe.*: Renamed to src/libs/pipe_unix.*.

	* src/comm.c: Added to repository.

	* src/comm_unix.c, src/dreamer/e_comm_sdlthd.c,
	src/dreamer/e_com_unix.c, src/dreamer/dreamer.c,
	src/dreamer/e_comm_win32.c, src/dreamer/Makefile.am,
	src/libs/pipe_win32.c, src/libs/pipe_win32.h, src/libs/Makefile.am,
	src/main_sdlthd.c, src/Makefile.am, src/comm_sdlthd.c, configure.ac:
	Renamed several function names.

------------------------------------------------------------------------
r49 | waltervn | 2004-09-05 21:48:31 -0300 (Sun, 05 Sep 2004) | 5 lines

	* src/pipe: Renamed to src/libs.

	* src/libs/pipe_sdlthd.*: Renamed to src/libs/pipe_mem.*.
	* src/include/main_sdlthd.h, src/main_sdlthd.c: Updated.

------------------------------------------------------------------------
r48 | waltervn | 2004-09-05 21:33:11 -0300 (Sun, 05 Sep 2004) | 13 lines

	* src/comm_unix.c, src/dreamer/commands.c,
	src/dreamer/e_comm_sdlthd.c, src/dreamer/e_comm_unix.c,
	src/dreamer/e_comm.h, src/dreamer/dreamer.c,
	src/dreamer/e_comm_win32.c, src/dreamer/Makefile.am,
	src/include/comm.h, src/include/main_sdlthd.h,
	src/pipe/pipe_win32.c, src/pipe/pipe.h,	src/pipe/Makefile.am,
	src/pipe/pipe.c, src/dreamchess.c, src/main_sdlthd.c,
	src/Makefile.am, src/comm_sdlthd.c: Simplified communication code
	and reduced redundancy.
	* src/pipe/pipe_sdlthd.c, src/pipe/pipe_sdlthd.h,
	src/pipe/msgbuf.c, src/pipe_mshbuf.h: Added to repository.
	* src/pipe/msglist.c, src/pipe/msglist.h: Removed from repository.

------------------------------------------------------------------------
r47 | waltervn | 2004-09-04 22:23:44 -0300 (Sat, 04 Sep 2004) | 8 lines

	* src/dreamer/e_comm_win32.c, src/pipe/pipe_win32.c,
	src/pipe/pipe_win32.h: Added to repository.
	* src/dreamer/e_comm_sdlthd.c, src/dreamer/e_comm_unix.c,
	src/dreamer/Makefile.am, src/comm_unix.c, src/pipe/Makefile.am,
	src/dreamcast/config.h.in, src/main.c, src/main_sdlthd.c,
	src/comm_sdlthd.c, configure.ac: Added initial implementation of Win32
	UI<->engine communication.

------------------------------------------------------------------------
r46 | waltervn | 2004-09-03 14:39:06 -0300 (Fri, 03 Sep 2004) | 7 lines

	* src/datadir.c, src/include/datadir.h: Added to repository.
	* configure.ac, src/ui_sdlgl.c, src/ui_sdl.c, src/dreamchess.c:
	Changed handling of data directory for win32 port. Some minor
	bugfixes in theme loading code.
	* src/include/Makefile.am, src/Makefile.am: Updated.


------------------------------------------------------------------------
r45 | waltervn | 2004-09-02 22:20:16 -0300 (Thu, 02 Sep 2004) | 5 lines

	* configure.ac: Added MinGW OpenGL library detection. DreamChess now
	works on win32 when the `--enable-linked-engine' option is used.

	* autogen.sh: Removed version numbers from calls.

------------------------------------------------------------------------
r44 | waltervn | 2004-09-02 22:11:40 -0300 (Thu, 02 Sep 2004) | 11 lines

	* src/io_*.c, src/include/io.h: `io' renamed to `comm' to avoid
	name clashes in MinGW.
	* src/dreamer/io_*.c, src/dreamer/io.h: `io' renamed to `e_comm'
	to avoid name clashes in MinGW.
	* src/dreamer/dreamer.c, src/dreamer/commands.c, src/dreamchess.c:
	Updated.
	* src/Makefile.am, src/include/Makefile.am,
	src/dreamer/Makefile.am, src/dreamcast/Makefile: Updated.

	* src/dreamer/dreamer.c: Defined drm_sleep().

------------------------------------------------------------------------
r43 | waltervn | 2004-09-02 08:15:59 -0300 (Thu, 02 Sep 2004) | 3 lines

	* src/dreamer/Makefile.am, src/pipe/Makefile.am, src/Makefile.am,
	configure.ac: Some small changes to support cross-compilation.

------------------------------------------------------------------------
r42 | waltervn | 2004-08-30 14:00:56 -0300 (Mon, 30 Aug 2004) | 11 lines

	* src/dreamer/Makefile.am, src/dreamer/io_sdlthread.c,
	src/io_sdlthread.c, src/main_sdlthd.c: Added mutexes to make access
	to message lists thread-safe.

	* src/dreamer/dreamer.c: Fixed an exit-related bug.

	* src/dreamchess.c: Re-init engine when a new game is started.

	* src/include/main_sdlthd.h: Added to repository.
	* src/include/Makefile.am: Updated.

------------------------------------------------------------------------
r41 | waltervn | 2004-08-29 21:02:50 -0300 (Sun, 29 Aug 2004) | 5 lines

	* src/include/dreamchess.h: Added to repository.

	* src/dreamcast/config.h.in, src/dreamcast/Makefile: Updated
	Dreamcast build process for recent changes.

------------------------------------------------------------------------
r40 | waltervn | 2004-08-29 19:37:21 -0300 (Sun, 29 Aug 2004) | 11 lines

	* src/dreamer/io_sdlthread.c, src/dreamer/main.c,
	src/io_sdlthread.c, src/pipe/msglist.c, src/pipe/msglist.h,
	src/main_sdlthd.c, src/main.c: Added to repository.
	* src/dreamchess.c: Renamed from src/main.c.
	* src/dreamer/commands.c, src/dreamer/io_unix.c,
	src/dreamer/io.h, src/dreamer/dreamer.c, src/dreamer/state.h,
	src/dreamer/Makefile.am, src/include/board.h, src/io_unix.c,
	src/pipe/Makefile.am, src/board.c, src/Makefile.am
	configure.ac: Added --enable-linked-engine configure option to
	statically link with the `dreamer' engine.

------------------------------------------------------------------------
r39 | waltervn | 2004-08-26 21:04:41 -0300 (Thu, 26 Aug 2004) | 11 lines

	* src/main.c, src/ui_sdlgl.c, src/include/ui.h: Added proper game
	quitting. Added texture freeing. On Dreamcast, copy TTF file to
	ramdisk to speed things up. On Dreamcast, don't parse command line
	arguments.

	* data/themes/default/blacksquare.bmp,
	data/themes/default/whitesquare.bmp: Replaced by PNG files.

	* src/dreamcast/config.h.in, src/dreamcast/Makefile: Added to
	repository.

------------------------------------------------------------------------
r38 | waltervn | 2004-08-19 21:28:19 -0300 (Thu, 19 Aug 2004) | 2 lines

	* src/san.y: Added to repository.

------------------------------------------------------------------------
r37 | waltervn | 2004-08-18 22:49:11 -0300 (Wed, 18 Aug 2004) | 2 lines

	* src/board.c: Added simple SAN parser.

------------------------------------------------------------------------
r36 | waltervn | 2004-08-17 21:02:19 -0300 (Tue, 17 Aug 2004) | 13 lines

	* src/dreamer/commands.c: Do not start game after receiving an 
	invalid move.

	* src/dreamer/dreamer.c: Do not check for game end when in idle 
	mode.

	* src/ui_sdlgl.c: Set promotion_piece to 0 when sending a 
	non-promotion move.

	* src/board.c: Added move validation routines.
	* src/main.c: Engine communication temporarily disabled for 
	easier testing of move validation routines.

------------------------------------------------------------------------
r35 | waltervn | 2004-08-12 18:28:01 -0300 (Thu, 12 Aug 2004) | 3 lines

	* configure.ac: Added --without-sdl and --without-gl configure 
	options.

------------------------------------------------------------------------
r34 | waltervn | 2004-08-11 22:15:46 -0300 (Wed, 11 Aug 2004) | 4 lines

	* src/ui_sdl.c, src/include/ui.h, src/ui.c, configure.ac: Added 
	support for the sdl user interface driver to the configure 
	script.

------------------------------------------------------------------------
r33 | waltervn | 2004-08-11 16:26:18 -0300 (Wed, 11 Aug 2004) | 7 lines

	* src/ui_sdl.c: Added to repository.
	* src/include/ui.h, src/Makefile.am, src/ui.c (ui_driver[]):
	Updated for added driver.

	* src/main.c (main): Workaround for GNU Chess's way of reporting
	illegal moves.

------------------------------------------------------------------------
r32 | waltervn | 2004-08-09 16:09:00 -0300 (Mon, 09 Aug 2004) | 2 lines

	* src/main.c (main): Fix for GNUChess.

------------------------------------------------------------------------
r31 | waltervn | 2004-08-09 14:19:48 -0300 (Mon, 09 Aug 2004) | 12 lines

	* src/include/io.h, src/io_unix.c: Added to repository.
	* src/Makefile.am, src/include/Makefile.am: Updated for added 
	files.

	* src/include/board.h, src/board.c: Implemented
	fullalg_to_move().

	* src/pipe/pipe.c (pipe_poll): Small bugfix.

	* src/main.c: Added initial implementation of engine 
	communication.

------------------------------------------------------------------------
r30 | waltervn | 2004-08-02 20:28:57 -0300 (Mon, 02 Aug 2004) | 9 lines

	* src/dreamer/Makefile.am, src/Makefile.am, 
	src/pipe/Makefile.am: Added header files to EXTRA_DIST.

	* src/include/Makefile.am, man/Makefile.am, man/dreamchess.6,
	man/dreamer.6: Added to repository.
	* Makefile.am: Added man directory to SUBDIRS.

	* configure.ac: Changed version to 0.1.

------------------------------------------------------------------------
r29 | waltervn | 2004-07-30 14:29:54 -0300 (Fri, 30 Jul 2004) | 6 lines

	* src/history.c, src/board.c, src/ui.c, src/include/board.h: 
	Fixed #includes.

	* src/include/ui.h, src/main.c, src/ui_sdlgl.c: Moved history 
	manipulation from ui driver to main.

------------------------------------------------------------------------
r28 | waltervn | 2004-07-28 20:31:59 -0300 (Wed, 28 Jul 2004) | 6 lines

	* src/dreamer/Makefile.am: Do not install genchessmoves.
	* src/Makefile.am, src/ui_sdlgl.c: Use DATADIR for location of 
	data directory.
	* Makefile.am: Added install-data-local and uninstall-local 
	targets.

------------------------------------------------------------------------
r27 | waltervn | 2004-07-27 21:51:54 -0300 (Tue, 27 Jul 2004) | 3 lines

	* configure.ac, src/Makefile.am: Only link dreamchess itself 
	against SDL.

------------------------------------------------------------------------
r26 | waltervn | 2004-07-26 22:50:06 -0300 (Mon, 26 Jul 2004) | 4 lines

	* configure.ac, src/ui_sdlgl.c, src/include/ui.h, src/main.c, 
	src/Makefile.am, src/ui.c: Added checks for SDL and GL headers 
	and libraries.

------------------------------------------------------------------------
r25 | waltervn | 2004-07-26 18:19:57 -0300 (Mon, 26 Jul 2004) | 7 lines

	* configure.ac: Check for getopt.h and getopt_long().
	* src/main.c: Added commandline options.
	* src/ui.c: Added to repository.
	* src/include/ui.h, src/ui_sdlgl.c: Added 'name' field to 
	ui_driver struct.
	* src/Makefile.am: Updated for added file.

------------------------------------------------------------------------
r24 | waltervn | 2004-07-24 19:57:05 -0300 (Sat, 24 Jul 2004) | 2 lines

	* configure.ac: Point to src/main.c for sources.

------------------------------------------------------------------------
r23 | waltervn | 2004-07-24 19:54:30 -0300 (Sat, 24 Jul 2004) | 10 lines

	* configure.ac: Point to src/main.c for sources.

	* src/include/ui.h: Added to repository.
	* src/player_gui.c, src/gui.c, src/include/gui.h: Merged into
	new file src/ui_sdlgl.c, which was added to the repository. The 
	old files were removed.

	* src/game.c: Renamed to src/main.c.
	* src/Makefile.am: Updated because of the changes above.

------------------------------------------------------------------------
r22 | waltervn | 2004-07-21 14:36:28 -0300 (Wed, 21 Jul 2004) | 2 lines

	* src/history.c: Added to repository (for real this time ;)

------------------------------------------------------------------------
r21 | waltervn | 2004-07-21 14:17:22 -0300 (Wed, 21 Jul 2004) | 15 lines

	* configure.ac: Point to src/gui.c for sources.

	* src/hashing.c, src/move.c, src/eval.c, 
	src/include/transposition.h, src/include/player.h, 
	src/include/player_gui.h, src/include/hashing.h, 
	src/include/history.h, src/include/repetition.h, 
	src/include/search.h, src/include/move.h, src/include/iface.h, 
	src/include/eval.h: Removed from repository.

	* src/history.c, src/include/history.h: Added implementation 
	of game history to repository.

	* src/Makefile.am, src/gui.c, src/player_gui.c: Added keyboard 
	shortcuts for browsing game steps, and undo move.

------------------------------------------------------------------------
r20 | krismca | 2004-07-01 20:15:02 -0300 (Thu, 01 Jul 2004) | 2 lines

	* src/player_gui.c, src/gui.c: Added initial mouse support.

------------------------------------------------------------------------
r19 | krismca | 2004-07-01 19:26:19 -0300 (Thu, 01 Jul 2004) | 4 lines

	* src/include/gui.h, src/gui.c: Added the ability for 
	the player to select board/piece themes from the main
	menu screen.

------------------------------------------------------------------------
r18 | waltervn | 2004-07-01 19:19:31 -0300 (Thu, 01 Jul 2004) | 3 lines

	* data/themes/default/black.bmp: Renamed to blacksquare.bmp.
	* data/themes/default/white.bmp: Renamed to whitesquare.bmp.

------------------------------------------------------------------------
r17 | waltervn | 2004-07-01 19:11:51 -0300 (Thu, 01 Jul 2004) | 3 lines

	* data/themes/default: Restored the graphics from r15.
	* data/test.ttf: Renamed to text.ttf.

------------------------------------------------------------------------
r16 | waltervn | 2004-07-01 19:00:57 -0300 (Thu, 01 Jul 2004) | 2 lines

	* data/black*.png, data/white*.png: Moved to data/themes/default.

------------------------------------------------------------------------
r15 | krismca | 2004-06-26 23:35:25 -0300 (Sat, 26 Jun 2004) | 6 lines

	* src/gui.c: Adjusted the drawing size of pieces from 
	two tiles high, to one tile high. Fixed the promotion 
	dialog to reflect the change.
	* data/black*.png, data/white*.png: Changed the size 
	of the graphics from 128x256 to 128x128.

------------------------------------------------------------------------
r14 | krismca | 2004-06-22 18:43:59 -0300 (Tue, 22 Jun 2004) | 5 lines

	* src/include/gui.h, src/gui.c: Changed the text string used to
	display whether it is black or white's turn, and fixed it.
	* src/player_gui.c: Fixed the board cursor's movement code to
	respect the boards edges.

------------------------------------------------------------------------
r13 | waltervn | 2004-06-22 13:00:00 -0300 (Tue, 22 Jun 2004) | 6 lines

	* data/blackpawn.png, data/whitepawn.png, data/blackrook.png,
	data/blackqueen.png, data/whiterook.png, data/whitequeen.png,
	data/blackknight.png, data/blackbishop.png, data/blackking.png
	data/whitebishop.png, data/whiteknight.png, data/whiteking.png:
	Updated graphics to conform to new format.

------------------------------------------------------------------------
r12 | waltervn | 2004-06-21 13:45:26 -0300 (Mon, 21 Jun 2004) | 2 lines

	* src/board.c, src/include/board.h: New board and move types.

------------------------------------------------------------------------
r11 | waltervn | 2004-06-21 12:10:28 -0300 (Mon, 21 Jun 2004) | 6 lines

	* src/player_gui.c: Implemented poll_move().

	* src/include/gui.h, src/gui.c: Added black promotion dialog.

	* src/board.c: Implemented move_to_fullalg() and make_move().

------------------------------------------------------------------------
r10 | waltervn | 2004-06-18 10:01:22 -0300 (Fri, 18 Jun 2004) | 8 lines

	* src/player_gui.c, src/game.c, src/gui.c, src/board.c,
	src/Makefile.am: Initial adaptation for transition to xboard
	protocol.

	* src/history.c, src/player_ai.c, src/search.c,
	src/gen_chess_moves.c, src/transposition.c, src/repetition.c,
	src/player_human.c: Removed from repository.

------------------------------------------------------------------------
r9 | waltervn | 2004-05-01 12:55:14 -0300 (Sat, 01 May 2004) | 14 lines

	* src/dreamer/transposition.h, src/dreamer/state.h,
	src/dreamer/history.h, src/dreamer/hashing.h,
	src/dreamer/repetition.h, src/dreamer/search.h, src/dreamer/move.h,
	src/dreamer/eval.h, src/dreamer/board.h, src/dreamer/io.h: Moved
	from the src/dreamer/include/ directory.
	* src/dreamer/history.c, src/dreamer/commands.c,
	src/dreamer/search.c, src/dreamer/move.c,
	src/dreamer/transposition.c, src/dreamer/dreamer.c,
	src/dreamer/hashing.c, src/dreamer/repetition.c, src/dreamer/eval.c,
	src/dreamer/board.c: Updated #include statements.

	* src/dreamer/commands.h: Added to repository.
	* src/dreamer/Makefile.am: Removed 'game.c' from dreamer_SOURCES.

------------------------------------------------------------------------
r8 | waltervn | 2004-04-30 22:32:23 -0300 (Fri, 30 Apr 2004) | 14 lines

	* configure.ac, src/Makefile.am, src/dreamer/Makefile.am: Updated to
	handle added files.
	* src/dreamer/hashing.c, src/dreamer/repetition.c,
	src/dreamer/search.c, src/dreamer/move.c, src/dreamer/eval.c,
	src/dreamer/transposition.c, src/dreamer/include/transposition.h,
	src/dreamer/include/hashing.h, src/dreamer/include/repetition.h,
	src/dreamer/include/search.h, src/dreamer/include/eval.h: Copied
	from src/ for dreamer. Removed global 'chess_board' entirely.
	* src/dreamer/dreamer.c, src/dreamer/commands.c,
	src/dreamer/io_unix.c, src/dreamer/include/state.h,
	src/dreamer/include/io.h: Added to repository.

	* src/pipe/pipe.c: Implemented send function.

------------------------------------------------------------------------
r7 | waltervn | 2004-04-21 17:26:29 -0300 (Wed, 21 Apr 2004) | 5 lines

	* configure.ac, Makefile.am, src/Makefile.am: Updated to handle added
	files.
	* src/pipe/Makefile.am, src/pipe/pipe.h, src/pipe/pipe.c: Added to
	repository.

------------------------------------------------------------------------
r6 | krismca | 2004-03-31 16:49:36 -0400 (Wed, 31 Mar 2004) | 2 lines

	* AUTHORS: Added my email address.

------------------------------------------------------------------------
r5 | waltervn | 2004-03-31 10:32:45 -0400 (Wed, 31 Mar 2004) | 2 lines

	* src/player_human.c: Minor clean-up work.

------------------------------------------------------------------------
r4 | waltervn | 2004-03-31 10:24:00 -0400 (Wed, 31 Mar 2004) | 2 lines

	* README: Entered a short description of the project.

------------------------------------------------------------------------
r3 | waltervn | 2004-03-30 19:17:18 -0400 (Tue, 30 Mar 2004) | 2 lines

Updated svn:ignore properties.

------------------------------------------------------------------------
r2 | waltervn | 2004-03-30 14:11:50 -0400 (Tue, 30 Mar 2004) | 2 lines

Initial checkin.

------------------------------------------------------------------------
r1 | waltervn | 2004-03-30 12:52:40 -0400 (Tue, 30 Mar 2004) | 1 line

Initial repository layout
------------------------------------------------------------------------
