]> jfr.im git - irc/gameservirc.git/log
irc/gameservirc.git
17 years agoadded a few using namespace std; and fixed the crypt.h/unistd.h includes
kainazzzo [Thu, 5 Apr 2007 19:15:35 +0000 (19:15 +0000)] 
added a few using namespace std; and fixed the crypt.h/unistd.h includes
in boolean.cpp

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@491 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoCleaned up the player.cpp source
kainazzzo [Mon, 29 Jan 2007 02:51:08 +0000 (02:51 +0000)] 
Cleaned up the player.cpp source

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@490 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoJust updated the Change log
kainazzzo [Mon, 29 Jan 2007 02:31:30 +0000 (02:31 +0000)] 
Just updated the Change log

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@489 bc333340-6410-0410-a689-9d09f3c113fa

17 years agofixed some memory issues
kainazzzo [Thu, 25 Jan 2007 21:10:46 +0000 (21:10 +0000)] 
fixed some memory issues

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@488 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoremoved getNewMonster()... unused
kainazzzo [Thu, 25 Jan 2007 20:53:05 +0000 (20:53 +0000)] 
removed getNewMonster()... unused

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@487 bc333340-6410-0410-a689-9d09f3c113fa

17 years agofixed a typo
kainazzzo [Thu, 25 Jan 2007 20:39:09 +0000 (20:39 +0000)] 
fixed a typo

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@486 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoFixed indents in c_forest.cpp
kainazzzo [Thu, 25 Jan 2007 20:38:07 +0000 (20:38 +0000)] 
Fixed indents in c_forest.cpp

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@485 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoCleaned up boolean.cpp
kainazzzo [Thu, 25 Jan 2007 20:30:51 +0000 (20:30 +0000)] 
Cleaned up boolean.cpp

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@484 bc333340-6410-0410-a689-9d09f3c113fa

17 years agonot sure why this wasn't updated
kainazzzo [Thu, 25 Jan 2007 20:28:03 +0000 (20:28 +0000)] 
not sure why this wasn't updated

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@483 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoUpdated the TODO list to reflect changes
kainazzzo [Thu, 25 Jan 2007 20:27:29 +0000 (20:27 +0000)] 
Updated the TODO list to reflect changes

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@482 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoCleaned up the aClient.cpp code
kainazzzo [Thu, 25 Jan 2007 20:27:00 +0000 (20:27 +0000)] 
Cleaned up the aClient.cpp code

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@481 bc333340-6410-0410-a689-9d09f3c113fa

