File: ChangeLog

package info (click to toggle)
snake4 1.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 756 kB
  • ctags: 518
  • sloc: ansic: 2,709; makefile: 130
file content (163 lines) | stat: -rw-r--r-- 4,262 bytes parent folder | download | duplicates (2)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
2014-08-14  Alexandre Dantas  <eu@alexdantas.net>

	* Release: 1.0.14

	* Makefile fix after renaming README to README.md

2014-08-13  Sverre H. Huseby  <shh@thathost.com>

	* Release: 1.0.13

	* Code cleanup by Alexandre Dantas

2002-03-02  Sverre H. Huseby  <shh@thathost.com>

	* Release: 1.0.12

	* All: Updated contact information.

1998-07-05  Sverre H. Huseby  <shh@thathost.com>

	* Release: 1.0.11

	* Updated author information, and changed license to Artistic
	License, to please sunsite.

	* pixmaps/instructions: removed old mail address.

Wed Aug 13 22:39:30 1997  Sverre H. Huseby  <s.h.huseby@usit.uio.no>

	* Release: 1.0.10

	* score.c (scoreWriteScoreLines): Makes sure no empty fields are
	written out, as strtok doesn't like empty tokens.

Mon Aug 11 21:30:35 1997  Sverre H. Huseby  <s.h.huseby@usit.uio.no>

	* Release: 1.0.9

	* Makefile: Added possibility to make a binary distribution.

Wed Mar 19 20:11:25 1997  Sverre H. Huseby  <s.h.huseby@usit.uio.no>

	* Version: 1.0.8

	* win.c (winParseOptions): Added a terminating NULL to the
	resources.

Mon Nov 11 22:04:24 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 1.0.7

	* score.c: Use 3 positions for position number on score list.

Tue Oct 15 11:32:10 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 1.0.6

	* pixmaps/instructions*: Included score values in the instructions.

Fri Oct 11 11:15:15 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 1.0.5

	* score.c (scoreGetThisPlayerIndex): New function.

	* board.c (boardShowHighscores): No longer shows the top 20, but
	rather the top 10, plus a few centered around the current player.

Fri Oct 11 11:15:15 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 1.0.4

	* snake.c: Added idling timeout for start of rounds. The game is
	over if the user waits too long (a couple of minutes) before
	moving the snake.

Fri Oct 11 10:31:55 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 1.0.3

	* Increased number of entries in the highscore file, and made a
	constant for how many scores may be showed inline.

Thu Oct 10 13:41:53 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 1.0.2

        * game.c (gameInit): Fixed bug. Random seed was initialized using
        clock(), but clock returns number of ticks since the last call to
        clock(), so it was always zero.

Wed Oct  9 17:48:49 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 1.0.1

	* snake4.c (main): Now shows highscores if called as snake4scores.

	* Makefile: At installation, creates a symlink called snake4scores
	to snake4.

Tue Oct  8 06:56:01 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 1.0.0 (uploaded to sunsite.unc.edu)

	* win.c (winTogglePause): Bugfix: Added test for
	gameEndOfRound. Problems occurred if the player paused the game
	after the snake died.

	* board.c (boardHandleEvent): Moved test for pausing legal to
	winTogglePause in win.c

	* suid.c: Added this file and suid.h. Fixes SUID-problems on
	SunOS.

	* Makefile: Creates snake4.score from snake4.score.ifi by keeping
	sverrehu only.

	* Translated TODO to English.

Sun Oct  6 20:38:50 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 0.9.5

	* snake4.c (version): Added info on who compiled the program, and
	when.

Sun Oct  6 17:03:50 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 0.9.4

	* board.c (boardHandleEvent): Bugfix: Expose events would both
	show instructions and repaint game objects.

Sun Oct  6 15:05:19 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 0.9.3

	* slimpill.c: Slimpill comes less often.

	* headbanger.c: Score for each move of the headbanger, and extra
	bonus when it leaves.

	* fruit.c (fruitHandleTick): At least two fruits available.

Sat Oct  5 11:19:52 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version 0.9.2

	* snake4.6: Added a man-page.

	* score.c, snake4.c: Added possibility to merge scores from
 	separate highscore file.

Fri Oct  4 22:14:57 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Bumped version up to 0.9.1 - soon finished!

Tue Sep 24 19:38:47 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Initial version. This program was first implemented in assembly
	for MS-DOS by the same author.