File: ChangeLog

package info (click to toggle)
groundhog 1.3.2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,024 kB
  • ctags: 555
  • sloc: sh: 6,644; ansic: 2,218; cpp: 1,742; makefile: 186; sed: 93
file content (55 lines) | stat: -rw-r--r-- 1,445 bytes parent folder | download
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
Sun Jan  9 21:34:05 2000  Maurits Rijk  <maurits@frop.edu>

	* Made 1.2 release

Wed Dec 23 19:30:01 1998  Maurits Rijk  <maurits@frop.edu>

	* game.cc: randomized shuffle routine

	* new_game_dialog.cc (NewGameDialog): made 5x5 default

	* game.cc: added options dialog
	           added toolbar
		   added tooltips support

	* options_dialog.cc (OptionsDialog): new dialog

Tue Dec 22 21:16:38 1998  Maurits Rijk  <maurits@frop.edu>

	* new_game_dialog.cc (NewGameDialog): fixed minor layout bug

Mon Dec 21 21:56:01 1998  Maurits Rijk  <maurits@frop.edu>

	* Makefile: added -Wall flag and did some code cleanup to remove 
	warnings.
	
Sat Dec 19 23:13:24 1998  Maurits Rijk  <maurits@frop.edu>

	* score.cc (IsNewHighScore): '<= 10' should be '< 10'

Wed Dec 16 22:03:11 1998  Maurits Rijk  <lpeek.mrijk@consunet.nl>

	* made 1.0 release
	
	* highscore.cc (Read): replaced string.data() by string.c_str()

Tue Dec 15 21:18:35 1998  Maurits Rijk  <lpeek.mrijk@consunet.nl>

	* finished highscore implementation

	* highscore_tab.cc: created

Mon Dec 14 13:57:27 1998  Maurits Rijk  <lpeek.mrijk@consunet.nl>

	* pocket.cc: put in pixmaps at compile time instead of at runtime.

Wed Dec  9 22:08:54 1998  Maurits Rijk  <lpeek.mrijk@consunet.nl>

	* game.cc: minor layout issues

	* dialog.cc (Dialog): added 'AddCancelButton' function.

	* new_game_dialog.cc (NewGameDialog): changed layout.

	* dialog.cc (Dialog): make 'Ok' button default.