]> jfr.im git - irc/gameservirc.git/history - gameserv/extern.h
updated the Change log w/ new additions
[irc/gameservirc.git] / gameserv / extern.h
2006-04-03  kainazzzoadded new config file directive maxnicklen
2006-03-27  kainazzzoAdded a parameter to the USE command that allows you...
2006-03-27  kainazzzocleaned up the code tremendously regarding the Players...
2006-03-26  kainazzzocompleted migrating all lists over to STL list
2006-03-08  kainazzzoRestricted character names to alphanumeric characters...
2006-03-08  kainazzzoFixed a bug that caused a player to be deleted after...
2005-10-08  kainazzzoFixed the bug causing players to be shown their own...
2005-10-02  kainazzzoAdded a new config file directive for numrolloverfights
2005-10-02  kainazzzoimplemented thelizno's custom time idea
2005-09-16  kainazzzofixed the potion finding and changed it to 1% chance...
2005-09-14  kainazzzoAdded a new config file directive for binding to a...
2005-09-13  kainazzzoalmost finished with the store
2005-09-12  kainazzzoimplemented equipping weapons and armor and saving...
2005-09-11  kainazzzoMore updates to the item system
2005-09-10  kainazzzogot tavern load and list working for the most part
2005-09-08  kainazzzoadded code to load items from master database
2005-09-08  kainazzzoadded a new itemdata config file directive
2005-06-23  kainazzzoShrunk the dependencies immensely with forward declarat...
2005-06-21  kainazzzoImplemented the definitions for the new items class...
2005-06-14  kainazzzoAdded everything necessary to save overtop of the old...
2005-04-12  kainazzzoSeparated do_attack() from the rest of the code
2005-04-03  kainazzzoAdded capability for gameserv to identify with nickserv
2005-02-03  kainazzzoAdded a news item when you beat the dragon.
2005-02-02  kainazzzoRemoved myString class and replaced with use of the...
2005-02-01  kainazzzoThis is a major bugfix for several mistakes made in...
2005-01-18  kainazzzoGameserv is now working with the new randomized monsters
2005-01-18  kainazzzoFinally got level.h/cpp compiling into the project...
2005-01-17  kainazzzoThis is a big update. I completely changed the way...
2004-06-18  kainazzzoAdded level1expire and defaultexpire for expiring accou...
2004-06-16  kainazzzoAdded a new command CHECK which will display the amount...
2004-06-16  kainazzzoImplemented the refreshperiod config file setting
2004-05-23  kainazzzoFixing up the news stuff
2004-05-23  kainazzzo*** empty log message ***
2004-05-20  kainazzzoI've begun to add daily news and split up gameserv...
2004-04-29  kainazzzoFixed the monsters<->master correlations... the master...
2004-04-28  kainazzzoAdded a new config file directive USE_PRIVMSG and imple...
2004-04-26  kainazzzosee Changes File
2004-04-20  kainazzzoNew config file directive listenonc_forest
2004-04-07  kainazzzoImplemented a player timeout scheme
2004-04-07  kainazzzoAdded a loop that makes gameserv reload if disconnected...
2004-04-06  kainazzzoImplemented a hashing algorithm for extremely fast...
2004-04-06  kainazzzoAdded a logout command and fixed some of the do_fight...
2004-04-02  kainazzzoAdded 2 new config file directives (maxafightdistance...
2004-04-02  kainazzzoAdded level 9 monsters, and began to code an end monste...
2004-03-18  kainazzzoAdded a boss Monster object for future use.
2004-03-13  kainazzzoAdded pidfile to extern.h... somehow my compiler didn...
2004-03-05  kainazzzoDid some TODO things... command line parameters (config...
2004-03-01  kainazzzoRedid the midnight code to use struct tm's tm_mday...
2004-02-26  wcampbelFix the compiler errors introduced by the P10 bugfixes.
2004-02-26  kainazzzoFixed some p10, bugs, and gameserv is now running as...
2004-02-02  kainazzzoAdded some P10 capabilities... now links to ircu2.10...
2004-01-30  kainazzzoAdded a log function.
2003-12-09  kainazzzoVarious updates
2003-12-07  kainazzzoAdded level 7 of monsters
2003-12-02  kainazzzo* Added a Reset command to GameServ that functions...
2003-11-29  kainazzzoAdded the USE command and a few other changes to code
2003-11-29  kainazzzoAdded a tavern and inventory command.
2003-11-23  kainazzzo*** empty log message ***
2003-11-19  kainazzzoMade some changes in the config file and added a new...
2003-11-19  kainazzzoNew functionality. Loading monsters from a file is...
2003-11-16  kainazzzoAdded the welcome message and a welcome message delay.
2003-11-07  kainazzzoAdded a lot of functionality. Added player flags and...
2003-11-07  kainazzzoRemoved an old variable "started" from the player class...
2003-11-03  kainazzzoFixed a logic error in the config script loop. Added...
2003-10-30  kainazzzo* Added some admin features.
2003-10-27  kainazzzoAdded functions to check and see if midnight has passed...
2003-10-27  kainazzzoInstalled a user submitted patch to add an admin passwo...
2003-10-27  kainazzzoFixed the strtok function duplication on some systems...
2003-10-23  kainazzzoAdded the do_master function so you can gain levels...
2003-10-22  kainazzzoUpdated the way monsters were stored. Previously, they...
2003-10-21  kainazzzoAgain, trying to sync the two cvs repositories.
2003-10-16  gameservAttempting to write the do_identify function with littl...
2003-10-15  gameservInitial revision