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