17 years agochanged an !infile to infile.fail()
kainazzzo [Thu, 25 Jan 2007 20:22:54 +0000 (20:22 +0000)] 
changed an !infile to infile.fail()

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@480 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoAdded a lot of close() statements where files were previously left open... sloppy...
kainazzzo [Thu, 25 Jan 2007 20:19:46 +0000 (20:19 +0000)] 
Added a lot of close() statements where files were previously left open... sloppy mess i made

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@479 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoAdded a few more files, updated the makefile
kainazzzo [Wed, 24 Jan 2007 01:06:52 +0000 (01:06 +0000)] 
Added a few more files, updated the makefile
made new dependencies

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@478 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoFinished splitting files, and updated dependencies.
kainazzzo [Tue, 23 Jan 2007 21:45:03 +0000 (21:45 +0000)] 
Finished splitting files, and updated dependencies.
Also added options.h to most new files

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@477 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoAdded do_register.cpp, do_identify.cpp, do_list.cpp, do_help.cpp, do_refresh.cpp...
kainazzzo [Mon, 22 Jan 2007 04:52:34 +0000 (04:52 +0000)] 
Added do_register.cpp, do_identify.cpp, do_list.cpp, do_help.cpp, do_refresh.cpp, and do_heal.cpp
Updated dependencies

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@476 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoAdded do_bank.cpp, do_check.cpp, do_equip.cpp, and do_fight.cpp
kainazzzo [Mon, 22 Jan 2007 04:24:50 +0000 (04:24 +0000)] 
Added do_bank.cpp, do_check.cpp, do_equip.cpp, and do_fight.cpp
Updated dependencies, and removed functions from gameserv.cpp corresponding to the individual files

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@475 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoupdated dependencies
kainazzzo [Sun, 21 Jan 2007 19:12:28 +0000 (19:12 +0000)] 
updated dependencies

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@474 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoAdded the do_admin.cpp file which contains only the do_admin() function
kainazzzo [Sun, 21 Jan 2007 19:12:17 +0000 (19:12 +0000)] 
Added the do_admin.cpp file which contains only the do_admin() function

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@473 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoMoved all but the do_ functions out of gameserv.cpp and updated dependencies
kainazzzo [Sun, 21 Jan 2007 18:56:04 +0000 (18:56 +0000)] 
Moved all but the do_ functions out of gameserv.cpp and updated dependencies

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@472 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoMoved some more code from gameserv.cpp and added loadsave.cpp and strings.cpp.
kainazzzo [Sun, 21 Jan 2007 18:44:31 +0000 (18:44 +0000)] 
Moved some more code from gameserv.cpp and added loadsave.cpp and strings.cpp.

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@471 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoAdded boolean.cpp which includes the boolean / is_ functions from gameserv.cpp
kainazzzo [Sun, 21 Jan 2007 18:12:33 +0000 (18:12 +0000)] 
Added boolean.cpp which includes the boolean / is_ functions from gameserv.cpp

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@470 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoAdded messages.cpp and find.cpp, which contain functions from gameserv.cpp
kainazzzo [Sun, 21 Jan 2007 18:00:53 +0000 (18:00 +0000)] 
Added messages.cpp and find.cpp, which contain functions from gameserv.cpp
Updated the help files to reflect new notice() and raw() functions needing
<S instead of %S to replace with the s_GameServ nick

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@469 bc333340-6410-0410-a689-9d09f3c113fa

17 years agofixed a bug in do_list
kainazzzo [Sat, 13 Jan 2007 19:56:29 +0000 (19:56 +0000)] 
fixed a bug in do_list

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@468 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoI am rewriting the notice() printf type functions to use vsnprintf() so that all...
kainazzzo [Sat, 13 Jan 2007 07:30:55 +0000 (07:30 +0000)] 
I am rewriting the notice() printf type functions to use vsnprintf() so that all of the different flags
get parsed, like %20s  for a string with 20 spaces. This should help with some memory leaks.

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@467 bc333340-6410-0410-a689-9d09f3c113fa

17 years agofixed some compile bugs with newer g++ versions
kainazzzo [Sat, 13 Jan 2007 05:03:46 +0000 (05:03 +0000)] 
fixed some compile bugs with newer g++ versions

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@466 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoupdated dependencies
kainazzzo [Thu, 2 Nov 2006 02:06:15 +0000 (02:06 +0000)] 
updated dependencies

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@465 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoTook out all #include lines from the extern.h, and changed them to forward declaratio...
kainazzzo [Thu, 2 Nov 2006 02:04:35 +0000 (02:04 +0000)] 
Took out all #include lines from the extern.h, and changed them to forward declarations. This should shrink the dependencies a bit.

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@464 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoupdated dependencies
kainazzzo [Thu, 2 Nov 2006 01:52:23 +0000 (01:52 +0000)] 
updated dependencies

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@463 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoremoved a mistakenly added file
kainazzzo [Thu, 2 Nov 2006 01:50:50 +0000 (01:50 +0000)] 
removed a mistakenly added file

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@462 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoAdded toplist.cpp and toplist.h which will allow a top x list of players to be held...
kainazzzo [Thu, 2 Nov 2006 01:50:25 +0000 (01:50 +0000)] 
Added toplist.cpp and toplist.h which will allow a top x list of players to be held with limited memory usage

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@461 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoupdated Change Log
kainazzzo [Thu, 26 Oct 2006 00:32:28 +0000 (00:32 +0000)] 
updated Change Log

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@460 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoAdded bahamut1.8.x as a supported IRCD
kainazzzo [Mon, 23 Oct 2006 03:35:52 +0000 (03:35 +0000)] 
Added bahamut1.8.x as a supported IRCD

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@459 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoupdated the change log
kainazzzo [Mon, 23 Oct 2006 03:01:58 +0000 (03:01 +0000)] 
updated the change log

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@458 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoFixed a bug that would allow a player to run from a player vs player fight, but still...
kainazzzo [Mon, 23 Oct 2006 02:58:15 +0000 (02:58 +0000)] 
Fixed a bug that would allow a player to run from a player vs player fight, but still attack

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@457 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoFixed some bugs and added VLife as a supported ircd
kainazzzo [Fri, 20 Oct 2006 17:33:33 +0000 (17:33 +0000)] 
Fixed some bugs and added VLife as a supported ircd

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@456 bc333340-6410-0410-a689-9d09f3c113fa

