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
|
v0.4.1 - fixed a off-by-one buffer overflow in network code
- development is slow, we're so busy. finnish army and etc...
- fixed one possible segfault
- added portuguese wordfile thanks to:
Fabricio <fmatheus@sourceforge.net>
Everton <evertonm@sourceforge.net>
- when writing words added kind of emacs like features to
^B ^A ^K ^F ^E..and ^U to del the whole line.
idea from eddy.
v0.4.0 - fixed a couple of (what is the null char? :) errors.
thanks to Andreas Ehliar <ehliar@lysator.liu.se> for pointing them
- makefile changes: fixed make install, added uninstall alias to
distclean, added removing /etc/typespeedrc and high scorefiles
in the current typespeed directory to distclean
- made --makescores parameter to make/reset scorefiles for the
wordfiles found in the dir in the configs or in if no config
files exists, then in the current dir.
- localconfig gets readed from $HOME/LOCALCONF
### big pause in any coding of typespeed but we tought we make
### it better and release then, but then our innovation collapsed
### and we did nothing.. so we have to release this 0.4.0 version :)
- pause don't work in multiplayer
- fixed getting XMunkki typeratio if you had typeratio
which went just trought our ratiomachine (ex. 50..)
- splitted code to couple files
- made support for over 16 wordfiles and better wordfile choose
method, imho
- added reset scofile(s) to the Options menu
*************************************************************************
*************************************************************************
********- new speed method (not compatible with ztspeed anymore)*********
*************************************************************************
*************************************************************************
- added netword support(some kind of) thanks to:
Steinar H. Gunderson <sgunderson@bigfoot.com>
for the basic patch, made our work easier :)
but this has to be buggy and so on.. :)
- made our mvgetnstr ignore escape codes.
- fixed a way to cheat (just write same word until a new word
comes to the line where the word were)
- now were using GNU getopt (thanks again Steinar)
v0.3.5 - made Options menu, can change color,cheat,training,training speed
- you can adjust the speed of training mode by examp. --training 4
- config files didn't work (sometime should make also ~/.config :)
- now you can pause the game with F1
- fixed coredump in choose_wordfile if more than 16 wordfiles
- added typorank, like your rank (3l33t,god...)
- new rank "Computer", if you got over 900 points..
- you did get one point too much when you pressed space/enter
- training mode, 2 times slower than normal mode, but you cannot
get to top10 with this mode. param: -tra or --training
- tells if you are using cheat or training mode in "status bar"
- rank was always blue, after game.
- removed "offensive and objectionable" words
- corrected some typos
- better(?) wordlists
- fixed little mistake(?) - now you can be a *GOD* :)
v0.3.4 - better random r()
- words changes colors..
- added.. um, i can't say what, figure it out :D
- localconfig file.. .typespeedrc
for telling which dir has word/score files. if not in currentdir
(NOTE: .typespeedrc not ~/.typespeedrc)
- some misc little changes
v0.3.3 - mvgetnstr() -> to own function by jaakko
he didn't have it in ncurses so...
- fixed addtop10
- space does the same as enter in words writing
v0.3.2 - bugbugfixes.. coredump with glicb2.1 and not working with
alpha or something fixes by amn
v0.3.1 - little-big-bugfix.
- fixed total cps increasement when playing more than one time=)
v0.3 "we want statistics" release:
- now you need to get 1 point more than old list entrys
to get into the top10. and if there are 2 or more same
scores newest will be the lowest in top10.
- added total cps and typo ratio
- 10min speed came back, but only in after game statistics.
v0.2 First public release:
- added make install + source modifications to make
whole system use samewordsfiles / highscores
- background should be black even if xterm etc has other color.
- added command line parametres: --help / --nocolor
v0.1 first version to friends:
- esc stops game
- added top10 lists
- added colors
- added check for same words
- changed 10min speed estimate to CPS
+ all other basic stuff
|