Mon Aug 16 16:25:47 PDT 2004
[netwalk.git] / NEWS
blob1c40c3d64c26594b0347307b5a19dc28029340d5
1 Mon Aug 16 16:25:47 PDT 2004
2     Allowed key repeating (to aid textbox editing).
4 Fri Aug  6 13:01:45 PDT 2004
5     Implemented suggestions from Denis Klykvin: now loads config file
6     from $HOME/.netwalk/ and if it doesn't exist, a default one will be
7     created.
9     Updated outdated README.
11     [netwalk-0.4.5.tgz]
13 Sun Jun 27 10:41:49 PDT 2004
14     Minor Makefile cleanup.
16 Tue Jun 22 23:13:04 PDT 2004
17     Interface is better: shading of widgets, current menu item is highlighted,
18     menu item is activated on mouse button up, rather than a second click.
19     Split program into a few files.
21     Menu drawing code was inefficient.
23     Bugfix in in_widget().
25     Rearranged "Enter name" window.
27     Makefile generates version.h.
29     Added comments to beginning of all source files.
30     [netwalk-0.4.4.tgz]
32 Sat Jun 19 19:36:02 PDT 2004
33     Added highlight to cell that mouse is over.
34     [netwalk-0.4.3.tgz]
36 Fri Mar 21 11:40:56 PST 2003
37     [netwalk-0.4.2.tgz]
39 Fri Mar 21 02:43:53 PST 2003
40     More bugfixes (related to shift key handling).
42 Mon Mar 17 15:19:50 PST 2003
43     Just realized it crashes on my XP laptop.
44     After some code cleanup, the bug mysteriously disappeared.
45     [netwalk-0.4.1.tgz]
47 Wed Jan 15 11:03:01 PST 2003
48     Released first C version.
49     [netwalk-0.4.tgz]
51 Thu Jan  9 19:39:21 PST 2003
52     Forgot to remove one hardcoded colour (0xffffff for the pulse colour).
54 Wed Jan  8 23:50:44 PST 2003
55     Added "showmoves" configuration option.
57 Mon Jan  6 11:36:14 PST 2003
58     Added high scores. Code is very crufty now, will cleanup after release.
60 Mon Jan  6 13:18:52 PST 2003
61     Handles SDL_Quit event, doesn't try to initialize audio.
63 Sun Jan  2 22:23:14 PST 2003
64     Added no_fourway option.
66 Wed Jan  1 00:19:28 PST 2003
67     More kludges: widget->localx and localy store relative coordinates,
68     call widget->computexy() to compute screen coordinates. Submenu items
69     locations are computed on the fly.
71     Added menu items to change difficulty level, resizes window automatically.
73 Mon Dec 30 11:40:27 PST 2002
74     Displays elapsed time.
76 Wed Dec 25 10:35:55 PST 2002
77     Cleaned up colour code. (Eliminated many SDL_MapRGB()'s)
79 Sun Nov 17 13:16:31 PST 2002
80     GUI pretty boring. I pick at it every now and then.
81     Got around to implementing wrap.
83 Fri Nov  8 17:39:28 PST 2002
84     Confused about implementing menus. Code is terrible, but it works.
86 Fri Nov  8 10:07:35 PST 2002
87     Started GUI. Doing OOP in C.
89 Thu Nov  7 10:56:02 PST 2002
90     Added animation when you win.
92 Thu Nov  7 00:15:07 PST 2002
93     Restarted project in C. I'm in an anti-OOP phase.
94     Playable, but missing a few features from my Eiffel version, notably
95     the GUI.