17 years agofixed the config.cpp file back to strcpy() (oops)
kainazzzo [Tue, 27 Jun 2006 01:00:06 +0000 (01:00 +0000)] 
fixed the config.cpp file back to strcpy() (oops)

added the other scripting related stuff to the gameserv.example.conf

added a directory for the scripts

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@455 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoadded new config file directive scriptdir and changed all calls of strcpy to strncpy...
kainazzzo [Mon, 26 Jun 2006 22:23:53 +0000 (22:23 +0000)] 
added new config file directive scriptdir and changed all calls of strcpy to strncpy for safety

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@454 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoWrote a loadScript function to take a script in from a file, and redid the dependencies
kainazzzo [Mon, 26 Jun 2006 22:09:45 +0000 (22:09 +0000)] 
Wrote a loadScript function to take a script in from a file, and redid the dependencies

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@453 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoadded two files to start processing scripts
kainazzzo [Mon, 26 Jun 2006 05:03:09 +0000 (05:03 +0000)] 
added two files to start processing scripts

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@452 bc333340-6410-0410-a689-9d09f3c113fa

17 years agoremoved the old single calls to "using std::etc.." and replaced them with using
kainazzzo [Fri, 23 Jun 2006 12:57:08 +0000 (12:57 +0000)] 
removed the old single calls to "using std::etc.." and replaced them with using
namespace std;

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@451 bc333340-6410-0410-a689-9d09f3c113fa

18 years agomade some changes to the player constructors
kainazzzo [Mon, 17 Apr 2006 04:44:42 +0000 (04:44 +0000)] 
made some changes to the player constructors

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@450 bc333340-6410-0410-a689-9d09f3c113fa

18 years ago* SET [playername] HP # now also sets the Max HP for a player if it's lower than...
kainazzzo [Mon, 3 Apr 2006 02:31:22 +0000 (02:31 +0000)] 
* SET [playername] HP # now also sets the Max HP for a player if it's lower than what you're
    setting the hp to. If you type /msg gameserv set player hp 1000, but their maxhp was
    only 10, their maxhp will now be 1000 also - Kain

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@449 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoupdated the Change log w/ new additions
kainazzzo [Mon, 3 Apr 2006 02:30:44 +0000 (02:30 +0000)] 
updated the Change log w/ new additions

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@448 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoadded new config file directive maxnicklen
kainazzzo [Mon, 3 Apr 2006 02:24:22 +0000 (02:24 +0000)] 
added new config file directive maxnicklen

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@447 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoadded new config file directive maxnicklen
kainazzzo [Mon, 3 Apr 2006 02:24:01 +0000 (02:24 +0000)] 
added new config file directive maxnicklen

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@446 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoadded a config file directive maxnicklen
kainazzzo [Mon, 3 Apr 2006 02:18:42 +0000 (02:18 +0000)] 
added a config file directive maxnicklen

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@445 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoadded a config file directive maxnicklen
kainazzzo [Mon, 3 Apr 2006 02:18:27 +0000 (02:18 +0000)] 
added a config file directive maxnicklen

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@444 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoadded iostream and fixed the namespace inclusion
kainazzzo [Mon, 3 Apr 2006 01:44:29 +0000 (01:44 +0000)] 
added iostream and fixed the namespace inclusion

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@443 bc333340-6410-0410-a689-9d09f3c113fa

