Switching license from GPL2 to AGPL3.
This commit is contained in:
@@ -1,14 +1,21 @@
|
|||||||
//
|
/*****************************************************************************
|
||||||
// C++ Implementation: berointerface
|
* PokerTH - The open source texas holdem engine *
|
||||||
//
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
// Description:
|
* *
|
||||||
//
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
//
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
// Author: FThauer FHammer <webmaster@pokerth.net>, (C) 2007
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
//
|
* License, or (at your option) any later version. *
|
||||||
// Copyright: See COPYING file that comes with this distribution
|
* *
|
||||||
//
|
* This program is distributed in the hope that it will be useful, *
|
||||||
//
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU Affero General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "berointerface.h"
|
#include "berointerface.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU Affero General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef BEROINTERFACE_H
|
#ifndef BEROINTERFACE_H
|
||||||
#define BEROINTERFACE_H
|
#define BEROINTERFACE_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "boardinterface.h"
|
#include "boardinterface.h"
|
||||||
|
|
||||||
BoardInterface::~BoardInterface()
|
BoardInterface::~BoardInterface()
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU Affero General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef BOARDINTERFACE_H
|
#ifndef BOARDINTERFACE_H
|
||||||
#define BOARDINTERFACE_H
|
#define BOARDINTERFACE_H
|
||||||
|
|
||||||
|
|||||||
+12
-13
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef ENGINE_DEFS_H
|
#ifndef ENGINE_DEFS_H
|
||||||
#define ENGINE_DEFS_H
|
#define ENGINE_DEFS_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "enginefactory.h"
|
#include "enginefactory.h"
|
||||||
|
|
||||||
EngineFactory::~EngineFactory()
|
EngineFactory::~EngineFactory()
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU Affero General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef ENGINEFACTORY_H
|
#ifndef ENGINEFACTORY_H
|
||||||
#define ENGINEFACTORY_H
|
#define ENGINEFACTORY_H
|
||||||
|
|
||||||
|
|||||||
+12
-13
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
|
|
||||||
#include <enginefactory.h>
|
#include <enginefactory.h>
|
||||||
|
|||||||
+3
-1
@@ -14,7 +14,9 @@
|
|||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU Affero General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
*****************************************************************************/ #ifndef GAME_H
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef GAME_H
|
||||||
#define GAME_H
|
#define GAME_H
|
||||||
|
|
||||||
#include <engine_defs.h>
|
#include <engine_defs.h>
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "handinterface.h"
|
#include "handinterface.h"
|
||||||
|
|
||||||
HandInterface::~HandInterface()
|
HandInterface::~HandInterface()
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU Affero General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef HANDINTERFACE_H
|
#ifndef HANDINTERFACE_H
|
||||||
#define HANDINTERFACE_H
|
#define HANDINTERFACE_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include "arraydata.h"
|
#include "arraydata.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef ARRAYDATA_H
|
#ifndef ARRAYDATA_H
|
||||||
#define ARRAYDATA_H
|
#define ARRAYDATA_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "cardsvalue.h"
|
#include "cardsvalue.h"
|
||||||
#include "arraydata.h"
|
#include "arraydata.h"
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef CARDSVALUE_H
|
#ifndef CARDSVALUE_H
|
||||||
#define CARDSVALUE_H
|
#define CARDSVALUE_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef _ENGINE_MSG_H_
|
#ifndef _ENGINE_MSG_H_
|
||||||
#define _ENGINE_MSG_H_
|
#define _ENGINE_MSG_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localbero.h"
|
#include "localbero.h"
|
||||||
|
|
||||||
#include "localexception.h"
|
#include "localexception.h"
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef LOCALBERO_H
|
#ifndef LOCALBERO_H
|
||||||
#define LOCALBERO_H
|
#define LOCALBERO_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localberoflop.h"
|
#include "localberoflop.h"
|
||||||
|
|
||||||
#include <game_defs.h>
|
#include <game_defs.h>
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef LOCALBEROFLOP_H
|
#ifndef LOCALBEROFLOP_H
|
||||||
#define LOCALBEROFLOP_H
|
#define LOCALBEROFLOP_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localberopostriver.h"
|
#include "localberopostriver.h"
|
||||||
#include <handinterface.h>
|
#include <handinterface.h>
|
||||||
#include <game_defs.h>
|
#include <game_defs.h>
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef LOCALBEROPOSTRIVER_H
|
#ifndef LOCALBEROPOSTRIVER_H
|
||||||
#define LOCALBEROPOSTRIVER_H
|
#define LOCALBEROPOSTRIVER_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *Irische Segenswnsche,
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localberopreflop.h"
|
#include "localberopreflop.h"
|
||||||
|
|
||||||
#include "localexception.h"
|
#include "localexception.h"
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
*************************************************************************/
|
|
||||||
#ifndef LOCALBEROPREFLOP_H
|
#ifndef LOCALBEROPREFLOP_H
|
||||||
#define LOCALBEROPREFLOP_H
|
#define LOCALBEROPREFLOP_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localberoriver.h"
|
#include "localberoriver.h"
|
||||||
#include <handinterface.h>
|
#include <handinterface.h>
|
||||||
#include <game_defs.h>
|
#include <game_defs.h>
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef LOCALBERORIVER_H
|
#ifndef LOCALBERORIVER_H
|
||||||
#define LOCALBERORIVER_H
|
#define LOCALBERORIVER_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localberoturn.h"
|
#include "localberoturn.h"
|
||||||
#include <handinterface.h>
|
#include <handinterface.h>
|
||||||
#include <game_defs.h>
|
#include <game_defs.h>
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef LOCALBEROTURN_H
|
#ifndef LOCALBEROTURN_H
|
||||||
#define LOCALBEROTURN_H
|
#define LOCALBEROTURN_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localboard.h"
|
#include "localboard.h"
|
||||||
|
|
||||||
#include "handinterface.h"
|
#include "handinterface.h"
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef LOCALBOARD_H
|
#ifndef LOCALBOARD_H
|
||||||
#define LOCALBOARD_H
|
#define LOCALBOARD_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localenginefactory.h"
|
#include "localenginefactory.h"
|
||||||
|
|
||||||
#include "localhand.h"
|
#include "localhand.h"
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef LOCALENGINEFACTORY_H
|
#ifndef LOCALENGINEFACTORY_H
|
||||||
#define LOCALENGINEFACTORY_H
|
#define LOCALENGINEFACTORY_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2007 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include "localexception.h"
|
#include "localexception.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2007 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
/* Exception class for engine errors. */
|
/* Exception class for engine errors. */
|
||||||
|
|
||||||
#ifndef _LOCALEXCEPTION_H_
|
#ifndef _LOCALEXCEPTION_H_
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localhand.h"
|
#include "localhand.h"
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
#include "cardsvalue.h"
|
#include "cardsvalue.h"
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef LOCALHAND_H
|
#ifndef LOCALHAND_H
|
||||||
#define LOCALHAND_H
|
#define LOCALHAND_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "localplayer.h"
|
#include "localplayer.h"
|
||||||
#include "handinterface.h"
|
#include "handinterface.h"
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef LOCALPLAYER_H
|
#ifndef LOCALPLAYER_H
|
||||||
#define LOCALPLAYER_H
|
#define LOCALPLAYER_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "replay.h"
|
#include "replay.h"
|
||||||
|
|
||||||
Replay::Replay() : replaySqliteLogDb(0)
|
Replay::Replay() : replaySqliteLogDb(0)
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef REPLAY_H
|
#ifndef REPLAY_H
|
||||||
#define REPLAY_H
|
#define REPLAY_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#define NOMINMAX // for Windows
|
#define NOMINMAX // for Windows
|
||||||
|
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef TOOLS_H
|
#ifndef TOOLS_H
|
||||||
#define TOOLS_H
|
#define TOOLS_H
|
||||||
|
|
||||||
|
|||||||
+11
-13
@@ -1,22 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -14,7 +14,9 @@
|
|||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU Affero General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
*****************************************************************************/ #ifndef LOG_H
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef LOG_H
|
||||||
#define LOG_H
|
#define LOG_H
|
||||||
|
|
||||||
#include "engine_defs.h"
|
#include "engine_defs.h"
|
||||||
|
|||||||
@@ -1,22 +1,21 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include "playerinterface.h"
|
#include "playerinterface.h"
|
||||||
|
|
||||||
PlayerInterface::~PlayerInterface()
|
PlayerInterface::~PlayerInterface()
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU Affero General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef PLAYERINTERFACE_H
|
#ifndef PLAYERINTERFACE_H
|
||||||
#define PLAYERINTERFACE_H
|
#define PLAYERINTERFACE_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user