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

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz
  • Date: 2009-08-31 20:08:58 UTC
  • Revision ID: james.westby@ubuntu.com-20090831200858-54lcmcrna6dwk3wr
Tags: upstream-0.2.9+dfsg1
ImportĀ upstreamĀ versionĀ 0.2.9+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Zaz 0.2.9 2009-08-25
 
2
 * added internationalization
 
3
 * dropped use of font2 (the cool one) where _("strings") could be
 
4
 * fixed game start without audio
 
5
 * added polish translation
 
6
 
 
7
Zaz 0.2.8 2009-08-24
 
8
 * fixed video initialization for desktops running 16bit colors
 
9
 * fixed mouse grabbing while exporting video - you can now
 
10
do something else while exporting unless you're running fullscreen
 
11
 * added lives (extra life every 10000 pts)
 
12
 * added check for existence of install dir - if not found tries to use ./data
 
13
 * added startup progress indicator
 
14
 * added level browser
 
15
 * added time in levels and time bonus if you're quicker
 
16
 * added 4 new levels
 
17
 
 
18
Zaz 0.2.6 2009-08-21
 
19
 * added hiscore display in main menu
 
20
 * added explosions
 
21
 * added extra ball animation
 
22
 * all textures are now pow2
 
23
 * added screenmode enumeration
 
24
 * added screenmode change while running
 
25
 * fixed screenshots/video on win32
 
26
  
 
27
Zaz 0.2.2 2009-08-17
 
28
 * made the project compile under win32
 
29
 * added win32.zip in main dir which includes
 
30
everything needed to compile under win32
 
31
 * introduced several bugs in gameplay :(
 
32
 
 
33
Zaz 0.2.0 2009-08-16
 
34
 * added gameloop with pause/continue
 
35
 * added replay and video export after a finished level
 
36
 * added high scores
 
37
 * 3 new levels (6 in total)
 
38
 * added level name in the beginning of each level
 
39
 * fixed alpha blending of score sprites
 
40
 * fixed premature finishing of levels
 
41
 * fixed that annoying blinking top line in video export
 
42
  
 
43
Zaz 0.1.2 2009-08-15
 
44
 * fixed scoring system
 
45
 * added combos
 
46
 * added menu with options
 
47
 * added 2 new levels (3 in total)
 
48
 * fixed ball picking bug
 
49
 * fixed "release a ball of different colour into explotion" bug
 
50
 * fixed mouse sensivity
 
51
 * added -e filename option which edits level files in current directory
 
52
 * added -p filename option which starts game on given level
 
53
 *              (will be gone in final version)
 
54
 
 
55
Zaz 0.1.0 2009-08-09
 
56
 * First playable version
 
57
 
 
58
Zaz 0.0.5 2009-08-07
 
59
 * added Player
 
60
 * added test level editor
 
61
 
 
62
Zaz 0.0.4 2009-08-03
 
63
------------------
 
64
 * added Bezier
 
65
 * dropped SDL_ttf in favour of GLFT
 
66
 * added unified mouse support
 
67
 * added texture loading through SDL_image
 
68
 
 
69
Zaz 0.0.3 2009-07-31
 
70
------------------
 
71
 * added OgvExport
 
72
 * fixed streaming sample playing multiple times
 
73
 
 
74
Zaz 0.0.2 2009-07-30
 
75
------------------
 
76
 * added StreamingOggSample
 
77
 * fixed streaming sample support in AudioBuffer
 
78
 
 
79
Zaz 0.0.1 2009-07-29
 
80
------------------
 
81
 * converted the project to GNU BuildTools
 
82