From fd988e78c4beca423d4c2b2aa65b98c339ca73b8 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Thu, 6 Sep 2007 22:24:36 +0200 Subject: [PATCH] Tennix 0.3.4 Removed ChangeLog and pushed version in makefile to 0.3.4 --- ChangeLog | 54 ------------------------------------------------------ makefile | 2 +- 2 files changed, 1 insertion(+), 55 deletions(-) delete mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 5c34f8d..0000000 --- a/ChangeLog +++ /dev/null @@ -1,54 +0,0 @@ -Tennix 0.3.2 (Sat, 07 Jul 2007 15:57:34 +0200) - - * Move release information to makefile, update win32 target - * Added application window icon setup code - * Support for ball service; AI improved; gameplay fading - * Add "Playing Tennix" section in README - -############################################################################### - -Tennix 0.3.1 (Sun, 17 Jun 2007 16:25:37 +0200) - - * Added tennis ball and its shadow to 3D test - * Fix ball direction gameplay bug - * First cut of single-player mode support (Player 2 = AI) - * Modularize human input and AI input (AI vs. AI testing) - * New main menu with highlight and elektron bling bling - * Removed powershot sound - * More elektron-based full screen menu bling bling - * Add fading effect for menu/game transitions - -############################################################################### - -Tennix 0.3.0 (Tue, 12 Jun 2007 22:39:07 +0200) - - * testing 3d-to-2d conversion with a pygame draft script - * First cut of gameplay updates, partly broken - * Merge branch 'gameplay' - * Bugfix for ball not moving completely off-screen - * Support for ball out with sound - * Compile-time debug mode, get_move_y gameplay fixes - * Line drawing methods and new gameplay fixes - -############################################################################### - -Tennix svn-r20 (Wed, 23 May 2007 09:35:27 +0200) - - * Removed DOS line endings - * Initial support for win32 - * Added sound support (needs SDL_mixer) + samples - * Make Tennix easier by reducing bouncing - * 640x480 version, graphics updated - * Proper graphics loading/caching, use IDs for images - * Support for SDL_mixer and SDL_image on win32 - * Also add PNG files to binary release - * Better handling of display format w/ surface formats - * Make Tennix buildable on the MacOSX platform (Tennix.app) - * High-quality Tennix icon - * removed images - * Added README + COPYING for release - * use pngs instead of bmps - * do not distribute bmp files - * Add README files as data files - * Updated Mac OS X icon - diff --git a/makefile b/makefile index 93ed598..c7d7df6 100644 --- a/makefile +++ b/makefile @@ -20,7 +20,7 @@ # CC = gcc -RELEASE = 0.3.3 +RELEASE = 0.3.4 TARGET ?= default -- 2.11.4.GIT