]> jfr.im git - irc/gameservirc.git/history - gameserv
Added a core gameserv project with types and exceptions
[irc/gameservirc.git] / gameserv /
2007-04-05  kainazzzoupdated change log
2007-04-05  kainazzzofixed some compilation issues
2007-04-05  kainazzzoadded a few using namespace std; and fixed the crypt...
2007-01-29  kainazzzoCleaned up the player.cpp source
2007-01-29  kainazzzoJust updated the Change log
2007-01-25  kainazzzofixed some memory issues
2007-01-25  kainazzzoremoved getNewMonster()... unused
2007-01-25  kainazzzofixed a typo
2007-01-25  kainazzzoFixed indents in c_forest.cpp
2007-01-25  kainazzzoCleaned up boolean.cpp
2007-01-25  kainazzzonot sure why this wasn't updated
2007-01-25  kainazzzoUpdated the TODO list to reflect changes
2007-01-25  kainazzzoCleaned up the aClient.cpp code
2007-01-25  kainazzzochanged an !infile to infile.fail()
2007-01-25  kainazzzoAdded a lot of close() statements where files were...
2007-01-24  kainazzzoAdded a few more files, updated the makefile
2007-01-23  kainazzzoFinished splitting files, and updated dependencies.
2007-01-22  kainazzzoAdded do_register.cpp, do_identify.cpp, do_list.cpp...
2007-01-22  kainazzzoAdded do_bank.cpp, do_check.cpp, do_equip.cpp, and...
2007-01-21  kainazzzoupdated dependencies
2007-01-21  kainazzzoAdded the do_admin.cpp file which contains only the...
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...
2007-01-13  kainazzzofixed some compile bugs with newer g++ versions
2006-11-02  kainazzzoupdated dependencies
2006-11-02  kainazzzoTook out all #include lines from the extern.h, and...
2006-11-02  kainazzzoupdated dependencies
2006-11-02  kainazzzoremoved a mistakenly added file
2006-11-02  kainazzzoAdded toplist.cpp and toplist.h which will allow a...
2006-10-26  kainazzzoupdated Change Log
2006-10-23  kainazzzoAdded bahamut1.8.x as a supported IRCD
2006-10-23  kainazzzoupdated the change log
2006-10-23  kainazzzoFixed a bug that would allow a player to run from a...
2006-10-20  kainazzzoFixed some bugs and added VLife as a supported ircd
2006-06-27  kainazzzofixed the config.cpp file back to strcpy() (oops)
2006-06-26  kainazzzoadded new config file directive scriptdir and changed...
2006-06-26  kainazzzoWrote a loadScript function to take a script in from...
2006-06-26  kainazzzoadded two files to start processing scripts
2006-06-23  kainazzzoremoved the old single calls to "using std::etc.."...
2006-04-17  kainazzzomade some changes to the player constructors
2006-04-03  kainazzzo* SET [playername] HP # now also sets the Max HP for...
2006-04-03  kainazzzoupdated the Change log w/ new additions
2006-04-03  kainazzzoadded new config file directive maxnicklen
2006-04-03  kainazzzoadded new config file directive maxnicklen
2006-04-03  kainazzzoadded a config file directive maxnicklen
2006-04-03  kainazzzoadded a config file directive maxnicklen
2006-04-03  kainazzzoadded iostream and fixed the namespace inclusion
2006-04-03  kainazzzotook out the delete inventory statements in the player...
2006-04-03  kainazzzoreplaced the extra using statements with using namespac...
2006-04-02  kainazzzofixed another memory leak if the player is deleted...
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-28  kainazzzoremoved two comments that actually did the logout when...
2006-03-28  kainazzzohopefully fixed a compile bug because of std::cerr
2006-03-27  kainazzzorelreleasing
2006-03-27  kainazzzofixed a couple of bugs
2006-03-27  kainazzzoremoved list.h and listnode.h
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  kainazzzoadded ptlink to the changes file
2006-03-19  kainazzzoaddition of ptlink to the config script
2006-03-19  kainazzzobug fixes and addition of PTLink to config file
2006-03-18  kainazzzomade myuses only decrement if it's greater than 0....
2006-03-15  kainazzzoBeautified source a little
2006-03-15  kainazzzoFixed a memory leak in tcpclient.cpp where a player...
2006-03-15  kainazzzobeautified the source
2006-03-15  kainazzzoBeautified the source
2006-03-13  kainazzzoupdated the changelog
2006-03-13  kainazzzofixed a dragon bug where people could quit while they...
2006-03-13  kainazzzoreadded the config.php
2006-03-11  kainazzzofinalizing the php code
2006-03-11  kainazzzocompleted a working php system for reading and displayi...
2006-03-11  kainazzzochanged items read to only be weapons and armor for now
2006-03-11  kainazzzofinalizing the php scripts
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-08  kainazzzoFixed a bug that caused a player to be deleted after...
2006-03-07  kainazzzofixed some bugs with freebsd 5.3
2006-03-06  kainazzzofixed some bugs and updated files
2006-03-06  kainazzzoAdded a php directory where I will be adding a script...
2006-03-06  kainazzzochanged the default path for players.dat to be in the...
2006-03-06  kainazzzoupdated the TODO
2006-03-06  kainazzzoupdated the version number
2006-03-06  kainazzzoupdated the change log
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...
next