]> jfr.im git - irc/gameservirc.git/shortlog
irc/gameservirc.git
2004-05-23  kainazzzo*** empty log message ***
2004-05-20  kainazzzoadded a newline
2004-05-20  kainazzzoI've begun to add daily news and split up gameserv...
2004-05-20  kainazzzoadded myscript.cpp to srcs
2004-05-20  kainazzzoIntroduced the new mystring clas and attempted to use...
2004-05-19  kainazzzoUpdated dependencies
2004-05-19  kainazzzoAdded a class myString for easy use of strings
2004-05-19  kainazzzoEdited the version number after a release (1.2.3)
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  kainazzzoupdated the change log
2004-05-12  kainazzzoChanged USE HEALTH to USE HEALING
2004-05-12  kainazzzoupdated the Change Log
2004-05-12  kainazzzoAdded a new forest event (finding potions) 2% chance...
2004-05-12  kainazzzoChanges USE HEALTH to USE HEALING to keep all functions...
2004-05-12  kainazzzoAdded notification of how much you get from a forest...
2004-05-12  kainazzzoAdded more experience per monster
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-07  kainazzzoAdded a todo entry about time checks
2004-05-06  kainazzzoFixed a cosmetic bug
2004-05-05  kainazzzoUpdated the Config script to reflect true version requi...
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-04  kainazzzofixed the install file
2004-05-03  kainazzzoChanged configscript.cpp to a smaller shell script
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-05-03  kainazzzoIncreased the gold
2004-04-29  kainazzzoUpdated changelog to reflect changes to CVS
2004-04-29  kainazzzoFixed a bug making the optional listen on C_Forest...
2004-04-29  kainazzzoUpdated the TODO file
2004-04-29  kainazzzoFixed some bugs when P10 was defined
2004-04-29  kainazzzoupdated the Changes log
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  kainazzzoFixed the bug not allowing different config files to...
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-28  kainazzzoMade the ignoreservers work for bahamut... nick strings...
2004-04-28  kainazzzosyncing
2004-04-26  kainazzzoFixed a bug in do_register that was not adding players...
2004-04-26  kainazzzoupdated the TODO
2004-04-26  kainazzzoAdded a couple timeout events
2004-04-26  kainazzzoUpdated the Change log
2004-04-26  kainazzzoAdded a crontab dir and scripts
2004-04-26  kainazzzoAdded a new flag for is_playing... fixes some bugs...
2004-04-26  kainazzzosee Changes File
2004-04-20  kainazzzoNew config file directive listenonc_forest
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-12  kainazzzoFixed the install instructions
2004-04-08  kainazzzoAdded the timeout mechanism from TODO. Implemented...
2004-04-07  kainazzzoImplemented a player timeout scheme
2004-04-07  kainazzzoStarted to code timeout events
2004-04-07  kainazzzoUpdated Changes file
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  kainazzzoFixed the Changes file
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  kainazzzoAdded a BUG list
2004-04-06  kainazzzoUpdated the TODO file to reflect changes and added...
2004-04-06  kainazzzoImplemented a hashing algorithm for extremely fast...
2004-04-06  kainazzzoI am starting the hash algorithm here... be careful...
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 some bugs
2004-04-05  kainazzzoFixed a logic error in the do_identify command
2004-04-04  kainazzzoFixed a couple bugs, and added Change history and TODO...
2004-04-03  kainazzzoFixed BugID 927789 in the fight command
2004-04-02  kainazzzoAdded a hint to the gameserv.example.conf
2004-04-02  kainazzzoAdded to the change log file
2004-04-02  kainazzzoAdded 2 new config file directives (maxafightdistance...
2004-04-02  kainazzzoFixed some of the order of the example config file
2004-04-02  kainazzzoAdded level 9 monsters, and began to code an end monste...
2004-04-02  wcampbelTODO update, we've already got cheaters
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-21  kainazzzoAdded ONE monster lol
2004-03-18  kainazzzoAdded a boss Monster object for future use.
2004-03-13  kainazzzoAdded a flag wongame that tells wether or not a player...
2004-03-13  kainazzzoStarted to add the end monster stuff
2004-03-13  kainazzzoAdded pidfile to extern.h... somehow my compiler didn...
2004-03-10  kainazzzoNot sure, but this should've been done earlier... no...
2004-03-08  kainazzzoUpdated the Change Log for the pidfile entry in .conf...
2004-03-08  kainazzzoPut a pidfile option in the config file
2004-03-05  kainazzzoMade it so missing directives are found on a config...
next