18 years agotook out the delete inventory statements in the player constructors
kainazzzo [Mon, 3 Apr 2006 01:41:38 +0000 (01:41 +0000)] 
took out the delete inventory statements in the player constructors

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@442 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoreplaced the extra using statements with using namespace std
kainazzzo [Mon, 3 Apr 2006 01:06:27 +0000 (01:06 +0000)] 
replaced the extra using statements with using namespace std

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@441 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed another memory leak if the player is deleted before a fight is completed
kainazzzo [Sun, 2 Apr 2006 03:45:58 +0000 (03:45 +0000)] 
fixed another memory leak if the player is deleted before a fight is completed

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@440 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed a ton of memory leaks
kainazzzo [Sun, 2 Apr 2006 03:34:01 +0000 (03:34 +0000)] 
fixed a ton of memory leaks

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@439 bc333340-6410-0410-a689-9d09f3c113fa

18 years agosynced up with my source
kainazzzo [Sat, 1 Apr 2006 23:00:06 +0000 (23:00 +0000)] 
synced up with my source

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@438 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed some compile bugs
kainazzzo [Thu, 30 Mar 2006 04:28:20 +0000 (04:28 +0000)] 
fixed some compile bugs

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@437 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed some stuff
kainazzzo [Thu, 30 Mar 2006 03:18:37 +0000 (03:18 +0000)] 
fixed some stuff

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@436 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoremoved two comments that actually did the logout when a player quits
kainazzzo [Tue, 28 Mar 2006 20:55:47 +0000 (20:55 +0000)] 
removed two comments that actually did the logout when a player quits

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@435 bc333340-6410-0410-a689-9d09f3c113fa

18 years agohopefully fixed a compile bug because of std::cerr
kainazzzo [Tue, 28 Mar 2006 18:49:05 +0000 (18:49 +0000)] 
hopefully fixed a compile bug because of std::cerr

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@434 bc333340-6410-0410-a689-9d09f3c113fa

18 years agorelreleasing
kainazzzo [Mon, 27 Mar 2006 19:49:07 +0000 (19:49 +0000)] 
relreleasing

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@433 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed a couple of bugs
kainazzzo [Mon, 27 Mar 2006 19:48:31 +0000 (19:48 +0000)] 
fixed a couple of bugs

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@432 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoremoved list.h and listnode.h
kainazzzo [Mon, 27 Mar 2006 18:04:14 +0000 (18:04 +0000)] 
removed list.h and listnode.h

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@431 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoAdded a parameter to the USE command that allows you to specify how many items to
kainazzzo [Mon, 27 Mar 2006 18:02:59 +0000 (18:02 +0000)] 
Added a parameter to the USE command that allows you to specify how many items to
    use at once - Kain

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@430 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed a couple bugs and took out some debug log statements
kainazzzo [Mon, 27 Mar 2006 14:33:21 +0000 (14:33 +0000)] 
fixed a couple bugs and took out some debug log statements

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@429 bc333340-6410-0410-a689-9d09f3c113fa

18 years agocleaned up the code tremendously regarding the Players list. Changed it to list<Playe...
kainazzzo [Mon, 27 Mar 2006 14:26:08 +0000 (14:26 +0000)] 
cleaned up the code tremendously regarding the Players list. Changed it to list<Player*> instead of keeping a whole other list of aClients. This saves memory, and makes everything just make more sense.

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@428 bc333340-6410-0410-a689-9d09f3c113fa

18 years agocompleted migrating all lists over to STL list
kainazzzo [Sun, 26 Mar 2006 10:24:47 +0000 (10:24 +0000)] 
completed migrating all lists over to STL list

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@427 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoadded ptlink to the changes file
kainazzzo [Sun, 19 Mar 2006 07:36:36 +0000 (07:36 +0000)] 
added ptlink to the changes file

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@426 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoaddition of ptlink to the config script
kainazzzo [Sun, 19 Mar 2006 07:36:01 +0000 (07:36 +0000)] 
addition of ptlink to the config script

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@425 bc333340-6410-0410-a689-9d09f3c113fa

