]> jfr.im git - irc/gameservirc.git/history - gameserv/gameserv.cpp
Moved all but the do_ functions out of gameserv.cpp and updated dependencies
[irc/gameservirc.git] / gameserv / gameserv.cpp
2007-01-21  kainazzzoMoved all but the do_ functions out of gameserv.cpp...
2007-01-21  kainazzzoMoved some more code from gameserv.cpp and added loadsa...
2007-01-21  kainazzzoAdded boolean.cpp which includes the boolean / is_...
2007-01-21  kainazzzoAdded messages.cpp and find.cpp, which contain function...
2007-01-13  kainazzzofixed a bug in do_list
2007-01-13  kainazzzoI am rewriting the notice() printf type functions to...
2006-11-02  kainazzzoTook out all #include lines from the extern.h, and...
2006-11-02  kainazzzoAdded toplist.cpp and toplist.h which will allow a...
2006-10-23  kainazzzoFixed a bug that would allow a player to run from a...
2006-06-27  kainazzzofixed the config.cpp file back to strcpy() (oops)
2006-04-03  kainazzzo* SET [playername] HP # now also sets the Max HP for...
2006-04-03  kainazzzoadded a config file directive maxnicklen
2006-04-02  kainazzzofixed a ton of memory leaks
2006-04-01  kainazzzosynced up with my source
2006-03-30  kainazzzofixed some compile bugs
2006-03-30  kainazzzofixed some stuff
2006-03-27  kainazzzofixed a couple of bugs
2006-03-27  kainazzzoAdded a parameter to the USE command that allows you...
2006-03-27  kainazzzofixed a couple bugs and took out some debug log statements
2006-03-27  kainazzzocleaned up the code tremendously regarding the Players...
2006-03-26  kainazzzocompleted migrating all lists over to STL list
2006-03-19  kainazzzobug fixes and addition of PTLink to config file
2006-03-15  kainazzzoFixed a memory leak in tcpclient.cpp where a player...
2006-03-13  kainazzzofixed a dragon bug where people could quit while they...
2006-03-10  kainazzzoapplied max items to weapons
2006-03-10  kainazzzoimplemented fair fighting
2006-03-08  kainazzzoRestricted character names to alphanumeric characters...
2006-03-08  kainazzzochanged fair fights to only apply to non-admins
2006-03-08  kainazzzoadded fair fights and fixed some bugs
2006-03-07  kainazzzofixed some bugs with freebsd 5.3
2006-03-06  kainazzzofixed some bugs
2006-03-06  kainazzzo* Fixed a bug causing the player to be given the item...
2006-03-06  kainazzzoA bunch of bug fixes:
2006-03-05  kainazzzoadded a parameter to the tavern buy command that allows...
2006-03-05  kainazzzoFixed the Player class so that the data is all private...
2005-10-08  kainazzzofixed the do_reset() function
2005-10-08  kainazzzoremoved a debugging "got here" statement
2005-10-08  kainazzzoFixed the bug causing players to be shown their own...
2005-10-08  kainazzzoImplemented DrLnet's player fight notification mod
2005-10-02  kainazzzoAdded a new config file directive for numrolloverfights
2005-10-02  kainazzzoimplemented thelizno's custom time idea
2005-09-26  kainazzzoFixed a bug in do_use causing crash on /msg gameserv...
2005-09-13  kainazzzofinished the new weapon & item system so it's playable!!
2005-09-13  kainazzzoalmost finished with the store
2005-09-12  kainazzzoimplemented equipping weapons and armor and saving...
2005-09-11  kainazzzoImplemented the use command for the new item system
2005-09-11  kainazzzoMore updates to the item system
2005-09-10  kainazzzofinished the tavern buying routines
2005-09-10  kainazzzoimplemented the tavern only listing certain items based...
2005-09-10  kainazzzogot tavern load and list working for the most part
2005-09-09  kainazzzodone a lot on the weapon and item system... it will...
2005-09-09  kainazzzoItems are being loaded from the itemdata file
2005-09-08  kainazzzoadded code to load items from master database
2005-06-28  kainazzzoimplemented the itemContainer class so I can use a...
2005-06-28  kainazzzoStill working on the new item system integration
2005-06-23  kainazzzoShrunk the dependencies immensely with forward declarat...
2005-06-21  kainazzzoImplemented the definitions for the new items class...
2005-06-16  kainazzzoImplemented a block on registering GameServ's nickname...
2005-06-15  kainazzzoFixed the feedback messages for the SET command. They...
2005-06-14  kainazzzoImplemented bounds checking for the set command
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-12  kainazzzoUsing atol() instead of something I created... should...
2005-04-12  kainazzzoChanged some flag functions
2005-04-08  kainazzzoFixed a bug causing the dragon's stats to be displayed...
2005-04-07  kainazzzoFinished up the admin commands and added some error...
2005-04-07  kainazzzoAdded most of the admin set commands without error...
2005-04-03  kainazzzojust syncing the cvs
2005-02-03  kainazzzoAdded a news item when you beat the dragon.
2005-02-01  kainazzzoThis is a major bugfix for several mistakes made in...
2005-01-24  kainazzzoImplemented the myString class in the player and monste...
2005-01-21  kainazzzofixed a bug
2005-01-20  kainazzzoFixed bug # 998029 causing a crash on gentoo systems...
2005-01-20  kainazzzofixed a bug with the tavern overcharging for hp potions
2005-01-20  kainazzzoTweaked the monsters data files to not include number...
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-18  kainazzzoCreated a data directory and moved the monsters directo...
2005-01-18  kainazzzoMade level.h and level.cpp work, redid make depend
2005-01-17  kainazzzoThis is a big update. I completely changed the way...
2004-06-29  kainazzzoFixed some upper bounds stuff and do_reset
2004-06-18  kainazzzoChanged the do_list to list logged in players by defaul...
2004-06-18  kainazzzoFixed a bug
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-06-16  kainazzzoFixed bug 966653
2004-06-16  kainazzzoupdating cvs source
2004-05-25  kainazzzofixed healing potions and made news save after clearing it
2004-05-23  kainazzzofixing news up
2004-05-23  kainazzzoFixing up the news stuff
2004-05-23  kainazzzoFixed a problem with the addnews function
2004-05-23  kainazzzoFixed a bug adding wrong bonuses for level gains
2004-05-20  kainazzzoI've begun to add daily news and split up gameserv...
2004-05-20  kainazzzoIntroduced the new mystring clas and attempted to use...
2004-05-19  kainazzzoModified the price of potions, and tweaked the monster...
2004-05-14  kainazzzoTweaked the monsters' stats a little bit as well as...
2004-05-12  kainazzzoChanged USE HEALTH to USE HEALING
2004-05-12  kainazzzoUpdated TODO, Changelog, and setup gameserv to be less...
2004-05-12  kainazzzoMade the dragon stronger, and made sure that when you...
next