]> jfr.im git - irc/gameservirc.git/shortlog
irc/gameservirc.git
2011-08-20  kainazzzoAdded the asio framework to start developing a GameServ... main
2011-08-04  kainazzzoFixed the FilePlayerDAO::CreateLineFromPlayer() function
2011-08-03  kainazzzoWorking on the test driver to see where I'm at.
2011-08-03  kainazzzoRevisited GameServ 2.0 and got it compiling in VS 2010!
2009-10-14  kainazzzoAdding SQL scripts
2009-10-02  kainazzzoMoved all SSQLS macros into their corresponding .cpp...
2009-10-02  kainazzzoWrote some initial MySQLDAO objects, but they're not...
2009-10-02  kainazzzoAdded mysql++ exception handling to MySQLItemDAO.cpp
2009-09-30  kainazzzoWorked on insert/update for MySQLItemDAO
2009-09-30  kainazzzoScrapping work on the File DAOs and going straight...
2009-09-25  kainazzzoI implemented a mock forest driver and found a problem...
2009-09-25  kainazzzoChanged Range to be a template class so it can be used...
2009-09-24  kainazzzoFixed data/monsters.dat
2009-09-24  kainazzzoConsolidated all the individual level files into a...
2009-09-23  kainazzzoConsolidated monster data into a single .dat file
2009-09-23  kainazzzoAdded all the files for the remaining DAO interfaces...
2009-09-23  kainazzzoFinished up the InventoryManager class, removed the...
2009-09-22  kainazzzoWrote the InventoryManager class for... managing invent...
2009-09-22  kainazzzoFinally figured out how to do the Item cloning properly...
2009-09-21  kainazzzoAs part of sticking to the Single Responsibility Princi...
2009-09-21  kainazzzoFinished out the LevelGO class for now
2009-09-18  kainazzzoRefactored playerGO a bit
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
next