~ubuntu-branches/ubuntu/quantal/zaz/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Zaz 0.2.9 2009-08-25
 * added internationalization
 * dropped use of font2 (the cool one) where _("strings") could be
 * fixed game start without audio
 * added polish translation

Zaz 0.2.8 2009-08-24
 * fixed video initialization for desktops running 16bit colors
 * fixed mouse grabbing while exporting video - you can now
do something else while exporting unless you're running fullscreen
 * added lives (extra life every 10000 pts)
 * added check for existence of install dir - if not found tries to use ./data
 * added startup progress indicator
 * added level browser
 * added time in levels and time bonus if you're quicker
 * added 4 new levels

Zaz 0.2.6 2009-08-21
 * added hiscore display in main menu
 * added explosions
 * added extra ball animation
 * all textures are now pow2
 * added screenmode enumeration
 * added screenmode change while running
 * fixed screenshots/video on win32
  
Zaz 0.2.2 2009-08-17
 * made the project compile under win32
 * added win32.zip in main dir which includes
everything needed to compile under win32
 * introduced several bugs in gameplay :(

Zaz 0.2.0 2009-08-16
 * added gameloop with pause/continue
 * added replay and video export after a finished level
 * added high scores
 * 3 new levels (6 in total)
 * added level name in the beginning of each level
 * fixed alpha blending of score sprites
 * fixed premature finishing of levels
 * fixed that annoying blinking top line in video export
  
Zaz 0.1.2 2009-08-15
 * fixed scoring system
 * added combos
 * added menu with options
 * added 2 new levels (3 in total)
 * fixed ball picking bug
 * fixed "release a ball of different colour into explotion" bug
 * fixed mouse sensivity
 * added -e filename option which edits level files in current directory
 * added -p filename option which starts game on given level
 *		(will be gone in final version)

Zaz 0.1.0 2009-08-09
 * First playable version

Zaz 0.0.5 2009-08-07
 * added Player
 * added test level editor

Zaz 0.0.4 2009-08-03
------------------
 * added Bezier
 * dropped SDL_ttf in favour of GLFT
 * added unified mouse support
 * added texture loading through SDL_image

Zaz 0.0.3 2009-07-31
------------------
 * added OgvExport
 * fixed streaming sample playing multiple times

Zaz 0.0.2 2009-07-30
------------------
 * added StreamingOggSample
 * fixed streaming sample support in AudioBuffer

Zaz 0.0.1 2009-07-29
------------------
 * converted the project to GNU BuildTools