File: ChangeLog

package info (click to toggle)
mousetrap 1.0c-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,144 kB
  • ctags: 109
  • sloc: sh: 2,353; cpp: 899; makefile: 51
file content (64 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download | duplicates (5)
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

0.1

  Initial version : Movable main sprite.
	            Single enemy.
	            Single fruit.

0.2 

  New enemy added for each fruit eaten.
  Debian package built.
  Added score display.


0.3

   Added --cheat option.
   Centered the game over message.
   Added sound effects.  Disable with '--no-sound'.

0.4
   
   Enemies move diagonally - patch from Ryan Schultz.
   Enemies move with random speed - patch from Ryan Schultz.
   Eat blue fruit for shield.

0.5

   First three seconds after spawning you are invulnerable.
   (You start with the shield).
   Scoreboard shows highscore.  Saves to ~/.mousetrap
   Added manpage


0.6
   
   Tidied up the source code considerably.
   Added compilation errors to non-Linux highscore code.
   Added the "laser" sound-effect for when you nuke a baddie.
   Made the shield powerup more "fair".


0.7
 
   Link animation/movement speed to clockticks.
   Added shield indicator.
   Make shield always be time based.
   Increased shield time to 4 seconds.

0.7.1

   BUGFIX: Shields last for 4 seconds, correctly.
   Added animation for 'Game Over'

0.7.2

   Score points for killing enemies.
   Improved animation for 'Game Over'


0.8

   Fixed scoring bugs.
   Fixed animation on game over to be less annoying, and show your score.