18 years agobug fixes and addition of PTLink to config file
kainazzzo [Sun, 19 Mar 2006 07:35:30 +0000 (07:35 +0000)] 
bug fixes and addition of PTLink to config file

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@424 bc333340-6410-0410-a689-9d09f3c113fa

18 years agomade myuses only decrement if it's greater than 0... makes for no negative uses
kainazzzo [Sat, 18 Mar 2006 17:26:11 +0000 (17:26 +0000)] 
made myuses only decrement if it's greater than 0... makes for no negative uses

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@423 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoBeautified source a little
kainazzzo [Wed, 15 Mar 2006 19:32:15 +0000 (19:32 +0000)] 
Beautified source a little

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@422 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoFixed a memory leak in tcpclient.cpp where a player quits and their aClient pointer...
kainazzzo [Wed, 15 Mar 2006 19:13:49 +0000 (19:13 +0000)] 
Fixed a memory leak in tcpclient.cpp where a player quits and their aClient pointer is not deleted

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@421 bc333340-6410-0410-a689-9d09f3c113fa

18 years agobeautified the source
kainazzzo [Wed, 15 Mar 2006 18:51:36 +0000 (18:51 +0000)] 
beautified the source

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@420 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoBeautified the source
kainazzzo [Wed, 15 Mar 2006 18:46:34 +0000 (18:46 +0000)] 
Beautified the source

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@419 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoupdated the changelog
kainazzzo [Mon, 13 Mar 2006 21:30:46 +0000 (21:30 +0000)] 
updated the changelog

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@418 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed a dragon bug where people could quit while they are fighting the dragon, come...
kainazzzo [Mon, 13 Mar 2006 21:09:53 +0000 (21:09 +0000)] 
fixed a dragon bug where people could quit while they are fighting the dragon, come back and kill a monster, and gameserv would make them the dragon

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@417 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoreadded the config.php
kainazzzo [Mon, 13 Mar 2006 18:05:36 +0000 (18:05 +0000)] 
readded the config.php

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@416 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofinalizing the php code
kainazzzo [Sat, 11 Mar 2006 16:12:53 +0000 (16:12 +0000)] 
finalizing the php code

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@415 bc333340-6410-0410-a689-9d09f3c113fa

18 years agocompleted a working php system for reading and displaying player data
kainazzzo [Sat, 11 Mar 2006 03:46:05 +0000 (03:46 +0000)] 
completed a working php system for reading and displaying player data

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@414 bc333340-6410-0410-a689-9d09f3c113fa

18 years agochanged items read to only be weapons and armor for now
kainazzzo [Sat, 11 Mar 2006 02:54:14 +0000 (02:54 +0000)] 
changed items read to only be weapons and armor for now

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@413 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofinalizing the php scripts
kainazzzo [Sat, 11 Mar 2006 02:38:26 +0000 (02:38 +0000)] 
finalizing the php scripts

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@412 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoapplied max items to weapons
kainazzzo [Fri, 10 Mar 2006 22:27:20 +0000 (22:27 +0000)] 
applied max items to weapons

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@411 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoimplemented fair fighting
kainazzzo [Fri, 10 Mar 2006 22:22:48 +0000 (22:22 +0000)] 
implemented fair fighting

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@410 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoRestricted character names to alphanumeric characters only
kainazzzo [Wed, 8 Mar 2006 14:05:01 +0000 (14:05 +0000)] 
Restricted character names to alphanumeric characters only

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@409 bc333340-6410-0410-a689-9d09f3c113fa

