]> jfr.im git - irc/gameservirc.git/log
irc/gameservirc.git
14 years agoRemoved unnecessary user project file
kainazzzo [Tue, 8 Sep 2009 19:39:45 +0000 (19:39 +0000)] 
Removed unnecessary user project file

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

14 years agoCompleted some more work on FilePlayerDAO and Created a PlayerGL object which uses...
kainazzzo [Tue, 8 Sep 2009 19:34:35 +0000 (19:34 +0000)] 
Completed some more work on FilePlayerDAO and Created a PlayerGL object which uses the DataAccess and IDAOFactory objects

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

14 years agoFinished some work on FilePlayerDAO
kainazzzo [Tue, 8 Sep 2009 03:09:46 +0000 (03:09 +0000)] 
Finished some work on FilePlayerDAO

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

15 years ago* Changed all the special forest events to refund your forest fight always, so they're
kainazzzo [Fri, 15 Aug 2008 13:50:36 +0000 (13:50 +0000)] 
* Changed all the special forest events to refund your forest fight always, so they're
   more of a bonus than wasting your forest fight

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

15 years agoChanged the behavior of the fountain to let you keep your forest fight if you heal...
kainazzzo [Fri, 15 Aug 2008 13:20:13 +0000 (13:20 +0000)] 
Changed the behavior of the fountain to let you keep your forest fight if you heal there

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

15 years agoChanged the version number to be 1.3.5 +devel
kainazzzo [Thu, 14 Aug 2008 18:00:02 +0000 (18:00 +0000)] 
Changed the version number to be 1.3.5 +devel

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

15 years agoFixed a bunch of compilation warnings about deprecated const char *
kainazzzo [Thu, 14 Aug 2008 17:42:56 +0000 (17:42 +0000)] 
Fixed a bunch of compilation warnings about deprecated const char *
    conversions - Kain

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

15 years agoFixed the admin help file. Changed %S to <S since we're using vsnprintf now
kainazzzo [Thu, 14 Aug 2008 17:06:16 +0000 (17:06 +0000)] 
Fixed the admin help file. Changed %S to <S since we're using vsnprintf now

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

16 years agoAdded code for the start of the DataLayer format as well as a basic FilePlayerDAO...
kainazzzo [Wed, 14 May 2008 20:47:13 +0000 (20:47 +0000)] 
Added code for the start of the DataLayer format as well as a basic FilePlayerDAO which just loads the name field right now.

Fixed a compile issue for "cannot instantiate abstract class" because I didn't implement all of an interface's members

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

16 years agoAdded a core gameserv project with types and exceptions
kainazzzo [Wed, 14 May 2008 18:24:13 +0000 (18:24 +0000)] 
Added a core gameserv project with types and exceptions
Made use of the new types class in ItemGO
Added GameServException and TypeException

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

16 years agoRemoved GameServ.suo
kainazzzo [Wed, 14 May 2008 14:17:58 +0000 (14:17 +0000)] 
Removed GameServ.suo

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

16 years agoGot things to a state where they compile
kainazzzo [Wed, 14 May 2008 14:16:48 +0000 (14:16 +0000)] 
Got things to a state where they compile

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

16 years agoStill creating all the classes.. does not compile
kainazzzo [Tue, 13 May 2008 15:49:06 +0000 (15:49 +0000)] 
Still creating all the classes.. does not compile

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

16 years agoRemoved a phantom Armor.h file
kainazzzo [Mon, 12 May 2008 19:29:13 +0000 (19:29 +0000)] 
Removed a phantom Armor.h file

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

16 years agoAdded some initial Game Objects with the start of a namespace hierarchy
kainazzzo [Mon, 12 May 2008 19:28:28 +0000 (19:28 +0000)] 
Added some initial Game Objects with the start of a namespace hierarchy

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

16 years agoAdding the initial directories for the new gameserv
kainazzzo [Mon, 12 May 2008 17:50:14 +0000 (17:50 +0000)] 
Adding the initial directories for the new gameserv

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

16 years agoCreated folder remotely
kainazzzo [Mon, 12 May 2008 17:48:11 +0000 (17:48 +0000)] 
Created folder remotely

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

17 years agoupdated change log
kainazzzo [Thu, 5 Apr 2007 20:00:40 +0000 (20:00 +0000)] 
updated change log

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

17 years agofixed some compilation issues
kainazzzo [Thu, 5 Apr 2007 19:46:58 +0000 (19:46 +0000)] 
fixed some compilation issues

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

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