Mon Apr 22 18:05:29 PDT 2002
commit5fc9d157bce30ba8f59f1dcccb4af9273a808df5
authorBen Lynn <blynn@cs.stanford.edu>
Tue, 30 Apr 2002 09:12:40 +0000 (30 02:12 -0700)
committerBen Lynn <blynn@cs.stanford.edu>
Tue, 30 Apr 2002 09:12:40 +0000 (30 02:12 -0700)
tree9200f59dccd6e57179da6389d50d12e2ff331a83
parent94eed8065d2d734168155e9f4810816b03cd40bb
Mon Apr 22 18:05:29 PDT 2002
    Added timer.

    Fixed another par calculation caveat: if the server has all
    four port connected, then rotations shouldn't count at all.

Mon Apr 22 23:03:16 PDT 2002
    Got rid of compilation warnings.

    GUI code cleanup.

    High score table for "standard" games (9x10).

    TODO's:
- have buttons for presets: e.g. easy, expert, elite, evil,
    that range from small no wrap games to the largest possible wrap game.
    Or inane, ???, insane, inhuman.
    Or newbie, normal, nerd, neverending/nonsense.
- record high scores in each category.
- find a GPL font.
- put C code in package.

    Then can submit on Freshmeat?

Tue Apr 23 18:47:00 PDT 2002
    For first game, PRNG seeded with current time.

Wed Apr 24 16:50:51 PDT 2002
    Now uses GPL fonts so it'll work out of the box.
    Fixed time bug: wasn't updating with system time.

Sat Apr 27 16:00:51 PDT 2002
    Added primitive listbox widget, can choose preset games.

    High score window now displays one high score per preset.

    Saves high scores to file.

Tue Apr 30 02:12:40 PDT 2002
    Added stuff to README.

    [netwalk-0.3.tgz]
33 files changed:
HISTORY
Makefile
README
button.e
chevarar.ttf [new file with mode: 0644]
command_close_current.e [copied from command_options_cancel.e with 72% similarity]
command_custom_change.e [new file with mode: 0644]
command_newhs_ok.e [copied from command_options_cancel.e with 74% similarity]
command_preset_change.e [new file with mode: 0644]
command_show_hs.e [moved from command_options_cancel.e with 61% similarity]
config [new file with mode: 0644]
config_data.e
congar.ttf [new file with mode: 0644]
ext_sdl.c
helmetr.ttf [new file with mode: 0644]
hs_window.e [new file with mode: 0644]
image.e
io_score.e [new file with mode: 0644]
label.e
linux.config [deleted file]
listbox.e [new file with mode: 0644]
netwalk.e
newhs_window.e [new file with mode: 0644]
options_window.e
preset.e [new file with mode: 0644]
score.e [new file with mode: 0644]
score_display.e [new file with mode: 0644]
setting.e [new file with mode: 0644]
textbox.e
version.h
widget.e
win32.config [deleted file]
window.e [copied from options_window.e with 50% similarity]