]> jfr.im git - irc/gameservirc.git/history - gameserv/gameserv.cpp
implemented the tavern only listing certain items based on level
[irc/gameservirc.git] / gameserv / gameserv.cpp
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...
2004-05-12  kainazzzoAdded a parameter to the list command that only lists...
2004-05-07  kainazzzoBegan to add the end boss
2004-05-06  kainazzzoFixed a cosmetic bug
2004-05-05  kainazzzoFixed a bug causing GameServ to change its nick when...
2004-05-05  kainazzzoChanged the player_fight function, and fixed the versio...
2004-05-03  kainazzzoFixed a divide by 0 bug that occurred when you attacked...
2004-05-03  kainazzzoFixed a logic error allowing players to bank during...
2004-04-29  kainazzzoFixed the monsters<->master correlations... the master...
2004-04-29  kainazzzoFixed the isalive(user) to isAlive(user->stats) in...
2004-04-29  kainazzzoAdded a new version of the logout command, and made...
2004-04-28  kainazzzoMade ignoreservers work for unreal
2004-04-28  kainazzzoLowered the HP bonus for HP potions
2004-04-28  kainazzzoAdded a couple new directives to the config file
2004-04-28  kainazzzoAdded a new config file directive USE_PRIVMSG and imple...
2004-04-26  kainazzzoFixed a bug in do_register that was not adding players...
2004-04-26  kainazzzoAdded a couple timeout events
2004-04-26  kainazzzoAdded a new flag for is_playing... fixes some bugs...
2004-04-26  kainazzzosee Changes File
2004-04-20  kainazzzoTook out my extra logs in is_playing()
2004-04-20  kainazzzoFixed is_playing boolean function, and do_identify...
2004-04-20  kainazzzoFixed some stuff
2004-04-20  kainazzzoSome old devel stuff
2004-04-08  kainazzzoAdded the timeout mechanism from TODO. Implemented...
2004-04-07  kainazzzoImplemented a player timeout scheme
2004-04-07  kainazzzoFixed a major bug that had player fights core dumping...
2004-04-07  kainazzzoAdded a loop that makes gameserv reload if disconnected...
2004-04-06  kainazzzoTook the +devel out of gameserv.cpp's version reply...
2004-04-06  kainazzzoUpdated TODO and fixed the hashing algorithm for P10...
2004-04-06  kainazzzoImplemented a hashing algorithm for extremely fast...
2004-04-06  kainazzzoAdded code so you can't fight players if you have no...
2004-04-06  kainazzzoCleaned up some fight code, restricted the logout comma...
2004-04-06  kainazzzoAdded a logout command and fixed some of the do_fight...
2004-04-06  kainazzzoFixed some bugs
2004-04-05  kainazzzoFixed a bug that allowed more than one person to regist...
2004-04-05  kainazzzoFixed a logic error in the do_identify command
2004-04-03  kainazzzoFixed BugID 927789 in the fight command
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-04-02  wcampbel* Slightly adjust the weapon and armor bonuses to preve...
2004-04-01  wcampbelPrevent players from trying to FIGHT a dead player.
2004-04-01  wcampbelUse the correct command name in the permission message
2004-04-01  wcampbelFixed a bug with RUN, where if a user was not logged...
2004-03-18  kainazzzoAdded a boss Monster object for future use.
2004-03-13  kainazzzoStarted to add the end monster stuff
2004-03-05  wcampbelFixed BANK BALANCE from coring.
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  wcampbelRemove the hard coded monsters entries, in order to...
next