summaryrefslogtreecommitdiff
path: root/src/enums/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/enums/net')
-rw-r--r--src/enums/net/auctionsearchtype.h37
-rw-r--r--src/enums/net/battlegroundtype.h35
-rw-r--r--src/enums/net/beingtype.h42
-rw-r--r--src/enums/net/deleteitemreason.h39
-rw-r--r--src/enums/net/downloadstatus.h38
-rw-r--r--src/enums/net/mailmessagetype.h39
-rw-r--r--src/enums/net/mailopentype.h34
-rw-r--r--src/enums/net/menutype.h48
-rw-r--r--src/enums/net/npcaction.h34
-rw-r--r--src/enums/net/packettype.h45
-rw-r--r--src/enums/net/partyshare.h37
-rw-r--r--src/enums/net/serverfreetype.h37
-rw-r--r--src/enums/net/servertype.h37
-rw-r--r--src/enums/net/storesearchtype.h33
-rw-r--r--src/enums/net/updatetype.h37
15 files changed, 0 insertions, 572 deletions
diff --git a/src/enums/net/auctionsearchtype.h b/src/enums/net/auctionsearchtype.h
deleted file mode 100644
index a21e0226e..000000000
--- a/src/enums/net/auctionsearchtype.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2015-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_AUCTIONSEARCHTYPE_H
-#define ENUMS_NET_AUCTIONSEARCHTYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(AuctionSearchType)
-{
- Armor = 0,
- Weapon = 1,
- Card = 2,
- Misc = 3,
- Name = 4,
- AuctionId = 5
-}
-enumEnd(AuctionSearchType);
-
-#endif // ENUMS_NET_AUCTIONSEARCHTYPE_H
diff --git a/src/enums/net/battlegroundtype.h b/src/enums/net/battlegroundtype.h
deleted file mode 100644
index de7f91fa9..000000000
--- a/src/enums/net/battlegroundtype.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2014-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_BATTLEGROUNDTYPE_H
-#define ENUMS_NET_BATTLEGROUNDTYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(BattleGroundType)
-{
- Invalid = 0,
- Individual = 1,
- Party = 2,
- Guild = 4
-}
-enumEnd(BattleGroundType);
-
-#endif // ENUMS_NET_BATTLEGROUNDTYPE_H
diff --git a/src/enums/net/beingtype.h b/src/enums/net/beingtype.h
deleted file mode 100644
index cc1f39889..000000000
--- a/src/enums/net/beingtype.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2014-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_BEINGTYPE_H
-#define ENUMS_NET_BEINGTYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(BeingType)
-{
- PC = 0,
- NPC = 1,
- ITEM = 2,
- SKILL = 3,
- CHAT = 4,
- MONSTER = 5,
- NPC_EVENT = 6,
- PET = 7,
- HOMUN = 8,
- MERSOL = 9,
- ELEMENTAL = 10
-}
-enumEnd(BeingType);
-
-#endif // ENUMS_NET_BEINGTYPE_H
diff --git a/src/enums/net/deleteitemreason.h b/src/enums/net/deleteitemreason.h
deleted file mode 100644
index fcab0cb95..000000000
--- a/src/enums/net/deleteitemreason.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2015-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_DELETEITEMREASON_H
-#define ENUMS_NET_DELETEITEMREASON_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(DeleteItemReason)
-{
- Normal = 0,
- SkillUse = 1,
- FailRefine = 2,
- MaterialChange = 3,
- ToStorage = 4,
- ToCart = 5,
- Sold = 6,
- Analysis = 7
-}
-enumEnd(DeleteItemReason);
-
-#endif // ENUMS_NET_DELETEITEMREASON_H
diff --git a/src/enums/net/downloadstatus.h b/src/enums/net/downloadstatus.h
deleted file mode 100644
index 511997dd3..000000000
--- a/src/enums/net/downloadstatus.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_DOWNLOADSTATUS_H
-#define ENUMS_NET_DOWNLOADSTATUS_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(DownloadStatus)
-{
- Cancelled = -3,
- ThreadError = -2,
- Error = -1,
- Starting = 0,
- Idle = 1,
- Complete = 2
-}
-enumEnd(DownloadStatus);
-
-#endif // ENUMS_NET_DOWNLOADSTATUS_H
diff --git a/src/enums/net/mailmessagetype.h b/src/enums/net/mailmessagetype.h
deleted file mode 100644
index 8679c31ee..000000000
--- a/src/enums/net/mailmessagetype.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2004-2009 The Mana World Development Team
- * Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_MAILMESSAGETYPE_H
-#define ENUMS_NET_MAILMESSAGETYPE_H
-
-#include "localconsts.h"
-
-namespace MailMessageType
-{
- enum Type
- {
- Text = 0,
- Money = 2,
- Item = 4,
- Npc = 8
- };
-} // namespace MailMessageType
-
-#endif // ENUMS_NET_MAILMESSAGETYPE_H
diff --git a/src/enums/net/mailopentype.h b/src/enums/net/mailopentype.h
deleted file mode 100644
index ad62a0252..000000000
--- a/src/enums/net/mailopentype.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2014-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef NET_EATHENA_MAILOPENTYPE_H
-#define NET_EATHENA_MAILOPENTYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStartT(MailOpenType, int8_t)
-{
- Mail = 0,
- Account = 1,
- Return = 2
-}
-enumEnd(MailOpenType);
-
-#endif // NET_EATHENA_MAILOPENTYPE_H
diff --git a/src/enums/net/menutype.h b/src/enums/net/menutype.h
deleted file mode 100644
index 2c4106c05..000000000
--- a/src/enums/net/menutype.h
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2014-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef NET_EATHENA_MENUTYPE_H
-#define NET_EATHENA_MENUTYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(MenuType)
-{
- Unknown = 0,
- Analysis,
- AutoSpell,
- AutoShadowSpell,
- ChangeMaterial,
- CreateConvert,
- Eggs,
- Feel,
- Identify,
- MagicDecoy,
- MakingArrows,
- PoisoningWeapon,
- ReadingSpellBook,
- RepairWespon,
- Teleport,
- Warp,
- WeaponeRefine
-}
-enumEnd(MenuType);
-
-#endif // NET_EATHENA_MENUTYPE_H
diff --git a/src/enums/net/npcaction.h b/src/enums/net/npcaction.h
deleted file mode 100644
index c000ad17a..000000000
--- a/src/enums/net/npcaction.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2011-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_NPCACTION_H
-#define ENUMS_NET_NPCACTION_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(NpcAction)
-{
- Next = 0,
- Close = 1,
- Other = 2
-}
-enumEnd(NpcAction);
-
-#endif // ENUMS_NET_NPCACTION_H
diff --git a/src/enums/net/packettype.h b/src/enums/net/packettype.h
deleted file mode 100644
index 793bee477..000000000
--- a/src/enums/net/packettype.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2011-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_PACKETTYPE_H
-#define ENUMS_NET_PACKETTYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(PacketType)
-{
- PACKET_CHAT = 0,
- PACKET_PICKUP = 1,
- PACKET_DROP = 2,
- PACKET_NPC_NEXT = 3,
- PACKET_NPC_TALK = 4,
- PACKET_NPC_INPUT = 5,
- PACKET_EMOTE = 6,
- PACKET_SIT = 7,
- PACKET_DIRECTION = 8,
- PACKET_ATTACK = 9,
- PACKET_STOPATTACK = 10,
- PACKET_ONLINELIST = 11,
- PACKET_WHISPER = 12,
- PACKET_SIZE
-}
-enumEnd(PacketType);
-
-#endif // ENUMS_NET_PACKETTYPE_H
diff --git a/src/enums/net/partyshare.h b/src/enums/net/partyshare.h
deleted file mode 100644
index c98027e6f..000000000
--- a/src/enums/net/partyshare.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2009 The Mana World Development Team
- * Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_PARTYSHARE_H
-#define ENUMS_NET_PARTYSHARE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(PartyShare)
-{
- UNKNOWN = -1,
- NO,
- YES,
- NOT_POSSIBLE = 2
-}
-enumEnd(PartyShare);
-
-#endif // ENUMS_NET_PARTYSHARE_H
diff --git a/src/enums/net/serverfreetype.h b/src/enums/net/serverfreetype.h
deleted file mode 100644
index 0819f10f1..000000000
--- a/src/enums/net/serverfreetype.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2009 The Mana World Development Team
- * Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_SERVERFREETYPE_H
-#define ENUMS_NET_SERVERFREETYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(ServerFreeType)
-{
- Unknown = 0,
- NotSet = 1,
- Free = 2,
- NonFree = 3
-}
-enumEnd(ServerFreeType);
-
-#endif // ENUMS_NET_SERVERFREETYPE_H
diff --git a/src/enums/net/servertype.h b/src/enums/net/servertype.h
deleted file mode 100644
index d369ac7b1..000000000
--- a/src/enums/net/servertype.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2009 The Mana World Development Team
- * Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_SERVERTYPE_H
-#define ENUMS_NET_SERVERTYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(ServerType)
-{
- UNKNOWN = 0,
- TMWATHENA,
- EATHENA,
- EVOL2
-}
-enumEnd(ServerType);
-
-#endif // ENUMS_NET_SERVERTYPE_H
diff --git a/src/enums/net/storesearchtype.h b/src/enums/net/storesearchtype.h
deleted file mode 100644
index e7e0ba210..000000000
--- a/src/enums/net/storesearchtype.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2015-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_STORESEARCHTYPE_H
-#define ENUMS_NET_STORESEARCHTYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(StoreSearchType)
-{
- Vending = 0,
- BuingStore = 1
-}
-enumEnd(StoreSearchType);
-
-#endif // ENUMS_NET_STORESEARCHTYPE_H
diff --git a/src/enums/net/updatetype.h b/src/enums/net/updatetype.h
deleted file mode 100644
index a6aa4918e..000000000
--- a/src/enums/net/updatetype.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * The ManaPlus Client
- * Copyright (C) 2004-2009 The Mana World Development Team
- * Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2017 The ManaPlus Developers
- *
- * This file is part of The ManaPlus Client.
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_NET_UPDATETYPE_H
-#define ENUMS_NET_UPDATETYPE_H
-
-#include "enums/simpletypes/enumdefines.h"
-
-enumStart(UpdateType)
-{
- Normal = 0,
- Close = 1,
- Skip = 2,
- Custom = 4
-}
-enumEnd(UpdateType);
-
-#endif // ENUMS_NET_UPDATETYPE_H