update the Changelog
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@9 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
86fa150941
commit
bed802b713
|
@ -5,7 +5,7 @@
|
|||
* Add support for mailing users while they are playing.
|
||||
[nh343-simple_mail.diff is needed]
|
||||
* Rip out some crazy getopt code that was causing virus to go crazy
|
||||
after a ":q!" Since dgamelaunch only passes up to argv[1] to virus
|
||||
after a "q!" Since dgamelaunch only passes up to argv[1] to virus
|
||||
*ever*, just make it use argv[1] and panic if argc < 2, which should
|
||||
never happen anyway.
|
||||
* Add a confirmation to the change password screen so people like me
|
||||
|
@ -20,6 +20,9 @@
|
|||
tolower(3) around getch()
|
||||
* Change big conditional block to use a switch.
|
||||
* Replace a global with a static variable within the function.
|
||||
* Replace the giant size 64000 static buffers with dynamically
|
||||
allocated structs
|
||||
* Checking for colons in user fields is made simpler using strstr(3)
|
||||
|
||||
1.3.10 (2003/10/22)
|
||||
* Added a mode flag to the open call for inprogress lock files.
|
||||
|
|
Loading…
Reference in New Issue