]> jfr.im git - irc/gameservirc.git/history - gameserv/gameserv.cpp
Fixed a bug adding wrong bonuses for level gains
[irc/gameservirc.git] / gameserv / gameserv.cpp
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
2003-11-29  kainazzzoFixed the forest event from setting to 14 manually...
2003-11-29  kainazzzoAdded a new patch, and fixed a few bugs in the gameserv...
2003-11-29  kainazzzoAdded a tavern and inventory command.
2003-11-25  kainazzzoAdded a tavern where you can buy potions for later...
2003-11-23  kainazzzo*** empty log message ***
2003-11-19  kainazzzoNew functionality. Loading monsters from a file is...
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  kainazzzoAdded flags to the aClient structure to keep track...
2003-10-30  kainazzzoFixed the config.cpp so that it was more lenient with...
2003-10-30  kainazzzo* Added some admin features.
2003-10-28  kainazzzoFixed a few things with the version and ping.
2003-10-28  kainazzzoFixed a bug that was deleting the aClient from the...
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  kainazzzoVarious bugfixes
2003-10-27  kainazzzoFixed the strtok function duplication on some systems...
2003-10-27  kainazzzoGameServ is now configured for using autoconf. Just...
2003-10-24  kainazzzoFixed the bank a little to show balances. Fixed the...
2003-10-23  kainazzzoAdded the do_master function so you can gain levels...
2003-10-23  uid138034Added a bunch of empty monster structures to add stabil...
2003-10-22  kainazzzoUpdated the way monsters were stored. Previously, they...
2003-10-21  kainazzzoAdded the do_store and do_bank functions with full...
2003-10-20  gameservAdded the do_store command, and some store functionalit...
next