18 years agochanged fair fights to only apply to non-admins
kainazzzo [Wed, 8 Mar 2006 04:28:51 +0000 (04:28 +0000)] 
changed fair fights to only apply to non-admins

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@408 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoadded fair fights and fixed some bugs
kainazzzo [Wed, 8 Mar 2006 04:26:57 +0000 (04:26 +0000)] 
added fair fights and fixed some bugs

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@407 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoFixed a bug that caused a player to be deleted after Player::reset() because it set...
kainazzzo [Wed, 8 Mar 2006 02:20:04 +0000 (02:20 +0000)] 
Fixed a bug that caused a player to be deleted after Player::reset() because it set their last login to 0...

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@406 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed some bugs with freebsd 5.3
kainazzzo [Tue, 7 Mar 2006 21:06:33 +0000 (21:06 +0000)] 
fixed some bugs with freebsd 5.3

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@405 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed some bugs and updated files
kainazzzo [Mon, 6 Mar 2006 19:49:01 +0000 (19:49 +0000)] 
fixed some bugs and updated files

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@404 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoAdded a php directory where I will be adding a script to parse through the players...
kainazzzo [Mon, 6 Mar 2006 18:22:06 +0000 (18:22 +0000)] 
Added a php directory where I will be adding a script to parse through the players.dat file and generate a web page from mysql data

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@403 bc333340-6410-0410-a689-9d09f3c113fa

18 years agochanged the default path for players.dat to be in the data directory
kainazzzo [Mon, 6 Mar 2006 18:21:24 +0000 (18:21 +0000)] 
changed the default path for players.dat to be in the data directory

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@402 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoupdated the TODO
kainazzzo [Mon, 6 Mar 2006 18:21:02 +0000 (18:21 +0000)] 
updated the TODO

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@401 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoupdated the version number
kainazzzo [Mon, 6 Mar 2006 03:49:07 +0000 (03:49 +0000)] 
updated the version number

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@400 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoupdated the change log
kainazzzo [Mon, 6 Mar 2006 03:09:38 +0000 (03:09 +0000)] 
updated the change log

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@399 bc333340-6410-0410-a689-9d09f3c113fa

18 years agofixed some bugs
kainazzzo [Mon, 6 Mar 2006 03:01:25 +0000 (03:01 +0000)] 
fixed some bugs

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@398 bc333340-6410-0410-a689-9d09f3c113fa

18 years ago* Fixed a bug causing the player to be given the item with id 3001 (stick by default...
kainazzzo [Mon, 6 Mar 2006 02:42:05 +0000 (02:42 +0000)] 
* Fixed a bug causing the player to be given the item with id 3001 (stick by default) every
    time they time out - Kain

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@397 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoA bunch of bug fixes:
kainazzzo [Mon, 6 Mar 2006 01:26:27 +0000 (01:26 +0000)] 
A bunch of bug fixes:

* Fixed a bug in the do_set() command which caused /msg gameserv set nick alive false/true not
    to work - Kain (thanks vroomfondel)
* Fixed a bug in do_set() which was causing /msg gameserv set seen master false to take off the
    admin flag - Kain (thanks vroomfondel)
* Fixed a few bugs in the do_set() function causing GameServ to crash on /msg gameserv set nick or
    /msg gameserv set nick action - Kain (thanks vroomfondel)
* Fixed a logic error in pouch::addItem() that returned the top inventory item after a resort
    instead of returning the last item added - Kain
* Made gameserv automatically equip the Stick and Clothes on register - Kain
* Added a parameter to the TAVERN BUY function that allows you to specify how many
    items to buy - Kain (Thanks Kit)

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@396 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoadded a parameter to the tavern buy command that allows you to specify how many items...
kainazzzo [Sun, 5 Mar 2006 05:21:54 +0000 (05:21 +0000)] 
added a parameter to the tavern buy command that allows you to specify how many items you want to buy

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@395 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoFixed the Player class so that the data is all private and encapsulated. Updated...
kainazzzo [Sun, 5 Mar 2006 04:57:32 +0000 (04:57 +0000)] 
Fixed the Player class so that the data is all private and encapsulated. Updated all code to use the new member functions.

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@394 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoupdated the version to 1.3.1 +devel
kainazzzo [Thu, 13 Oct 2005 03:33:01 +0000 (03:33 +0000)] 
updated the version to 1.3.1 +devel

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@393 bc333340-6410-0410-a689-9d09f3c113fa

18 years agoupdated the change log
kainazzzo [Thu, 13 Oct 2005 03:17:32 +0000 (03:17 +0000)] 
updated the change log

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@392 bc333340-6410-0410-a689-9d09f3c113fa