]> jfr.im git - irc/gameservirc.git/history - gameserv/gameserv.cpp
just syncing the cvs
[irc/gameservirc.git] / gameserv / gameserv.cpp
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...
2004-02-26  kainazzzoFixed some p10, bugs, and gameserv is now running as...
2004-02-11  kainazzzofixed the shutdown command for p10.
2004-02-11  kainazzzofixed a bug that wouldn't let gameserv find aclients...
2004-02-11  kainazzzoP10 is now functional. The game is playable, but it...
2004-02-09  kainazzzoAdded some p10 funcionality, and added an INSTALL instr...
2004-02-02  kainazzzoAdded some P10 capabilities... now links to ircu2.10...
2004-02-02  kainazzzoTweaked the logging to be less strict, and added a...
2004-01-31  kainazzzoUpdated some log entries and changed some cerr to log().
2004-01-30  kainazzzoImplemented a log command, and changed all output to...
2004-01-30  kainazzzoAdded a log function.
2003-12-09  kainazzzoVarious updates
2003-12-07  kainazzzoUpdated monsters a bit and changed the last armor
2003-12-04  kainazzzoAdded HP potions and fixed a bank balance bug not showi...
2003-12-04  kainazzzoFixed a problem in the do_use function that had strengt...
2003-12-04  kainazzzoMade the masters harder
2003-12-02  kainazzzo* Added a Reset command to GameServ that functions...
2003-12-01  kainazzzoNow saving inventory to players.dat. Updates made in...
2003-12-01  kainazzzoBugfix relating to player fights (in Changes file)...
2003-11-29  kainazzzoAdded the USE command and a few other changes to code
next