]> jfr.im git - irc/gameservirc.git/shortlog
irc/gameservirc.git
2009-09-18  kainazzzoChanged the ItemGO class to be abstract so you cannot...
2009-09-18  kainazzzoChanged Types::Range to use int instead of unsigned...
2009-09-17  kainazzzoChanged all modifiers to be ranges. A single number...
2009-09-17  kainazzzoAdded a Range class to the Types namespace, and shelled...
2009-09-16  kainazzzoChanged all references of HP to Health
2009-09-16  kainazzzoFinished preliminary work on the FilePlayerDAO and...
2009-09-16  kainazzzoAlmost have FilePlayerDAO 100% working
2009-09-15  kainazzzoAdded all old gameserv data files with some modificatio...
2009-09-15  kainazzzoConsolidated IArmorDAO, IWeaponDAO, FileArmorDAO, and...
2009-09-15  kainazzzoAdded a FileWeaponDAO which is basically the same as...
2009-09-15  kainazzzoA little more work on FileArmorDAO.. almost done!
2009-09-14  kainazzzoFixed up Modifiers for items
2009-09-13  kainazzzoAlmost done the player code
2009-09-12  kainazzzoMade FilePlayerDAO::Insert() only append a line instead...
2009-09-11  kainazzzoCan't save cache in FilePlayerDAO's deconstructor until...
2009-09-11  kainazzzoA little bit more work on testing and minor modifications
2009-09-09  kainazzzoMore exciting additions to FilePlayerDAO!
2009-09-08  kainazzzoRemoved unnecessary user project file
2009-09-08  kainazzzoCompleted some more work on FilePlayerDAO and Created...
2009-09-08  kainazzzoFinished some work on FilePlayerDAO
2008-08-15  kainazzzo* Changed all the special forest events to refund your...
2008-08-15  kainazzzoChanged the behavior of the fountain to let you keep...
2008-08-14  kainazzzoChanged the version number to be 1.3.5 +devel
2008-08-14  kainazzzoFixed a bunch of compilation warnings about deprecated...
2008-08-14  kainazzzoFixed the admin help file. Changed %S to <S since we...
2008-05-14  kainazzzoAdded code for the start of the DataLayer format as...
2008-05-14  kainazzzoAdded a core gameserv project with types and exceptions
2008-05-14  kainazzzoRemoved GameServ.suo
2008-05-14  kainazzzoGot things to a state where they compile
2008-05-13  kainazzzoStill creating all the classes.. does not compile
2008-05-12  kainazzzoRemoved a phantom Armor.h file
2008-05-12  kainazzzoAdded some initial Game Objects with the start of a...
2008-05-12  kainazzzoAdding the initial directories for the new gameserv
2008-05-12  kainazzzoCreated folder remotely
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...
next