]> jfr.im git - irc/gameservirc.git/log
irc/gameservirc.git
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

18 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

18 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

18 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

18 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

18 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

18 years agoadded some monster submissions
kainazzzo [Thu, 13 Oct 2005 03:12:46 +0000 (03:12 +0000)] 
added some monster submissions

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

18 years agochanged the order
kainazzzo [Tue, 11 Oct 2005 04:08:57 +0000 (04:08 +0000)] 
changed the order

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

18 years agofixed the do_reset() function
kainazzzo [Sat, 8 Oct 2005 23:27:07 +0000 (23:27 +0000)] 
fixed the do_reset() function

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

18 years agofixed a bug causing gsident to be ignored in UnrealIRCD
kainazzzo [Sat, 8 Oct 2005 23:09:20 +0000 (23:09 +0000)] 
fixed a bug causing gsident to be ignored in UnrealIRCD

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

18 years agoremoved a debugging "got here" statement
kainazzzo [Sat, 8 Oct 2005 23:06:01 +0000 (23:06 +0000)] 
removed a debugging "got here" statement

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

18 years agoFixed the bug causing players to be shown their own inventory when someone else reque...
kainazzzo [Sat, 8 Oct 2005 22:58:45 +0000 (22:58 +0000)] 
Fixed the bug causing players to be shown their own inventory when someone else requests their stats

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

18 years agoUpdated the Changes file for DrLnet's player fight notification log
kainazzzo [Sat, 8 Oct 2005 22:01:58 +0000 (22:01 +0000)] 
Updated the Changes file for DrLnet's player fight notification log

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

18 years agoImplemented DrLnet's player fight notification mod
kainazzzo [Sat, 8 Oct 2005 21:54:50 +0000 (21:54 +0000)] 
Implemented DrLnet's player fight notification mod

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

18 years agoFixed indents in config.cpp and a bug in tcpclient.cpp telling players that gameserv...
kainazzzo [Sat, 8 Oct 2005 21:07:16 +0000 (21:07 +0000)] 
Fixed indents in config.cpp and a bug in tcpclient.cpp telling players that gameserv added the wrong number of forest fights on a rollover

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

18 years agoUpdated the change log for the numrolloverfights directive
kainazzzo [Mon, 3 Oct 2005 01:18:37 +0000 (01:18 +0000)] 
Updated the change log for the numrolloverfights directive

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

18 years agoAdded a new config file directive for numrolloverfights
kainazzzo [Sun, 2 Oct 2005 19:57:48 +0000 (19:57 +0000)] 
Added a new config file directive for numrolloverfights

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

18 years agoimplemented thelizno's custom time idea
kainazzzo [Sun, 2 Oct 2005 19:45:32 +0000 (19:45 +0000)] 
implemented thelizno's custom time idea

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

18 years agoremoved c_store.cpp
kainazzzo [Thu, 29 Sep 2005 02:27:12 +0000 (02:27 +0000)] 
removed c_store.cpp

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

18 years agoupdated the TODO
kainazzzo [Mon, 26 Sep 2005 22:26:21 +0000 (22:26 +0000)] 
updated the TODO

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

18 years agoFixed a bug in do_use causing crash on /msg gameserv use (thanks thelizno)
kainazzzo [Mon, 26 Sep 2005 21:21:01 +0000 (21:21 +0000)] 
Fixed a bug in do_use causing crash on /msg gameserv use  (thanks thelizno)

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

18 years agoChanged Unreal connection to NICKv1 instead of NICKv2
kainazzzo [Tue, 20 Sep 2005 01:54:14 +0000 (01:54 +0000)] 
Changed Unreal connection to NICKv1 instead of NICKv2

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

18 years agofixed some of the special characters being displayed as ^B or ^_
kainazzzo [Mon, 19 Sep 2005 01:21:48 +0000 (01:21 +0000)] 
fixed some of the special characters being displayed as ^B or ^_

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

18 years agoAdded a change
kainazzzo [Mon, 19 Sep 2005 00:02:25 +0000 (00:02 +0000)] 
Added a change

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

18 years agoswitched the number for uses and strength mod for the chain saw... caused -1 strength...
kainazzzo [Sun, 18 Sep 2005 16:03:42 +0000 (16:03 +0000)] 
switched the number for uses and strength mod for the chain saw... caused -1 strength instead of +185

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

18 years agofixed a bug where gold was calculated based on strength range per level instead of...
kainazzzo [Sun, 18 Sep 2005 00:47:03 +0000 (00:47 +0000)] 
fixed a bug where gold was calculated based on strength range per level instead of gold range

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

18 years agolowered the percentage of finding the fountain to 4% to raise chance of finding a...
kainazzzo [Fri, 16 Sep 2005 02:58:09 +0000 (02:58 +0000)] 
lowered the percentage of finding the fountain to 4% to raise chance of finding a monster to 90%

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

18 years agofixed the potion finding and changed it to 1% chance because of the more powerful...
kainazzzo [Fri, 16 Sep 2005 02:55:19 +0000 (02:55 +0000)] 
fixed the potion finding and changed it to 1% chance because of the more powerful potions

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

18 years agoadded the store.dat file :oops:
kainazzzo [Thu, 15 Sep 2005 02:25:41 +0000 (02:25 +0000)] 
added the store.dat file :oops:

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

18 years agoUpdated the versions
kainazzzo [Wed, 14 Sep 2005 01:13:33 +0000 (01:13 +0000)] 
Updated the versions

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