]> jfr.im git - irc/gameservirc.git/blob - gameserv/TODO
Added a command line parameter for the config file... updated the TODO and added
[irc/gameservirc.git] / gameserv / TODO
1 * = Not finished
2 - = Started
3 X = Finsihed
4
5 - Finish the monsters for all levels.
6
7 - Make all applicable commands take the player name instead of the irc
8 nickname as their parameter. This way players can have different names
9 and stay anonymous on IRC while enjoying full game functionality.
10
11 * Put the masters in a masters.dat file.
12
13 * Group all data in a data directory
14
15 * Make install
16
17 * Make database and config file version numbers
18
19 * Make GameServ a true daemon instead of using nohup
20 * No output unless it's a loading error
21
22 * Take out most of the output except if in debug mode.
23
24 * Town square shouts. Array of 10 strings that gets rotated
25 * Choose how many strings to rotate in the config file
26
27 * Offline player fighting
28 * Sleep at the Inn (useful after offline fighting works (players can't fight you unless they bribe the innkeeper))
29
30 * Transfer funds through bank accounts with caps on amount and per day (not sure, doubt it)
31 * Possible choice in gameserv.conf
32
33 * MySQL Databases instead of the players.dat/monsters.dat format. This would allow backup
34 versions of GameServ to be running on the same network using the same data.
35
36 * Classes of players with special abilities like spells and such.
37
38 * Hash tables for speedy search/insert into player lists.
39
40 * Notice on missing directive from gameserv.conf file.
41
42 * Error handling
43
44 * DCC Chat With GameServ for added capabilities
45
46 * Timeouts on player fights w/ option in config file for timeout rate
47 * Other player will win on timeout? option in config file
48
49 X Fix bug where people can identify while they are two different
50 nicknames
51
52 X Add option to config file for forest fights per day, etc.
53
54 X Load monsters from a monsters.dat file so they can be changed easily.
55
56 X Periodic updates of the gameserv databases to avoid lost data
57 X Tavern where you can buy potions and powerups
58 X Add functionality for potions
59 X Forest events
60 X Wishing well
61 X Fountain of youth - rejuvination & forest fights
62 X Option for including a config file as a runtime parameter for running
63 Multiple instances of GameServ on different networks.